SCL
1.0
Standard Control Library : Control, dynamics, physics, and simulation
|
#include <SActuatorMuscle.hpp>
Classes | |
class | SViaPointSet |
Public Member Functions | |
SActuatorMuscle () | |
virtual | ~SActuatorMuscle () |
virtual const std::string & | getType () const |
virtual const std::string & | getName () const |
virtual bool | hasBeenInit () const |
Public Attributes | |
sutil::CMappedList< sUInt, SViaPointSet > | via_point_set_ |
std::string | name_ |
sBool | has_been_init_ |
Protected Attributes | |
std::string | type_ |
Contains the information required to implement the muscle model and API
|
inline |
Default constructor. Sets stuff to null. Sets SObject type.
|
inlinevirtual |
Default destructor. Does nothing.
|
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
|
inherited |
The object's name
|
protectedinherited |
The object's type. Should only be set by the constructor
sutil::CMappedList<sUInt,SViaPointSet> scl::SActuatorMuscle::via_point_set_ |
The set of generalized coordinates spanned by this muscle