#include <itkImageIORegion.h>
Helper class for converting ImageRegions into ImageIORegions and back.
Definition at line 202 of file itkImageIORegion.h.
Public Types | |
using | ImageIndexType = typename ImageRegionType::IndexType |
using | ImageIORegionType = ImageIORegion |
using | ImageRegionType = ImageRegion<VDimension> |
using | ImageSizeType = typename ImageRegionType::SizeType |
Static Public Member Functions | |
static void | Convert (const ImageIORegionType &inIORegion, ImageRegionType &outImageRegion, const ImageIndexType &largestRegionIndex) |
static void | Convert (const ImageRegionType &inImageRegion, ImageIORegionType &outIORegion, const ImageIndexType &largestRegionIndex) |
using itk::ImageIORegionAdaptor< VDimension >::ImageIndexType = typename ImageRegionType::IndexType |
Definition at line 209 of file itkImageIORegion.h.
using itk::ImageIORegionAdaptor< VDimension >::ImageIORegionType = ImageIORegion |
Definition at line 206 of file itkImageIORegion.h.
using itk::ImageIORegionAdaptor< VDimension >::ImageRegionType = ImageRegion<VDimension> |
Definition at line 205 of file itkImageIORegion.h.
using itk::ImageIORegionAdaptor< VDimension >::ImageSizeType = typename ImageRegionType::SizeType |
Definition at line 208 of file itkImageIORegion.h.
|
inlinestatic |
|
inlinestatic |
Definition at line 212 of file itkImageIORegion.h.
References itk::ImageIORegion::GetImageDimension(), itk::ImageRegion< VImageDimension >::GetIndex(), itk::ImageRegion< VImageDimension >::GetSize(), itk::ImageIORegion::SetIndex(), and itk::ImageIORegion::SetSize().