Go to the documentation of this file.
44 #ifndef vtkExtractGeometry_h
45 #define vtkExtractGeometry_h
47 #include "vtkFiltersExtractionModule.h"
83 vtkGetMacro(ExtractInside,
int);
93 vtkGetMacro(ExtractBoundaryCells,
int);
96 vtkGetMacro(ExtractOnlyBoundaryCells,
int);
vtkTypeUInt64 vtkMTimeType
abstract interface for implicit functions
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
int FillInputPortInformation(int port, vtkInformation *info) override
Fill the input port information objects for this algorithm.
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.