Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/Actions/UndoRedoHelpers.hpp

    r8cc22f r596cfa  
    2727   * @return restoral was successful, at least atom could not be restored.
    2828   */
    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);
    3037
    3138  /** Removes atoms whose state information is stored as AtomicInfo.
Note: See TracChangeset for help on using the changeset viewer.