70 #ifndef vtk3DLinearGridCrinkleExtractor_h 71 #define vtk3DLinearGridCrinkleExtractor_h 74 #include "vtkFiltersCoreModule.h" 106 vtkSetMacro(CopyPointData,
bool);
107 vtkGetMacro(CopyPointData,
bool);
108 vtkBooleanMacro(CopyPointData,
bool);
116 vtkSetMacro(CopyCellData,
bool);
117 vtkGetMacro(CopyCellData,
bool);
118 vtkBooleanMacro(CopyCellData,
bool);
130 vtkSetMacro(RemoveUnusedPoints,
bool);
131 vtkGetMacro(RemoveUnusedPoints,
bool);
132 vtkBooleanMacro(RemoveUnusedPoints,
bool);
147 void SetOutputPointsPrecision(
int precision);
148 int GetOutputPointsPrecision()
const;
160 vtkSetMacro(SequentialProcessing,
bool);
161 vtkGetMacro(SequentialProcessing,
bool);
162 vtkBooleanMacro(SequentialProcessing,
bool);
177 static bool CanFullyProcessDataObject(
vtkDataObject*
object);
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.