|
g2o
|
#include <simulator.h>


Public Member Functions | |
| BaseWorldObject (World *world_=0) | |
| virtual | ~BaseWorldObject () |
| void | setWorld (World *world_) |
| World * | world () const |
| OptimizableGraph * | graph () |
| OptimizableGraph::Vertex * | vertex () |
| virtual void | setVertex (OptimizableGraph::Vertex *vertex_) |
Protected Attributes | |
| OptimizableGraph * | _graph |
| OptimizableGraph::Vertex * | _vertex |
| World * | _world |
Definition at line 44 of file simulator.h.
|
inline |
Definition at line 46 of file simulator.h.
|
virtual |
Definition at line 35 of file simulator.cpp.
| OptimizableGraph * g2o::BaseWorldObject::graph | ( | ) |
Definition at line 36 of file simulator.cpp.
References _world, and g2o::World::graph().
|
virtual |
Reimplemented in g2o::WorldObject< VertexType_ >.
Definition at line 41 of file simulator.cpp.
References _vertex.
|
inline |
Definition at line 51 of file simulator.h.
|
inline |
|
inline |
Definition at line 52 of file simulator.h.
|
protected |
Definition at line 58 of file simulator.h.
|
protected |
Definition at line 59 of file simulator.h.
Referenced by setVertex(), g2o::WorldObject< VertexType_ >::setVertex(), g2o::WorldObject< VertexType_ >::vertex(), and g2o::WorldObject< VertexType_ >::WorldObject().
|
protected |
Definition at line 60 of file simulator.h.
Referenced by graph().