MCPcopy 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
99bool mitk::IsoDoseLevelSetProperty::ToJSON(nlohmann::json&) const
100{
101 return false; // Not implemented
102}
103
104bool mitk::IsoDoseLevelSetProperty::FromJSON(const nlohmann::json&)
105{

Callers 1

to_jsonMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected