TPixelType = The type associated with a point, cell, or boundary for use in storing its data.
TCellTraits = Type information of mesh containing cell.
|
Public Types |
| enum | {
NumberOfPoints = 8,
NumberOfVertices = 8,
NumberOfEdges = 12,
NumberOfFaces = 6,
CellDimension = 3
} |
| typedef EdgeType::SelfAutoPointer | EdgeAutoPointer |
| typedef LineCell< TCellInterface > | EdgeType |
| typedef FaceType::SelfAutoPointer | FaceAutoPointer |
typedef QuadrilateralCell<
TCellInterface > | FaceType |
| typedef VertexType::SelfAutoPointer | VertexAutoPointer |
| typedef VertexCell< TCellInterface > | VertexType |
Public Member Functions |
| virtual bool | EvaluatePosition (CoordRepType *, PointsContainer *, CoordRepType *, CoordRepType[], double *, InterpolationWeightType *) |
| virtual bool | GetBoundaryFeature (int dimension, CellFeatureIdentifier, CellAutoPointer &) |
| virtual unsigned int | GetDimension (void) const |
| virtual bool | GetEdge (CellFeatureIdentifier, EdgeAutoPointer &) |
| virtual bool | GetFace (CellFeatureIdentifier, FaceAutoPointer &) |
| virtual const char * | GetNameOfClass () const |
| virtual CellFeatureCount | GetNumberOfBoundaryFeatures (int dimension) const |
| virtual CellFeatureCount | GetNumberOfEdges (void) const |
| virtual CellFeatureCount | GetNumberOfFaces (void) const |
| virtual unsigned int | GetNumberOfPoints (void) const |
Hexahedron specific interface
*virtual CellFeatureCount | GetNumberOfVertices (void) const |
Implement the standard CellInterface
*virtual CellGeometry | GetType (void) const |
| virtual bool | GetVertex (CellFeatureIdentifier, VertexAutoPointer &) |
| | HexahedronCell () |
| Standard class typedefs * | itkCellCommonTypedefs (HexahedronCell) |
| | itkCellInheritedTypedefs (TCellInterface) |
| | itkCellVisitMacro (Superclass::HEXAHEDRON_CELL) |
| virtual void | MakeCopy (CellAutoPointer &) const |
| virtual PointIdConstIterator | PointIdsBegin (void) const |
| virtual PointIdIterator | PointIdsBegin (void) |
| virtual PointIdConstIterator | PointIdsEnd (void) const |
| virtual PointIdIterator | PointIdsEnd (void) |
| virtual void | SetPointId (int localId, PointIdentifier) |
| virtual void | SetPointIds (PointIdConstIterator first, PointIdConstIterator last) |
| virtual void | SetPointIds (PointIdConstIterator first) |
| | ~HexahedronCell () |
Protected Member Functions |
| void | EvaluateLocation (int &, PointsContainer *points, CoordRepType pcoords[3], CoordRepType x[3], InterpolationWeightType *weights) |
| void | InterpolationDerivs (CoordRepType pcoords[3], CoordRepType derivs[24]) |
| void | InterpolationFunctions (CoordRepType pcoords[3], InterpolationWeightType sf[8]) |
Protected Attributes |
| PointIdentifier | m_PointIds [NumberOfPoints] |