Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MITK/MITK
/ ToJSON
Method
ToJSON
Modules/RT/src/mitkIsoDoseLevelSetProperty.cpp:99–102 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
97
}
98
99
bool mitk::IsoDoseLevelSetProperty::ToJSON(nlohmann::json&) const
100
{
101
return false; // Not implemented
102
}
103
104
bool mitk::IsoDoseLevelSetProperty::FromJSON(const nlohmann::json&)
105
{
Callers
1
to_json
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected