#include <itkHexahedronCell.h>
Inheritance diagram for itk::HexahedronCell< TCellInterface >:
Public Types | |
typedef VertexCell< TCellInterface > | VertexType |
typedef VertexType::SelfAutoPointer | VertexAutoPointer |
typedef LineCell< TCellInterface > | EdgeType |
typedef EdgeType::SelfAutoPointer | EdgeAutoPointer |
typedef QuadrilateralCell< TCellInterface > | FaceType |
typedef FaceType::SelfAutoPointer | FaceAutoPointer |
enum | { NumberOfPoints = 8, NumberOfVertices = 8, NumberOfEdges = 12, NumberOfFaces = 6, CellDimension = 3 } |
Public Member Functions | |
virtual const char * | GetNameOfClass () const |
itkCellVisitMacro (Superclass::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] |
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.
|
Definition at line 60 of file itkHexahedronCell.h. |
|
The type of boundary for this triangle's edges. Definition at line 59 of file itkHexahedronCell.h. |
|
Definition at line 64 of file itkHexahedronCell.h. |
|
The type of boundary for this hexahedron's faces. Definition at line 63 of file itkHexahedronCell.h. |
|
Definition at line 56 of file itkHexahedronCell.h. |
|
The type of boundary for this triangle's vertices. Definition at line 55 of file itkHexahedronCell.h. |
|
Hexahedron-specific topology numbers. Definition at line 67 of file itkHexahedronCell.h. |
|
Definition at line 107 of file itkHexahedronCell.h. |
|
Definition at line 108 of file itkHexahedronCell.h. |
|
Implement the standard CellInterface. |
|
Implement the standard CellInterface. |
|
Hexahedron-specific interface. |
|
Hexahedron-specific interface. |
|
Standard part of every itk Object. |
|
Implement the standard CellInterface. |
|
Hexahedron-specific interface. |
|
Hexahedron-specific interface. |
|
Implement the standard CellInterface. |
|
Hexahedron-specific interface. |
|
Implement the standard CellInterface. Definition at line 74 of file itkHexahedronCell.h. |
|
Hexahedron-specific interface. |
|
Standard class typedefs. |
|
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 104 of file itkHexahedronCell.h. |