44 #ifndef __vtkExtractUnstructuredGrid_h
45 #define __vtkExtractUnstructuredGrid_h
62 vtkSetMacro(PointClipping,
int);
63 vtkGetMacro(PointClipping,
int);
64 vtkBooleanMacro(PointClipping,
int);
69 vtkSetMacro(CellClipping,
int);
70 vtkGetMacro(CellClipping,
int);
71 vtkBooleanMacro(CellClipping,
int);
76 vtkSetMacro(ExtentClipping,
int);
77 vtkGetMacro(ExtentClipping,
int);
78 vtkBooleanMacro(ExtentClipping,
int);
108 void SetExtent(
double xMin,
double xMax,
double yMin,
double yMax,
109 double zMin,
double zMax);
115 void SetExtent(
double extent[6]);
123 vtkSetMacro(Merging,
int);
124 vtkGetMacro(Merging,
int);
125 vtkBooleanMacro(Merging,
int);
136 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.