The MultiImage class may have only one of the following image types: int, float, Color, or RealColor.
More...
#include <MultiImage.hpp>
The MultiImage class may have only one of the following image types: int, float, Color, or RealColor.
Definition at line 34 of file MultiImage.hpp.
Bial::MultiImage::MultiImage |
( |
| ) |
|
Basic Constructor.
- Date
- 2016/Sep/29
- Parameters
-
- Returns
- none.
- Warning
- none.
Bial::MultiImage::MultiImage |
( |
const Image< int > & |
img | ) |
|
Basic Constructor. Makes a copy of the given image.
- Date
- 2016/Sep/29
- Parameters
-
- Returns
- none.
- Warning
- none.
Bial::MultiImage::MultiImage |
( |
const Image< float > & |
img | ) |
|
Copy Constructor.
- Date
- 2016/Sep/29
- Parameters
-
- Returns
- none.
- Warning
- none.
Bial::MultiImage::MultiImage |
( |
MultiImage && |
mimg | ) |
|
Move Constructor.
- Date
- 2016/Sep/29
- Parameters
-
- Returns
- none.
- Warning
- none.
Bial::MultiImage::~MultiImage |
( |
| ) |
|
Destructor.
- Date
- 2016/Sep/29
- Parameters
-
- Returns
- none.
- Warning
- none.
Image< Color >& Bial::MultiImage::ClrImage |
( |
| ) |
const |
Returns a reference to the Color image.
- Date
- 2016/Sep/29
- Parameters
-
- Returns
- A reference to the Color image.
- Warning
- Does not verify if Color image exists.
Image< float >& Bial::MultiImage::FltImage |
( |
| ) |
const |
Returns a reference to the float image.
- Date
- 2016/Sep/29
- Parameters
-
- Returns
- A reference to the float image.
- Warning
- Does not verify if float image exists.
Image< int >& Bial::MultiImage::IntImage |
( |
| ) |
const |
Returns a reference to the integer image.
- Date
- 2016/Sep/29
- Parameters
-
- Returns
- A reference to the integer image.
- Warning
- Does not verify if integer image exists.
Copy assign operator.
- Date
- 2016/Sep/29
- Parameters
-
- Returns
- A copy of the input multi image.
- Warning
- none.
Move assign operator.
- Date
- 2016/Sep/29
- Parameters
-
- Returns
- A new multi image based on input multi image elements.
- Warning
- none.
Returns a reference to the RealColor image.
- Date
- 2016/Sep/29
- Parameters
-
- Returns
- A reference to the RealColor image.
- Warning
- Does not verify if RealColor image exists.
Returns a reference the current image type.
- Date
- 2016/Sep/29
- Parameters
-
- Returns
- A reference the current image type.
- Warning
- none.
The documentation for this class was generated from the following file: