ITK  5.0.0
Insight Segmentation and Registration Toolkit
Public Attributes | List of all members
itk::watershed::Boundary< TScalar, TDimension >::flat_region_t Struct Reference

#include <itkWatershedBoundary.h>

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

Detailed Description

template<typename TScalar, unsigned int TDimension>
struct itk::watershed::Boundary< TScalar, TDimension >::flat_region_t

Definition at line 96 of file itkWatershedBoundary.h.

Public Attributes

ScalarType bounds_min
 
IdentifierType min_label
 
std::list< IdentifierTypeoffset_list
 
ScalarType value
 

Member Data Documentation

template<typename TScalar , unsigned int TDimension>
ScalarType itk::watershed::Boundary< TScalar, 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 105 of file itkWatershedBoundary.h.

template<typename TScalar , unsigned int TDimension>
IdentifierType itk::watershed::Boundary< TScalar, TDimension >::flat_region_t::min_label

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

Definition at line 109 of file itkWatershedBoundary.h.

template<typename TScalar , unsigned int TDimension>
std::list< IdentifierType > itk::watershed::Boundary< TScalar, TDimension >::flat_region_t::offset_list

Indices 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 101 of file itkWatershedBoundary.h.

template<typename TScalar , unsigned int TDimension>
ScalarType itk::watershed::Boundary< TScalar, TDimension >::flat_region_t::value

The value of this flat region

Definition at line 112 of file itkWatershedBoundary.h.


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