#include <OpenGLCapture.h>
Public Member Functions | |
bool | CaptureImage (CByteImage **ppImages) |
void | CloseCamera () |
COpenGLCapture () | |
COpenGLCapture (const CCalibration &calibration) | |
COpenGLCapture (const CStereoCalibration &stereoCalibration) | |
int | GetHeight () |
int | GetNumberOfCameras () |
CByteImage::ImageType | GetType () |
int | GetWidth () |
bool | OpenCamera () |
void | Set (const CCalibration &calibration) |
void | Set (const CStereoCalibration &stereoCalibration) |
~COpenGLCapture () | |
Protected Member Functions | |
virtual void | DrawScene ()=0 |
Protected Attributes | |
COpenGLVisualizer * | m_pOpenGLVisualizer |
Private Attributes | |
int | height |
int | m_nCameras |
CCalibration * | m_pCalibration |
CStereoCalibration * | m_pStereoCalibration |
CByteImage::ImageType | type |
int | width |
Definition at line 68 of file OpenGLCapture.h.
Definition at line 59 of file OpenGLCapture.cpp.
COpenGLCapture::COpenGLCapture | ( | const CCalibration & | calibration | ) |
Definition at line 71 of file OpenGLCapture.cpp.
COpenGLCapture::COpenGLCapture | ( | const CStereoCalibration & | stereoCalibration | ) |
Definition at line 86 of file OpenGLCapture.cpp.
Definition at line 101 of file OpenGLCapture.cpp.
bool COpenGLCapture::CaptureImage | ( | CByteImage ** | ppImages | ) | [virtual] |
Implements CVideoCaptureInterface.
Definition at line 181 of file OpenGLCapture.cpp.
void COpenGLCapture::CloseCamera | ( | ) | [virtual] |
Implements CVideoCaptureInterface.
Definition at line 177 of file OpenGLCapture.cpp.
virtual void COpenGLCapture::DrawScene | ( | ) | [protected, pure virtual] |
int COpenGLCapture::GetHeight | ( | ) | [inline, virtual] |
Implements CVideoCaptureInterface.
Definition at line 86 of file OpenGLCapture.h.
int COpenGLCapture::GetNumberOfCameras | ( | ) | [inline, virtual] |
Implements CVideoCaptureInterface.
Definition at line 88 of file OpenGLCapture.h.
CByteImage::ImageType COpenGLCapture::GetType | ( | ) | [inline, virtual] |
Implements CVideoCaptureInterface.
Definition at line 87 of file OpenGLCapture.h.
int COpenGLCapture::GetWidth | ( | ) | [inline, virtual] |
Implements CVideoCaptureInterface.
Definition at line 85 of file OpenGLCapture.h.
bool COpenGLCapture::OpenCamera | ( | ) | [virtual] |
Implements CVideoCaptureInterface.
Definition at line 165 of file OpenGLCapture.cpp.
void COpenGLCapture::Set | ( | const CCalibration & | calibration | ) |
Definition at line 118 of file OpenGLCapture.cpp.
void COpenGLCapture::Set | ( | const CStereoCalibration & | stereoCalibration | ) |
Definition at line 142 of file OpenGLCapture.cpp.
int COpenGLCapture::height [private] |
Definition at line 108 of file OpenGLCapture.h.
int COpenGLCapture::m_nCameras [private] |
Definition at line 107 of file OpenGLCapture.h.
CCalibration* COpenGLCapture::m_pCalibration [private] |
Definition at line 106 of file OpenGLCapture.h.
COpenGLVisualizer* COpenGLCapture::m_pOpenGLVisualizer [protected] |
Definition at line 99 of file OpenGLCapture.h.
Definition at line 104 of file OpenGLCapture.h.
CByteImage::ImageType COpenGLCapture::type [private] |
Definition at line 109 of file OpenGLCapture.h.
int COpenGLCapture::width [private] |
Definition at line 108 of file OpenGLCapture.h.