ITK
4.3.0
Insight Segmentation and Registration Toolkit
|
#include <itkTetrahedronCell.h>
TetrahedronCell represents a tetrahedron for a Mesh.
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 37 of file itkTetrahedronCell.h.
Public Types | |
typedef EdgeType::SelfAutoPointer | EdgeAutoPointer |
typedef LineCell< TCellInterface > | EdgeType |
typedef FaceType::SelfAutoPointer | FaceAutoPointer |
typedef TriangleCell < 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 |
virtual CellFeatureCount | GetNumberOfVertices (void) const |
virtual bool | GetVertex (CellFeatureIdentifier, VertexAutoPointer &) |
itkCellVisitMacro (Superclass::TETRAHEDRON_CELL) | |
virtual PointIdIterator | PointIdsBegin (void) |
virtual PointIdConstIterator | PointIdsBegin (void) const |
virtual PointIdIterator | PointIdsEnd (void) |
virtual PointIdConstIterator | PointIdsEnd (void) const |
virtual void | SetPointId (int localId, PointIdentifier) |
virtual void | SetPointIds (PointIdConstIterator first) |
virtual void | SetPointIds (PointIdConstIterator first, PointIdConstIterator last) |
TetrahedronCell () | |
~TetrahedronCell () | |
itkCellCommonTypedefs (TetrahedronCell) | |
itkCellInheritedTypedefs (TCellInterface) | |
virtual CellGeometry | GetType (void) const |
virtual void | MakeCopy (CellAutoPointer &) const |
Static Public Attributes | |
static const unsigned int | NumberOfPoints = 4 |
static const unsigned int | NumberOfVertices = 4 |
static const unsigned int | NumberOfEdges = 6 |
static const unsigned int | NumberOfFaces = 4 |
static const unsigned int | CellDimension = 3 |
Protected Attributes | |
PointIdentifier | m_PointIds [NumberOfPoints] |
Private Member Functions | |
void | operator= (const Self &) |
TetrahedronCell (const Self &) | |
Private Member Functions inherited from itk::TetrahedronCellTopology | |
TetrahedronCellTopology () | |
virtual | ~TetrahedronCellTopology () |
Additional Inherited Members |
typedef EdgeType::SelfAutoPointer itk::TetrahedronCell< TCellInterface >::EdgeAutoPointer |
Definition at line 54 of file itkTetrahedronCell.h.
typedef LineCell< TCellInterface > itk::TetrahedronCell< TCellInterface >::EdgeType |
The type of boundary for this triangle's edges.
Definition at line 53 of file itkTetrahedronCell.h.
typedef FaceType::SelfAutoPointer itk::TetrahedronCell< TCellInterface >::FaceAutoPointer |
Definition at line 58 of file itkTetrahedronCell.h.
typedef TriangleCell< TCellInterface > itk::TetrahedronCell< TCellInterface >::FaceType |
The type of boundary for this hexahedron's faces.
Definition at line 57 of file itkTetrahedronCell.h.
typedef VertexType::SelfAutoPointer itk::TetrahedronCell< TCellInterface >::VertexAutoPointer |
Definition at line 50 of file itkTetrahedronCell.h.
typedef VertexCell< TCellInterface > itk::TetrahedronCell< TCellInterface >::VertexType |
The type of boundary for this triangle's vertices.
Definition at line 46 of file itkTetrahedronCell.h.
|
inline |
Definition at line 118 of file itkTetrahedronCell.h.
References itk::NumericTraits< T >::max().
|
inline |
Definition at line 126 of file itkTetrahedronCell.h.
|
private |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
Standard part of every itk Object.
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
Tetrahedron-specific interface.
|
inlinevirtual |
Implement the standard CellInterface.
Definition at line 69 of file itkTetrahedronCell.h.
|
virtual |
itk::TetrahedronCell< TCellInterface >::itkCellCommonTypedefs | ( | TetrahedronCell< TCellInterface > | ) |
Standard class typedefa.
itk::TetrahedronCell< TCellInterface >::itkCellInheritedTypedefs | ( | TCellInterface | ) |
Standard class typedefa.
itk::TetrahedronCell< TCellInterface >::itkCellVisitMacro | ( | Superclass::TETRAHEDRON_CELL | ) |
Visitor interface.
|
virtual |
Implement the standard CellInterface.
|
private |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
static |
Tetrahedron-specific topology numbers.
Definition at line 65 of file itkTetrahedronCell.h.
|
protected |
Store the number of points needed for a tetrahedron.
Definition at line 130 of file itkTetrahedronCell.h.
|
static |
Tetrahedron-specific topology numbers.
Definition at line 63 of file itkTetrahedronCell.h.
|
static |
Tetrahedron-specific topology numbers.
Definition at line 64 of file itkTetrahedronCell.h.
|
static |
Tetrahedron-specific topology numbers.
Definition at line 61 of file itkTetrahedronCell.h.
|
static |
Tetrahedron-specific topology numbers.
Definition at line 62 of file itkTetrahedronCell.h.