#include <ImageAbstract.h>
Inherited by NSPipeline::TImageARGB, NSPipeline::TImageGray, and NSPipeline::TImageRGB.
Inheritance diagram for NSPipeline::TImage:
Public Member Functions | |
virtual EnumImageType | GetImageType (void) const =0 |
typ tohoto obrazu (typ pixelu) | |
virtual DWORD | GetPixelSize (void) const =0 |
velikost pixelu v bajtech | |
virtual DWORD | GetWidth (void) const =0 |
sirka v pixelech | |
virtual DWORD | GetHeight (void) const =0 |
vyska v pixelech | |
virtual DWORD | GetPitch (void) const =0 |
delka radku v bajtech | |
virtual DWORD | GetDataSize (void) const =0 |
velikost obrazovych dat v bajtech | |
virtual const void * | GetData (void) const =0 |
ukazatel na obrazova data | |
Protected Member Functions | |
virtual | ~TImage (void)=0 |
TImage (void) | |
virtualni destruktor | |
TImage (const TImage &orig) | |
defaultni konstruktor falesny kopirovaci konstruktor | |
void | operator= (const TImage &orig) |
falesny operator prirazeni |
V aplikaci bude dostupna pouze tato deklarace.
Odvozene tridy musi reimplementovat vsechny virtualni metody.
Objekty tridy nelze kopirovat!
Definition at line 66 of file ImageAbstract.h.
|
Definition at line 82 of file ImageAbstract.h. |
|
virtualni destruktor
Definition at line 84 of file ImageAbstract.h. |
|
defaultni konstruktor falesny kopirovaci konstruktor
|
|
ukazatel na obrazova data
Implemented in NSPipeline::TImageARGB, NSPipeline::TImageRGB, and NSPipeline::TImageGray. Referenced by NSPipeline::TTestUnit::ProcessFrame(). |
|
velikost obrazovych dat v bajtech
Implemented in NSPipeline::TImageARGB, NSPipeline::TImageRGB, and NSPipeline::TImageGray. Referenced by NSPipeline::TTestUnit::ProcessFrame(). |
|
vyska v pixelech
Implemented in NSPipeline::TImageARGB, NSPipeline::TImageRGB, and NSPipeline::TImageGray. Referenced by NSPipeline::TTestUnit::ProcessFrame(). |
|
typ tohoto obrazu (typ pixelu)
Implemented in NSPipeline::TImageARGB, NSPipeline::TImageRGB, and NSPipeline::TImageGray. |
|
delka radku v bajtech
Implemented in NSPipeline::TImageARGB, NSPipeline::TImageRGB, and NSPipeline::TImageGray. |
|
velikost pixelu v bajtech
Implemented in NSPipeline::TImageARGB, NSPipeline::TImageRGB, and NSPipeline::TImageGray. |
|
sirka v pixelech
Implemented in NSPipeline::TImageARGB, NSPipeline::TImageRGB, and NSPipeline::TImageGray. Referenced by NSPipeline::TTestUnit::ProcessFrame(). |
|
falesny operator prirazeni
|