61 #ifndef vtk3DLinearGridCrinkleExtractor_h
62 #define vtk3DLinearGridCrinkleExtractor_h
65 #include "vtkFiltersCoreModule.h"
67 VTK_ABI_NAMESPACE_BEGIN
98 vtkSetMacro(CopyPointData,
bool);
99 vtkGetMacro(CopyPointData,
bool);
100 vtkBooleanMacro(CopyPointData,
bool);
108 vtkSetMacro(CopyCellData,
bool);
109 vtkGetMacro(CopyCellData,
bool);
110 vtkBooleanMacro(CopyCellData,
bool);
122 vtkSetMacro(RemoveUnusedPoints,
bool);
123 vtkGetMacro(RemoveUnusedPoints,
bool);
124 vtkBooleanMacro(RemoveUnusedPoints,
bool);
139 void SetOutputPointsPrecision(
int precision);
140 int GetOutputPointsPrecision()
const;
152 vtkSetMacro(SequentialProcessing,
bool);
153 vtkGetMacro(SequentialProcessing,
bool);
154 vtkBooleanMacro(SequentialProcessing,
bool);
169 static bool CanFullyProcessDataObject(
vtkDataObject*
object);
197 VTK_ABI_NAMESPACE_END
abstract interface for implicit functions
virtual int RequestDataObject(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
This is called by the superclass.
vtkTypeUInt32 vtkMTimeType
static vtkDataObjectAlgorithm * New()
a simple class to control print indentation
dataset represents arbitrary combinations of all possible cell types
virtual vtkMTimeType GetMTime()
Return this object's modified time.
Superclass for algorithms that produce only data object as output.
virtual int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
int FillInputPortInformation(int port, vtkInformation *info) override
Fill the input port information objects for this algorithm.
general representation of visualization data
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.