RenderPair Class Reference

A convienience grouping of a RenderObject pointer and a Position Object pointer, used for adding render objects to an ARDev environment. More...

#include <ardev.h>

List of all members.

Public Member Functions

 RenderPair (RenderObject *_R, PositionObject *_P, int _Flags=0)
bool operator== (const RenderPair &rhs)
 True if both the pointers from the two RenderPairs are the same.

Public Attributes

RenderObjectRend
 The RenderObject.
PositionObjectPos
 The PositionObject.
unsigned int Flags
 Flags for the render pair.
bool ThreadInitilised
 Has the threadInit function been called.


Detailed Description

A convienience grouping of a RenderObject pointer and a Position Object pointer, used for adding render objects to an ARDev environment.


Constructor & Destructor Documentation

RenderPair::RenderPair ( RenderObject _R,
PositionObject _P,
int  _Flags = 0 
) [inline]

Construct a RenderPair from the given pointers and offset Flag Options are RENDERPAIR_POSITION_REVERSE or 0 for none


The documentation for this class was generated from the following file:
SourceForge.net Logo Generated on Sat May 12 15:25:43 2007 for ardev by doxygen 1.5.1