Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/Actions/MoleculeAction/FillWithMoleculeAction.hpp

    r97ebf8 r047878  
    1111#include "Actions/Action.hpp"
    1212#include "Actions/Process.hpp"
     13#include "vector.hpp"
    1314
    1415class MoleculeListClass;
    1516
     17void MoleculeFillWithMolecule(std::string &fillername, Vector &distances, Vector &lengths, double MaxDistance, bool DoRotate);
     18
    1619class MoleculeFillWithMoleculeAction : public Action {
     20  friend void MoleculeFillWithMolecule(std::string &fillername, Vector &distances, Vector &lengths, double MaxDistance, bool DoRotate);
     21
    1722public:
    1823  MoleculeFillWithMoleculeAction();
     
    2328
    2429  virtual const std::string getName();
     30protected:
     31  virtual Dialog * fillDialog(Dialog *dialog);
    2532private:
    2633  virtual Action::state_ptr performCall();
Note: See TracChangeset for help on using the changeset viewer.