Medical Imaging Interaction Toolkit
2024.06.99-60d9b802
Medical Imaging Interaction Toolkit
|
#include <mitkFileSystem.h>
#include <MitkFormsExports.h>
#include <string>
#include <vector>
#include <nlohmann/json_fwd.hpp>
Go to the source code of this file.
Classes | |
class | mitk::Forms::Question |
Abstract base class for all types of questions used in a Form. More... | |
Namespaces | |
mitk | |
Find image slices visible on a given plane. | |
mitk::Forms | |
Functions | |
MITKFORMS_EXPORT void | mitk::Forms::from_json (const nlohmann::ordered_json &j, Question &q) |
Deserialize from JSON. More... | |
MITKFORMS_EXPORT void | mitk::Forms::to_json (nlohmann::ordered_json &j, const Question &q) |
Serialize to JSON. More... | |