#include <itkMesh.h>
Public Types | |
typedef BoundaryAssignmentIdentifier | Self |
Public Member Functions | |
bool | operator< (const Self &r) const |
BoundaryAssignmentIdentifier () | |
BoundaryAssignmentIdentifier (CellIdentifier cellId, CellFeatureIdentifier featureId) | |
bool | operator== (const Self &r) const |
Public Attributes | |
CellIdentifier | m_CellId |
CellFeatureIdentifier | m_FeatureId |
This class provides a pair of these identifiers with appropriate comparison operators available for use of the Ids in sorted container classes.
Definition at line 207 of file itkMesh.h.
|
Create an alias to BoundaryAssignmentIdentifier. Definition at line 212 of file itkMesh.h. |
|
Constructor just takes the cell and feature identifiers, or defaults to their individual default values. Definition at line 216 of file itkMesh.h. |
|
Constructor just takes the cell and feature identifiers, or defaults to their individual default values. Definition at line 217 of file itkMesh.h. References itk::Mesh< TPixelType, VDimension, TMeshTraits >::CellFeatureIdentifier, and itk::Mesh< TPixelType, VDimension, TMeshTraits >::CellIdentifier. |
|
Most containers require a "<" operator to be defined for their key types. Definition at line 230 of file itkMesh.h. |
|
Most containers require a "==" operator to be defined for their key types. Definition at line 238 of file itkMesh.h. |
|
The Cell's identification. Definition at line 223 of file itkMesh.h. |
|
The identification of the feature within the cell. Definition at line 226 of file itkMesh.h. |