#include <itkHexahedronCell.h>
Inheritance diagram for itk::HexahedronCell:


Public Types | |
| typedef VertexBoundary< TCellInterface > | VertexType |
| typedef VertexType::SelfAutoPointer | VertexAutoPointer |
| typedef LineBoundary< TCellInterface > | EdgeType |
| typedef EdgeType::SelfAutoPointer | EdgeAutoPointer |
| typedef QuadrilateralBoundary< TCellInterface > | FaceType |
| typedef FaceType::SelfAutoPointer | FaceAutoPointer |
| enum | { NumberOfPoints = 8, NumberOfVertices = 8, NumberOfEdges = 12, NumberOfFaces = 6, CellDimension = 3 } |
Public Methods | |
| virtual const char * | GetClassName () const |
| itkCellVisitMacro (HEXAHEDRON_CELL) | |
| HexahedronCell () | |
| ~HexahedronCell () | |
| itkCellCommonTypedefs (HexahedronCell) | |
| itkCellInheritedTypedefs (TCellInterface) | |
| virtual CellGeometry | GetType (void) const |
| virtual void | MakeCopy (CellAutoPointer &) const |
| virtual unsigned int | GetDimension (void) const |
| virtual unsigned int | GetNumberOfPoints (void) const |
| virtual CellFeatureCount | GetNumberOfBoundaryFeatures (int dimension) const |
| virtual bool | GetBoundaryFeature (int dimension, CellFeatureIdentifier, CellAutoPointer &) |
| virtual void | SetPointIds (PointIdConstIterator first) |
| virtual void | SetPointIds (PointIdConstIterator first, PointIdConstIterator last) |
| virtual void | SetPointId (int localId, PointIdentifier) |
| virtual PointIdIterator | PointIdsBegin (void) |
| virtual PointIdConstIterator | PointIdsBegin (void) const |
| virtual PointIdIterator | PointIdsEnd (void) |
| virtual PointIdConstIterator | PointIdsEnd (void) const |
| virtual CellFeatureCount | GetNumberOfVertices (void) const |
| virtual CellFeatureCount | GetNumberOfEdges (void) const |
| virtual CellFeatureCount | GetNumberOfFaces (void) const |
| virtual bool | GetVertex (CellFeatureIdentifier, VertexAutoPointer &) |
| virtual bool | GetEdge (CellFeatureIdentifier, EdgeAutoPointer &) |
| virtual bool | GetFace (CellFeatureIdentifier, FaceAutoPointer &) |
Protected Attributes | |
| PointIdentifier | m_PointIds [NumberOfPoints] |
The CellBoundary wrapper for this cell is HexahedronBoundary.
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 46 of file itkHexahedronCell.h.
|
|||||
|
Definition at line 63 of file itkHexahedronCell.h. |
|
|||||
|
The type of boundary for this triangle's edges. Definition at line 62 of file itkHexahedronCell.h. |
|
|||||
|
Definition at line 67 of file itkHexahedronCell.h. |
|
|||||
|
The type of boundary for this hexahedron's faces. Definition at line 66 of file itkHexahedronCell.h. |
|
|||||
|
Definition at line 59 of file itkHexahedronCell.h. |
|
|||||
|
The type of boundary for this triangle's vertices. Definition at line 58 of file itkHexahedronCell.h. |
|
|||||
|
Hexahedron-specific topology numbers. Definition at line 70 of file itkHexahedronCell.h. |
|
|||||||||
|
Definition at line 110 of file itkHexahedronCell.h. |
|
|||||||||
|
Definition at line 111 of file itkHexahedronCell.h. References HardConnectedComponentImageFilter::Self. |
|
||||||||||||||||||||
|
Implement the standard CellInterface. |
|
|||||||||
|
Standard part of every itk Object. Reimplemented in itk::HexahedronBoundary< TCellInterface >, and itk::CellBoundary< HexahedronCell< TCellInterface > >. |
|
||||||||||
|
Implement the standard CellInterface. |
|
||||||||||||||||
|
Hexahedron-specific interface. |
|
||||||||||||||||
|
Hexahedron-specific interface. |
|
||||||||||
|
Implement the standard CellInterface. |
|
||||||||||
|
Hexahedron-specific interface. |
|
||||||||||
|
Hexahedron-specific interface. |
|
||||||||||
|
Implement the standard CellInterface. |
|
||||||||||
|
Hexahedron-specific interface. |
|
||||||||||
|
Implement the standard CellInterface. Definition at line 77 of file itkHexahedronCell.h. |
|
||||||||||||||||
|
Hexahedron-specific interface. |
|
||||||||||
|
Standard class typedefs. Reimplemented in itk::HexahedronBoundary< TCellInterface >. |
|
||||||||||
|
Standard class typedefs. |
|
||||||||||
|
Visitor interface |
|
||||||||||
|
Implement the standard CellInterface. |
|
||||||||||
|
Implement the standard CellInterface. |
|
||||||||||
|
Implement the standard CellInterface. |
|
||||||||||
|
Implement the standard CellInterface. |
|
||||||||||
|
Implement the standard CellInterface. |
|
||||||||||||||||
|
Implement the standard CellInterface. |
|
||||||||||||||||
|
Implement the standard CellInterface. |
|
||||||||||
|
Implement the standard CellInterface. |
|
|||||
|
Store the number of points needed for a hexahedron. Definition at line 107 of file itkHexahedronCell.h. |
1.2.15 written by Dimitri van Heesch,
© 1997-2000