#include <TrackBooster.h>
Inheritance diagram for Track::TrackBooster:
Public Member Functions | |
TrackBooster (std::istream &source) | |
TrackBooster () | |
virtual | ~TrackBooster () |
virtual std::string | get_class_identifier () const |
Return the string used to identify the class. | |
virtual void | draw () const |
Draw the attachment. | |
virtual void | add_data (std::ostream &stream) const |
Write the data needed to reconstruct the object to a stream. |
Definition at line 23 of file TrackBooster.h.
Track::TrackBooster::TrackBooster | ( | std::istream & | source | ) |
Definition at line 29 of file TrackBooster.cpp.
Track::TrackBooster::TrackBooster | ( | ) |
Definition at line 39 of file TrackBooster.cpp.
Track::TrackBooster::~TrackBooster | ( | ) | [virtual] |
Definition at line 43 of file TrackBooster.cpp.
void Track::TrackBooster::add_data | ( | std::ostream & | stream | ) | const [virtual] |
Write the data needed to reconstruct the object to a stream.
Reimplemented from Track::TrackAttachment.
Definition at line 55 of file TrackBooster.cpp.
void Track::TrackBooster::draw | ( | ) | const [virtual] |
Draw the attachment.
The modelview matrix should be set so that the position using the above and the associated edge is the origin of the modelview matrix.
Reimplemented from Track::TrackAttachment.
Definition at line 47 of file TrackBooster.cpp.
std::string Track::TrackBooster::get_class_identifier | ( | ) | const [virtual] |
Return the string used to identify the class.
This is the same string as the associated ClassLoaderBase uses. The return value should be the same for each instance of the class.
Reimplemented from Track::TrackAttachment.
Definition at line 22 of file TrackBooster.cpp.
Generated at Mon Sep 6 00:41:19 2010 by Doxygen version 1.4.7 for Racer version svn335.