30 #include "vtkCommonDataModelModule.h"
51 virtual void GetEdgePoints(
int edgeId,
int* &pts) = 0;
60 virtual void GetFacePoints(
int faceId,
int* &pts) = 0;
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;
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
represent and manipulate point attribute data
represent and manipulate cell attribute data
Abstract class in support of both point location and point insertion.
helper class to generate triangulations
abstract class to specify 3D cell interface
dynamic, self-adjusting array of double
a 3D cell that represents a tetrahedron
abstract class to specify cell behavior
a simple class to control print indentation
abstract superclass for arrays of numeric data
int GetCellDimension() override
The topological dimension of the cell.
virtual void Clip(double value, vtkDataArray *cellScalars, vtkIncrementalPointLocator *locator, vtkCellArray *connectivity, vtkPointData *inPd, vtkPointData *outPd, vtkCellData *inCd, vtkIdType cellId, vtkCellData *outCd, int insideOut)=0
Cut (or clip) the cell based on the input cellScalars and the specified value.
object to represent cell connectivity
virtual void Contour(double value, vtkDataArray *cellScalars, vtkIncrementalPointLocator *locator, vtkCellArray *verts, vtkCellArray *lines, vtkCellArray *polys, vtkPointData *inPd, vtkPointData *outPd, vtkCellData *inCd, vtkIdType cellId, vtkCellData *outCd)=0
Generate contouring primitives.