#include <ImageAbstract.h>
Inherited by NSPipeline::TImageSetReal.
Inheritance diagram for NSPipeline::TImageSet:
Public Member Functions | |
virtual const TImage * | GetARGB (void) const =0 |
obrazek ve formatu ARGB - 32 bitu na pixel | |
virtual const TImage * | GetGray (void) const =0 |
obrazek ve stupnich sedi - 8 bitu na pixel | |
virtual const TImage * | GetRGB (void) const =0 |
obrazek ve formatu RGB - 24 bitu na pixel | |
Protected Member Functions | |
virtual | ~TImageSet (void)=0 |
TImageSet (void) | |
virtualni destruktor | |
TImageSet (const TImageSet &orig) | |
defaultni konstruktor falesny kopirovaci konstruktor | |
void | operator= (const TImageSet &orig) |
falesny operator prirazeni |
Definition at line 102 of file ImageAbstract.h.
|
Definition at line 112 of file ImageAbstract.h. |
|
virtualni destruktor
Definition at line 114 of file ImageAbstract.h. |
|
defaultni konstruktor falesny kopirovaci konstruktor
|
|
obrazek ve formatu ARGB - 32 bitu na pixel
Implemented in NSPipeline::TImageSetReal. |
|
obrazek ve stupnich sedi - 8 bitu na pixel
Implemented in NSPipeline::TImageSetReal. Referenced by NSPipeline::TTestUnit::ProcessFrame(). |
|
obrazek ve formatu RGB - 24 bitu na pixel
Implemented in NSPipeline::TImageSetReal. |
|
falesny operator prirazeni
|