#include <AGDDColorStore.h>
Definition at line 15 of file AGDDColorStore.h.
◆ AGDDColorStore()
| AGDDColorStore::AGDDColorStore |
( |
| ) |
|
◆ Exist()
| bool AGDDColorStore::Exist |
( |
const std::string & | n | ) |
const |
Definition at line 19 of file AGDDColorStore.cxx.
20{
21 return ((*this).find(n) != (*this).end());
22}
◆ GetColor()
| AGDDColor * AGDDColorStore::GetColor |
( |
const std::string & | name | ) |
|
Definition at line 24 of file AGDDColorStore.cxx.
25{
26 if ((*this).find(name) != (*this).end())
28 else
29 {
30 std::cout <<
" Color "<<
name<<
" not found: returning 0"<<std::endl;
31 return nullptr;
32 }
33}
◆ Register()
| void AGDDColorStore::Register |
( |
AGDDColor * | v | ) |
|
◆ elements [1/2]
◆ elements [2/2]
◆ keys [1/2]
| std::string std::map< std::string, AGDDColor * >::keys |
|
inherited |
◆ keys [2/2]
| std::string std::map< std::string, AGDDColor * >::keys |
|
inherited |
The documentation for this class was generated from the following files: