Visual Computing Library
|
The ComponentString class is used to retrieve the string associated to a COMP_ID value, trough its member 'str'. More...
#include <vclib/types/mesh_components.h>
Public Attributes | |
const char * | str |
The string associated to the COMPONENT_ID. | |
The ComponentString class is used to retrieve the string associated to a COMP_ID value, trough its member 'str'.
If you use a custom component class, you should specialize this struct with your COMP_ID value (that is >= COMPONENTS_NUMBER).
COMP_ID | The COMP_ID value associated to the string. |
const char* vcl::ComponentString< COMP_ID >::str |
The string associated to the COMPONENT_ID.