#include <itkMesh.h>
Public Types | |
typedef BoundaryAssignmentIdentifier | Self |
Public Methods | |
bool | operator< (const Self &r) const |
bool | operator== (const Self &r) const |
BoundaryAssignmentIdentifier () | |
BoundaryAssignmentIdentifier (CellIdentifier cellId, CellFeatureIdentifier featureId) | |
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 222 of file itkMesh.h.
|
Create an alias to BoundaryAssignmentIdentifier. |
|
Constructor just takes the cell and feature identifiers, or defaults to their individual default values. Definition at line 231 of file itkMesh.h. References itk::Mesh< TPixelType, VDimension, TMeshTraits >::BoundaryAssignmentIdentifier::m_CellId, and itk::Mesh< TPixelType, VDimension, TMeshTraits >::BoundaryAssignmentIdentifier::m_FeatureId. |
|
Constructor just takes the cell and feature identifiers, or defaults to their individual default values. Definition at line 232 of file itkMesh.h. References itk::Mesh< TPixelType, VDimension, TMeshTraits >::BoundaryAssignmentIdentifier::m_CellId, and itk::Mesh< TPixelType, VDimension, TMeshTraits >::BoundaryAssignmentIdentifier::m_FeatureId. |
|
Most containers require a "<" operator to be defined for their key types. |
|
Most containers require a "==" operator to be defined for their key types. |
|
The Cell's identification. Definition at line 238 of file itkMesh.h. Referenced by itk::Mesh< TPixelType, VDimension, TMeshTraits >::BoundaryAssignmentIdentifier::BoundaryAssignmentIdentifier(). |
|
The identification of the feature within the cell. Definition at line 241 of file itkMesh.h. Referenced by itk::Mesh< TPixelType, VDimension, TMeshTraits >::BoundaryAssignmentIdentifier::BoundaryAssignmentIdentifier(). |