AnimatLab  2
Test
AnimatSim::Gains Namespace Reference

Contains the different gain type classes that can be used. More...

Classes

class  BellGain
 Bell gain class. More...
 
class  EquationGain
 Equation gain. More...
 
class  Gain
 The Gain base class. More...
 
class  LengthTensionGain
 Length-Tension muscle gain. More...
 
class  PolynomialGain
 Polynomial gain. More...
 
class  SigmoidGain
 Sigmoid gain. More...
 

Functions

GainLoadGain (Simulator *lpSim, std::string strName, CStdXml &oXml)
 
GainLoadGain (Simulator *lpSim, std::string strName, CStdXml &oXml)
 Loads a gain object. More...
 

Detailed Description

Contains the different gain type classes that can be used.

A gain is essentially an equation to convert one parameter into a different value. It is used extensively throughout the system, for example in the adapters.

Function Documentation