#include <UnitTypes.h>
Inherits NSPipeline::TUnitRetTypeInterface.
Inherited by NSSimpleUnit::TUnitRetType_images_rgb_implemented.
Inheritance diagram for NSPipeline::TUnitRetType_images:
Public Member Functions | |
virtual EnumUnitType | GetType (void) const =0 |
vrati typ dat, mel by byt shodny s typem jednotky | |
virtual void | Release (void)=0 |
uvolneni vysledku zpet jednotce | |
virtual DWORD | GetImageCount (void)=0 |
pocet obrazku (a obdelniku) | |
virtual const TImage * | GetImage (DWORD index)=0 |
vrati obrazek na zadanem indexu vraci NULL pri chybnem indexu | |
virtual const TRT_Rect * | GetRectangle (DWORD index)=0 |
vrati obdelnik na zadanem indexu vraci NULL pri chybnem indexu | |
Protected Member Functions | |
TUnitRetType_images (void) | |
~TUnitRetType_images (void) | |
konstruktor | |
TUnitRetType_images (const TUnitRetType_images &orig) | |
destruktor je pristupny pouze pro odvozene tridy falesny kopirovaci konstruktor | |
void | operator= (const TUnitRetType_images &orig) |
falesny prirazovaci operator |
Ke kazdemu obrazku lze ziskat obdelnik, ktery urcuje platny vyrez v obrazku
Odvozena trida musi reimplementovat metody
GetType() Release() GetImageCount() GetImage() GetRectangle()
Definition at line 248 of file UnitTypes.h.
|
Definition at line 265 of file UnitTypes.h. |
|
konstruktor
Definition at line 266 of file UnitTypes.h. |
|
destruktor je pristupny pouze pro odvozene tridy falesny kopirovaci konstruktor
|
|
vrati obrazek na zadanem indexu vraci NULL pri chybnem indexu
Implemented in NSSimpleUnit::TUnitRetType_images_rgb_implemented. |
|
pocet obrazku (a obdelniku)
Implemented in NSSimpleUnit::TUnitRetType_images_rgb_implemented. |
|
vrati obdelnik na zadanem indexu vraci NULL pri chybnem indexu
Implemented in NSSimpleUnit::TUnitRetType_images_rgb_implemented. |
|
vrati typ dat, mel by byt shodny s typem jednotky
Implements NSPipeline::TUnitRetTypeInterface. Implemented in NSSimpleUnit::TUnitRetType_images_rgb_implemented. |
|
falesny prirazovaci operator
|
|
uvolneni vysledku zpet jednotce
Implements NSPipeline::TUnitRetTypeInterface. Implemented in NSSimpleUnit::TUnitRetType_images_rgb_implemented. |