|
fw4spl
|
Inheritance diagram for filterVRRender::Plugin:
Collaboration diagram for filterVRRender::Plugin:Public Member Functions | |
| ~Plugin () noexcept | |
| Destructor. | |
| void | start () |
| Start method. More... | |
| void | stop () noexcept |
| Stop method. More... | |
Public Member Functions inherited from fwRuntime::Plugin | |
| FWRUNTIME_API std::shared_ptr< Bundle > | getBundle () const noexcept override |
| Retrieves the bundle the executable originates from. More... | |
| virtual FWRUNTIME_API void | setInitializationData (const std::shared_ptr< ConfigurationElement >configuration) noexcept override |
| Initializes the executable instance with the specified configuration element. More... | |
Public Member Functions inherited from fwRuntime::IPlugin | |
| virtual FWRUNTIME_API | ~IPlugin () |
| Destructor : does nothing. | |
| virtual FWRUNTIME_API void | initialize () |
| Notifies the plugin about its initialisation. | |
| virtual FWRUNTIME_API void | uninitialize () |
| Notifies the plugin about its uninitialisation. | |
Public Member Functions inherited from fwRuntime::IExecutable | |
| virtual FWRUNTIME_API | ~IExecutable () |
| Destructor : does nothing. | |
Additional Inherited Members | |
Protected Member Functions inherited from fwRuntime::Plugin | |
| FWRUNTIME_API void | setBundle (std::shared_ptr< Bundle > bundle) noexcept override |
| Updates the bundle the executable originates from. More... | |
Definition at line 15 of file Bundles/atomFilter/filterVRRender/include/filterVRRender/Plugin.hpp.
|
virtual |
Start method.
This method is used by runtime in order to initialize the bundle.
| fwRuntime::RuntimeException |
Implements fwRuntime::IPlugin.
Definition at line 20 of file Bundles/atomFilter/filterVRRender/src/filterVRRender/Plugin.cpp.
|
virtualnoexcept |
Stop method.
This method is used by runtime in order to close the bundle.
Implements fwRuntime::IPlugin.
Definition at line 24 of file Bundles/atomFilter/filterVRRender/src/filterVRRender/Plugin.cpp.