Data structure for the representation of single channel images of the data type signed int. More...
#include <IntImage.h>
Public Member Functions | |
CIntImage () | |
CIntImage (int nImageWidth, int nImageHeight, bool bHeaderOnly=false) | |
CIntImage (const CIntImage *pImage, bool bHeaderOnly=false) | |
CIntImage (const CIntImage &image, bool bHeaderOnly=false) | |
~CIntImage () | |
Public Attributes | |
int | height |
int * | pixels |
int | width |
Private Member Functions | |
void | FreeMemory () |
Private Attributes | |
bool | m_bOwnMemory |
Data structure for the representation of single channel images of the data type signed int.
Definition at line 55 of file IntImage.h.
Definition at line 56 of file IntImage.cpp.
CIntImage::CIntImage | ( | int | nImageWidth, |
int | nImageHeight, | ||
bool | bHeaderOnly = false |
||
) |
Definition at line 64 of file IntImage.cpp.
CIntImage::CIntImage | ( | const CIntImage * | pImage, |
bool | bHeaderOnly = false |
||
) |
Definition at line 98 of file IntImage.cpp.
CIntImage::CIntImage | ( | const CIntImage & | image, |
bool | bHeaderOnly = false |
||
) |
Definition at line 81 of file IntImage.cpp.
Definition at line 115 of file IntImage.cpp.
void CIntImage::FreeMemory | ( | ) | [private] |
Definition at line 125 of file IntImage.cpp.
Definition at line 72 of file IntImage.h.
bool CIntImage::m_bOwnMemory [private] |
Definition at line 81 of file IntImage.h.
int* CIntImage::pixels |
Definition at line 73 of file IntImage.h.
int CIntImage::width |
Definition at line 71 of file IntImage.h.