#include <Image.h>
Inherits NSPipeline::TImageSet.
Inheritance diagram for NSPipeline::TImageSetReal:


Public Member Functions | |
| virtual const TImage * | GetARGB (void) const |
| Vrati obraz typu ARGB. | |
| virtual const TImage * | GetGray (void) const |
| Vrati obraz typu GRAY. | |
| virtual const TImage * | GetRGB (void) const |
| Vrati obraz typu RGB. | |
| TImageARGB * | GetARGBWrite (void) const |
| Vrati obraz ARGB s moznosti upravit ho. | |
| TImageGray * | GetGrayWrite (void) const |
| Vrati monochromaticky obraz s moznosti upravit ho. | |
| TImageRGB * | GetRGBWrite (void) const |
| Vrati obraz RGB s moznosti upravit ho. | |
Private Member Functions | |
| virtual | ~TImageSetReal (void) |
| Soukromy virtualni destruktor. | |
| TImageSetReal (TImageSetManager *manager, DWORD id, DWORD width, DWORD height) | |
| Konstruktor. | |
| DWORD | GetID (void) const |
| Vrati jednoznacny identifikator vraceny manazerem techto objektu. | |
| TImageSetManager * | GetManager (void) |
| Vrati manazer kde byl tento snimek vytvoren. | |
| TImageSetReal (const TImageSetReal &orig) | |
| falesny kopirovaci konstruktor | |
| void | operator= (const TImageSetReal &orig) |
| falesny operator prirazeni | |
Private Attributes | |
| TImageARGB * | m_image_ARGB |
| obraz typu ARGB - 32 bitu na pixel | |
| TImageGray * | m_image_gray |
| obraz sedotonovy - 8 bitu na pixel | |
| TImageRGB * | m_image_RGB |
| obraz typu RGB - 24 bitu na pixel | |
| TImageSetManager * | m_manager |
| manazer kde byl tento objekt vytvoren | |
| DWORD | m_managerID |
| jednoznacny identifikator v manageru podle nej manager pozna objekt pri vraceni do manageru | |
Friends | |
| class | TImageSetManager |
| class | TFrameReal |
Objekty tohoto typu nejsou konstruovany primo, ale pomoci manageru techto objektu typu TImageSetManager. Tento manager je zodpovedny za spravu techto objektu.
Definition at line 331 of file Image.h.
|
|
Soukromy virtualni destruktor.
Definition at line 697 of file Image.cpp. References m_image_ARGB, m_image_gray, and m_image_RGB. |
|
||||||||||||||||||||
|
Konstruktor.
Definition at line 683 of file Image.cpp. References m_image_ARGB, m_image_gray, m_image_RGB, m_manager, and m_managerID. |
|
|
falesny kopirovaci konstruktor
|
|
|
Vrati obraz typu ARGB.
Implements NSPipeline::TImageSet. Definition at line 654 of file Image.cpp. References m_image_ARGB. |
|
|
Vrati obraz ARGB s moznosti upravit ho.
Definition at line 378 of file Image.h. References m_image_ARGB. Referenced by NSPipeline::TCameraThread::TCameraDLLRun(). |
|
|
Vrati obraz typu GRAY.
Implements NSPipeline::TImageSet. Definition at line 662 of file Image.cpp. References m_image_gray. |
|
|
Vrati monochromaticky obraz s moznosti upravit ho.
Definition at line 386 of file Image.h. References m_image_gray. Referenced by NSPipeline::TCameraThread::TCameraDLLRun(). |
|
|
Vrati jednoznacny identifikator vraceny manazerem techto objektu.
Definition at line 402 of file Image.h. References m_managerID. Referenced by NSPipeline::TImageSetManager::ReleaseImageSet(). |
|
|
Vrati manazer kde byl tento snimek vytvoren.
Definition at line 410 of file Image.h. References m_manager. Referenced by NSPipeline::TFrameReal::~TFrameReal(). |
|
|
Vrati obraz typu RGB.
Implements NSPipeline::TImageSet. Definition at line 670 of file Image.cpp. References m_image_RGB. |
|
|
Vrati obraz RGB s moznosti upravit ho.
Definition at line 394 of file Image.h. References m_image_RGB. Referenced by NSPipeline::TCameraThread::TCameraDLLRun(). |
|
|
falesny operator prirazeni
|
|
|
|
|
|
|
|
|
obraz typu ARGB - 32 bitu na pixel
Definition at line 366 of file Image.h. Referenced by GetARGB(), GetARGBWrite(), TImageSetReal(), and ~TImageSetReal(). |
|
|
obraz sedotonovy - 8 bitu na pixel
Definition at line 367 of file Image.h. Referenced by GetGray(), GetGrayWrite(), TImageSetReal(), and ~TImageSetReal(). |
|
|
obraz typu RGB - 24 bitu na pixel
Definition at line 368 of file Image.h. Referenced by GetRGB(), GetRGBWrite(), TImageSetReal(), and ~TImageSetReal(). |
|
|
manazer kde byl tento objekt vytvoren
Definition at line 370 of file Image.h. Referenced by GetManager(), and TImageSetReal(). |
|
|
jednoznacny identifikator v manageru podle nej manager pozna objekt pri vraceni do manageru
Definition at line 371 of file Image.h. Referenced by GetID(), and TImageSetReal(). |
1.4.6-NO