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

Function to_json

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

Source from the content-addressed store, hash-verified

22namespace mitk
23{
24 void to_json(nlohmann::json& json, const SegmentationTaskList::Task::Form& form)
25 {
26 json["Path"] = form.Path;
27 json["Result"] = form.Result;
28 }
29
30 void from_json(const nlohmann::json& json, SegmentationTaskList::Task::Form& form)
31 {

Callers

nothing calls this directly

Calls 8

HasDescriptionMethod · 0.80
GetFormMethod · 0.80
emptyMethod · 0.45
GetNameMethod · 0.45
GetDescriptionMethod · 0.45
GetImageMethod · 0.45
GetSegmentationMethod · 0.45
GetResultMethod · 0.45

Tested by

no test coverage detected