creaImageIO_lib
|
Class used to represent the actual state of the image selected and to perform comparisons on its values. More...
Public Member Functions | |
ImageExtent (const std::string &x, const std::string &y, const std::string &z, const std::string &t) | |
void | Clear () |
Clears the extent. More... | |
bool | IsCompatible (const ImageExtent &) |
Returns true if the two extents are compatible. More... | |
void | Add (const ImageExtent &) |
Adds the extent passed as a parameter to the current extent. More... | |
int | Get (int i) |
Returns the ieth position of the extent. More... | |
void | SetDimension (int dim) |
Returns the dimension of the current image. More... | |
int | GetDimension () |
Returns the dimension of the current image. More... | |
Private Attributes | |
int | mExtent [4] |
int | mDim |
Class used to represent the actual state of the image selected and to perform comparisons on its values.
Definition at line 58 of file creaImageIOGimmickView.cpp.
|
inline |
Definition at line 61 of file creaImageIOGimmickView.cpp.
void creaImageIO::ImageExtent::Add | ( | const ImageExtent & | ie | ) |
Adds the extent passed as a parameter to the current extent.
Definition at line 215 of file creaImageIOGimmickView.cpp.
References mExtent, and SetDimension().
|
inline |
|
inline |
Returns the ieth position of the extent.
Definition at line 90 of file creaImageIOGimmickView.cpp.
References mExtent.
Referenced by IsCompatible().
|
inline |
Returns the dimension of the current image.
Definition at line 96 of file creaImageIOGimmickView.cpp.
References mDim.
bool creaImageIO::ImageExtent::IsCompatible | ( | const ImageExtent & | ie | ) |
Returns true if the two extents are compatible.
Definition at line 200 of file creaImageIOGimmickView.cpp.
References Get().
|
inline |
Returns the dimension of the current image.
Definition at line 93 of file creaImageIOGimmickView.cpp.
References mDim.
Referenced by Add().
|
private |
Definition at line 100 of file creaImageIOGimmickView.cpp.
Referenced by GetDimension(), ImageExtent(), and SetDimension().
|
private |
Definition at line 99 of file creaImageIOGimmickView.cpp.
Referenced by Add(), Clear(), Get(), and ImageExtent().