Data structure for the representation of single channel images of the data type signed short. More...
#include <ShortImage.h>
Public Member Functions | |
CShortImage () | |
CShortImage (int nImageWidth, int nImageHeight, bool bHeaderOnly=false) | |
CShortImage (const CShortImage *pImage, bool bHeaderOnly=false) | |
CShortImage (const CShortImage &image, bool bHeaderOnly=false) | |
~CShortImage () | |
Public Attributes | |
int | height |
short * | 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 short.
Definition at line 54 of file ShortImage.h.
Definition at line 56 of file ShortImage.cpp.
CShortImage::CShortImage | ( | int | nImageWidth, |
int | nImageHeight, | ||
bool | bHeaderOnly = false |
||
) |
Definition at line 64 of file ShortImage.cpp.
CShortImage::CShortImage | ( | const CShortImage * | pImage, |
bool | bHeaderOnly = false |
||
) |
Definition at line 98 of file ShortImage.cpp.
CShortImage::CShortImage | ( | const CShortImage & | image, |
bool | bHeaderOnly = false |
||
) |
Definition at line 81 of file ShortImage.cpp.
Definition at line 115 of file ShortImage.cpp.
void CShortImage::FreeMemory | ( | ) | [private] |
Definition at line 125 of file ShortImage.cpp.
Definition at line 71 of file ShortImage.h.
bool CShortImage::m_bOwnMemory [private] |
Definition at line 80 of file ShortImage.h.
short* CShortImage::pixels |
Definition at line 72 of file ShortImage.h.
Definition at line 70 of file ShortImage.h.