Class GXFExecutor
Defined in File gxf_executor.hpp
Base Type
public holoscan::Executor
(Class Executor)
-
class GXFExecutor : public holoscan::Executor
-
Public Functions
- GXFExecutor() = delete
- explicit GXFExecutor(holoscan::Fragment *app)
- ~GXFExecutor() override
- virtual void run(Graph &graph) override
Initialize the graph and run the graph.
This method calls
compose()
to compose the graph, and runs the graph.