30 #include "vtkCommonDataModelModule.h"
85 int insideOut) VTK_OVERRIDE;
98 vtkSetClampMacro(MergeTolerance,
double,0.0001,0.25);
99 vtkGetMacro(MergeTolerance,
double);
107 double MergeTolerance;
115 void operator=(const
vtkCell3D&) VTK_DELETE_FUNCTION;
abstract class to specify 3D cell interface
int GetCellDimension() override
The topological dimension of the cell.
void Clip(double value, vtkDataArray *cellScalars, vtkIncrementalPointLocator *locator, vtkCellArray *connectivity, vtkPointData *inPd, vtkPointData *outPd, vtkCellData *inCd, vtkIdType cellId, vtkCellData *outCd, int insideOut) override
Cut (or clip) the cell based on the input cellScalars and the specified value.
virtual void GetFacePoints(int faceId, int *&pts)=0
Get the list of vertices that define a face.
void Contour(double value, vtkDataArray *cellScalars, vtkIncrementalPointLocator *locator, vtkCellArray *verts, vtkCellArray *lines, vtkCellArray *polys, vtkPointData *inPd, vtkPointData *outPd, vtkCellData *inCd, vtkIdType cellId, vtkCellData *outCd) override
Generate contouring primitives.
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
virtual void GetEdgePoints(int edgeId, int *&pts)=0
Get the pair of vertices that define an edge.
object to represent cell connectivity
represent and manipulate cell attribute data
abstract class to specify cell behavior
abstract superclass for arrays of numeric data
dynamic, self-adjusting array of double
Abstract class in support of both point location and point insertion.
a simple class to control print indentation
helper class to generate triangulations
represent and manipulate point attribute data
a 3D cell that represents a tetrahedron