| IVT
    | 
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 | width | 
| int | height | 
| int * | pixels | 
Data structure for the representation of single channel images of the data type signed int.
Definition at line 55 of file IntImage.h.
| CIntImage::CIntImage | ( | ) | 
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.
| CIntImage::~CIntImage | ( | ) | 
Definition at line 115 of file IntImage.cpp.
| int CIntImage::height | 
Definition at line 72 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.