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

itk::watershed::Boundary< TScalarType, TDimension >::flat_region_t Struct Reference

#include <itkWatershedBoundary.h>

Collaboration diagram for itk::watershed::Boundary< TScalarType, TDimension >::flat_region_t:

Collaboration graph
[legend]
List of all members.

Detailed Description

template<class TScalarType, unsigned int TDimension>
struct itk::watershed::Boundary< TScalarType, TDimension >::flat_region_t

Definition at line 98 of file itkWatershedBoundary.h.

Public Attributes

ScalarType bounds_min
unsigned long min_label
std::list< unsigned long > offset_list
ScalarType value


Member Data Documentation

template<class TScalarType, unsigned int TDimension>
ScalarType itk::watershed::Boundary< TScalarType, TDimension >::flat_region_t::bounds_min

The value of the lowest point (indicating the steepest descent) along the boundary of the flat region of which this pixel is a member.

Definition at line 108 of file itkWatershedBoundary.h.

template<class TScalarType, unsigned int TDimension>
unsigned long itk::watershed::Boundary< TScalarType, TDimension >::flat_region_t::min_label

The label associated with the lowest point point along this flat region boundary.

Definition at line 112 of file itkWatershedBoundary.h.

template<class TScalarType, unsigned int TDimension>
std::list<unsigned long> itk::watershed::Boundary< TScalarType, TDimension >::flat_region_t::offset_list

Indicies into the associated Face containing boundary pixels. These give access to spatial information, label and flow associated with this boundary pixel connection.

Definition at line 104 of file itkWatershedBoundary.h.

template<class TScalarType, unsigned int TDimension>
ScalarType itk::watershed::Boundary< TScalarType, TDimension >::flat_region_t::value

The value of this flat region

Definition at line 115 of file itkWatershedBoundary.h.


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