Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/Actions/WorldAction/RemoveSphereOfAtomsAction.hpp

    r97ebf8 r047878  
    1010
    1111#include "Actions/Action.hpp"
     12#include "vector.hpp"
     13
     14
     15void WorldRemoveSphereOfAtoms(double radius, Vector &point);
    1216
    1317class WorldRemoveSphereOfAtomsAction : public Action {
     18  friend void WorldRemoveSphereOfAtoms(double radius, Vector &point);
     19
    1420public:
    1521  WorldRemoveSphereOfAtomsAction();
     
    2026
    2127  virtual const std::string getName();
     28protected:
     29  virtual Dialog * fillDialog(Dialog *dialog);
    2230private:
    2331  virtual Action::state_ptr performCall();
Note: See TracChangeset for help on using the changeset viewer.