MCPcopy Create free account
hub / github.com/MITK/MITK / UnRegister

Method UnRegister

Modules/CppMicroServices/src/usModuleRegistry.cpp:123–135  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

121}
122
123void ModuleRegistry::UnRegister(const ModuleInfo* info)
124{
125 if (info->id > 1)
126 {
127 Module* curr = nullptr;
128 {
129 MutexLock lock(*modulesLock());
130 curr = modules()->operator[](info->name);
131 assert(curr != nullptr);
132 }
133 curr->Stop();
134 }
135}
136
137Module* ModuleRegistry::GetModule(long id)
138{

Callers 9

InternalCloneMethod · 0.45
CreateSurfaceMethod · 0.45
~RenderingManagerMethod · 0.45
RemoveRenderWindowMethod · 0.45
~VtkLayerControllerMethod · 0.45
AcquireCameraMethod · 0.45
ProcessNodeMethod · 0.45
NewFunction · 0.45

Calls 2

operator[]Method · 0.45
StopMethod · 0.45

Tested by 1

InternalCloneMethod · 0.36