15 #ifndef vtkIsoVolume_h 16 #define vtkIsoVolume_h 35 void ThresholdBetween(
double lower,
double upper);
41 vtkGetMacro(UpperThreshold,
double);
42 vtkGetMacro(LowerThreshold,
double);
60 vtkDataObject* input,
double value,
const char* array_name,
int fieldAssociation,
bool invert);
70 #endif // vtkIsoVolume_h virtual int RequestDataObject(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
static vtkDataObjectAlgorithm * New()
void PrintSelf(ostream &os, vtkIndent indent) VTK_OVERRIDE
#define VTKPVVTKEXTENSIONSFILTERSGENERAL_EXPORT
virtual int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
This filter extract cells using lower / upper threshold set and vtkPVClipDataSet filter.
void operator=(const vtkObjectBase &)