|
SCL
1.0
Standard Control Library : Control, dynamics, physics, and simulation
|
#include <SGraphicsChaiMuscleSet.hpp>


Classes | |
| struct | SGraphicsChaiMuscle |
Public Member Functions | |
| SGraphicsChaiMuscleSet () | |
| virtual const std::string & | getType () const |
| virtual const std::string & | getName () const |
| virtual bool | hasBeenInit () const |
Public Attributes | |
| std::vector< SGraphicsChaiMuscle > | muscle_graphics_set_ |
| const SActuatorSetMuscleParsed * | muscle_set_parsed_ |
| std::string | name_ |
| sBool | has_been_init_ |
Protected Attributes | |
| std::string | type_ |
The graphics representation for rendered muscles
|
inline |
Constructor specifies type , robot_render_ds_(NULL)
|
inlinevirtualinherited |
Get the object's type
|
inlinevirtualinherited |
Get the object's type
|
inlinevirtualinherited |
Get the object's type
|
inherited |
Whether the object is ready for use
| std::vector<SGraphicsChaiMuscle> scl::SGraphicsChaiMuscleSet::muscle_graphics_set_ |
A set of muscles to be rendered
| const SActuatorSetMuscleParsed* scl::SGraphicsChaiMuscleSet::muscle_set_parsed_ |
A link to the muscle system's parsed data
|
inherited |
The object's name
|
protectedinherited |
The object's type. Should only be set by the constructor
1.8.6