#include <itkHexahedronCell.h>


Template parameters for HexahedronCell:
TPixelType = The type associated with a point, cell, or boundary for use in storing its data.
TCellTraits = Type information of mesh containing cell.
Definition at line 43 of file itkHexahedronCell.h.
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 const char * | GetNameOfClass () const |
| HexahedronCell () | |
| itkCellVisitMacro (Superclass::HEXAHEDRON_CELL) | |
| ~HexahedronCell () | |
| virtual bool | GetBoundaryFeature (int dimension, CellFeatureIdentifier, CellAutoPointer &) |
| virtual unsigned int | GetDimension (void) const |
| virtual CellFeatureCount | GetNumberOfBoundaryFeatures (int dimension) const |
| virtual unsigned int | GetNumberOfPoints (void) const |
| virtual CellGeometry | GetType (void) const |
| 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) |
| virtual bool | GetEdge (CellFeatureIdentifier, EdgeAutoPointer &) |
| virtual bool | GetFace (CellFeatureIdentifier, FaceAutoPointer &) |
| virtual CellFeatureCount | GetNumberOfEdges (void) const |
| virtual CellFeatureCount | GetNumberOfFaces (void) const |
| virtual CellFeatureCount | GetNumberOfVertices (void) const |
| virtual bool | GetVertex (CellFeatureIdentifier, VertexAutoPointer &) |
| itkCellCommonTypedefs (HexahedronCell) | |
| itkCellInheritedTypedefs (TCellInterface) | |
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] |
| typedef EdgeType::SelfAutoPointer itk::HexahedronCell< TCellInterface >::EdgeAutoPointer |
Definition at line 60 of file itkHexahedronCell.h.
| typedef LineCell< TCellInterface > itk::HexahedronCell< TCellInterface >::EdgeType |
The type of boundary for this triangle's edges.
Definition at line 59 of file itkHexahedronCell.h.
| typedef FaceType::SelfAutoPointer itk::HexahedronCell< TCellInterface >::FaceAutoPointer |
Definition at line 64 of file itkHexahedronCell.h.
| typedef QuadrilateralCell< TCellInterface > itk::HexahedronCell< TCellInterface >::FaceType |
The type of boundary for this hexahedron's faces.
Definition at line 63 of file itkHexahedronCell.h.
| typedef VertexType::SelfAutoPointer itk::HexahedronCell< TCellInterface >::VertexAutoPointer |
Definition at line 56 of file itkHexahedronCell.h.
| typedef VertexCell< TCellInterface > itk::HexahedronCell< TCellInterface >::VertexType |
The type of boundary for this triangle's vertices.
Definition at line 52 of file itkHexahedronCell.h.
| anonymous enum |
Hexahedron-specific topology numbers.
Definition at line 67 of file itkHexahedronCell.h.
| itk::HexahedronCell< TCellInterface >::HexahedronCell | ( | ) | [inline] |
| itk::HexahedronCell< TCellInterface >::~HexahedronCell | ( | ) | [inline] |
Definition at line 127 of file itkHexahedronCell.h.
| void itk::HexahedronCell< TCellInterface >::EvaluateLocation | ( | int & | , | |
| PointsContainer * | points, | |||
| CoordRepType | pcoords[3], | |||
| CoordRepType | x[3], | |||
| InterpolationWeightType * | weights | |||
| ) | [protected] |
| virtual bool itk::HexahedronCell< TCellInterface >::EvaluatePosition | ( | CoordRepType * | , | |
| PointsContainer * | , | |||
| CoordRepType * | , | |||
| CoordRepType | [], | |||
| double * | , | |||
| InterpolationWeightType * | ||||
| ) | [virtual] |
Evaluate the position inside the cell
| virtual bool itk::HexahedronCell< TCellInterface >::GetBoundaryFeature | ( | int | dimension, | |
| CellFeatureIdentifier | , | |||
| CellAutoPointer & | ||||
| ) | [virtual] |
| virtual unsigned int itk::HexahedronCell< TCellInterface >::GetDimension | ( | void | ) | const [virtual] |
| virtual bool itk::HexahedronCell< TCellInterface >::GetEdge | ( | CellFeatureIdentifier | , | |
| EdgeAutoPointer & | ||||
| ) | [virtual] |
| virtual bool itk::HexahedronCell< TCellInterface >::GetFace | ( | CellFeatureIdentifier | , | |
| FaceAutoPointer & | ||||
| ) | [virtual] |
| virtual const char* itk::HexahedronCell< TCellInterface >::GetNameOfClass | ( | ) | const [virtual] |
| virtual CellFeatureCount itk::HexahedronCell< TCellInterface >::GetNumberOfBoundaryFeatures | ( | int | dimension | ) | const [virtual] |
| virtual CellFeatureCount itk::HexahedronCell< TCellInterface >::GetNumberOfEdges | ( | void | ) | const [virtual] |
| virtual CellFeatureCount itk::HexahedronCell< TCellInterface >::GetNumberOfFaces | ( | void | ) | const [virtual] |
| virtual unsigned int itk::HexahedronCell< TCellInterface >::GetNumberOfPoints | ( | void | ) | const [virtual] |
| virtual CellFeatureCount itk::HexahedronCell< TCellInterface >::GetNumberOfVertices | ( | void | ) | const [virtual] |
Hexahedron-specific interface.
| virtual CellGeometry itk::HexahedronCell< TCellInterface >::GetType | ( | void | ) | const [inline, virtual] |
Implement the standard CellInterface.
Definition at line 74 of file itkHexahedronCell.h.
| virtual bool itk::HexahedronCell< TCellInterface >::GetVertex | ( | CellFeatureIdentifier | , | |
| VertexAutoPointer & | ||||
| ) | [virtual] |
| void itk::HexahedronCell< TCellInterface >::InterpolationDerivs | ( | CoordRepType | pcoords[3], | |
| CoordRepType | derivs[24] | |||
| ) | [protected] |
| void itk::HexahedronCell< TCellInterface >::InterpolationFunctions | ( | CoordRepType | pcoords[3], | |
| InterpolationWeightType | sf[8] | |||
| ) | [protected] |
| itk::HexahedronCell< TCellInterface >::itkCellCommonTypedefs | ( | HexahedronCell< TCellInterface > | ) |
Standard class typedefs.
| itk::HexahedronCell< TCellInterface >::itkCellInheritedTypedefs | ( | TCellInterface | ) |
Standard class typedefs.
| itk::HexahedronCell< TCellInterface >::itkCellVisitMacro | ( | Superclass::HEXAHEDRON_CELL | ) |
Visitor interface
| virtual void itk::HexahedronCell< TCellInterface >::MakeCopy | ( | CellAutoPointer & | ) | const [virtual] |
| virtual PointIdConstIterator itk::HexahedronCell< TCellInterface >::PointIdsBegin | ( | void | ) | const [virtual] |
| virtual PointIdIterator itk::HexahedronCell< TCellInterface >::PointIdsBegin | ( | void | ) | [virtual] |
| virtual PointIdConstIterator itk::HexahedronCell< TCellInterface >::PointIdsEnd | ( | void | ) | const [virtual] |
| virtual PointIdIterator itk::HexahedronCell< TCellInterface >::PointIdsEnd | ( | void | ) | [virtual] |
| virtual void itk::HexahedronCell< TCellInterface >::SetPointId | ( | int | localId, | |
| PointIdentifier | ||||
| ) | [virtual] |
| virtual void itk::HexahedronCell< TCellInterface >::SetPointIds | ( | PointIdConstIterator | first, | |
| PointIdConstIterator | last | |||
| ) | [virtual] |
| virtual void itk::HexahedronCell< TCellInterface >::SetPointIds | ( | PointIdConstIterator | first | ) | [virtual] |
PointIdentifier itk::HexahedronCell< TCellInterface >::m_PointIds[NumberOfPoints] [protected] |
Store the number of points needed for a hexahedron.
Definition at line 112 of file itkHexahedronCell.h.
1.5.5 written by Dimitri van Heesch,
© 1997-2000