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

Function from_json

Modules/Segmentation/autoload/IO/mitkSegmentationTaskListIO.cpp:30–34  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

28 }
29
30 void from_json(const nlohmann::json& json, SegmentationTaskList::Task::Form& form)
31 {
32 form.Path = json["Path"].get<std::string>();
33 form.Result = json["Result"].get<std::string>();
34 }
35
36 void to_json(nlohmann::json& json, const SegmentationTaskList::Task::Scene& scene)
37 {

Callers

nothing calls this directly

Calls 8

SetSegmentationMethod · 0.80
SetFormMethod · 0.80
findMethod · 0.45
endMethod · 0.45
SetNameMethod · 0.45
SetDescriptionMethod · 0.45
SetImageMethod · 0.45
SetResultMethod · 0.45

Tested by

no test coverage detected