75 #ifndef vtk3DLinearGridPlaneCutter_h
76 #define vtk3DLinearGridPlaneCutter_h
79 #include "vtkFiltersCoreModule.h"
115 vtkSetMacro(MergePoints,
bool);
116 vtkGetMacro(MergePoints,
bool);
117 vtkBooleanMacro(MergePoints,
bool);
125 vtkSetMacro(InterpolateAttributes,
bool);
126 vtkGetMacro(InterpolateAttributes,
bool);
127 vtkBooleanMacro(InterpolateAttributes,
bool);
137 vtkSetMacro(ComputeNormals,
bool);
138 vtkGetMacro(ComputeNormals,
bool);
139 vtkBooleanMacro(ComputeNormals,
bool);
154 void SetOutputPointsPrecision(
int precision);
155 int GetOutputPointsPrecision()
const;
167 vtkSetMacro(SequentialProcessing,
bool);
168 vtkGetMacro(SequentialProcessing,
bool);
169 vtkBooleanMacro(SequentialProcessing,
bool);
194 static bool CanFullyProcessDataObject(
vtkDataObject*
object);
virtual int RequestDataObject(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
This is called by the superclass.
vtkTypeUInt32 vtkMTimeType
static vtkDataObjectAlgorithm * New()
int OutputPointsPrecision
concrete dataset represents vertices, lines, polygons, and triangle strips
int GetNumberOfThreadsUsed()
Return the number of threads actually used during execution.
bool GetLargeIds()
Inform the user as to whether large ids were used during filter execution.
a simple class to control print indentation
bool SequentialProcessing
dataset represents arbitrary combinations of all possible cell types
virtual vtkMTimeType GetMTime()
Return this object's modified time.
perform various plane computations
fast plane cutting of vtkUnstructuredGrid containing 3D linear cells
Superclass for algorithms that produce only data object as output.
virtual int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
class to build and traverse sphere trees
int FillInputPortInformation(int port, vtkInformation *info) override
Fill the input port information objects for this algorithm.
general representation of visualization data
bool InterpolateAttributes
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.