Go to the documentation of this file.
77 int& subId,
double pcoords[3],
78 double& dist2,
double *
weights);
82 double x[3],
double pcoords[3],
int& subId);
85 int dim,
double *derivs);
103 static void TetraCenter(
double p1[3],
double p2[3],
double p3[3],
double p4[3],
112 double p4[3],
double center[3]);
119 static double Insphere(
double p1[3],
double p2[3],
double p3[3],
120 double p4[3],
double center[3]);
136 double x3[3],
double x4[3],
double bcoords[4]);
189 pcoords[0] = pcoords[1] = pcoords[2] = 0.25;
represent and manipulate 3D points
int Triangulate(int index, vtkIdList *ptIds, vtkPoints *pts)
virtual void GetEdgePoints(int edgeId, int *&pts)
static int * GetEdgeArray(int edgeId)
represent and manipulate point attribute data
virtual void InterpolateDerivs(double pcoords[3], double derivs[12])
int CellBoundary(int subId, double pcoords[3], vtkIdList *pts)
#define vtkTypeMacro(thisClass, superclass)
int EvaluatePosition(double x[3], double *closestPoint, int &subId, double pcoords[3], double &dist2, double *weights)
void Derivatives(int subId, double pcoords[3], double *values, int dim, double *derivs)
static void TetraCenter(double p1[3], double p2[3], double p3[3], double p4[3], double center[3])
static void InterpolationDerivs(double pcoords[3], double derivs[12])
GLint GLint GLint GLint GLint x
static double Insphere(double p1[3], double p2[3], double p3[3], double p4[3], double center[3])
abstract superclass for arrays of numeric data
int JacobianInverse(double **inverse, double derivs[12])
virtual void InterpolateFunctions(double pcoords[3], double weights[4])
cell represents a 1D line
int GetParametricCenter(double pcoords[3])
vtkCell * GetFace(int faceId)
abstract class to specify 3D cell interface
int IntersectWithLine(double p1[3], double p2[3], double tol, double &t, double x[3], double pcoords[3], int &subId)
void EvaluateLocation(int &subId, double pcoords[3], double x[3], double *weights)
virtual void GetFacePoints(int faceId, int *&pts)
GLsizei const GLfloat * value
GLboolean GLenum GLenum GLvoid * values
abstract class to specify cell behavior
represent and manipulate cell attribute data
void Contour(double value, vtkDataArray *cellScalars, vtkIncrementalPointLocator *locator, vtkCellArray *verts, vtkCellArray *lines, vtkCellArray *polys, vtkPointData *inPd, vtkPointData *outPd, vtkCellData *inCd, vtkIdType cellId, vtkCellData *outCd)
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
vtkCell * GetEdge(int edgeId)
a cell that represents a triangle
static int BarycentricCoords(double x[3], double x1[3], double x2[3], double x3[3], double x4[3], double bcoords[4])
virtual double * GetParametricCoords()
virtual int GetParametricCenter(double pcoords[3])
static double ComputeVolume(double p1[3], double p2[3], double p3[3], double p4[3])
#define VTKCOMMONDATAMODEL_EXPORT
dataset represents arbitrary combinations of all possible cell types
static double Circumsphere(double p1[3], double p2[3], double p3[3], double p4[3], double center[3])
a 3D cell that represents a tetrahedron
double GetParametricDistance(double pcoords[3])
void PrintSelf(ostream &os, vtkIndent indent)
static void InterpolationFunctions(double pcoords[3], double weights[4])
static int * GetFaceArray(int faceId)
void Clip(double value, vtkDataArray *cellScalars, vtkIncrementalPointLocator *locator, vtkCellArray *connectivity, vtkPointData *inPd, vtkPointData *outPd, vtkCellData *inCd, vtkIdType cellId, vtkCellData *outCd, int insideOut)