ITK  4.8.0
Insight Segmentation and Registration Toolkit
Public Types | Static Public Member Functions | List of all members
itk::ImageIORegionAdaptor< VDimension > Class Template Reference

#include <itkImageIORegion.h>

Detailed Description

template<unsigned int VDimension>
class itk::ImageIORegionAdaptor< VDimension >

Helper class for converting ImageRegions into ImageIORegions and back.

Definition at line 176 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 ImageRegionType &inImageRegion, ImageIORegionType &outIORegion, const ImageIndexType &largestRegionIndex)
 
static void Convert (const ImageIORegionType &inIORegion, ImageRegionType &outImageRegion, const ImageIndexType &largestRegionIndex)
 

Member Typedef Documentation

template<unsigned int VDimension>
typedef ImageRegionType::IndexType itk::ImageIORegionAdaptor< VDimension >::ImageIndexType

Definition at line 183 of file itkImageIORegion.h.

template<unsigned int VDimension>
typedef ImageIORegion itk::ImageIORegionAdaptor< VDimension >::ImageIORegionType

Definition at line 180 of file itkImageIORegion.h.

template<unsigned int VDimension>
typedef ImageRegion< VDimension > itk::ImageIORegionAdaptor< VDimension >::ImageRegionType

Definition at line 179 of file itkImageIORegion.h.

template<unsigned int VDimension>
typedef ImageRegionType::SizeType itk::ImageIORegionAdaptor< VDimension >::ImageSizeType

Definition at line 182 of file itkImageIORegion.h.

Member Function Documentation

template<unsigned int VDimension>
static void itk::ImageIORegionAdaptor< VDimension >::Convert ( const ImageRegionType inImageRegion,
ImageIORegionType outIORegion,
const ImageIndexType largestRegionIndex 
)
inlinestatic
template<unsigned int VDimension>
static void itk::ImageIORegionAdaptor< VDimension >::Convert ( const ImageIORegionType inIORegion,
ImageRegionType outImageRegion,
const ImageIndexType largestRegionIndex 
)
inlinestatic

The documentation for this class was generated from the following file: