Go to the documentation of this file.
44 #ifndef vtkPentagonalPrism_h
45 #define vtkPentagonalPrism_h
80 int& subId,
double pcoords[3],
81 double& dist2,
double *
weights);
85 double x[3],
double pcoords[3],
int& subId);
88 int dim,
double *derivs);
142 pcoords[0] = pcoords[1] = 0.5;
represent and manipulate 3D points
vtkCell * GetFace(int faceId)
static void InterpolationDerivs(double pcoords[3], double derivs[30])
a cell that represents an n-sided polygon
int CellBoundary(int subId, double pcoords[3], vtkIdList *pts)
static int * GetEdgeArray(int edgeId)
#define vtkTypeMacro(thisClass, superclass)
int GetParametricCenter(double pcoords[3])
GLint GLint GLint GLint GLint x
void Derivatives(int subId, double pcoords[3], double *values, int dim, double *derivs)
vtkCell * GetEdge(int edgeId)
cell represents a 1D line
abstract class to specify 3D cell interface
void JacobianInverse(double pcoords[3], double **inverse, double derivs[30])
a 3D cell that represents a prism with pentagonal base
static int * GetFaceArray(int faceId)
GLboolean GLenum GLenum GLvoid * values
abstract class to specify cell behavior
virtual void InterpolateDerivs(double pcoords[3], double derivs[30])
a simple class to control print indentation
list of point or cell ids
a cell that represents a triangle
int EvaluatePosition(double x[3], double *closestPoint, int &subId, double pcoords[3], double &dist2, double *weights)
virtual void GetFacePoints(int faceId, int *&pts)
int Triangulate(int index, vtkIdList *ptIds, vtkPoints *pts)
double * GetParametricCoords()
void EvaluateLocation(int &subId, double pcoords[3], double x[3], double *weights)
virtual void InterpolateFunctions(double pcoords[3], double weights[10])
static void InterpolationFunctions(double pcoords[3], double weights[10])
void PrintSelf(ostream &os, vtkIndent indent)
virtual int GetParametricCenter(double pcoords[3])
int IntersectWithLine(double p1[3], double p2[3], double tol, double &t, double x[3], double pcoords[3], int &subId)
static vtkPentagonalPrism * New()
#define VTKCOMMONDATAMODEL_EXPORT
virtual void GetEdgePoints(int edgeId, int *&pts)
a cell that represents a 2D quadrilateral