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

Function GetPreferences

Modules/PythonSegmentation/src/mitknnInteractiveTool.cpp:51–55  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

49 }
50
51 mitk::IPreferences* GetPreferences()
52 {
53 auto* preferencesService = mitk::CoreServices::GetPreferencesService();
54 return preferencesService->GetSystemPreferences()->Node("org.mitk.views.segmentation");
55 }
56
57 // Strip credentials (a "user:pass@" userinfo) and any query/fragment from a URL
58 // so it can be safely shown in error messages and written to the log. The real

Callers 4

GetCUDADeviceInfoMethod · 0.70
StartSessionMethod · 0.70
ConstructLocalSessionMethod · 0.70

Calls 2

NodeMethod · 0.45
GetSystemPreferencesMethod · 0.45

Tested by

no test coverage detected