| 31 | { |
| 32 | |
| 33 | graph_node::graph_node(data::keyframe *keyfrm, const bool spanning_parent_is_not_set) |
| 34 | : owner_keyfrm_(keyfrm), spanning_parent_is_not_set_(spanning_parent_is_not_set) {} |
| 35 | |
| 36 | void graph_node::add_connection(keyframe *keyfrm, const unsigned int weight) |
| 37 | { |
nothing calls this directly
no outgoing calls
no test coverage detected