Go to the documentation of this file.
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)
override;
98 vtkSetClampMacro(MergeTolerance,
double,0.0001,0.25);
99 vtkGetMacro(MergeTolerance,
double);
115 void operator=(
const vtkCell3D&) =
delete;
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.
represent and manipulate point attribute data
vtkDoubleArray * ClipScalars
abstract superclass for arrays of numeric data
helper class to generate triangulations
abstract class to specify 3D cell interface
int GetCellDimension() override
The topological dimension of the cell.
abstract class to specify cell behavior
represent and manipulate cell attribute data
vtkOrderedTriangulator * Triangulator
a simple class to control print indentation
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
object to represent cell connectivity
Abstract class in support of both point location and point insertion.
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.
dynamic, self-adjusting array of double
a 3D cell that represents a tetrahedron