#include <itkTetrahedronCell.h>
Inheritance diagram for itk::TetrahedronCell:


Public Types | |
| typedef VertexBoundary< TCellInterface > | VertexType |
| typedef VertexType::SelfAutoPointer | VertexAutoPointer |
| typedef LineBoundary< TCellInterface > | EdgeType |
| typedef EdgeType::SelfAutoPointer | EdgeAutoPointer |
| typedef TriangleBoundary< TCellInterface > | FaceType |
| typedef FaceType::SelfAutoPointer | FaceAutoPointer |
Public Methods | |
| virtual const char * | GetClassName () const |
| itkCellVisitMacro (TETRAHEDRON_CELL) | |
| TetrahedronCell () | |
| ~TetrahedronCell () | |
| itkCellCommonTypedefs (TetrahedronCell) | |
| itkCellInheritedTypedefs (TCellInterface) | |
| itkStaticConstMacro (NumberOfPoints, unsigned int, 4) | |
| itkStaticConstMacro (NumberOfVertices, unsigned int, 4) | |
| itkStaticConstMacro (NumberOfEdges, unsigned int, 6) | |
| itkStaticConstMacro (NumberOfFaces, unsigned int, 4) | |
| itkStaticConstMacro (CellDimension, unsigned int, 3) | |
| 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 TetrahedronBoundary.
Template parameters for TetrahedronCell:
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 44 of file itkTetrahedronCell.h.
|
|||||
|
Definition at line 61 of file itkTetrahedronCell.h. Referenced by itk::TetrahedronCell< TCellInterface >::GetType(). |
|
|||||
|
The type of boundary for this triangle's edges. Definition at line 60 of file itkTetrahedronCell.h. |
|
|||||
|
Definition at line 65 of file itkTetrahedronCell.h. Referenced by itk::TetrahedronCell< TCellInterface >::GetType(). |
|
|||||
|
The type of boundary for this hexahedron's faces. Definition at line 64 of file itkTetrahedronCell.h. |
|
|||||
|
Definition at line 57 of file itkTetrahedronCell.h. Referenced by itk::TetrahedronCell< TCellInterface >::GetType(). |
|
|||||
|
The type of boundary for this triangle's vertices. Definition at line 56 of file itkTetrahedronCell.h. |
|
|||||||||
|
Definition at line 106 of file itkTetrahedronCell.h. |
|
|||||||||
|
Definition at line 107 of file itkTetrahedronCell.h. References itk::TetrahedronCell< TCellInterface >::m_PointIds, and HardConnectedComponentImageFilter::Self. |
|
||||||||||||||||||||
|
Implement the standard CellInterface. |
|
|||||||||
|
Standard part of every itk Object. Reimplemented in itk::TetrahedronBoundary< TCellInterface >, and itk::CellBoundary< TetrahedronCell< TCellInterface > >. |
|
||||||||||
|
Implement the standard CellInterface. |
|
||||||||||||||||
|
Tetrahedron-specific interface. |
|
||||||||||||||||
|
Tetrahedron-specific interface. |
|
||||||||||
|
Implement the standard CellInterface. |
|
||||||||||
|
Tetrahedron-specific interface. |
|
||||||||||
|
Tetrahedron-specific interface. |
|
||||||||||
|
Implement the standard CellInterface. |
|
||||||||||
|
Tetrahedron-specific interface. |
|
||||||||||
|
Implement the standard CellInterface. Definition at line 76 of file itkTetrahedronCell.h. References itk::TetrahedronCell< TCellInterface >::EdgeAutoPointer, itk::TetrahedronCell< TCellInterface >::FaceAutoPointer, and itk::TetrahedronCell< TCellInterface >::VertexAutoPointer. |
|
||||||||||||||||
|
Tetrahedron-specific interface. |
|
||||||||||
|
Standard class typedefa. Reimplemented in itk::TetrahedronBoundary< TCellInterface >. |
|
||||||||||
|
Standard class typedefa. |
|
||||||||||
|
Visitor interface. |
|
||||||||||||||||||||
|
Tetrahedron-specific topology numbers. |
|
||||||||||||||||||||
|
Tetrahedron-specific topology numbers. |
|
||||||||||||||||||||
|
Tetrahedron-specific topology numbers. |
|
||||||||||||||||||||
|
Tetrahedron-specific topology numbers. |
|
||||||||||||||||||||
|
Tetrahedron-specific topology numbers. |
|
||||||||||
|
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 tetrahedron. Definition at line 111 of file itkTetrahedronCell.h. Referenced by itk::TetrahedronCell< TCellInterface >::~TetrahedronCell(). |
1.2.15 written by Dimitri van Heesch,
© 1997-2000