Bike-X
0.8
|
#include "Util_ImageWindow.h"
Public Member Functions | |
Frame (int frame) | |
~Frame () | |
Public Member Functions inherited from OVR::RefCountBaseV< Frame > | |
OVR_FORCE_INLINE | RefCountBaseV () |
Public Member Functions inherited from OVR::RefCountBaseStatVImpl< RefCountVImpl > | |
RefCountBaseStatVImpl () | |
Public Member Functions inherited from OVR::RefCountVImpl | |
virtual void | AddRef () |
virtual void | Release () |
Public Member Functions inherited from OVR::RefCountImplCore | |
OVR_FORCE_INLINE | RefCountImplCore () |
virtual | ~RefCountImplCore () |
int | GetRefCount () const |
void | operator= (const RefCountImplCore &) |
Data Fields | |
int | frameNumber |
Array< CirclePlot > | plots |
Array< TextPlot > | textLines |
void * | imageData |
void * | colorImageData |
int | width |
int | height |
int | colorPitch |
bool | ready |
Additional Inherited Members | |
Static Public Member Functions inherited from OVR::RefCountImplCore | |
static void | checkInvalidDelete (RefCountImplCore *) |
Protected Attributes inherited from OVR::RefCountImplCore | |
volatile int | RefCount |
Definition at line 68 of file Util_ImageWindow.h.
|
inline |
Definition at line 72 of file Util_ImageWindow.h.
|
inline |
Definition at line 86 of file Util_ImageWindow.h.
void* OVR::Util::Frame::colorImageData |
Definition at line 102 of file Util_ImageWindow.h.
int OVR::Util::Frame::colorPitch |
Definition at line 105 of file Util_ImageWindow.h.
int OVR::Util::Frame::frameNumber |
Definition at line 97 of file Util_ImageWindow.h.
int OVR::Util::Frame::height |
Definition at line 104 of file Util_ImageWindow.h.
void* OVR::Util::Frame::imageData |
Definition at line 101 of file Util_ImageWindow.h.
Array<CirclePlot> OVR::Util::Frame::plots |
Definition at line 99 of file Util_ImageWindow.h.
bool OVR::Util::Frame::ready |
Definition at line 106 of file Util_ImageWindow.h.
Definition at line 100 of file Util_ImageWindow.h.
int OVR::Util::Frame::width |
Definition at line 103 of file Util_ImageWindow.h.