Medical Imaging Interaction Toolkit
2023.12.00
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) |
const ParamapPrestsType | 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 |
Type mitk::ParamapPresetsParser::GetType | ( | const std::string & | name | ) |
const ParamapPrestsType mitk::ParamapPresetsParser::GetTypePresets | ( | ) |
bool mitk::ParamapPresetsParser::LoadPreset | ( | ) |
bool mitk::ParamapPresetsParser::LoadPreset | ( | const std::string & | fileName | ) |
|
static |
void mitk::ParamapPresetsParser::NewPresets | ( | ParamapPrestsType & | newType | ) |
mitk::ParamapPresetsParser::vtkTypeMacro | ( | ParamapPresetsParser | , |
vtkXMLParser | |||
) |