ParaView
Public Member Functions | Static Public Member Functions | Protected Member Functions | Protected Attributes
vtkIsoVolume Class Reference

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

#include <vtkIsoVolume.h>

Inheritance diagram for vtkIsoVolume:
Inheritance graph
[legend]
Collaboration diagram for vtkIsoVolume:
Collaboration graph
[legend]

List of all members.

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)
virtual double GetUpperThreshold ()
virtual double GetLowerThreshold ()

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 *)
vtkDataObjectClip (vtkDataObject *input, double value, const char *array_name, int fieldAssociation, bool invert)
virtual int RequestDataObject (vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)

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 33 of file vtkIsoVolume.h.


Constructor & Destructor Documentation

vtkIsoVolume::vtkIsoVolume ( ) [protected]
vtkIsoVolume::~vtkIsoVolume ( ) [protected]

Member Function Documentation

static vtkIsoVolume* vtkIsoVolume::New ( ) [static]

Reimplemented from vtkDataObjectAlgorithm.

virtual const char* vtkIsoVolume::GetClassName ( ) [virtual]

Reimplemented from vtkDataObjectAlgorithm.

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

Reimplemented from vtkDataObjectAlgorithm.

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

Reimplemented from vtkDataObjectAlgorithm.

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

Reimplemented from vtkDataObjectAlgorithm.

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

Reimplemented from vtkDataObjectAlgorithm.

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

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

virtual double vtkIsoVolume::GetUpperThreshold ( ) [virtual]

Get the Upper and Lower thresholds.

virtual double vtkIsoVolume::GetLowerThreshold ( ) [virtual]

Get the Upper and Lower thresholds.

virtual int vtkIsoVolume::RequestData ( vtkInformation request,
vtkInformationVector **  ,
vtkInformationVector  
) [protected, virtual]

Reimplemented from vtkDataObjectAlgorithm.

virtual int vtkIsoVolume::RequestDataObject ( vtkInformation request,
vtkInformationVector **  inputVector,
vtkInformationVector outputVector 
) [protected, virtual]

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

Reimplemented from vtkDataObjectAlgorithm.

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

Member Data Documentation

Definition at line 69 of file vtkIsoVolume.h.

Definition at line 70 of file vtkIsoVolume.h.


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