63 #ifndef vtk3DLinearGridPlaneCutter_h
64 #define vtk3DLinearGridPlaneCutter_h
67 #include "vtkFiltersCoreModule.h"
69 VTK_ABI_NAMESPACE_BEGIN
103 vtkSetMacro(MergePoints,
bool);
104 vtkGetMacro(MergePoints,
bool);
105 vtkBooleanMacro(MergePoints,
bool);
113 vtkSetMacro(InterpolateAttributes,
bool);
114 vtkGetMacro(InterpolateAttributes,
bool);
115 vtkBooleanMacro(InterpolateAttributes,
bool);
125 vtkSetMacro(ComputeNormals,
bool);
126 vtkGetMacro(ComputeNormals,
bool);
127 vtkBooleanMacro(ComputeNormals,
bool);
142 void SetOutputPointsPrecision(
int precision);
143 int GetOutputPointsPrecision()
const;
155 vtkSetMacro(SequentialProcessing,
bool);
156 vtkGetMacro(SequentialProcessing,
bool);
157 vtkBooleanMacro(SequentialProcessing,
bool);
182 static bool CanFullyProcessDataObject(
vtkDataObject*
object);
211 VTK_ABI_NAMESPACE_END
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 *)
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.