#include <VideoFile.h>
Inherits NSCameras::TCameraAbstract.
Inheritance diagram for NSCameras::TCameraVideoFile:
Public Member Functions | |
virtual DWORD | GetDataSize (void) |
Velikost obrazku v bajtech. | |
virtual void | GetData (void *dest) |
Ulozi data do pripraveneho bufferu. | |
virtual int | GetWidth (void) |
Vrati sirku obrazku v pixelech. | |
virtual int | GetHeight (void) |
Vrati vysku obrazku v pixelech. | |
virtual void | Destroy (void) |
Zrusi tento objekt. | |
Static Public Member Functions | |
static TCameraVideoFile * | CreateCamera (const char *filename) |
Tato staticka metoda vyrvori kameru. | |
Private Member Functions | |
bool | Initialize (const char *filename) |
Tato metoda inicializuje tridu po vytvoreni. | |
TCameraVideoFile (void) | |
Soukromy konstruktor. | |
~TCameraVideoFile (void) | |
Soukromy destruktor. | |
TCameraVideoFile (const TCameraVideoFile &orig) | |
falesny kopirovaci konstruktor | |
void | operator= (const TCameraVideoFile &orig) |
falesny prirazovaci operator | |
Private Attributes | |
TVideoDSFile * | m_source |
zdroj videa |
Definition at line 34 of file VideoFile.h.
|
Soukromy konstruktor.
Definition at line 52 of file VideoFile.cpp. References m_source. |
|
Soukromy destruktor.
Definition at line 59 of file VideoFile.cpp. References m_source. |
|
falesny kopirovaci konstruktor
|
|
Tato staticka metoda vyrvori kameru.
Definition at line 31 of file VideoFile.cpp. References Initialize(). Here is the call graph for this function: ![]() |
|
Zrusi tento objekt.
Implements NSCameras::TCameraAbstract. Definition at line 128 of file VideoFile.cpp. |
|
Ulozi data do pripraveneho bufferu.
Implements NSCameras::TCameraAbstract. Definition at line 103 of file VideoFile.cpp. References m_source. |
|
Velikost obrazku v bajtech.
Implements NSCameras::TCameraAbstract. Definition at line 92 of file VideoFile.cpp. References GetHeight(), and GetWidth(). Here is the call graph for this function: ![]() |
|
Vrati vysku obrazku v pixelech.
Implements NSCameras::TCameraAbstract. Definition at line 121 of file VideoFile.cpp. References m_source. Referenced by GetDataSize(). |
|
Vrati sirku obrazku v pixelech.
Implements NSCameras::TCameraAbstract. Definition at line 112 of file VideoFile.cpp. References m_source. Referenced by GetDataSize(). |
|
Tato metoda inicializuje tridu po vytvoreni.
Definition at line 72 of file VideoFile.cpp. References m_source. Referenced by CreateCamera(). |
|
falesny prirazovaci operator
|
|
zdroj videa
Definition at line 63 of file VideoFile.h. Referenced by GetData(), GetHeight(), GetWidth(), Initialize(), TCameraVideoFile(), and ~TCameraVideoFile(). |