ITK  4.2.0
Insight Segmentation and Registration Toolkit
Public Member Functions | Public Attributes
itk::watershed::SegmentTable< TScalarType >::edge_pair_t Struct Reference

#include <itkWatershedSegmentTable.h>

List of all members.

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

Detailed Description

template<class TScalarType>
struct itk::watershed::SegmentTable< TScalarType >::edge_pair_t

The value type for lists of adjacencies contained in each table entry

Definition at line 62 of file itkWatershedSegmentTable.h.


Constructor & Destructor Documentation

template<class TScalarType >
itk::watershed::SegmentTable< TScalarType >::edge_pair_t::edge_pair_t ( )
inline

Definition at line 63 of file itkWatershedSegmentTable.h.

template<class TScalarType >
itk::watershed::SegmentTable< TScalarType >::edge_pair_t::edge_pair_t ( IdentifierType  l,
ScalarType  s 
)
inline

Definition at line 64 of file itkWatershedSegmentTable.h.


Member Function Documentation

template<class TScalarType >
bool itk::watershed::SegmentTable< TScalarType >::edge_pair_t::operator< ( const edge_pair_t o) const
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.


Member Data Documentation

template<class TScalarType >
ScalarType itk::watershed::SegmentTable< TScalarType >::edge_pair_t::height
template<class TScalarType >
IdentifierType itk::watershed::SegmentTable< TScalarType >::edge_pair_t::label

Definition at line 65 of file itkWatershedSegmentTable.h.


The documentation for this struct was generated from the following file: