ITK  5.4.0
Insight Toolkit
Public Attributes | List of all members
itk::NarrowBand< NodeType >::RegionType Struct Reference

#include <itkNarrowBand.h>

Detailed Description

template<typename NodeType>
struct itk::NarrowBand< NodeType >::RegionType

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 75 of file itkNarrowBand.h.

Public Attributes

Iterator Begin
 
Iterator End
 

Member Data Documentation

◆ Begin

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

Definition at line 77 of file itkNarrowBand.h.

◆ End

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

Definition at line 78 of file itkNarrowBand.h.


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