Share

GraphContainer class

The GraphContainer allows you to select a graph to be executed, compile it, and access the Job instance that can execute this graph.

You can derive your own subclass from the GraphContainer base class in order to do custom tasks upon specific notification events, like when the graph is selected (onBeginSetGraph() and onEndSetGraph() notification methods) or compiled (onBeginCompileGraph() and onEndCompileGraph() notification methods).

Please refer to the BifrostGraph::Executor::GraphContainer class in the API reference section.

Was this information helpful?