Medical Imaging Interaction Toolkit
2025.08.99-f7084adb
Medical Imaging Interaction Toolkit
|
This is the complete list of members for mitk::MultiLabelIOHelper, including all inherited members.
DeserializeLabelFromJSON(const nlohmann::json &labelJson) | mitk::MultiLabelIOHelper | static |
DeserializeMultiLabelGroupsFromJSON(const nlohmann::json &listOfLabelGroups) | mitk::MultiLabelIOHelper | static |
GetIntByKey(const itk::MetaDataDictionary &dic, const std::string &key) | mitk::MultiLabelIOHelper | static |
GetLabelAsXMLElement(tinyxml2::XMLDocument &doc, const Label *label) | mitk::MultiLabelIOHelper | static |
GetStringByKey(const itk::MetaDataDictionary &dic, const std::string &key) | mitk::MultiLabelIOHelper | static |
GetValueFromJson(const nlohmann::json &labelJson, const std::string &key, TValueType &value) | mitk::MultiLabelIOHelper | inlinestatic |
GroupFileNameCallback typedef | mitk::MultiLabelIOHelper | |
LabelFileNameCallback typedef | mitk::MultiLabelIOHelper | |
LabelFileValueCallback typedef | mitk::MultiLabelIOHelper | |
LoadLabelFromXMLDocument(const tinyxml2::XMLElement *labelElem) | mitk::MultiLabelIOHelper | static |
LoadLabelSetImagePreset(const std::string &presetFilename, mitk::MultiLabelSegmentation *inputImage) | mitk::MultiLabelIOHelper | static |
PropertyFromXMLElement(std::string &key, itk::SmartPointer< mitk::BaseProperty > &prop, const tinyxml2::XMLElement *elem) | mitk::MultiLabelIOHelper | static |
PropertyToXMLElement(tinyxml2::XMLDocument &doc, const std::string &key, const BaseProperty *property) | mitk::MultiLabelIOHelper | static |
SaveLabelSetImagePreset(const std::string &presetFilename, const mitk::MultiLabelSegmentation *inputImage) | mitk::MultiLabelIOHelper | static |
SerializeLabelPropertyToJSON(const BaseProperty *property) | mitk::MultiLabelIOHelper | static |
SerializeLabelToJSON(const Label *label) | mitk::MultiLabelIOHelper | static |
SerializeMultLabelGroupsToJSON(const mitk::MultiLabelSegmentation *inputSegmentation, GroupFileNameCallback groupFileNameCallback=nullptr, LabelFileNameCallback labelFileNameCallback=nullptr, LabelFileValueCallback labelFileValueCallback=nullptr) | mitk::MultiLabelIOHelper | static |