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

#include <itkNarrowBand.h>

Detailed Description

template<typename 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 73 of file itkNarrowBand.h.

Public Attributes

Iterator Begin
 
Iterator End
 

Member Data Documentation

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

Definition at line 74 of file itkNarrowBand.h.

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

Definition at line 75 of file itkNarrowBand.h.


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