44 #ifndef vtkExtractUnstructuredGrid_h
45 #define vtkExtractUnstructuredGrid_h
63 vtkSetMacro(PointClipping,
int);
64 vtkGetMacro(PointClipping,
int);
65 vtkBooleanMacro(PointClipping,
int);
70 vtkSetMacro(CellClipping,
int);
71 vtkGetMacro(CellClipping,
int);
72 vtkBooleanMacro(CellClipping,
int);
77 vtkSetMacro(ExtentClipping,
int);
78 vtkGetMacro(ExtentClipping,
int);
79 vtkBooleanMacro(ExtentClipping,
int);
109 void SetExtent(
double xMin,
double xMax,
double yMin,
double yMax,
110 double zMin,
double zMax);
116 void SetExtent(
double extent[6]);
124 vtkSetMacro(Merging,
int);
125 vtkGetMacro(Merging,
int);
126 vtkBooleanMacro(Merging,
int);
137 void CreateDefaultLocator();
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
static vtkUnstructuredGridAlgorithm * New()
Abstract class in support of both point location and point insertion.
virtual unsigned long GetMTime()
a simple class to control print indentation
void PrintSelf(ostream &os, vtkIndent indent)
Superclass for algorithms that produce only unstructured grid as output.