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

itk::watershed::Segmenter< TInputImage >::flat_region_t Struct Reference

#include <itkWatershedSegmenter.h>

List of all members.

Public Member Functions

 flat_region_t ()

Public Attributes

unsigned long * min_label_ptr
InputPixelType bounds_min
InputPixelType value
bool is_on_boundary


Detailed Description

template<class TInputImage>
struct itk::watershed::Segmenter< TInputImage >::flat_region_t

Structure storing information about image flat regions. Flat regions are connected pixels of the same value.

Definition at line 241 of file itkWatershedSegmenter.h.


Constructor & Destructor Documentation

template<class TInputImage>
itk::watershed::Segmenter< TInputImage >::flat_region_t::flat_region_t  )  [inline]
 

Definition at line 248 of file itkWatershedSegmenter.h.


Member Data Documentation

template<class TInputImage>
InputPixelType itk::watershed::Segmenter< TInputImage >::flat_region_t::bounds_min
 

Definition at line 244 of file itkWatershedSegmenter.h.

template<class TInputImage>
bool itk::watershed::Segmenter< TInputImage >::flat_region_t::is_on_boundary
 

Definition at line 247 of file itkWatershedSegmenter.h.

template<class TInputImage>
unsigned long* itk::watershed::Segmenter< TInputImage >::flat_region_t::min_label_ptr
 

Definition at line 243 of file itkWatershedSegmenter.h.

template<class TInputImage>
InputPixelType itk::watershed::Segmenter< TInputImage >::flat_region_t::value
 

Definition at line 246 of file itkWatershedSegmenter.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