| 56 | //********************************************************************************************* |
| 57 | |
| 58 | RootNode::RootNode( FrameGraph const & pgraph ) |
| 59 | : GraphNode{ MyKind, 0u, pgraph.getName(), pgraph.getDefaultGroup() } |
| 60 | , graph{ &pgraph } |
| 61 | { |
| 62 | } |
| 63 | |
| 64 | void RootNode::accept( GraphVisitor * vis )const |
| 65 | { |
nothing calls this directly
no outgoing calls
no test coverage detected