![]() |
Orfeo Toolbox
3.16
|
#include <itkTetrahedronCell.h>
Inheritance diagram for itk::TetrahedronCell< TCellInterface >:
Collaboration diagram for itk::TetrahedronCell< TCellInterface >: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 | |
| TetrahedronCell () | |
| ~TetrahedronCell () | |
| 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 CellGeometry | GetType (void) const |
| virtual bool | GetVertex (CellFeatureIdentifier, VertexAutoPointer &) |
| itkCellCommonTypedefs (TetrahedronCell) | |
| itkCellInheritedTypedefs (TCellInterface) | |
| itkCellVisitMacro (Superclass::TETRAHEDRON_CELL) | |
| virtual void | MakeCopy (CellAutoPointer &) const |
| 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) |
Static Public Attributes | |
| static const unsigned int | CellDimension = 3 |
| static const unsigned int | NumberOfEdges = 6 |
| static const unsigned int | NumberOfFaces = 4 |
| static const unsigned int | NumberOfPoints = 4 |
| static const unsigned int | NumberOfVertices = 4 |
Protected Attributes | |
| PointIdentifier | m_PointIds [NumberOfPoints] |
Private Member Functions | |
| TetrahedronCell (const Self &) | |
| void | operator= (const Self &) |
Static Private Attributes | |
| static const int | m_Edges [6][2] = { {0,1}, {1,2}, {2,0}, {0,3}, {1,3}, {2,3} } |
| static const int | m_Faces [4][3] = { {0,1,3}, {1,2,3}, {2,0,3}, {0,2,1} } |
TetrahedronCell represents a tetrahedron for a Mesh.
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 41 of file itkTetrahedronCell.h.
| typedef EdgeType::SelfAutoPointer itk::TetrahedronCell< TCellInterface >::EdgeAutoPointer |
Definition at line 57 of file itkTetrahedronCell.h.
| typedef LineCell< TCellInterface > itk::TetrahedronCell< TCellInterface >::EdgeType |
The type of boundary for this triangle's edges.
Definition at line 56 of file itkTetrahedronCell.h.
| typedef FaceType::SelfAutoPointer itk::TetrahedronCell< TCellInterface >::FaceAutoPointer |
Definition at line 61 of file itkTetrahedronCell.h.
| typedef TriangleCell< TCellInterface > itk::TetrahedronCell< TCellInterface >::FaceType |
The type of boundary for this hexahedron's faces.
Definition at line 60 of file itkTetrahedronCell.h.
| typedef VertexType::SelfAutoPointer itk::TetrahedronCell< TCellInterface >::VertexAutoPointer |
Definition at line 53 of file itkTetrahedronCell.h.
| typedef VertexCell< TCellInterface > itk::TetrahedronCell< TCellInterface >::VertexType |
The type of boundary for this triangle's vertices.
Definition at line 49 of file itkTetrahedronCell.h.
|
inline |
Definition at line 107 of file itkTetrahedronCell.h.
|
inline |
Definition at line 114 of file itkTetrahedronCell.h.
|
private |
|
virtual |
Definition at line 87 of file itkTetrahedronCell.txx.
References NULL.
|
virtual |
Standard CellInterface: Get the boundary feature of the given dimension specified by the given cell feature Id. The Id can range from 0 to GetNumberOfBoundaryFeatures(dimension)-1.
Definition at line 238 of file itkTetrahedronCell.txx.
References itk::TransferAutoPointer().
|
virtual |
Standard CellInterface: Get the topological dimension of this cell.
Definition at line 46 of file itkTetrahedronCell.txx.
|
virtual |
Tetrahedron-specific: Get the edge specified by the given cell feature Id. The Id can range from 0 to GetNumberOfEdges()-1.
Definition at line 469 of file itkTetrahedronCell.txx.
References itk::LineCell< TCellInterface >::SetPointId().
|
virtual |
Tetrahedron-specific: Get the face specified by the given cell feature Id. The Id can range from 0 to GetNumberOfFaces()-1.
Definition at line 488 of file itkTetrahedronCell.txx.
References itk::TriangleCell< TCellInterface >::SetPointId().
|
virtual |
Standard part of every itk Object.
|
virtual |
Standard CellInterface: Get the number of boundary features of the given dimension.
Definition at line 72 of file itkTetrahedronCell.txx.
|
virtual |
Tetrahedron-specific: Get the number of edges defined for the tetrahedron.
Definition at line 425 of file itkTetrahedronCell.txx.
|
virtual |
Tetrahedron-specific: Get the number of faces defined for the tetrahedron.
Definition at line 438 of file itkTetrahedronCell.txx.
|
virtual |
Standard CellInterface: Get the number of points required to define the cell.
Definition at line 59 of file itkTetrahedronCell.txx.
|
virtual |
Tetrahedron-specific interface.
Tetrahedron-specific: Get the number of vertices defining the tetrahedron.
Definition at line 412 of file itkTetrahedronCell.txx.
|
inlinevirtual |
Implement the standard CellInterface.
Definition at line 71 of file itkTetrahedronCell.h.
|
virtual |
Tetrahedron-specific: Get the vertex specified by the given cell feature Id. The Id can range from 0 to GetNumberOfVertices()-1.
Definition at line 452 of file itkTetrahedronCell.txx.
References itk::VertexCell< TCellInterface >::SetPointId().
| itk::TetrahedronCell< TCellInterface >::itkCellCommonTypedefs | ( | TetrahedronCell< TCellInterface > | ) |
Standard class typedefa.
| itk::TetrahedronCell< TCellInterface >::itkCellInheritedTypedefs | ( | TCellInterface | ) |
| itk::TetrahedronCell< TCellInterface >::itkCellVisitMacro | ( | Superclass::TETRAHEDRON_CELL | ) |
Visitor interface.
|
virtual |
Standard CellInterface:
Definition at line 32 of file itkTetrahedronCell.txx.
|
private |
|
virtual |
Standard CellInterface: Get a begin iterator to the list of point identifiers used by the cell.
Definition at line 358 of file itkTetrahedronCell.txx.
|
virtual |
Standard CellInterface: Get a const begin iterator to the list of point identifiers used by the cell.
Definition at line 372 of file itkTetrahedronCell.txx.
|
virtual |
Standard CellInterface: Get an end iterator to the list of point identifiers used by the cell.
Definition at line 385 of file itkTetrahedronCell.txx.
|
virtual |
Standard CellInterface: Get a const end iterator to the list of point identifiers used by the cell.
Definition at line 399 of file itkTetrahedronCell.txx.
|
virtual |
Standard CellInterface: Set an individual point identifier in the cell.
Definition at line 345 of file itkTetrahedronCell.txx.
|
virtual |
Standard CellInterface: Set the point id list used by the cell. It is assumed that the given iterator can be incremented and safely de-referenced enough times to get all the point ids needed by the cell.
Definition at line 306 of file itkTetrahedronCell.txx.
|
virtual |
Standard CellInterface: Set the point id list used by the cell. It is assumed that the range of iterators [first, last) contains the correct number of points needed to define the cell. The position *last is NOT referenced, so it can safely be one beyond the end of an array or other container.
Definition at line 326 of file itkTetrahedronCell.txx.
|
static |
Definition at line 68 of file itkTetrahedronCell.h.
|
staticprotectedinherited |
Tetrahedron topology data.
The tetrahedron's topology data: Faces
Definition at line 43 of file itkTetrahedronCellTopology.h.
|
staticprotectedinherited |
The tetrahedron's topology data: Faces
Definition at line 44 of file itkTetrahedronCellTopology.h.
|
protected |
Store the number of points needed for a tetrahedron.
Definition at line 118 of file itkTetrahedronCell.h.
|
static |
Definition at line 66 of file itkTetrahedronCell.h.
|
static |
Definition at line 67 of file itkTetrahedronCell.h.
|
static |
Tetrahedron-specific topology numbers.
Definition at line 64 of file itkTetrahedronCell.h.
|
static |
Definition at line 65 of file itkTetrahedronCell.h.