26 #ifndef vtkIsoVolume_h 27 #define vtkIsoVolume_h 29 #include "vtkDataObjectAlgorithm.h" 30 #include "vtkPVVTKExtensionsDefaultModule.h" 35 class VTKPVVTKEXTENSIONSDEFAULT_EXPORT
vtkIsoVolume :
public vtkDataObjectAlgorithm
40 void PrintSelf(ostream& os, vtkIndent indent);
46 void ThresholdBetween(
double lower,
double upper);
52 vtkGetMacro(UpperThreshold,
double);
53 vtkGetMacro(LowerThreshold,
double);
61 virtual int RequestData(vtkInformation* request, vtkInformationVector**, vtkInformationVector*);
67 virtual int RequestDataObject(vtkInformation* request, vtkInformationVector** inputVector,
68 vtkInformationVector* outputVector);
71 vtkDataObject* input,
double value,
const char* array_name,
int fieldAssociation,
bool invert);
81 #endif // vtkIsoVolume_h
This filter extract cells using lower / upper threshold set and vtkPVClipDataSet filter.