Medical Imaging Interaction Toolkit  2016.11.0
Medical Imaging Interaction Toolkit
mitk::AnatomicalStructureColorPresets Class Reference

#include <mitkAnatomicalStructureColorPresets.h>

Inheritance diagram for mitk::AnatomicalStructureColorPresets:
Collaboration diagram for mitk::AnatomicalStructureColorPresets:

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 AnatomicalStructureColorPresetsNew ()
 

Protected Member Functions

 AnatomicalStructureColorPresets ()=default
 
 ~AnatomicalStructureColorPresets ()=default
 

Detailed Description

Definition at line 28 of file mitkAnatomicalStructureColorPresets.h.

Constructor & Destructor Documentation

mitk::AnatomicalStructureColorPresets::AnatomicalStructureColorPresets ( )
protecteddefault
mitk::AnatomicalStructureColorPresets::~AnatomicalStructureColorPresets ( )
protecteddefault

Member Function Documentation

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 ( )
bool mitk::AnatomicalStructureColorPresets::LoadPreset ( const std::string &  fileName)

Definition at line 62 of file mitkAnatomicalStructureColorPresets.cpp.

References MITK_INFO.

static AnatomicalStructureColorPresets* mitk::AnatomicalStructureColorPresets::New ( )
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   
)

The documentation for this class was generated from the following files: