Go to the documentation of this file.
30 #include "vtkCommonDataModelModule.h"
85 int insideOut)
override;
98 vtkSetClampMacro(MergeTolerance,
double,0.0001,0.25);
99 vtkGetMacro(MergeTolerance,
double);
115 void operator=(
const vtkCell3D&) =
delete;
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
object to represent cell connectivity
Abstract class in support of both point location and point insertion.
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.
virtual void GetFacePoints(int faceId, int *&pts)=0
Get the list of vertices that define a face.
dynamic, self-adjusting array of double
a 3D cell that represents a tetrahedron
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.