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

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

#include <itkWatershedSegmentTable.h>

Collaboration diagram for itk::watershed::SegmentTable< TScalarType >::edge_pair_t:

Collaboration graph
[legend]
List of all members.

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.

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


Constructor & Destructor Documentation

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

Definition at line 67 of file itkWatershedSegmentTable.h.

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

Necessary operator for sorting the adjacency lists

Definition at line 75 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

Definition at line 71 of file itkWatershedSegmentTable.h.

Referenced by itk::watershed::SegmentTable< TScalarType >::edge_pair_t::operator<().

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

Definition at line 70 of file itkWatershedSegmentTable.h.


The documentation for this struct was generated from the following file:
Generated at Thu Nov 6 14:34:03 2008 for ITK by doxygen 1.5.1 written by Dimitri van Heesch, © 1997-2000