- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/Actions/MoleculeAction/TranslateAction.hpp
r97ebf8 r047878 11 11 #include "Actions/Action.hpp" 12 12 #include "Actions/Process.hpp" 13 #include "vector.hpp" 13 14 14 15 class MoleculeListClass; 15 16 17 void MoleculeTranslate(Vector &x, bool periodic); 18 16 19 class MoleculeTranslateAction : public Action { 20 friend void MoleculeTranslate(Vector &x, bool periodic); 21 17 22 public: 18 23 MoleculeTranslateAction(); … … 23 28 24 29 virtual const std::string getName(); 30 protected: 31 virtual Dialog * fillDialog(Dialog *dialog); 25 32 private: 26 33 virtual Action::state_ptr performCall();
Note:
See TracChangeset
for help on using the changeset viewer.