| # | Line 69 | Line 69 | class ConsAlgoFramework{ | |
|---|---|---|
| 69 | ||
| 70 | }; | |
| 71 | ||
| 72 | + | //Velocity Verlet constraint algorithm frame work |
| 73 | + | class VelVerletConsFramework : public ConsAlgoFramework{ |
| 74 | + | public: |
| 75 | + | virtual int doConstrainA() = 0; |
| 76 | + | virtual int doConstrainB() = 0; |
| 77 | + | protected: |
| 78 | + | VelVerletConsFramework(SimInfo* rhs) : ConsAlgoFramework(rhs){} |
| 79 | + | }; |
| 80 | + | |
| 81 | #endif //endif _CONSTRAINTALGORITHM_H_ | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines |
| > | Changed lines |