Regina 7.3 Calculation Engine
|
Contains a collection of compile-time constant strings that describe features of the dimension dim. More...
#include <triangulation/detail/strings.h>
Static Public Attributes | |
static constexpr const char * | dim |
A string that gives the dimension dim as a number. More... | |
static constexpr const char * | face |
A string that gives the name of a dim-face, all in lower case. More... | |
static constexpr const char * | Face |
A string that gives the name of a dim-face, with the first word capitalised. More... | |
static constexpr const char * | faces |
A string that gives the plural name of a dim-face, all in lower case. More... | |
static constexpr const char * | Faces |
A string that gives the plural name of a dim-face, with the first word capitalised. More... | |
static constexpr const char * | simplex |
A string that gives the name of a dim-simplex, all in lower case. More... | |
static constexpr const char * | Simplex |
A string that gives the name of a dim-simplex, with the first word capitalised. More... | |
static constexpr const char * | simplices |
A string that gives the plural name of a dim-simplex, all in lower case. More... | |
Contains a collection of compile-time constant strings that describe features of the dimension dim.
dim_ | any dimension between 0 and 15 inclusive. |
|
staticconstexpr |
A string that gives the dimension dim as a number.
An example for dim = 3 is "3".
|
staticconstexpr |
A string that gives the name of a dim-face, all in lower case.
An example for dim = 3 is "tetrahedron". An example for dim = 7 is "7-face".
|
staticconstexpr |
A string that gives the name of a dim-face, with the first word capitalised.
An example for dim = 3 is "Tetrahedron". An example for dim = 7 is "7-face".
|
staticconstexpr |
A string that gives the plural name of a dim-face, all in lower case.
An example for dim = 3 is "tetrahedra". An example for dim = 7 is "7-faces".
|
staticconstexpr |
A string that gives the plural name of a dim-face, with the first word capitalised.
An example for dim = 3 is "Tetrahedra". An example for dim = 7 is "7-faces".
|
staticconstexpr |
A string that gives the name of a dim-simplex, all in lower case.
An example for dim = 3 is "tetrahedron". An example for dim = 7 is "7-simplex".
|
staticconstexpr |
A string that gives the name of a dim-simplex, with the first word capitalised.
A string that gives the plural name of a dim-simplex, with the first word capitalised.
An example for dim = 3 is "Tetrahedron". An example for dim = 7 is "7-simplex".
An example for dim = 3 is "Tetrahedra". An example for dim = 7 is "7-simplices".
|
staticconstexpr |
A string that gives the plural name of a dim-simplex, all in lower case.
An example for dim = 3 is "tetrahedra". An example for dim = 7 is "7-simplices".