| # | Line 3 | Line 3 | |
|---|---|---|
| 3 | #include <iostream> | |
| 4 | #include <set> | |
| 5 | #include <string> | |
| 6 | < | #include "BaseVisitor.hpp" |
| 7 | < | #include "GenericData.hpp" |
| 6 | > | #include "visitors/BaseVisitor.hpp" |
| 7 | > | #include "visitors/AtomData.hpp" |
| 8 | ||
| 9 | using namespace std; | |
| 10 | ||
| 11 | + | namespace oopse { |
| 12 | + | |
| 13 | class BaseRigidBodyVisitor: public BaseVisitor{ | |
| 14 | public: | |
| 15 | ||
| # | Line 46 | Line 48 | class RBCOMVisitor : public BaseRigidBodyVisitor{ | |
| 48 | ||
| 49 | virtual const string toString(); | |
| 50 | }; | |
| 51 | + | |
| 52 | + | }//namespace oopse |
| 53 | #endif | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines |
| > | Changed lines |