- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/Actions/WorldAction/RemoveSphereOfAtomsAction.hpp
r97ebf8 r047878 10 10 11 11 #include "Actions/Action.hpp" 12 #include "vector.hpp" 13 14 15 void WorldRemoveSphereOfAtoms(double radius, Vector &point); 12 16 13 17 class WorldRemoveSphereOfAtomsAction : public Action { 18 friend void WorldRemoveSphereOfAtoms(double radius, Vector &point); 19 14 20 public: 15 21 WorldRemoveSphereOfAtomsAction(); … … 20 26 21 27 virtual const std::string getName(); 28 protected: 29 virtual Dialog * fillDialog(Dialog *dialog); 22 30 private: 23 31 virtual Action::state_ptr performCall();
Note:
See TracChangeset
for help on using the changeset viewer.