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