Public Member Functions | Public Attributes | Private Member Functions | Private Attributes | List of all members
CShortImage Class Reference

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
 

Detailed Description

Data structure for the representation of single channel images of the data type signed short.

Definition at line 54 of file ShortImage.h.

Constructor & Destructor Documentation

CShortImage::CShortImage ( )

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.

CShortImage::~CShortImage ( )

Definition at line 115 of file ShortImage.cpp.

Member Function Documentation

void CShortImage::FreeMemory ( )
private

Definition at line 125 of file ShortImage.cpp.

Member Data Documentation

int CShortImage::height

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.

int CShortImage::width

Definition at line 70 of file ShortImage.h.


The documentation for this class was generated from the following files:


asr_ivt
Author(s): Allgeyer Tobias, Hutmacher Robin, Kleinert Daniel, Meißner Pascal, Scholz Jonas, Stöckle Patrick
autogenerated on Mon Dec 2 2019 03:47:28