25 #ifndef vtkPVContourFilter_h 26 #define vtkPVContourFilter_h 29 #include "vtkHyperTreeGridContour.h" 54 vtkGetMacro(HTGStrategy3D,
int);
55 vtkSetClampMacro(HTGStrategy3D,
int, vtkHyperTreeGridContour::USE_VOXELS,
56 vtkHyperTreeGridContour::USE_DECOMPOSED_POLYHEDRA);
69 vtkSetMacro(UseImplicitArraysHTG,
bool);
70 vtkGetMacro(UseImplicitArraysHTG,
bool);
71 vtkBooleanMacro(UseImplicitArraysHTG,
bool);
105 int HTGStrategy3D = vtkHyperTreeGridContour::USE_VOXELS;
108 bool UseImplicitArraysHTG =
false;
111 #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 &)