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>

Collaboration diagram for itk::watershed::SegmentTree< TScalarType >::merge_t:

Collaboration graph
[legend]

List of all members.


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 63 of file itkWatershedSegmentTree.h.


Public Attributes

unsigned long from
ScalarType saliency
unsigned long to

Member Data Documentation

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

Definition at line 65 of file itkWatershedSegmentTree.h.

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

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

Definition at line 66 of file itkWatershedSegmentTree.h.


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

Generated at Thu May 28 19:33:53 2009 for ITK by doxygen 1.5.5 written by Dimitri van Heesch, © 1997-2000