Public Member Functions | Public Attributes | Private Member Functions | Private Attributes
CIntImage Class Reference

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

#include <IntImage.h>

List of all members.

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

Detailed Description

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

Definition at line 55 of file IntImage.h.


Constructor & Destructor Documentation

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.


Member Function Documentation

void CIntImage::FreeMemory ( ) [private]

Definition at line 125 of file IntImage.cpp.


Member Data Documentation

Definition at line 72 of file IntImage.h.

bool CIntImage::m_bOwnMemory [private]

Definition at line 81 of file IntImage.h.

Definition at line 73 of file IntImage.h.

Definition at line 71 of file IntImage.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 Thu Jun 6 2019 21:46:58