35 #ifndef vtkGenericCell_h
36 #define vtkGenericCell_h
76 int& subId,
double pcoords[3],
77 double& dist2,
double *weights);
79 double x[3],
double *weights);
91 double x[3],
double pcoords[3],
int& subId);
93 void Derivatives(
int subId,
double pcoords[3],
double *values,
94 int dim,
double *derivs);
virtual void DeepCopy(vtkCell *c)
void SetCellTypeToPyramid()
virtual int GetCellDimension()=0
void SetCellTypeToTriangle()
represent and manipulate point attribute data
virtual int GetNumberOfFaces()=0
void SetCellTypeToPolyVertex()
void PrintSelf(ostream &os, vtkIndent indent)
void SetCellTypeToConvexPointSet()
virtual int GetCellType()=0
virtual void InterpolateFunctions(double vtkNotUsed(pcoords)[3], double *vtkNotUsed(weight))
virtual double * GetParametricCoords()
void SetCellTypeToPentagonalPrism()
void SetCellTypeToHexahedron()
represent and manipulate cell attribute data
void SetCellTypeToBiQuadraticQuadraticHexahedron()
Abstract class in support of both point location and point insertion.
virtual int Triangulate(int index, vtkIdList *ptIds, vtkPoints *pts)=0
void SetCellTypeToQuadraticPolygon()
virtual void EvaluateLocation(int &subId, double pcoords[3], double x[3], double *weights)=0
virtual int EvaluatePosition(double x[3], double *closestPoint, int &subId, double pcoords[3], double &dist2, double *weights)=0
void SetCellTypeToPolyhedron()
void SetCellTypeToPolygon()
void SetCellTypeToQuadraticQuad()
void SetCellTypeToPolyLine()
provides thread-safe access to cells
void SetCellTypeToPixel()
void SetCellTypeToTetra()
void SetCellTypeToWedge()
virtual void SetFaces(vtkIdType *vtkNotUsed(faces))
void SetCellTypeToQuadraticWedge()
abstract class to specify cell behavior
void SetCellTypeToTriQuadraticHexahedron()
a simple class to control print indentation
list of point or cell ids
virtual void Derivatives(int subId, double pcoords[3], double *values, int dim, double *derivs)=0
abstract superclass for arrays of numeric data
virtual int IntersectWithLine(double p1[3], double p2[3], double tol, double &t, double x[3], double pcoords[3], int &subId)=0
virtual int RequiresInitialization()
void SetCellTypeToVoxel()
void SetCellTypeToQuadraticLinearQuad()
void SetCellTypeToVertex()
void SetCellTypeToQuadraticPyramid()
void SetCellTypeToBiQuadraticQuadraticWedge()
virtual int RequiresExplicitFaceRepresentation()
void SetCellTypeToQuadraticEdge()
virtual void InterpolateDerivs(double vtkNotUsed(pcoords)[3], double *vtkNotUsed(derivs))
virtual void Clip(double value, vtkDataArray *cellScalars, vtkIncrementalPointLocator *locator, vtkCellArray *connectivity, vtkPointData *inPd, vtkPointData *outPd, vtkCellData *inCd, vtkIdType cellId, vtkCellData *outCd, int insideOut)=0
CellTypeInDataSet cellType(vtkDataSet *input)
virtual void ShallowCopy(vtkCell *c)
virtual vtkCell * GetFace(int faceId)=0
virtual int GetNumberOfEdges()=0
object to represent cell connectivity
virtual vtkCell * GetEdge(int edgeId)=0
void SetCellTypeToBiQuadraticTriangle()
void SetCellTypeToQuadraticLinearWedge()
void SetCellTypeToTriangleStrip()
void SetCellTypeToQuadraticTriangle()
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
virtual int IsPrimaryCell()
void SetCellTypeToHexagonalPrism()
virtual vtkIdType * GetFaces()
virtual int CellBoundary(int subId, double pcoords[3], vtkIdList *pts)=0
virtual void Initialize()
void SetCellTypeToQuadraticTetra()
virtual int GetParametricCenter(double pcoords[3])
void SetCellTypeToCubicLine()
void SetCellTypeToBiQuadraticQuad()
#define VTKCOMMONDATAMODEL_EXPORT
represent and manipulate 3D points
void SetCellTypeToEmptyCell()
void SetCellTypeToQuadraticHexahedron()