Gazebo logo

Road Class Reference

A linear road model. More...

#include <Road.hh>

Inheritance diagram for Road:

Model List of all members.

Public Member Functions

 Road (World *world)
 Construct.
virtual ~Road ()
 Destructor.
virtual int Load (WorldFile *file, WorldFileNode *node)
 Load the model.
virtual int Init (WorldFile *file, WorldFileNode *node)
 Initialize the model.
virtual int Fini ()
 Finalize the model.
virtual void Update (double step)
 Update the model state.

Detailed Description

A linear road model.


Constructor & Destructor Documentation

Road::Road (  World *  world  ) 
 

Construct.

Road::~Road (   )  [virtual]
 

Destructor.


Member Function Documentation

int Road::Load (  WorldFile *  file,
WorldFileNode *  node
)  [virtual]
 

Load the model.

Implements Model.

int Road::Init (  WorldFile *  file,
WorldFileNode *  node
)  [virtual]
 

Initialize the model.

Implements Model.

int Road::Fini (   )  [virtual]
 

Finalize the model.

Implements Model.

void Road::Update (  double  step  )  [virtual]
 

Update the model state.

Implements Model.


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

Last updated 12 September 2005 21:38:45