25 #ifndef vtkPVContourFilter_h 26 #define vtkPVContourFilter_h 29 #include "vtkHyperTreeGridContour.h" 32 class vtkAMRContourFilter;
55 vtkGetMacro(HTGStrategy3D,
int);
56 vtkSetClampMacro(HTGStrategy3D,
int, vtkHyperTreeGridContour::USE_VOXELS,
57 vtkHyperTreeGridContour::USE_DECOMPOSED_POLYHEDRA);
70 vtkSetMacro(UseImplicitArraysHTG,
bool);
71 vtkGetMacro(UseImplicitArraysHTG,
bool);
72 vtkBooleanMacro(UseImplicitArraysHTG,
bool);
106 int HTGStrategy3D = vtkHyperTreeGridContour::USE_VOXELS;
109 bool UseImplicitArraysHTG =
false;
115 #endif // vtkPVContourFilter_h
generate isosurfaces/isolines from scalar values
static vtkContourFilter * New()
virtual int FillInputPortInformation(int port, vtkInformation *info)
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
void PrintSelf(ostream &os, vtkIndent indent)
#define VTKPVVTKEXTENSIONSFILTERSGENERAL_EXPORT
void operator=(const vtkObjectBase &)