NTRT Simulator
Version: Master
|
#include <tscDataLogger.h>
Public Member Functions | |
tscDataLogger (std::string fileName) | |
virtual | ~tscDataLogger () |
virtual void | render (const tgRod &rod) const |
virtual void | render (const tgSpringCableActuator &mSCA) const |
virtual void | render (const tgModel &model) const |
virtual void | render (const tgCompressionSpringActuator &compressionSpringActuator) const |
Interface for Data Logger.
Definition at line 41 of file tscDataLogger.h.
|
virtual |
Virtual base classes must have a virtual destructor.
Definition at line 40 of file tscDataLogger.cpp.
|
virtual |
Render a tgRod.
[in] | rod | a const reference to a tgRod to render |
Reimplemented from tgModelVisitor.
Definition at line 44 of file tscDataLogger.cpp.
|
virtual |
Render a tgSpringCableActuator
[in] | linearString | a const reference to a tgSpringCableActuator to log data |
Reimplemented from tgModelVisitor.
Definition at line 59 of file tscDataLogger.cpp.
|
virtual |
Render a tgModel.
[in] | model | a const reference to a tgModel to render. |
Reimplemented from tgModelVisitor.
Definition at line 71 of file tscDataLogger.cpp.
|
inlinevirtualinherited |
Render a tgCompressionSpringActuator.
[in] | compressionSpringActuator | a const reference to a tgCompressionSpringActuator to render |
Reimplemented in tgBulletRenderer.
Definition at line 61 of file tgModelVisitor.h.