46 #ifndef vtkExtractPolyDataGeometry_h 47 #define vtkExtractPolyDataGeometry_h 49 #include "vtkFiltersExtractionModule.h" 85 vtkGetMacro(ExtractInside,
int);
95 vtkGetMacro(ExtractBoundaryCells,
int);
105 vtkGetMacro(PassPoints,
int);
abstract interface for implicit functions
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
This is called by the superclass.
vtkIdType InsertNextPoint(const float x[3])
Insert point into next available slot.
vtkTypeUInt64 vtkMTimeType
static vtkPolyDataAlgorithm * New()
Superclass for algorithms that produce only polydata as output.
a simple class to control print indentation
virtual vtkMTimeType GetMTime()
Return this object's modified time.
double * GetPoint(vtkIdType id)
Return a pointer to a double point x[3] for a specific id.
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.
represent and manipulate 3D points
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.