Go to the documentation of this file.
45 #ifndef vtkExtractUnstructuredGrid_h
46 #define vtkExtractUnstructuredGrid_h
48 #include "vtkFiltersExtractionModule.h"
69 vtkGetMacro(PointClipping,
int);
78 vtkGetMacro(CellClipping,
int);
87 vtkGetMacro(ExtentClipping,
int);
126 void SetExtent(
double xMin,
double xMax,
double yMin,
double yMax,
127 double zMin,
double zMax);
133 void SetExtent(
double extent[6]);
144 vtkGetMacro(Merging,
int);
160 void CreateDefaultLocator();
vtkTypeUInt64 vtkMTimeType
virtual vtkMTimeType GetMTime()
Return this object's modified time.
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
This is called by the superclass.
a simple class to control print indentation
Abstract class in support of both point location and point insertion.
vtkBooleanMacro(IgnoreDriverBugs, bool)
Updates the extensions string.
vtkSetMacro(IgnoreDriverBugs, bool)
Updates the extensions string.
static vtkUnstructuredGridAlgorithm * New()
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
Superclass for algorithms that produce only unstructured grid as output.