Allocate(const int nbRow, const int nbCol) | Image< T > | [protected] |
buffer | Image< T > | [protected] |
BufferSize() const | Image< T > | |
bufferSize | Image< T > | [protected] |
DeAllocate() | Image< T > | [protected] |
deleteBuffer | Image< T > | [protected] |
height | Image< T > | [protected] |
Image() | Image< T > | |
Image(const int nbRow, const int nbCol) | Image< T > | |
Image(const int nbRow, const int nbCol, const T &val) | Image< T > | |
Image(const Image &ima) | Image< T > | |
Image(const int nbRow, const int nbCol, const T *const buf) | Image< T > | |
InitBuff(const T *const otherBuff, const int nbRow, const int nbCol) | Image< T > | |
InitTo(const T &val) | Image< T > | |
NbCol() const | Image< T > | |
NbRow() const | Image< T > | |
operator()(const int row, const int col) const | Image< T > | |
operator()(const int row, const int col) | Image< T > | |
operator=(const Image &ima) | Image< T > | |
operator[](const int i) const | Image< T > | |
operator[](const int i) | Image< T > | |
PixelPointer(const int row, const int col) | Image< T > | |
PixelPointer(const int i) | Image< T > | |
PixelPointer(const int row, const int col) const | Image< T > | |
PixelPointer(const int i) const | Image< T > | |
Resize(const int nbRow, const int nbCol) | Image< T > | |
ShallowSetBuff(T *const otherBuff, const int nbRow, const int nbCol) | Image< T > | |
Type typedef | Image< T > | |
width | Image< T > | [protected] |
~Image() | Image< T > | |