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

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
 

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

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.

Member Function Documentation

void CIntImage::FreeMemory ( )
private

Definition at line 125 of file IntImage.cpp.

Member Data Documentation

int CIntImage::height

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.


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