#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.
Namespaces | |
| namespace | itk |
Typedefs | |
| template<unsigned int VDimension> | |
| using | itk::ImageRegionIndexRange = IndexRange<VDimension, false> |
| template<unsigned int VDimension> | |
| using | itk::ZeroBasedIndexRange = IndexRange<VDimension, true> |