Changeset 999eaf for src/Fragmentation/Homology/HomologyGraph.hpp
- Timestamp:
- Apr 28, 2021, 10:02:49 PM (5 years ago)
- Branches:
- Candidate_v1.7.0, stable
- Children:
- 6b7765
- Parents:
- 5aa337
- git-author:
- Frederik Heber <frederik.heber@…> (04/18/21 08:23:36)
- git-committer:
- Frederik Heber <frederik.heber@…> (04/28/21 22:02:49)
- File:
-
- 1 edited
-
src/Fragmentation/Homology/HomologyGraph.hpp (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
src/Fragmentation/Homology/HomologyGraph.hpp
r5aa337 r999eaf 21 21 #include <iosfwd> 22 22 23 #include "AtomIdSet.hpp" 23 24 #include "Fragmentation/Homology/FragmentEdge.hpp" 24 25 #include "Fragmentation/Homology/FragmentNode.hpp" … … 79 80 explicit HomologyGraph(const IndexSet &index); 80 81 82 /** Constructor for class HomologyGraph from a AtomIdSet (i.e. from atoms in the World). 83 * 84 * @param index global ids of atoms to pick 85 */ 86 explicit HomologyGraph(const AtomIdSet::atomIdSet &index); 87 81 88 /** Destructor for class HomologyGraph. 82 89 * … … 200 207 const HomologyGraph::nodes_t getNodesFromIndexSet(const IndexSet &keyset); 201 208 const HomologyGraph::edges_t getEdgesFromIndexSet(const IndexSet &keyset); 209 const HomologyGraph::nodes_t getNodesFromAtomIds(const AtomIdSet::atomIdSet &keyset); 210 const HomologyGraph::edges_t getEdgesFromAtomIds(const AtomIdSet::atomIdSet &keyset); 202 211 }; 203 212
Note:
See TracChangeset
for help on using the changeset viewer.
