73 #ifndef vtk3DLinearGridCrinkleExtractor_h
74 #define vtk3DLinearGridCrinkleExtractor_h
77 #include "vtkFiltersCoreModule.h"
109 vtkSetMacro(CopyPointData,
bool);
110 vtkGetMacro(CopyPointData,
bool);
111 vtkBooleanMacro(CopyPointData,
bool);
119 vtkSetMacro(CopyCellData,
bool);
120 vtkGetMacro(CopyCellData,
bool);
121 vtkBooleanMacro(CopyCellData,
bool);
133 vtkSetMacro(RemoveUnusedPoints,
bool);
134 vtkGetMacro(RemoveUnusedPoints,
bool);
135 vtkBooleanMacro(RemoveUnusedPoints,
bool);
150 void SetOutputPointsPrecision(
int precision);
151 int GetOutputPointsPrecision()
const;
163 vtkSetMacro(SequentialProcessing,
bool);
164 vtkGetMacro(SequentialProcessing,
bool);
165 vtkBooleanMacro(SequentialProcessing,
bool);
180 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.