39 #ifndef vtkExtractUnstructuredGrid_h
40 #define vtkExtractUnstructuredGrid_h
42 #include "vtkFiltersExtractionModule.h"
63 vtkGetMacro(PointClipping,
int);
72 vtkGetMacro(CellClipping,
int);
81 vtkGetMacro(ExtentClipping,
int);
120 void SetExtent(
double xMin,
double xMax,
double yMin,
double yMax,
121 double zMin,
double zMax);
127 void SetExtent(
double extent[6]);
138 vtkGetMacro(Merging,
int);
154 void CreateDefaultLocator();
163 ~vtkExtractUnstructuredGrid()VTK_OVERRIDE {}
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
This is called by the superclass.
vtkTypeUInt32 vtkMTimeType
static vtkUnstructuredGridAlgorithm * New()
Abstract class in support of both point location and point insertion.
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
a simple class to control print indentation
virtual vtkMTimeType GetMTime()
Return this object's modified time.
Superclass for algorithms that produce only unstructured grid as output.
vtkSetMacro(IgnoreDriverBugs, bool)
When set known driver bugs are ignored during driver feature detection.
vtkBooleanMacro(IgnoreDriverBugs, bool)
When set known driver bugs are ignored during driver feature detection.