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