ITK  4.1.0
Insight Segmentation and Registration Toolkit
Public Attributes
itk::NarrowBand< NodeType >::RegionStruct Struct Reference

#include <itkNarrowBand.h>

List of all members.

Public Attributes

Iterator Begin
Iterator End

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.


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: