30 #ifndef _RL_MDL_COMPOUND_H_
31 #define _RL_MDL_COMPOUND_H_
33 #include <boost/graph/filtered_graph.hpp>
55 void remove(
Frame* frame);
70 typedef ::boost::property_map< Model::Tree, ::boost::edge_weight_t>::type
EdgeWeightMapType;
74 template<
typename EdgeWeightMap >
86 template<
typename Edge >
89 return this ==
get(
weight, e);
95 template<
typename VertexColorMap >
107 template<
typename Vertex >
110 return this ==
get(
color, v);
125 #endif // _RL_MDL_COMPOUND_H_