Changes in src/Actions/UndoRedoHelpers.hpp [8cc22f:596cfa]
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/Actions/UndoRedoHelpers.hpp
r8cc22f r596cfa 27 27 * @return restoral was successful, at least atom could not be restored. 28 28 */ 29 bool AddAtomsFromAtomicInfo(std::vector<AtomicInfo> &atoms); 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); 30 37 31 38 /** Removes atoms whose state information is stored as AtomicInfo.
Note:
See TracChangeset
for help on using the changeset viewer.