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 () |
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 58 of file simulator.h.
typedef VertexType_::EstimateType g2o::WorldObject< VertexType_ >::EstimateType |
Definition at line 62 of file simulator.h.
typedef VertexType_ g2o::WorldObject< VertexType_ >::VertexType |
Definition at line 61 of file simulator.h.
|
inline |
Definition at line 63 of file simulator.h.
|
inlinevirtual |
|
inline |
Definition at line 72 of file simulator.h.
Referenced by g2o::SensorPointXY::isVisible(), g2o::SensorPointXYBearing::isVisible(), g2o::SensorSegment2D::isVisible(), g2o::SensorSegment2DLine::isVisible(), g2o::SensorSegment2DPointLine::isVisible(), g2o::SensorPointXYZ::isVisible(), g2o::SensorPointXYZDepth::isVisible(), g2o::SensorPointXYOffset::isVisible(), g2o::SensorPointXYZDisparity::isVisible(), g2o::SensorPose3D::isVisible(), g2o::SensorPose2D::isVisible(), g2o::SensorPose3DOffset::isVisible(), and main().
g2o::WorldObject< VertexType_ >::EIGEN_MAKE_ALIGNED_OPERATOR_NEW |
Definition at line 60 of file simulator.h.