GCOP
1.0
|
00001 #ifndef GCOP_CHAIN1_H 00002 #define GCOP_CHAIN1_H 00003 00004 #include "mbs.h" 00005 00006 namespace gcop { 00007 00008 class Chain1 : public Mbs { 00009 public: 00010 Chain1(); 00011 00012 void Force(VectorXd &f, double t, const MbsState &x, const VectorXd &u, 00013 MatrixXd *A = 0, MatrixXd *B = 0); 00014 }; 00015 } 00016 00017 #endif