#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 207 of file itkMesh.h.
|
|||||
|
Create an alias to BoundaryAssignmentIdentifier. |
|
|||||||||
|
Constructor just takes the cell and feature identifiers, or defaults to their individual default values. |
|
||||||||||||||||
|
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. |
|
||||||||||
|
Most containers require a "==" operator to be defined for their key types. |
|
|||||
|
The Cell's identification. |
|
|||||
|
The identification of the feature within the cell. |
1.2.15 written by Dimitri van Heesch,
© 1997-2000