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