#include <ColorCodeConverter.h>
|
| SoMaterial * | lookup (unsigned int colorCode) |
| |
Definition at line 23 of file ColorCodeConverter.h.
◆ ~ColorCodeConverter()
| ColorCodeConverter::~ColorCodeConverter |
( |
| ) |
|
◆ getMaterialFromColorCode()
| SoMaterial * ColorCodeConverter::getMaterialFromColorCode |
( |
unsigned int |
colorCode = red | ) |
|
|
inline |
◆ lookup()
| SoMaterial * ColorCodeConverter::lookup |
( |
unsigned int |
colorCode | ) |
|
|
private |
◆ black
| const unsigned int ColorCodeConverter::black = 1 |
|
static |
◆ blue
| const unsigned int ColorCodeConverter::blue = 4 |
|
static |
◆ cyan
| const unsigned int ColorCodeConverter::cyan = 7 |
|
static |
◆ green
| const unsigned int ColorCodeConverter::green = 3 |
|
static |
◆ m_materialCache
| std::map<unsigned int,SoMaterial*> ColorCodeConverter::m_materialCache |
|
private |
◆ magenta
| const unsigned int ColorCodeConverter::magenta = 6 |
|
static |
◆ red
| const unsigned int ColorCodeConverter::red = 2 |
|
static |
◆ s_colorConversionTable
| const double ColorCodeConverter::s_colorConversionTable |
|
staticprivate |
◆ s_colorConversionTableSize
| const unsigned int ColorCodeConverter::s_colorConversionTableSize = 200 |
|
staticprivate |
◆ white
| const unsigned int ColorCodeConverter::white = 0 |
|
static |
◆ yellow
| const unsigned int ColorCodeConverter::yellow = 5 |
|
static |
The documentation for this class was generated from the following files: