|
VTK
|
a 3D cell that represents a prism with pentagonal base More...
#include <vtkPentagonalPrism.h>
Inherits vtkCell3D.
Public Types | |
| typedef vtkCell3D | Superclass |
Public Member Functions | |
| virtual const char * | GetClassName () |
| virtual int | IsA (const char *type) |
| 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[30]) |
| 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) |
Static Public Member Functions | |
| static vtkPentagonalPrism * | New () |
| static int | IsTypeOf (const char *type) |
| static vtkPentagonalPrism * | SafeDownCast (vtkObject *o) |
| static int * | GetEdgeArray (int edgeId) |
| static int * | GetFaceArray (int faceId) |
Protected Member Functions | |
| vtkPentagonalPrism () | |
| ~vtkPentagonalPrism () | |
Protected Attributes | |
| vtkLine * | Line |
| vtkQuad * | Quad |
| vtkPolygon * | Polygon |
| vtkTriangle * | Triangle |
| static void | InterpolationFunctions (double pcoords[3], double weights[10]) |
| static void | InterpolationDerivs (double pcoords[3], double derivs[30]) |
| virtual void | InterpolateFunctions (double pcoords[3], double weights[10]) |
| virtual void | InterpolateDerivs (double pcoords[3], double derivs[30]) |
a 3D cell that represents a prism with pentagonal base
vtkPentagonalPrism is a concrete implementation of vtkCell to represent a linear 3D prism with pentagonal base. Such prism is defined by the ten points (0-9) where (0,1,2,3,4) is the base of the prism which, using the right hand rule, forms a pentagon whose normal points is in the direction of the opposite face (5,6,7,8,9).
Definition at line 47 of file vtkPentagonalPrism.h.
| typedef vtkCell3D vtkPentagonalPrism::Superclass |
Definition at line 51 of file vtkPentagonalPrism.h.
|
protected |
|
protected |
|
static |
|
virtual |
|
static |
|
virtual |
|
static |
| void vtkPentagonalPrism::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 vtkCell3D API for descriptions of these methods.
Definition at line 62 of file vtkPentagonalPrism.h.
|
inline |
See the vtkCell3D API for descriptions of these methods.
Definition at line 63 of file vtkPentagonalPrism.h.
|
inline |
See the vtkCell3D API for descriptions of these methods.
Definition at line 64 of file vtkPentagonalPrism.h.
|
inline |
See the vtkCell3D API for descriptions of these methods.
Definition at line 65 of file vtkPentagonalPrism.h.
| vtkCell* vtkPentagonalPrism::GetEdge | ( | int | edgeId | ) |
See the vtkCell3D API for descriptions of these methods.
| vtkCell* vtkPentagonalPrism::GetFace | ( | int | faceId | ) |
See the vtkCell3D API for descriptions of these methods.
| int vtkPentagonalPrism::CellBoundary | ( | int | subId, |
| double | pcoords[3], | ||
| vtkIdList * | pts | ||
| ) |
See the vtkCell3D API for descriptions of these methods.
| int vtkPentagonalPrism::EvaluatePosition | ( | double | x[3], |
| double * | closestPoint, | ||
| int & | subId, | ||
| double | pcoords[3], | ||
| double & | dist2, | ||
| double * | weights | ||
| ) |
| void vtkPentagonalPrism::EvaluateLocation | ( | int & | subId, |
| double | pcoords[3], | ||
| double | x[3], | ||
| double * | weights | ||
| ) |
| int vtkPentagonalPrism::IntersectWithLine | ( | double | p1[3], |
| double | p2[3], | ||
| double | tol, | ||
| double & | t, | ||
| double | x[3], | ||
| double | pcoords[3], | ||
| int & | subId | ||
| ) |
| void vtkPentagonalPrism::Derivatives | ( | int | subId, |
| double | pcoords[3], | ||
| double * | values, | ||
| int | dim, | ||
| double * | derivs | ||
| ) |
| double* vtkPentagonalPrism::GetParametricCoords | ( | ) |
|
inline |
Return the center of the wedge in parametric coordinates.
Definition at line 133 of file vtkPentagonalPrism.h.
|
static |
|
static |
|
inlinevirtual |
Definition at line 96 of file vtkPentagonalPrism.h.
|
inlinevirtual |
Definition at line 100 of file vtkPentagonalPrism.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 vtkPentagonalPrism::JacobianInverse | ( | double | pcoords[3], |
| double ** | inverse, | ||
| double | derivs[30] | ||
| ) |
Given parametric coordinates compute inverse Jacobian transformation matrix. Returns 9 elements of 3x3 inverse Jacobian plus interpolation function derivatives.
|
protected |
Definition at line 122 of file vtkPentagonalPrism.h.
|
protected |
Definition at line 123 of file vtkPentagonalPrism.h.
|
protected |
Definition at line 124 of file vtkPentagonalPrism.h.
|
protected |
Definition at line 125 of file vtkPentagonalPrism.h.
1.8.6