![]() |
MechSys
1.0
Computing library for simulations in continuum and discrete mechanics
|
Set of colors. More...
Typedefs | |
typedef std::map< String, Vec3_t > | CLR_t |
Functions | |
Vec3_t const & | Get (String const &Name) |
Vec3_t const & | Get (char const *Name) |
void | GetRandom (size_t Num, Array< String > &Clrs) |
char const * | GetNext (size_t Idx) |
char const * | GetRandom () |
int | __init_colors__ () |
Variables | |
CLR_t | CLR |
int | __colors_dummy__ = __init_colors__() |
Set of colors.
typedef std::map<String, Vec3_t> Colors::CLR_t |
int Colors::__init_colors__ | ( | ) |
Vec3_t const& Colors::Get | ( | String const & | Name | ) |
Vec3_t const& Colors::Get | ( | char const * | Name | ) |
char const* Colors::GetNext | ( | size_t | Idx | ) |
void Colors::GetRandom | ( | size_t | Num, |
Array< String > & | Clrs | ||
) |
char const* Colors::GetRandom | ( | ) |