1 #ifndef SimTK_SIMBODY_FORCE_MOBILITY_LINEAR_DAMPER_H_     2 #define SimTK_SIMBODY_FORCE_MOBILITY_LINEAR_DAMPER_H_    87     Real getDefaultDamping() 
const;
   110     Real getDamping(
const State& state) 
const;
   131                                              MobilityLinearDamperImpl, 
Force);
   137 #endif // SimTK_SIMBODY_FORCE_MOBILITY_LINEAR_DAMPER_H_ This is the base class from which all Force element handle classes derive. 
Definition: Force.h:50
 
This is the top-level SimTK namespace into which all SimTK names are placed to avoid collision with o...
Definition: Assembler.h:37
 
MobilityLinearDamper()
Default constructor creates an empty handle that can be assigned to refer to any MobilityLinearDamper...
Definition: Force_MobilityLinearDamper.h:68
 
SimTK_Real Real
This is the default compiled-in floating point type for SimTK, either float or double. 
Definition: SimTKcommon/include/SimTKcommon/internal/common.h:593
 
This object is intended to contain all state information for a SimTK::System, except topological info...
Definition: State.h:276
 
Includes internal headers providing declarations for the basic SimTK Core classes, including Simmatrix. 
 
#define SimTK_INSERT_DERIVED_HANDLE_DECLARATIONS(DERIVED, DERIVED_IMPL, PARENT)
Definition: PrivateImplementation.h:343
 
MobilityLinearDamper(GeneralForceSubsystem &forces, const MobilizedBody &mobod, int whichU, Real defaultDamping)
Deprecated: Alternate signature for backwards compatibilty – for safety you should prefer using the ...
Definition: Force_MobilityLinearDamper.h:119
 
This is a concrete subsystem which can apply arbitrary forces to a MultibodySystem. 
Definition: GeneralForceSubsystem.h:47
 
#define SimTK_SIMBODY_EXPORT
Definition: Simbody/include/simbody/internal/common.h:72
 
A linear damper that acts along or around a mobility coordinate to apply a generalized force there...
Definition: Force_MobilityLinearDamper.h:46
 
A MobilizedBody is Simbody's fundamental body-and-joint object used to parameterize a system's motion...
Definition: MobilizedBody.h:167
 
The Mobilizer associated with each MobilizedBody, once modeled, has a specific number of generalized ...