g2o
Public Member Functions | Protected Attributes | List of all members
WorldItem Struct Reference
Inheritance diagram for WorldItem:
Inheritance graph
[legend]
Collaboration diagram for WorldItem:
Collaboration graph
[legend]

Public Member Functions

 WorldItem (OptimizableGraph *graph_, OptimizableGraph::Vertex *vertex_=0)
 
OptimizableGraph::Vertexvertex ()
 
void setVertex (OptimizableGraph::Vertex *vertex_)
 
- Public Member Functions inherited from SimulatorItem
 SimulatorItem (OptimizableGraph *graph_)
 
OptimizableGraphgraph ()
 
virtual ~SimulatorItem ()
 

Protected Attributes

OptimizableGraph::Vertex_vertex
 
- Protected Attributes inherited from SimulatorItem
OptimizableGraph_graph
 

Detailed Description

Definition at line 69 of file simulator_3d_plane.cpp.

Constructor & Destructor Documentation

WorldItem::WorldItem ( OptimizableGraph graph_,
OptimizableGraph::Vertex vertex_ = 0 
)
inline

Definition at line 70 of file simulator_3d_plane.cpp.

70  :
71  SimulatorItem(graph_),_vertex(vertex_) {}
OptimizableGraph::Vertex * _vertex
SimulatorItem(OptimizableGraph *graph_)

Member Function Documentation

void WorldItem::setVertex ( OptimizableGraph::Vertex vertex_)
inline

Definition at line 73 of file simulator_3d_plane.cpp.

73 {_vertex = vertex_;}
OptimizableGraph::Vertex * _vertex
OptimizableGraph::Vertex* WorldItem::vertex ( )
inline

Definition at line 72 of file simulator_3d_plane.cpp.

Referenced by main(), and PlaneSensor::sense().

72 {return _vertex;}
OptimizableGraph::Vertex * _vertex

Member Data Documentation

OptimizableGraph::Vertex* WorldItem::_vertex
protected

Definition at line 75 of file simulator_3d_plane.cpp.


The documentation for this struct was generated from the following file: