63#ifndef vtk3DLinearGridPlaneCutter_h
64#define vtk3DLinearGridPlaneCutter_h
67#include "vtkFiltersCoreModule.h"
70VTK_ABI_NAMESPACE_BEGIN
bool InterpolateAttributes
bool SequentialProcessing
int GetNumberOfThreadsUsed()
Return the number of threads actually used during execution.
~vtk3DLinearGridPlaneCutter() override
vtk3DLinearGridPlaneCutter()
static vtk3DLinearGridPlaneCutter * New()
Standard methods for construction, type info, and printing.
vtkTypeBool GenerateTriangles
int FillInputPortInformation(int port, vtkInformation *info) override
Fill the input port information objects for this algorithm.
int RequestDataObject(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector) override
This is called by the superclass.
vtkTypeBool GenerateCutScalars
virtual void SetPlane(vtkPlane *)
Specify the plane (an implicit function) to perform the cutting.
void PrintSelf(ostream &os, vtkIndent indent) override
Standard methods for construction, type info, and printing.
int OutputPointsPrecision
bool GetLargeIds()
Inform the user as to whether large ids were used during filter execution.
virtual void SetMergePointsOff()
Indicate whether to merge coincident points.
int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector) override
int ProcessPiece(vtkUnstructuredGrid *input, vtkPlane *plane, vtkPolyData *output)
static bool CanFullyProcessDataObject(vtkDataObject *object)
Returns true if the data object passed in is fully supported by this filter, i.e.,...
virtual void SetMergePointsOn()
Indicate whether to merge coincident points.
vtkMTimeType GetMTime() override
Overloaded GetMTime() because of delegation to the helper vtkPlane.
general representation of visualization data
a simple class to control print indentation
perform various plane computations
concrete dataset represents vertices, lines, polygons, and triangle strips
dataset represents arbitrary combinations of all possible cell types
#define VTK_DEPRECATED_IN_9_7_0(reason)
vtkTypeUInt32 vtkMTimeType