iMSTK
Interactive Medical Simulation Toolkit
|
Base class for TaskGraph controllers which are responsible for executing the TaskGraph. More...
#include <imstkTaskGraphController.h>
Public Member Functions | |
virtual void | setTaskGraph (std::shared_ptr< TaskGraph > graph) |
std::shared_ptr< TaskGraph > | getTaskGraph () const |
bool | initialize () |
Initialization of the TaskGraphController, good for anything the controller may need to do after it recieves input, before execution, but not do everytime execution is called. Returns if successful. | |
virtual void | execute ()=0 |
Executes the TaskGraph. | |
Protected Member Functions | |
virtual void | init () |
Subclass initialization call. | |
Protected Attributes | |
std::shared_ptr< TaskGraph > | m_graph = nullptr |
Base class for TaskGraph controllers which are responsible for executing the TaskGraph.
Definition at line 20 of file imstkTaskGraphController.h.