Changeset 4919f0 for src/Actions/UndoRedoHelpers.hpp
- Timestamp:
- Aug 3, 2017, 10:46:48 AM (8 years ago)
- Branches:
- ForceAnnealing_with_BondGraph_continued
- Children:
- cee565
- Parents:
- fcc860
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/Actions/UndoRedoHelpers.hpp
rfcc860 r4919f0 111 111 void RemoveMoleculesWithAtomsByIds(const std::vector<moleculeId_t> &ids); 112 112 113 /** Removes the last time step for all \a movedatoms113 /** Removes the time steps in given interval for all \a movedatoms. 114 114 * 115 * @param movedatoms atoms whose last step in time to remove 116 * @param _step which trajectory to remove 115 * @param movedatoms atoms whose steps in [\a _firststep, \a _laststep] in time to remove 116 * @param _firststep first step in interval to be removed 117 * @param _laststep last step in interval to be removed 117 118 */ 118 void removeLastStep(const std::vector<atomId_t> &movedatoms, const unsigned int _step); 119 void removeSteps( 120 const std::vector<atomId_t> &movedatoms, 121 const unsigned int _firststep, 122 const unsigned int _laststep); 119 123 120 124 /** Adds another time step to all \a movedatoms.
Note:
See TracChangeset
for help on using the changeset viewer.