ITK  5.4.0
Insight Toolkit
Classes | Namespaces | Typedefs
itkIndexRange.h File Reference
#include <cassert>
#include <cstddef>
#include <iterator>
#include <type_traits>
#include "itkImageRegion.h"
#include "itkIndex.h"
#include "itkSize.h"
+ Include dependency graph for itkIndexRange.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  itk::IndexRange< VDimension, VBeginAtZero >::const_iterator
 
class  itk::IndexRange< VDimension, VBeginAtZero >
 
struct  itk::IndexRange< VDimension, VBeginAtZero >::const_iterator::ZeroIndex
 

Namespaces

 itk
 

Typedefs

template<unsigned int VDimension>
using itk::ImageRegionIndexRange = IndexRange< VDimension, false >
 
template<unsigned int VDimension>
using itk::ZeroBasedIndexRange = IndexRange< VDimension, true >