Medical Imaging Interaction Toolkit
2024.06.99-60d9b802
Medical Imaging Interaction Toolkit
|
#include <mitkFileSystem.h>
#include <MitkFormsExports.h>
#include <memory>
#include <string>
#include <map>
#include <vector>
#include <nlohmann/json_fwd.hpp>
Go to the source code of this file.
Classes | |
class | mitk::Forms::Form |
class | mitk::Forms::Form::Section |
Namespaces | |
mitk | |
Find image slices visible on a given plane. | |
mitk::Forms | |
Functions | |
MITKFORMS_EXPORT void | mitk::Forms::SubmitToCSV (const Form &form, const fs::path &csvPath) |
MITKFORMS_EXPORT void | mitk::Forms::from_json (const nlohmann::ordered_json &j, Form &f) |
MITKFORMS_EXPORT void | mitk::Forms::to_json (nlohmann::ordered_json &j, const Form &f) |