Bike-X  0.8
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
OVR::Util::Frame Class Reference

#include "Util_ImageWindow.h"

Inheritance diagram for OVR::Util::Frame:
Inheritance graph
Collaboration diagram for OVR::Util::Frame:
Collaboration graph

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< CirclePlotplots
 
Array< TextPlottextLines
 
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
 

Detailed Description

Definition at line 68 of file Util_ImageWindow.h.

Constructor & Destructor Documentation

OVR::Util::Frame::Frame ( int  frame)
inline

Definition at line 72 of file Util_ImageWindow.h.

OVR::Util::Frame::~Frame ( )
inline

Definition at line 86 of file Util_ImageWindow.h.

Field Documentation

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.

Array<TextPlot> OVR::Util::Frame::textLines

Definition at line 100 of file Util_ImageWindow.h.

int OVR::Util::Frame::width

Definition at line 103 of file Util_ImageWindow.h.


The documentation for this class was generated from the following file: