|
ParaView
|
This filter extract cells using lower / upper threshold set and vtkPVClipDataSet filter. More...
#include <vtkIsoVolume.h>


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 vtkIsoVolume * | New () |
| static int | IsTypeOf (const char *type) |
| static vtkIsoVolume * | SafeDownCast (vtkObject *o) |
Protected Member Functions | |
| vtkIsoVolume () | |
| ~vtkIsoVolume () | |
| virtual int | RequestData (vtkInformation *request, vtkInformationVector **, vtkInformationVector *) |
| vtkDataObject * | Clip (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 |
This filter extract cells using lower / upper threshold set and vtkPVClipDataSet filter.
Definition at line 33 of file vtkIsoVolume.h.
| vtkIsoVolume::vtkIsoVolume | ( | ) | [protected] |
| vtkIsoVolume::~vtkIsoVolume | ( | ) | [protected] |
| 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.
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] |
double vtkIsoVolume::LowerThreshold [protected] |
Definition at line 69 of file vtkIsoVolume.h.
double vtkIsoVolume::UpperThreshold [protected] |
Definition at line 70 of file vtkIsoVolume.h.
1.7.5.1