![]() |
omegalib
13.1
|
#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 RayPointMapper * | create (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:
|
static |
Creates a ray to point mapper based on the specified settings.
|
inlinevirtual |