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

itk::watershed::SegmentTree< TScalarType >::merge_t Struct Reference

#include <itkWatershedSegmentTree.h>

List of all members.

Public Attributes

unsigned long from
unsigned long to
ScalarType saliency


Detailed Description

template<class TScalarType>
struct itk::watershed::SegmentTree< TScalarType >::merge_t

Elements of the list (nodes of the tree). A record of a merge between two segments (unsigned long labels) at a particular saliency.

Definition at line 60 of file itkWatershedSegmentTree.h.


Member Data Documentation

template<class TScalarType>
unsigned long itk::watershed::SegmentTree< TScalarType >::merge_t::from
 

Definition at line 62 of file itkWatershedSegmentTree.h.

template<class TScalarType>
ScalarType itk::watershed::SegmentTree< TScalarType >::merge_t::saliency
 

Definition at line 64 of file itkWatershedSegmentTree.h.

template<class TScalarType>
unsigned long itk::watershed::SegmentTree< TScalarType >::merge_t::to
 

Definition at line 63 of file itkWatershedSegmentTree.h.


The documentation for this struct was generated from the following file:
Generated at Sun Apr 1 03:25:08 2007 for ITK by doxygen 1.3.8 written by Dimitri van Heesch, © 1997-2000