Changeset 9b5fa6 for src/Graph/BreadthFirstSearchGatherer.hpp
- Timestamp:
- Jul 5, 2017, 7:43:00 PM (8 years ago)
- Branches:
- ForceAnnealing_oldresults, IndependentFragmentGrids_IntegrationTest
- Children:
- 6e1c14
- Parents:
- 41eed2
- git-author:
- Frederik Heber <frederik.heber@…> (05/19/17 09:27:11)
- git-committer:
- Frederik Heber <frederik.heber@…> (07/05/17 19:43:00)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/Graph/BreadthFirstSearchGatherer.hpp
r41eed2 r9b5fa6 35 35 /** Discovers all nodes from the given \a _discoverfrom and returns 36 36 * the vector of ids. 37 * 38 * \param _discoverfrom node to start BFS from 39 * \param _max_distance max distance to discover (negative means all) 37 40 */ 38 std::vector<atomId_t> operator()(const atomId_t &_discoverfrom); 41 std::vector<atomId_t> operator()( 42 const atomId_t &_discoverfrom, 43 const int &_max_distance = -1); 39 44 40 45 private:
Note:
See TracChangeset
for help on using the changeset viewer.