Changes in src/Actions/UndoRedoHelpers.hpp [596cfa:8cc22f]
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/Actions/UndoRedoHelpers.hpp
r596cfa r8cc22f 27 27 * @return restoral was successful, at least atom could not be restored. 28 28 */ 29 bool AddAtomsFromAtomicInfo(const std::vector<AtomicInfo> &atoms); 30 31 /** Adds removed molecules with their atoms back to the world. 32 * 33 * @param mol_atoms map of molecules with ids and their atoms as AtomicInfo 34 * \return true - restoral was successful, at least one atom or molecule could not be restored 35 */ 36 bool AddMoleculesFromAtomicInfo(std::map< moleculeId_t, std::vector<AtomicInfo> > &mol_atoms); 29 bool AddAtomsFromAtomicInfo(std::vector<AtomicInfo> &atoms); 37 30 38 31 /** Removes atoms whose state information is stored as AtomicInfo.
Note:
See TracChangeset
for help on using the changeset viewer.