8 #ifndef __BASICREGISTRATION_PLUGIN_HPP__ 9 #define __BASICREGISTRATION_PLUGIN_HPP__ 11 #include <fwRuntime/Plugin.hpp> 13 #include "basicRegistration/config.hpp" 25 BASICREGISTRATION_API ~
Plugin() noexcept;
28 BASICREGISTRATION_API
void start();
31 BASICREGISTRATION_API
void stop() noexcept;
39 #endif //__BASICREGISTRATION_PLUGIN_HPP__ This class is started when the bundle is loaded.
The namespace basicRegistration contains services to perfom a basic registration between images and m...
Provides a default plugin implementation.