|
Medical Imaging Interaction Toolkit
2018.4.99-389bf124
Medical Imaging Interaction Toolkit
|
#include <mitkParamapPresetsParser.h>


Classes | |
| struct | Type |
Public Types | |
| using | ParamapPrestsType = std::map< std::string, Type > |
Public Member Functions | |
| vtkTypeMacro (ParamapPresetsParser, vtkXMLParser) | |
| bool | LoadPreset () |
| bool | LoadPreset (const std::string &fileName) |
| Type | GetType (const std::string &name) |
| ParamapPrestsType const | GetTypePresets () |
| void | NewPresets (ParamapPrestsType &newType) |
Static Public Member Functions | |
| static ParamapPresetsParser * | New () |
Protected Member Functions | |
| ParamapPresetsParser ()=default | |
| ~ParamapPresetsParser () override=default | |
Definition at line 27 of file mitkParamapPresetsParser.h.
| using mitk::ParamapPresetsParser::ParamapPrestsType = std::map<std::string, Type> |
Definition at line 38 of file mitkParamapPresetsParser.h.
|
protecteddefault |
|
overrideprotecteddefault |
| ParamapPresetsParser::Type mitk::ParamapPresetsParser::GetType | ( | const std::string & | name | ) |
Definition at line 103 of file mitkParamapPresetsParser.cpp.
Referenced by mitk::DICOMPMIO::Write().
| std::map< std::string, ParamapPresetsParser::Type > const mitk::ParamapPresetsParser::GetTypePresets | ( | ) |
Definition at line 110 of file mitkParamapPresetsParser.cpp.
| bool mitk::ParamapPresetsParser::LoadPreset | ( | ) |
Definition at line 31 of file mitkParamapPresetsParser.cpp.
References ModuleContext::GetModule(), us::GetModuleContext(), and MITK_INFO.
Referenced by mitk::DICOMPMIO::Write().
| bool mitk::ParamapPresetsParser::LoadPreset | ( | const std::string & | fileName | ) |
Definition at line 48 of file mitkParamapPresetsParser.cpp.
References MITK_INFO.
|
static |
Referenced by mitk::DICOMPMIO::Write().
| void mitk::ParamapPresetsParser::NewPresets | ( | ParamapPrestsType & | newType | ) |
Definition at line 119 of file mitkParamapPresetsParser.cpp.
| mitk::ParamapPresetsParser::vtkTypeMacro | ( | ParamapPresetsParser | , |
| vtkXMLParser | |||
| ) |