ParaView
Public Types | Public Member Functions | Static Public Member Functions | Protected Member Functions | Protected Attributes | List of all members
vtkIsoVolume Class Reference

This filter extract cells using lower / upper threshold set and vtkPVClipDataSet filter. More...

#include <vtkIsoVolume.h>

Inherits vtkDataObjectAlgorithm.

Public Types

typedef vtkDataObjectAlgorithm Superclass
 

Public Member Functions

virtual const char * GetClassName ()
 
virtual int IsA (const char *type)
 
void PrintSelf (ostream &os, vtkIndent indent)
 
void ThresholdBetween (double lower, double upper)
 Criterion is cells whose scalars are between lower and upper thresholds (inclusive of the end values). More...
 
virtual double GetUpperThreshold ()
 Get the Upper and Lower thresholds. More...
 
virtual double GetLowerThreshold ()
 Get the Upper and Lower thresholds. More...
 

Static Public Member Functions

static vtkIsoVolumeNew ()
 
static int IsTypeOf (const char *type)
 
static vtkIsoVolumeSafeDownCast (vtkObject *o)
 

Protected Member Functions

 vtkIsoVolume ()
 
 ~vtkIsoVolume ()
 
virtual int RequestData (vtkInformation *request, vtkInformationVector **, vtkInformationVector *)
 
virtual int RequestDataObject (vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
 This filter produces a vtkMultiBlockDataSet when the input is a vtkCompositeDataSet otherwise, it produces a vtkUnstructuredGrid. More...
 
vtkDataObject * Clip (vtkDataObject *input, double value, const char *array_name, int fieldAssociation, bool invert)
 

Protected Attributes

double LowerThreshold
 
double UpperThreshold
 

Detailed Description

This filter extract cells using lower / upper threshold set and vtkPVClipDataSet filter.

See also
vtkThreshold vtkPVClipDataSet

Definition at line 35 of file vtkIsoVolume.h.

Member Typedef Documentation

§ Superclass

typedef vtkDataObjectAlgorithm vtkIsoVolume::Superclass

Definition at line 39 of file vtkIsoVolume.h.

Constructor & Destructor Documentation

§ vtkIsoVolume()

vtkIsoVolume::vtkIsoVolume ( )
protected

§ ~vtkIsoVolume()

vtkIsoVolume::~vtkIsoVolume ( )
protected

Member Function Documentation

§ New()

static vtkIsoVolume* vtkIsoVolume::New ( )
static

§ GetClassName()

virtual const char* vtkIsoVolume::GetClassName ( )
virtual

§ IsTypeOf()

static int vtkIsoVolume::IsTypeOf ( const char *  type)
static

§ IsA()

virtual int vtkIsoVolume::IsA ( const char *  type)
virtual

§ SafeDownCast()

static vtkIsoVolume* vtkIsoVolume::SafeDownCast ( vtkObject *  o)
static

§ PrintSelf()

void vtkIsoVolume::PrintSelf ( ostream &  os,
vtkIndent  indent 
)

§ ThresholdBetween()

void vtkIsoVolume::ThresholdBetween ( double  lower,
double  upper 
)

Criterion is cells whose scalars are between lower and upper thresholds (inclusive of the end values).

§ GetUpperThreshold()

virtual double vtkIsoVolume::GetUpperThreshold ( )
virtual

Get the Upper and Lower thresholds.

§ GetLowerThreshold()

virtual double vtkIsoVolume::GetLowerThreshold ( )
virtual

Get the Upper and Lower thresholds.

§ RequestData()

virtual int vtkIsoVolume::RequestData ( vtkInformation *  request,
vtkInformationVector **  ,
vtkInformationVector *   
)
protectedvirtual

§ RequestDataObject()

virtual int vtkIsoVolume::RequestDataObject ( vtkInformation *  request,
vtkInformationVector **  inputVector,
vtkInformationVector *  outputVector 
)
protectedvirtual

This filter produces a vtkMultiBlockDataSet when the input is a vtkCompositeDataSet otherwise, it produces a vtkUnstructuredGrid.

§ Clip()

vtkDataObject* vtkIsoVolume::Clip ( vtkDataObject *  input,
double  value,
const char *  array_name,
int  fieldAssociation,
bool  invert 
)
protected

Member Data Documentation

§ LowerThreshold

double vtkIsoVolume::LowerThreshold
protected

Definition at line 73 of file vtkIsoVolume.h.

§ UpperThreshold

double vtkIsoVolume::UpperThreshold
protected

Definition at line 74 of file vtkIsoVolume.h.


The documentation for this class was generated from the following file: