Changeset 060fc3 for src/Graph/BoostGraphCreator.hpp
- Timestamp:
- May 19, 2017, 9:27:11 AM (8 years ago)
- Branches:
- ForceAnnealing_goodresults, ForceAnnealing_tocheck
- Children:
- adbeca
- Parents:
- 6370f9
- File:
-
- 1 edited
-
src/Graph/BoostGraphCreator.hpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
src/Graph/BoostGraphCreator.hpp
r6370f9 r060fc3 38 38 39 39 public: 40 40 41 //!> typedef for an undirected graph using boost::graph 41 42 typedef boost::adjacency_list < boost::vecS, boost::vecS, boost::undirectedS, 42 boost::property<boost::vertex_name_t, atomId_t>, boost::no_property > UndirectedGraph; 43 boost::property<boost::vertex_name_t, atomId_t>, 44 boost::property<boost::vertex_color_t, boost::default_color_type> /* needed for limited-depth DFS, 45 otherwise the property_map gets full size of graph */ 46 > UndirectedGraph; 47 43 48 //!> typedef for a map of graph node indices 44 49 typedef boost::property_map < UndirectedGraph, boost::vertex_index_t >::type index_map_t;
Note:
See TracChangeset
for help on using the changeset viewer.
