Classes | |
| class | DeprecatedColor |
Enumerations | |
| enum | COLORID { NODE , OBJECT , CONTEXT , BMODEL , CMODEL , MMODEL , PROJECTIVECONSTRAINTSET , CONSTRAINTSET , IFFIELD , FFIELD , SOLVER , COLLISION , MMAPPING , MAPPING , MASS , TOPOLOGY , VMODEL , LOADER , CONFIGURATIONSETTING , ALLCOLORS } |
Functions | |
| bool | hasColor (const std::string &className) |
| bool | hasColor (const sofa::Index &id) |
| const char * | getColor (const std::string &className) |
| const char * | getColor (const sofa::Index id) |
| sofa::Index | registerColor (const std::string &hexColor) |
| sofa::Index | registerColor (const std::string &className, const std::string &hexColor) |
Variables | |
| DeprecatedColor | COLOR {} |
| SOFA_SIMULATION_CORE_API const char * sofa::simulation::Colors::getColor | ( | const sofa::Index | id | ) |
| SOFA_SIMULATION_CORE_API const char * sofa::simulation::Colors::getColor | ( | const std::string & | className | ) |
| SOFA_SIMULATION_CORE_API bool sofa::simulation::Colors::hasColor | ( | const sofa::Index & | id | ) |
| SOFA_SIMULATION_CORE_API bool sofa::simulation::Colors::hasColor | ( | const std::string & | className | ) |
| SOFA_SIMULATION_CORE_API sofa::Index sofa::simulation::Colors::registerColor | ( | const std::string & | className, |
| const std::string & | hexColor | ||
| ) |
| SOFA_SIMULATION_CORE_API sofa::Index sofa::simulation::Colors::registerColor | ( | const std::string & | hexColor | ) |
| SOFA_SIMULATION_CORE_API DeprecatedColor sofa::simulation::Colors::COLOR {} |