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>

List of all members.

Public Member Functions

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

Public Attributes

unsigned long label
ScalarType height


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 >::edge_pair_t::edge_pair_t  )  [inline]
 

Definition at line 67 of file itkWatershedSegmentTable.h.

References itk::watershed::SegmentTable< TScalarType >::ScalarType.

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< edge_pair_t o  )  [inline]
 

Necessary operator for sorting the adjacency lists Definition at line 75 of file itkWatershedSegmentTable.h.


Member Data Documentation

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

Definition at line 71 of file itkWatershedSegmentTable.h.

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 Sun Apr 1 03:25:06 2007 for ITK by doxygen 1.3.8 written by Dimitri van Heesch, © 1997-2000