11 #ifndef FMM_GRAPH_TYPE_HPP
12 #define FMM_GRAPH_TYPE_HPP
14 #include <boost/graph/graph_traits.hpp>
15 #include <boost/graph/adjacency_list.hpp>
16 #include <boost/property_map/property_map.hpp>
18 #include "network/type.hpp"
35 typedef boost::adjacency_list <boost::vecS, boost::vecS, boost::directedS,
45 typedef boost::graph_traits<Graph_T>::vertex_iterator
NodeIterator;
65 #endif // FMM_GRAPH_TYPE_HPP