33 #ifndef vtkGenericCell_h
34 #define vtkGenericCell_h
36 #include "vtkCommonDataModelModule.h"
69 int GetCellDimension() VTK_OVERRIDE;
70 int IsLinear() VTK_OVERRIDE;
71 int RequiresInitialization() VTK_OVERRIDE;
72 void Initialize() VTK_OVERRIDE;
73 int RequiresExplicitFaceRepresentation() VTK_OVERRIDE;
74 void SetFaces(
vtkIdType *faces) VTK_OVERRIDE;
76 int GetNumberOfEdges() VTK_OVERRIDE;
77 int GetNumberOfFaces() VTK_OVERRIDE;
78 vtkCell *GetEdge(
int edgeId) VTK_OVERRIDE;
79 vtkCell *GetFace(
int faceId) VTK_OVERRIDE;
80 int CellBoundary(
int subId,
double pcoords[3],
vtkIdList *pts) VTK_OVERRIDE;
81 int EvaluatePosition(
double x[3],
double* closestPoint,
82 int& subId,
double pcoords[3],
83 double& dist2,
double *weights) VTK_OVERRIDE;
84 void EvaluateLocation(
int& subId,
double pcoords[3],
85 double x[3],
double *weights) VTK_OVERRIDE;
96 int insideOut) VTK_OVERRIDE;
97 int IntersectWithLine(
double p1[3],
double p2[3],
double tol,
double& t,
98 double x[3],
double pcoords[3],
99 int& subId) VTK_OVERRIDE;
101 void Derivatives(
int subId,
double pcoords[3],
double *values,
102 int dim,
double *derivs) VTK_OVERRIDE;
103 int GetParametricCenter(
double pcoords[3]) VTK_OVERRIDE;
104 double *GetParametricCoords() VTK_OVERRIDE;
105 int IsPrimaryCell() VTK_OVERRIDE;
113 void InterpolateFunctions(
double pcoords[3],
double *weights) VTK_OVERRIDE;
114 void InterpolateDerivs(
double pcoords[3],
double *derivs) VTK_OVERRIDE;
virtual void DeepCopy(vtkCell *c)
Copy this cell by completely copying internal data structures.
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
void SetCellTypeToPyramid()
void SetCellTypeToTriangle()
represent and manipulate point attribute data
void SetCellTypeToPolyVertex()
void SetCellTypeToConvexPointSet()
virtual int GetCellType()=0
Return the type of cell.
void SetCellTypeToPentagonalPrism()
void SetCellTypeToHexahedron()
represent and manipulate cell attribute data
void SetCellTypeToBiQuadraticQuadraticHexahedron()
Abstract class in support of both point location and point insertion.
void SetCellTypeToQuadraticPolygon()
void SetCellTypeToPolyhedron()
void SetCellTypeToPolygon()
void SetCellTypeToQuadraticQuad()
void SetCellTypeToPolyLine()
provides thread-safe access to cells
void SetCellTypeToPixel()
void SetCellTypeToTetra()
void SetCellTypeToWedge()
void SetCellTypeToQuadraticWedge()
abstract class to specify cell behavior
void SetCellTypeToTriQuadraticHexahedron()
a simple class to control print indentation
list of point or cell ids
abstract superclass for arrays of numeric data
void SetCellTypeToVoxel()
void SetCellTypeToQuadraticLinearQuad()
void SetCellTypeToVertex()
void SetCellTypeToQuadraticPyramid()
void SetCellTypeToBiQuadraticQuadraticWedge()
void SetCellTypeToQuadraticEdge()
vtkCell * GetRepresentativeCell()
CellTypeInDataSet cellType(vtkDataSet *input)
virtual void ShallowCopy(vtkCell *c)
Copy this cell by reference counting the internal data structures.
object to represent cell connectivity
void SetCellTypeToBiQuadraticTriangle()
void SetCellTypeToQuadraticLinearWedge()
void SetCellTypeToTriangleStrip()
void SetCellTypeToQuadraticTriangle()
int Contour(vtkDataSet *input, vtkPolyData *output, vtkDataArray *field, float isoValue, bool computeScalars)
void SetCellTypeToHexagonalPrism()
static vtkObject * New()
Create an object with Debug turned off, modified time initialized to zero, and reference counting on...
void SetCellTypeToQuadraticTetra()
void SetCellTypeToCubicLine()
void SetCellTypeToBiQuadraticQuad()
represent and manipulate 3D points
void SetCellTypeToQuadraticHexahedron()