#include <itkImageIORegion.h>
Definition at line 246 of file itkImageIORegion.h.
Public Types | |
typedef ImageRegionType::IndexType | ImageIndexType |
typedef ImageIORegion | ImageIORegionType |
typedef ImageRegion< VDimension > | ImageRegionType |
typedef ImageRegionType::SizeType | ImageSizeType |
Static Public Member Functions | |
static void | Convert (const ImageIORegionType &inIORegion, ImageRegionType &outImageRegion) |
static void | Convert (const ImageRegionType &inImageRegion, ImageIORegionType &outIORegion) |
typedef ImageRegionType::IndexType itk::ImageIORegionAdaptor< VDimension >::ImageIndexType |
Definition at line 253 of file itkImageIORegion.h.
typedef ImageIORegion itk::ImageIORegionAdaptor< VDimension >::ImageIORegionType |
Definition at line 250 of file itkImageIORegion.h.
typedef ImageRegion<VDimension> itk::ImageIORegionAdaptor< VDimension >::ImageRegionType |
Definition at line 249 of file itkImageIORegion.h.
typedef ImageRegionType::SizeType itk::ImageIORegionAdaptor< VDimension >::ImageSizeType |
Definition at line 252 of file itkImageIORegion.h.
static void itk::ImageIORegionAdaptor< VDimension >::Convert | ( | const ImageIORegionType & | inIORegion, | |
ImageRegionType & | outImageRegion | |||
) | [inline, static] |
Definition at line 288 of file itkImageIORegion.h.
References itk::Index< VIndexDimension >::Fill(), itk::Size< VDimension >::Fill(), itk::ImageIORegion::GetImageDimension(), itk::ImageIORegion::GetIndex(), itk::ImageIORegion::GetSize(), itk::ImageRegion< VImageDimension >::SetIndex(), and itk::ImageRegion< VImageDimension >::SetSize().
static void itk::ImageIORegionAdaptor< VDimension >::Convert | ( | const ImageRegionType & | inImageRegion, | |
ImageIORegionType & | outIORegion | |||
) | [inline, static] |
Definition at line 255 of file itkImageIORegion.h.
References itk::ImageIORegion::GetImageDimension(), itk::ImageRegion< VImageDimension >::GetIndex(), itk::ImageRegion< VImageDimension >::GetSize(), itk::ImageIORegion::SetIndex(), and itk::ImageIORegion::SetSize().