53 virtual float RestingLength();
54 virtual void RestingLength(
float fltVal);
56 virtual float TLwidth();
57 virtual void TLwidth(
float fltVal);
61 virtual float PeLengthPercentage();
62 virtual void PeLengthPercentage(
float fltVal);
64 virtual float MinPeLengthPercentage();
65 virtual void MinPeLengthPercentage(
float fltVal);
67 virtual float SeRestLength();
68 virtual float MinPeLength();
73 virtual float CalculateGain(
float fltInput);
75 virtual bool SetData(
const std::string &strDataType,
const std::string &strValue,
bool bThrowError =
true);
76 virtual void QueryProperties(CStdPtrArray<TypeProperty> &aryProperties);
77 virtual void Load(CStdXml &oXml);
float m_fltRestingLength
The resting length of the muscle.
Root namespace for the base simulation library for AnimatLab.
Length-Tension muscle gain.
float m_fltPeLengthPercentage
The percentage of the muscle length that is the Pe portion.
float m_fltTLc
precalculated value used in the determination of the length-tension curve.
float m_fltTLwidth
The width parameter of the curve.
float m_fltSeRestLength
Resting length of the se portion of the muscle. Used to calculate SE and PE lengths.
float m_fltMinPeLengthPercentage