#include <ImageRGB.hpp>
Inherits Image< T >.

Public Member Functions | |
| ImageRGB () | |
| Constructor to build a 0 size image. | |
| ImageRGB (const size_t w, const size_t h, T *buffer=NULL) | |
| Constructor to build an allocated empty image RGB or an image from a raw data buffer. | |
| ImageRGB (const ImageRGB &e) | |
| Copy Constructor. | |
| virtual | ~ImageRGB () |
| dealoccates image data | |
Definition at line 52 of file ImageRGB.hpp.
| kn::ImageRGB< T >::ImageRGB | ( | void | ) | [inline] |
| kn::ImageRGB< T >::ImageRGB | ( | const size_t | w, | |
| const size_t | h, | |||
| T * | buffer = NULL | |||
| ) | [inline] |
Constructor to build an allocated empty image RGB or an image from a raw data buffer.
| w | width of the image | |
| h | height of the image | |
| buffer | optional data buffer WHICH IS NOT COPYIED |
Definition at line 90 of file ImageRGB.hpp.
| kn::ImageRGB< T >::ImageRGB | ( | const ImageRGB< T > & | e | ) | [inline] |
| kn::ImageRGB< T >::~ImageRGB | ( | void | ) | [inline, virtual] |
1.5.8