#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 221 of file itkMesh.h.
|
Create an alias to BoundaryAssignmentIdentifier. Definition at line 226 of file itkMesh.h. Referenced by itk::Mesh< TPixelType, VDimension, TMeshTraits >::BoundaryAssignmentIdentifier::BoundaryAssignmentIdentifier(), and itk::Mesh< TPixelType, VDimension, TMeshTraits >::BoundaryAssignmentIdentifier::operator<(). |
|
Constructor just takes the cell and feature identifiers, or defaults to their individual default values. Definition at line 230 of file itkMesh.h. References itk::Mesh< TPixelType, VDimension, TMeshTraits >::CellFeatureIdentifier, itk::Mesh< TPixelType, VDimension, TMeshTraits >::CellIdentifier, and itk::Mesh< TPixelType, VDimension, TMeshTraits >::BoundaryAssignmentIdentifier::Self. |
|
Constructor just takes the cell and feature identifiers, or defaults to their individual default values. |
|
Most containers require a "<" operator to be defined for their key types. Definition at line 244 of file itkMesh.h. References itk::Mesh< TPixelType, VDimension, TMeshTraits >::BoundaryAssignmentIdentifier::m_CellId, itk::Mesh< TPixelType, VDimension, TMeshTraits >::BoundaryAssignmentIdentifier::m_FeatureId, and itk::Mesh< TPixelType, VDimension, TMeshTraits >::BoundaryAssignmentIdentifier::Self. |
|
Most containers require a "==" operator to be defined for their key types. Definition at line 252 of file itkMesh.h. References itk::Mesh< TPixelType, VDimension, TMeshTraits >::BoundaryAssignmentsContainer, itk::Mesh< TPixelType, VDimension, TMeshTraits >::BoundaryAssignmentsContainerPointer, and itk::Mesh< TPixelType, VDimension, TMeshTraits >::BoundaryAssignmentsContainerVector. |
|
The Cell's identification. Definition at line 237 of file itkMesh.h. Referenced by itk::Mesh< TPixelType, VDimension, TMeshTraits >::BoundaryAssignmentIdentifier::operator<(). |
|
The identification of the feature within the cell. Definition at line 240 of file itkMesh.h. Referenced by itk::Mesh< TPixelType, VDimension, TMeshTraits >::BoundaryAssignmentIdentifier::operator<(). |