|
g2o
|
#include <simulator.h>


Public Types | |
| typedef VertexType_ | VertexType |
| typedef VertexType_::EstimateType | EstimateType |
Public Member Functions | |
| WorldObject (World *world_=0) | |
| virtual void | setVertex (OptimizableGraph::Vertex *vertex_) |
| VertexType * | vertex () |
Public Member Functions inherited from g2o::BaseWorldObject | |
| BaseWorldObject (World *world_=0) | |
| virtual | ~BaseWorldObject () |
| void | setWorld (World *world_) |
| World * | world () const |
| OptimizableGraph * | graph () |
| OptimizableGraph::Vertex * | vertex () |
Public Attributes | |
| EIGEN_MAKE_ALIGNED_OPERATOR_NEW | |
Additional Inherited Members | |
Protected Attributes inherited from g2o::BaseWorldObject | |
| OptimizableGraph * | _graph |
| OptimizableGraph::Vertex * | _vertex |
| World * | _world |
Definition at line 64 of file simulator.h.
| typedef VertexType_::EstimateType g2o::WorldObject< VertexType_ >::EstimateType |
Definition at line 68 of file simulator.h.
| typedef VertexType_ g2o::WorldObject< VertexType_ >::VertexType |
Definition at line 67 of file simulator.h.
|
inline |
Definition at line 69 of file simulator.h.
References g2o::BaseWorldObject::_vertex.
|
inlinevirtual |
Reimplemented from g2o::BaseWorldObject.
Definition at line 72 of file simulator.h.
References g2o::BaseWorldObject::_vertex.
|
inline |
Definition at line 77 of file simulator.h.
References g2o::BaseWorldObject::_vertex.
| g2o::WorldObject< VertexType_ >::EIGEN_MAKE_ALIGNED_OPERATOR_NEW |
Definition at line 66 of file simulator.h.