#include <itkImageIORegion.h>
Inheritance diagram for itk::ImageIORegion:
Public Types | |
typedef ImageIORegion | Self |
typedef Region | Superclass |
typedef std::vector< long > | IndexType |
typedef std::vector< long > | SizeType |
Public Member Functions | |
virtual const char * | GetClassName () const |
unsigned int | GetImageDimension () const |
virtual Superclass::RegionType | GetRegionType () const |
virtual | ~ImageIORegion () |
ImageIORegion (const Self ®ion) | |
void | operator= (const Self ®ion) |
void | SetIndex (const IndexType &index) |
const IndexType & | GetIndex () const |
void | SetSize (const SizeType &size) |
const SizeType & | GetSize () const |
unsigned long | GetNumberOfPixels () const |
unsigned int | GetRegionDimension () const |
ImageIORegion (unsigned int dimension) | |
ImageIORegion () | |
long | GetSize (unsigned long i) const |
long | GetIndex (unsigned long i) const |
void | SetSize (const unsigned long i, long size) |
void | SetIndex (const unsigned long i, long idx) |
bool | operator== (const Self ®ion) const |
bool | operator!= (const Self ®ion) const |
bool | IsInside (const IndexType &index) const |
ImageIORegion is an class that represents some structured portion or piece of an Image. The ImageIORegion is represented with an index and a size in each of the n-dimensions of the image. (The index is the corner of the image, the size is the lengths of the image in each of the topological directions.) ImageIORegion is not templated over dimension, but uses dynamic arrays instead.
Definition at line 43 of file itkImageIORegion.h.
|
Index typedef support. An index is used to access pixel values. Definition at line 72 of file itkImageIORegion.h. |
|
Standard class typedefs. Reimplemented from itk::Region. Definition at line 47 of file itkImageIORegion.h. |
|
Size typedef support. A size is used to define region bounds. Definition at line 75 of file itkImageIORegion.h. |
|
Definition at line 48 of file itkImageIORegion.h. |
|
Constructor. ImageIORegion is a lightweight object that is not reference counted, so the constructor is public. Definition at line 83 of file itkImageIORegion.h. |
|
Constructor. ImageIORegion is a lightweight object that is not reference counted, so the constructor is public. Default dimension is 2. Definition at line 95 of file itkImageIORegion.h. |
|
Destructor. ImageIORegion is a lightweight object that is not reference counted, so the destructor is public. Definition at line 107 of file itkImageIORegion.h. |
|
Copy constructor. ImageIORegion is a lightweight object that is not reference counted, so the copy constructor is public. Definition at line 111 of file itkImageIORegion.h. |
|
Standard part of all itk objects. Reimplemented from itk::Region.
|
|
Dimension of the image available at run time. Definition at line 54 of file itkImageIORegion.h. |
|
Convenience methods to get the size of the image in a particular coordinate direction i. Do not try to access image sizes beyond the the ImageDimension. Definition at line 149 of file itkImageIORegion.h. |
|
Get index defining the corner of the region. Definition at line 132 of file itkImageIORegion.h. |
|
Get the number of pixels contained in this region. This just multiplies the size components. |
|
Dimension of the region to be written. This differs from the the image dimension and is calculated at run-time by examining the size of the image in each coordinate direction. Definition at line 60 of file itkImageIORegion.h. |
|
Return the region type. Images are described with structured regions. Implements itk::Region. Definition at line 78 of file itkImageIORegion.h. |
|
Convenience methods to get the size of the image in a particular coordinate direction i. Do not try to access image sizes beyond the the ImageDimension. Definition at line 147 of file itkImageIORegion.h. |
|
Get the size of the region. Definition at line 141 of file itkImageIORegion.h. |
|
Test if an index is inside Definition at line 183 of file itkImageIORegion.h. |
|
Compare two regions. Definition at line 171 of file itkImageIORegion.h. |
|
operator=. ImageIORegion is a lightweight object that is not reference counted, so operator= is public. Definition at line 120 of file itkImageIORegion.h. |
|
Compare two regions. Definition at line 159 of file itkImageIORegion.h. |
|
Convenience methods to get the size of the image in a particular coordinate direction i. Do not try to access image sizes beyond the the ImageDimension. Definition at line 153 of file itkImageIORegion.h. |
|
Set the index defining the corner of the region. Definition at line 128 of file itkImageIORegion.h. |
|
Convenience methods to get the size of the image in a particular coordinate direction i. Do not try to access image sizes beyond the the ImageDimension. Definition at line 151 of file itkImageIORegion.h. |
|
Set the size of the region. This plus the index determines the rectangular shape, or extent, of the region. Definition at line 137 of file itkImageIORegion.h. |