|
ISIS Core Library 0.7.2 (api 3.0.0)
|
An Image which always uses its own memory and a specific type. More...
#include <image.hpp>
Public Member Functions | |
| MemImage (const Image &src) | |
| Copy contructor. | |
| MemImage & | operator= (const Image &ref) |
| Copy operator. | |
An Image which always uses its own memory and a specific type.
Thus, creating this image from another Image allways does a deep copy (and maybe a conversion).
| isis::data::MemImage< T >::MemImage | ( | const Image & | src | ) | [inline] |
| MemImage& isis::data::MemImage< T >::operator= | ( | const Image & | ref | ) | [inline] |
Copy operator.
This makes a deep copy of the given image. The image data are converted to T if necessary.
Reimplemented from isis::data::TypedImage< T >.
1.7.3