Medical Imaging Interaction Toolkit
2016.11.0
Medical Imaging Interaction Toolkit
|
#include <mitkAnatomicalStructureColorPresets.h>
Classes | |
struct | Category |
struct | Type |
Public Member Functions | |
vtkTypeMacro (AnatomicalStructureColorPresets, vtkXMLParser) | |
bool | LoadPreset () |
bool | LoadPreset (const std::string &fileName) |
Category | GetCategory (const std::string &name) |
Type | GetType (const std::string &name) |
Color | GetColor (const std::string &name) |
std::map< std::string, Category > const | GetCategoryPresets () |
std::map< std::string, Type > const | GetTypePresets () |
std::map< std::string, Color > const | GetColorPresets () |
void | NewPresets (std::map< std::string, Category > &newCategory, std::map< std::string, Type > &newType, std::map< std::string, Color > &newColor) |
Static Public Member Functions | |
static AnatomicalStructureColorPresets * | New () |
Protected Member Functions | |
AnatomicalStructureColorPresets ()=default | |
~AnatomicalStructureColorPresets ()=default | |
Definition at line 28 of file mitkAnatomicalStructureColorPresets.h.
|
protecteddefault |
|
protecteddefault |
AnatomicalStructureColorPresets::Category mitk::AnatomicalStructureColorPresets::GetCategory | ( | const std::string & | name | ) |
Definition at line 141 of file mitkAnatomicalStructureColorPresets.cpp.
std::map< std::string, AnatomicalStructureColorPresets::Category > const mitk::AnatomicalStructureColorPresets::GetCategoryPresets | ( | ) |
Definition at line 156 of file mitkAnatomicalStructureColorPresets.cpp.
Color mitk::AnatomicalStructureColorPresets::GetColor | ( | const std::string & | name | ) |
Definition at line 151 of file mitkAnatomicalStructureColorPresets.cpp.
std::map< std::string, Color > const mitk::AnatomicalStructureColorPresets::GetColorPresets | ( | ) |
Definition at line 166 of file mitkAnatomicalStructureColorPresets.cpp.
AnatomicalStructureColorPresets::Type mitk::AnatomicalStructureColorPresets::GetType | ( | const std::string & | name | ) |
Definition at line 146 of file mitkAnatomicalStructureColorPresets.cpp.
std::map< std::string, AnatomicalStructureColorPresets::Type > const mitk::AnatomicalStructureColorPresets::GetTypePresets | ( | ) |
Definition at line 161 of file mitkAnatomicalStructureColorPresets.cpp.
bool mitk::AnatomicalStructureColorPresets::LoadPreset | ( | ) |
Definition at line 45 of file mitkAnatomicalStructureColorPresets.cpp.
References ModuleContext::GetModule(), us::GetModuleContext(), and MITK_INFO.
bool mitk::AnatomicalStructureColorPresets::LoadPreset | ( | const std::string & | fileName | ) |
Definition at line 62 of file mitkAnatomicalStructureColorPresets.cpp.
References MITK_INFO.
|
static |
void mitk::AnatomicalStructureColorPresets::NewPresets | ( | std::map< std::string, Category > & | newCategory, |
std::map< std::string, Type > & | newType, | ||
std::map< std::string, Color > & | newColor | ||
) |
Definition at line 176 of file mitkAnatomicalStructureColorPresets.cpp.
mitk::AnatomicalStructureColorPresets::vtkTypeMacro | ( | AnatomicalStructureColorPresets | , |
vtkXMLParser | |||
) |