ITK 6.0.0
Insight Toolkit
 
Loading...
Searching...
No Matches
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

namespace  itk
 

Typedefs

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