Medical Imaging Interaction Toolkit
2024.06.00
Medical Imaging Interaction Toolkit
|
#include <string>
#include <vector>
#include <map>
#include <nlohmann/json_fwd.hpp>
#include "MitkModelFitExports.h"
Go to the source code of this file.
Classes | |
class | mitk::ScalarListLookupTable |
Data class for modelfit properties that store a map of lists (e.g. static parameters). More... | |
Namespaces | |
mitk | |
Find image slices visible on a given plane. | |
Functions | |
MITKMODELFIT_EXPORT std::ostream & | mitk::operator<< (std::ostream &stream, const ScalarListLookupTable &l) |
Adds the string representation of the given ScalarListLookupTable to the given stream. More... | |
MITKMODELFIT_EXPORT void | mitk::to_json (nlohmann::json &j, const ScalarListLookupTable &lut) |
MITKMODELFIT_EXPORT void | mitk::from_json (const nlohmann::json &j, ScalarListLookupTable &lut) |