- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/Actions/MoleculeAction/FillWithMoleculeAction.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 MoleculeFillWithMolecule(std::string &fillername, Vector &distances, Vector &lengths, double MaxDistance, bool DoRotate); 18 16 19 class MoleculeFillWithMoleculeAction : public Action { 20 friend void MoleculeFillWithMolecule(std::string &fillername, Vector &distances, Vector &lengths, double MaxDistance, bool DoRotate); 21 17 22 public: 18 23 MoleculeFillWithMoleculeAction(); … … 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.