ITK
4.3.0
Insight Segmentation and Registration Toolkit
|
#include <itkWatershedSegmentTable.h>
The value type for lists of adjacencies contained in each table entry
Definition at line 62 of file itkWatershedSegmentTable.h.
Public Member Functions | |
edge_pair_t () | |
edge_pair_t (IdentifierType l, ScalarType s) | |
bool | operator< (const edge_pair_t &o) const |
Public Attributes | |
ScalarType | height |
IdentifierType | label |
|
inline |
Definition at line 63 of file itkWatershedSegmentTable.h.
|
inline |
Definition at line 64 of file itkWatershedSegmentTable.h.
|
inline |
Necessary operator for sorting the adjacency lists
Definition at line 70 of file itkWatershedSegmentTable.h.
References itk::watershed::SegmentTable< TScalarType >::edge_pair_t::height.
ScalarType itk::watershed::SegmentTable< TScalarType >::edge_pair_t::height |
Definition at line 66 of file itkWatershedSegmentTable.h.
Referenced by itk::watershed::SegmentTable< TScalarType >::edge_pair_t::operator<().
IdentifierType itk::watershed::SegmentTable< TScalarType >::edge_pair_t::label |
Definition at line 65 of file itkWatershedSegmentTable.h.