#include <itkImageIORegion.h>
Definition at line 165 of file itkImageIORegion.h.
Public Types | |
typedef ImageRegionType::IndexType | ImageIndexType |
typedef ImageIORegion | ImageIORegionType |
typedef ImageRegion< VDimension > | ImageRegionType |
typedef ImageRegionType::SizeType | ImageSizeType |
Public Member Functions | |
itkLegacyMacro (static void Convert(const ImageIORegionType &inIORegion, ImageRegionType &outImageRegion)) | |
itkLegacyMacro (static void Convert(const ImageRegionType &outImageRegion, ImageIORegionType &inIORegion)) | |
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) |
typedef ImageRegionType::IndexType itk::ImageIORegionAdaptor< VDimension >::ImageIndexType |
Definition at line 172 of file itkImageIORegion.h.
typedef ImageIORegion itk::ImageIORegionAdaptor< VDimension >::ImageIORegionType |
Definition at line 169 of file itkImageIORegion.h.
typedef ImageRegion<VDimension> itk::ImageIORegionAdaptor< VDimension >::ImageRegionType |
Definition at line 168 of file itkImageIORegion.h.
typedef ImageRegionType::SizeType itk::ImageIORegionAdaptor< VDimension >::ImageSizeType |
Definition at line 171 of file itkImageIORegion.h.
static void itk::ImageIORegionAdaptor< VDimension >::Convert | ( | const ImageIORegionType & | inIORegion, | |
ImageRegionType & | outImageRegion, | |||
const ImageIndexType & | largestRegionIndex | |||
) | [inline, static] |
Definition at line 212 of file itkImageIORegion.h.
References itk::Size< VDimension >::Fill(), itk::Index< VIndexDimension >::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, | |||
const ImageIndexType & | largestRegionIndex | |||
) | [inline, static] |
Definition at line 176 of file itkImageIORegion.h.
References itk::ImageIORegion::GetImageDimension(), itk::ImageRegion< VImageDimension >::GetIndex(), itk::ImageRegion< VImageDimension >::GetSize(), itk::ImageIORegion::SetIndex(), and itk::ImageIORegion::SetSize().
itk::ImageIORegionAdaptor< VDimension >::itkLegacyMacro | ( | static void | Convertconst ImageIORegionType &inIORegion, ImageRegionType &outImageRegion | ) |
itk::ImageIORegionAdaptor< VDimension >::itkLegacyMacro | ( | static void | Convertconst ImageRegionType &outImageRegion, ImageIORegionType &inIORegion | ) |