7 #include <fwRuntime/utils/GenericExecutableFactoryRegistrar.hpp> 9 #include <fwStructuralPatch/PatchLoader.hpp> 11 #include <fwMDSemanticPatch/PatchLoader.hpp> 13 #include "patchMedicalData/Plugin.hpp" 18 static ::fwRuntime::utils::GenericExecutableFactoryRegistrar<Plugin> registrar(
"::patchMedicalData::Plugin");
PATCHMEDICALDATA_API ~Plugin() noexcept
Destructor. Do nothing.
PATCHMEDICALDATA_API void start()
Overrides start method. Object declarations.
PATCHMEDICALDATA_API void stop() noexcept
Overrides stop method. Do nothing.
static FWSTRUCTURALPATCH_API void loadPatches()
Function used to force link.
static FWMDSEMANTICPATCH_API void loadPatches()
Computes VersionsManager's link and version tables.
The bundle patchMedicalData allows to load patches from fwStructuralPatch and fwMDSemanticPatch libra...