19 #ifndef T6_TENSION_CONTROLLER_H
20 #define T6_TENSION_CONTROLLER_H
78 const double m_tension;
80 std::vector<tgTensionController*> m_controllers;
83 #endif // T6_TENSION_CONTROLLER_H
Definition of tgObserver class.
virtual ~T6TensionController()
Definition of the tgTensionController base class.
virtual void onStep(T6Model &subject, double dt)
virtual void onSetup(T6Model &subject)
T6TensionController(const double tension=.01)