ITK  4.4.0
Insight Segmentation and Registration Toolkit
Public Attributes | List of all members
itk::NarrowBand< NodeType >::RegionStruct Struct Reference

#include <itkNarrowBand.h>

Detailed Description

template<class NodeType>
struct itk::NarrowBand< NodeType >::RegionStruct

Begin is the first valid iterator position within the region. End is ONE PAST the last valid iterator position in the region.

Definition at line 70 of file itkNarrowBand.h.

Public Attributes

Iterator Begin
 
Iterator End
 

Member Data Documentation

template<class NodeType >
Iterator itk::NarrowBand< NodeType >::RegionStruct::Begin

Definition at line 71 of file itkNarrowBand.h.

template<class NodeType >
Iterator itk::NarrowBand< NodeType >::RegionStruct::End

Definition at line 72 of file itkNarrowBand.h.


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