Go to the documentation of this file.
45 #define VTK_CELL_SIZE 512
46 #define VTK_TOL 1.e-05 // Tolerance for geometric calculation
161 int& subId,
double pcoords[3],
162 double& dist2,
double *
weights) = 0;
222 double tol,
double&
t,
double x[3],
223 double pcoords[3],
int& subId) = 0;
251 int dim,
double *derivs) = 0;
326 void operator=(
const vtkCell&);
represent and manipulate 3D points
void Initialize(int npts, vtkIdType *pts, vtkPoints *p)
virtual int CellBoundary(int subId, double pcoords[3], vtkIdList *pts)=0
virtual void DeepCopy(vtkCell *c)
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 void ShallowCopy(vtkCell *c)
represent and manipulate point attribute data
virtual int RequiresExplicitFaceRepresentation()
virtual int GetCellDimension()=0
virtual void Initialize()
#define vtkTypeMacro(thisClass, superclass)
abstract base class for most VTK objects
GLint GLint GLint GLint GLint x
virtual double GetParametricDistance(double pcoords[3])
abstract superclass for arrays of numeric data
virtual int GetCellType()=0
virtual void InterpolateFunctions(double vtkNotUsed(pcoords)[3], double *vtkNotUsed(weight))
virtual void EvaluateLocation(int &subId, double pcoords[3], double x[3], double *weights)=0
GLsizei const GLfloat * value
virtual int Triangulate(int index, vtkIdList *ptIds, vtkPoints *pts)=0
GLboolean GLenum GLenum GLvoid * values
vtkIdList * GetPointIds()
virtual vtkIdType * GetFaces()
virtual void InterpolateDerivs(double vtkNotUsed(pcoords)[3], double *vtkNotUsed(derivs))
void GetBounds(double bounds[6])
abstract class to specify cell behavior
virtual void Derivatives(int subId, double pcoords[3], double *values, int dim, double *derivs)=0
represent and manipulate cell attribute data
virtual vtkCell * GetFace(int faceId)=0
a simple class to control print indentation
object to represent cell connectivity
Abstract class in support of both point location and point insertion.
list of point or cell ids
virtual double * GetParametricCoords()
virtual int IsPrimaryCell()
void PrintSelf(ostream &os, vtkIndent indent)
virtual int GetNumberOfEdges()=0
virtual int GetNumberOfFaces()=0
virtual int IsExplicitCell()
vtkIdType GetNumberOfPoints()
virtual int RequiresInitialization()
virtual void SetFaces(vtkIdType *vtkNotUsed(faces))
virtual void Clip(double value, vtkDataArray *cellScalars, vtkIncrementalPointLocator *locator, vtkCellArray *connectivity, vtkPointData *inPd, vtkPointData *outPd, vtkCellData *inCd, vtkIdType cellId, vtkCellData *outCd, int insideOut)=0
virtual vtkCell * GetEdge(int edgeId)=0
vtkIdType GetPointId(int ptId)
virtual int GetParametricCenter(double pcoords[3])
#define VTKCOMMONDATAMODEL_EXPORT
virtual int EvaluatePosition(double x[3], double *closestPoint, int &subId, double pcoords[3], double &dist2, double *weights)=0
virtual int IntersectWithLine(double p1[3], double p2[3], double tol, double &t, double x[3], double pcoords[3], int &subId)=0