Main Page   Groups   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members   Concepts

itk::watershed::SegmentTable< TScalarType >::SegmentTable::edge_pair_t Struct Reference

#include <itkWatershedSegmentTable.h>

List of all members.

Public Member Functions

 edge_pair_t (unsigned long l, ScalarType s)
 edge_pair_t ()
bool operator< (const edge_pair_t &o) const

Public Attributes

ScalarType height
unsigned long 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 65 of file itkWatershedSegmentTable.h.


Constructor & Destructor Documentation

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

Definition at line 67 of file itkWatershedSegmentTable.h.

template<class TScalarType >
itk::watershed::SegmentTable< TScalarType >::SegmentTable::edge_pair_t::edge_pair_t ( unsigned long  l,
ScalarType  s 
) [inline]

Definition at line 68 of file itkWatershedSegmentTable.h.


Member Function Documentation

template<class TScalarType >
bool itk::watershed::SegmentTable< TScalarType >::SegmentTable::edge_pair_t::operator< ( const edge_pair_t o  )  const [inline]

Necessary operator for sorting the adjacency lists

Definition at line 74 of file itkWatershedSegmentTable.h.

References itk::watershed::SegmentTable< TScalarType >::SegmentTable::edge_pair_t::height.


Member Data Documentation

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

template<class TScalarType >
unsigned long itk::watershed::SegmentTable< TScalarType >::SegmentTable::edge_pair_t::label

Definition at line 69 of file itkWatershedSegmentTable.h.


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

Generated at Tue Sep 15 15:46:49 2009 for ITK by doxygen 1.5.8 written by Dimitri van Heesch, © 1997-2000