#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 * | GetNameOfClass () 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 |
Protected Member Functions | |
virtual void | PrintSelf (std::ostream &os, Indent indent) 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 44 of file itkImageIORegion.h.
|
Index typedef support. An index is used to access pixel values. Definition at line 73 of file itkImageIORegion.h. |
|
Standard class typedefs. Reimplemented from itk::Region. Definition at line 48 of file itkImageIORegion.h. |
|
Size typedef support. A size is used to define region bounds. Definition at line 76 of file itkImageIORegion.h. |
|
Definition at line 49 of file itkImageIORegion.h. |
|
Constructor. ImageIORegion is a lightweight object that is not reference counted, so the constructor is public. Definition at line 84 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 96 of file itkImageIORegion.h. |
|
Destructor. ImageIORegion is a lightweight object that is not reference counted, so the destructor is public. Definition at line 108 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 112 of file itkImageIORegion.h. |
|
Dimension of the image available at run time. Definition at line 55 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 150 of file itkImageIORegion.h. |
|
Get index defining the corner of the region. Definition at line 133 of file itkImageIORegion.h. |
|
Standard part of all itk objects. Reimplemented from itk::Region. |
|
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 61 of file itkImageIORegion.h. |
|
Return the region type. Images are described with structured regions. Implements itk::Region. Definition at line 79 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 148 of file itkImageIORegion.h. |
|
Get the size of the region. Definition at line 142 of file itkImageIORegion.h. |
|
Test if an index is inside Definition at line 184 of file itkImageIORegion.h. |
|
Compare two regions. Definition at line 172 of file itkImageIORegion.h. |
|
operator=. ImageIORegion is a lightweight object that is not reference counted, so operator= is public. Definition at line 121 of file itkImageIORegion.h. |
|
Compare two regions. Definition at line 160 of file itkImageIORegion.h. |
|
Methods invoked by Print() to print information about the object including superclasses. Typically not called by the user (use Print() instead) but used in the hierarchical print process to combine the output of several classes. Reimplemented from itk::Region. |
|
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 154 of file itkImageIORegion.h. |
|
Set the index defining the corner of the region. Definition at line 129 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 152 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 138 of file itkImageIORegion.h. |