00001 00002 00006 #ifndef OPT3_H 00007 #define OPT3_H 00008 00009 class opt3 : public opt { 00010 protected: 00012 POSE_TimeType timeLeash; 00013 public: 00014 opt3() : timeLeash (pose_config.spec_window){ STRAT_T = OPT3_T; } 00015 virtual void Step(); 00016 }; 00017 00018 #endif