omegalib  13.1
omicron::RayPointMapper Class Referenceabstract

#include <RayPointMapper.h>

Public Member Functions

virtual void setup (const Setting &s)
 
virtual Vector2f getPointFromRay (const Ray &ray)=0
 
- Public Member Functions inherited from omicron::ReferenceType
 ReferenceType ()
 
virtual ~ReferenceType ()
 
void ref ()
 
void unref ()
 
long refCount ()
 

Static Public Member Functions

static RayPointMappercreate (const Setting &s)
 Creates a ray to point mapper based on the specified settings. More...
 
- Static Public Member Functions inherited from omicron::ReferenceType
static void printObjCounts ()
 

Additional Inherited Members

- Static Protected Attributes inherited from omicron::ReferenceType
static List< ReferenceType * > mysObjList
 
+ Inheritance diagram for omicron::RayPointMapper:

Member Function Documentation

static RayPointMapper* omicron::RayPointMapper::create ( const Setting s)
static

Creates a ray to point mapper based on the specified settings.

Returns
a specialization based on the passed settings, or NULL if settings are invalid.
virtual Vector2f omicron::RayPointMapper::getPointFromRay ( const Ray ray)
pure virtual
virtual void omicron::RayPointMapper::setup ( const Setting s)
inlinevirtual

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