|
VTK
|
a 3D cell that represents a prism with hexagonal base More...
#include <vtkHexagonalPrism.h>
Inherits vtkCell3D.
Public Types | |
| typedef vtkCell3D | Superclass |
Public Member Functions | |
| virtual int | IsA (const char *type) |
| vtkHexagonalPrism * | NewInstance () const |
| void | PrintSelf (ostream &os, vtkIndent indent) |
| int | EvaluatePosition (double x[3], double *closestPoint, int &subId, double pcoords[3], double &dist2, double *weights) |
| void | EvaluateLocation (int &subId, double pcoords[3], double x[3], double *weights) |
| int | IntersectWithLine (double p1[3], double p2[3], double tol, double &t, double x[3], double pcoords[3], int &subId) |
| int | Triangulate (int index, vtkIdList *ptIds, vtkPoints *pts) |
| void | Derivatives (int subId, double pcoords[3], double *values, int dim, double *derivs) |
| double * | GetParametricCoords () |
| int | GetParametricCenter (double pcoords[3]) |
| void | JacobianInverse (double pcoords[3], double **inverse, double derivs[36]) |
| virtual void | GetEdgePoints (int edgeId, int *&pts) |
| virtual void | GetFacePoints (int faceId, int *&pts) |
| int | GetCellType () |
| int | GetCellDimension () |
| int | GetNumberOfEdges () |
| int | GetNumberOfFaces () |
| vtkCell * | GetEdge (int edgeId) |
| vtkCell * | GetFace (int faceId) |
| int | CellBoundary (int subId, double pcoords[3], vtkIdList *pts) |
| virtual void | InterpolateFunctions (double pcoords[3], double weights[12]) |
| virtual void | InterpolateDerivs (double pcoords[3], double derivs[36]) |
Static Public Member Functions | |
| static vtkHexagonalPrism * | New () |
| static int | IsTypeOf (const char *type) |
| static vtkHexagonalPrism * | SafeDownCast (vtkObjectBase *o) |
| static void | InterpolationFunctions (double pcoords[3], double weights[12]) |
| static void | InterpolationDerivs (double pcoords[3], double derivs[36]) |
| static int * | GetEdgeArray (int edgeId) |
| static int * | GetFaceArray (int faceId) |
Protected Member Functions | |
| virtual vtkObjectBase * | NewInstanceInternal () const |
| vtkHexagonalPrism () | |
| ~vtkHexagonalPrism () | |
Protected Attributes | |
| vtkLine * | Line |
| vtkQuad * | Quad |
| vtkPolygon * | Polygon |
a 3D cell that represents a prism with hexagonal base
vtkHexagonalPrism is a concrete implementation of vtkCell to represent a linear 3D prism with hexagonal base. Such prism is defined by the twelve points (0-12) where (0,1,2,3,4,5) is the base of the prism which, using the right hand rule, forms a hexagon whose normal points is in the direction of the opposite face (6,7,8,9,10,11).
Definition at line 47 of file vtkHexagonalPrism.h.
| typedef vtkCell3D vtkHexagonalPrism::Superclass |
Definition at line 51 of file vtkHexagonalPrism.h.
|
protected |
|
protected |
|
static |
|
static |
|
virtual |
|
static |
|
protectedvirtual |
| vtkHexagonalPrism* vtkHexagonalPrism::NewInstance | ( | ) | const |
| void vtkHexagonalPrism::PrintSelf | ( | ostream & | os, |
| vtkIndent | indent | ||
| ) |
|
virtual |
See vtkCell3D API for description of these methods.
|
virtual |
See vtkCell3D API for description of these methods.
|
inline |
See the vtkCell API for descriptions of these methods.
Definition at line 62 of file vtkHexagonalPrism.h.
|
inline |
See the vtkCell API for descriptions of these methods.
Definition at line 63 of file vtkHexagonalPrism.h.
|
inline |
See the vtkCell API for descriptions of these methods.
Definition at line 64 of file vtkHexagonalPrism.h.
|
inline |
See the vtkCell API for descriptions of these methods.
Definition at line 65 of file vtkHexagonalPrism.h.
| vtkCell* vtkHexagonalPrism::GetEdge | ( | int | edgeId | ) |
See the vtkCell API for descriptions of these methods.
| vtkCell* vtkHexagonalPrism::GetFace | ( | int | faceId | ) |
See the vtkCell API for descriptions of these methods.
| int vtkHexagonalPrism::CellBoundary | ( | int | subId, |
| double | pcoords[3], | ||
| vtkIdList * | pts | ||
| ) |
See the vtkCell API for descriptions of these methods.
| int vtkHexagonalPrism::EvaluatePosition | ( | double | x[3], |
| double * | closestPoint, | ||
| int & | subId, | ||
| double | pcoords[3], | ||
| double & | dist2, | ||
| double * | weights | ||
| ) |
| void vtkHexagonalPrism::EvaluateLocation | ( | int & | subId, |
| double | pcoords[3], | ||
| double | x[3], | ||
| double * | weights | ||
| ) |
| int vtkHexagonalPrism::IntersectWithLine | ( | double | p1[3], |
| double | p2[3], | ||
| double | tol, | ||
| double & | t, | ||
| double | x[3], | ||
| double | pcoords[3], | ||
| int & | subId | ||
| ) |
| int vtkHexagonalPrism::Triangulate | ( | int | index, |
| vtkIdList * | ptIds, | ||
| vtkPoints * | pts | ||
| ) |
| void vtkHexagonalPrism::Derivatives | ( | int | subId, |
| double | pcoords[3], | ||
| double * | values, | ||
| int | dim, | ||
| double * | derivs | ||
| ) |
| double* vtkHexagonalPrism::GetParametricCoords | ( | ) |
|
inline |
Return the center of the wedge in parametric coordinates.
Definition at line 131 of file vtkHexagonalPrism.h.
|
static |
|
static |
|
inlinevirtual |
Compute the interpolation functions/derivatives (aka shape functions/derivatives)
Definition at line 95 of file vtkHexagonalPrism.h.
|
inlinevirtual |
Compute the interpolation functions/derivatives (aka shape functions/derivatives)
Definition at line 99 of file vtkHexagonalPrism.h.
|
static |
Return the ids of the vertices defining edge/face (edgeId/`faceId'). Ids are related to the cell, not to the dataset.
|
static |
Return the ids of the vertices defining edge/face (edgeId/`faceId'). Ids are related to the cell, not to the dataset.
| void vtkHexagonalPrism::JacobianInverse | ( | double | pcoords[3], |
| double ** | inverse, | ||
| double | derivs[36] | ||
| ) |
Given parametric coordinates compute inverse Jacobian transformation matrix. Returns 9 elements of 3x3 inverse Jacobian plus interpolation function derivatives.
|
protected |
Definition at line 121 of file vtkHexagonalPrism.h.
|
protected |
Definition at line 122 of file vtkHexagonalPrism.h.
|
protected |
Definition at line 123 of file vtkHexagonalPrism.h.
1.8.6