Robotics Library  0.6.2
Public Member Functions | Public Attributes | Static Private Member Functions | List of all members
rl::sg::ode::Scene Class Reference

#include <Scene.h>

Inheritance diagram for rl::sg::ode::Scene:
Inheritance graph
[legend]

Public Member Functions

 Scene ()
 
virtual ~Scene ()
 
bool areColliding (::rl::sg::Body *first, ::rl::sg::Body *second)
 
bool areColliding (::rl::sg::Model *first, ::rl::sg::Model *second)
 
bool areColliding (::rl::sg::Shape *first, ::rl::sg::Shape *second)
 
::rl::sg::Modelcreate ()
 
bool isColliding ()
 
::rl::sg::Shaperaycast (const ::rl::math::Vector3 &source, const ::rl::math::Vector3 &target, ::rl::math::Real &distance)
 
bool raycast (::rl::sg::Shape *shape, const ::rl::math::Vector3 &source, const ::rl::math::Vector3 &target, ::rl::math::Real &distance)
 
- Public Member Functions inherited from rl::sg::RaycastScene
 RaycastScene ()
 
virtual ~RaycastScene ()
 
virtual bool raycast (Shape *shape, const ::rl::math::Vector3 &source, const ::rl::math::Vector3 &target, ::rl::math::Real &distance)=0
 
- Public Member Functions inherited from rl::sg::Scene
 Scene ()
 
virtual void add (Model *model)
 
Iterator begin ()
 
Iterator end ()
 
ModelgetModel (const ::std::size_t &i) const
 
virtual ::std::string getName () const
 
::std::size_t getNumModels () const
 
void load (const ::std::string &filename, const bool &doBoundingBoxPoints=false, const bool &doPoints=false)
 
virtual void remove (Model *model)
 
virtual void setName (const ::std::string &name)
 
- Public Member Functions inherited from rl::sg::SimpleScene
 SimpleScene ()
 
virtual ~SimpleScene ()
 
virtual bool areColliding (Body *first, Body *second)
 
virtual bool areColliding (Model *first, Model *second)
 
virtual bool areColliding (Shape *first, Shape *second)=0
 

Public Attributes

dSpaceID space
 
dWorldID world
 

Static Private Member Functions

static void bodyNearCallback (void *data, dGeomID o1, dGeomID o2)
 
static void modelNearCallback (void *data, dGeomID o1, dGeomID o2)
 
static void rayNearCallback (void *data, dGeomID o1, dGeomID o2)
 
static void shapeNearCallback (void *data, dGeomID o1, dGeomID o2)
 

Additional Inherited Members

- Public Types inherited from rl::sg::Scene
typedef ::std::vector< Model * >::iterator Iterator
 
- Protected Attributes inherited from rl::sg::Scene
bool isScalingSupported
 
::std::vector< Model * > models
 

Constructor & Destructor Documentation

◆ Scene()

rl::sg::ode::Scene::Scene ( )

◆ ~Scene()

rl::sg::ode::Scene::~Scene ( )
virtual

Reimplemented from rl::sg::Scene.

Member Function Documentation

◆ areColliding() [1/3]

bool rl::sg::ode::Scene::areColliding ( ::rl::sg::Body first,
::rl::sg::Body second 
)

◆ areColliding() [2/3]

bool rl::sg::ode::Scene::areColliding ( ::rl::sg::Model first,
::rl::sg::Model second 
)

◆ areColliding() [3/3]

bool rl::sg::ode::Scene::areColliding ( ::rl::sg::Shape first,
::rl::sg::Shape second 
)

◆ bodyNearCallback()

void rl::sg::ode::Scene::bodyNearCallback ( void *  data,
dGeomID  o1,
dGeomID  o2 
)
staticprivate

◆ create()

rl::sg::Model * rl::sg::ode::Scene::create ( )
virtual

Implements rl::sg::Scene.

◆ isColliding()

bool rl::sg::ode::Scene::isColliding ( )
virtual

Reimplemented from rl::sg::SimpleScene.

◆ modelNearCallback()

void rl::sg::ode::Scene::modelNearCallback ( void *  data,
dGeomID  o1,
dGeomID  o2 
)
staticprivate

◆ raycast() [1/2]

bool rl::sg::ode::Scene::raycast ( ::rl::sg::Shape shape,
const ::rl::math::Vector3 source,
const ::rl::math::Vector3 target,
::rl::math::Real distance 
)

◆ raycast() [2/2]

rl::sg::Shape * rl::sg::ode::Scene::raycast ( const ::rl::math::Vector3 source,
const ::rl::math::Vector3 target,
::rl::math::Real distance 
)
virtual

Implements rl::sg::RaycastScene.

◆ rayNearCallback()

void rl::sg::ode::Scene::rayNearCallback ( void *  data,
dGeomID  o1,
dGeomID  o2 
)
staticprivate

◆ shapeNearCallback()

void rl::sg::ode::Scene::shapeNearCallback ( void *  data,
dGeomID  o1,
dGeomID  o2 
)
staticprivate

Member Data Documentation

◆ space

dSpaceID rl::sg::ode::Scene::space

◆ world

dWorldID rl::sg::ode::Scene::world

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