#include <cassert>
#include <cstddef>
#include <iterator>
#include <type_traits>
#include "itkImageRegion.h"
#include "itkIndex.h"
#include "itkSize.h"
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> |