Ignore:
Timestamp:
Jul 5, 2017, 7:40:48 PM (8 years ago)
Author:
Frederik Heber <frederik.heber@…>
Branches:
ForceAnnealing_oldresults, IndependentFragmentGrids_IntegrationTest
Children:
89235ea
Parents:
6afd46
git-author:
Frederik Heber <frederik.heber@…> (05/18/17 17:45:47)
git-committer:
Frederik Heber <frederik.heber@…> (07/05/17 19:40:48)
Message:

Extracted extraction (subset of) nodes from BoostGraph into BreadthFirstSearchGatherer.

  • also added helper namespace BoostGraphHelpers.
  • we now treat the vertex indices and vertex names properly. Before that they had to coincide. Now, the name is the atomic id associated with the node and the index is the boost::graph internal index.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/Graph/Makefile.am

    r6afd46 r6e5907  
    33
    44GRAPHSOURCE = \
     5        Graph/AdjacencyList.cpp \
    56        Graph/BondGraph.cpp \
    67        Graph/BoostGraphCreator.cpp \
     8        Graph/BreadthFirstSearchGatherer.cpp \
    79        Graph/BuildInducedSubgraph.cpp \
    8         Graph/AdjacencyList.cpp \
    910        Graph/ConnectedSubgraph.cpp \
    1011        Graph/CyclicStructureAnalysis.cpp \
     
    1213                                 
    1314GRAPHHEADER = \
     15        Graph/AdjacencyList.hpp \
    1416        Graph/BondGraph.hpp \
    1517        Graph/BoostGraphCreator.hpp \
     18        Graph/BoostGraphHelpers.hpp \
     19        Graph/BreadthFirstSearchGatherer.hpp \
    1620        Graph/BuildInducedSubgraph.hpp \
    17         Graph/AdjacencyList.hpp \
    1821        Graph/ConnectedSubgraph.hpp \
    1922        Graph/CyclicStructureAnalysis.hpp \
Note: See TracChangeset for help on using the changeset viewer.