![]() |
Orbiter 2022
Combinatorial Objects
|
Go to the source code of this file.
Namespaces | |
| namespace | orbiter |
| the orbiter library for the classification of combinatorial objects | |
| namespace | orbiter::layer1_foundations |
| algebra, combinatorics and graph theory, geometry, linear algebra, number theory, data structures, solvers, graphics; no group actions | |
| namespace | orbiter::layer1_foundations::graphics |
| graphical output interfaces: 2D graphics (BMP, TikZ, Metapost) and 3D graphics (povray) | |
Macros | |
| #define | SCENE_MAX_LINES 100000 |
| #define | SCENE_MAX_EDGES 100000 |
| #define | SCENE_MAX_POINTS 200000 |
| #define | SCENE_MAX_PLANES 10000 |
| #define | SCENE_MAX_QUADRICS 10000 |
| #define | SCENE_MAX_OCTICS 100 |
| #define | SCENE_MAX_QUARTICS 1000 |
| #define | SCENE_MAX_QUINTICS 500 |
| #define | SCENE_MAX_CUBICS 10000 |
| #define | SCENE_MAX_FACES 200000 |
| #define SCENE_MAX_CUBICS 10000 |
Definition at line 1144 of file graphics.h.
| #define SCENE_MAX_EDGES 100000 |
Definition at line 1137 of file graphics.h.
| #define SCENE_MAX_FACES 200000 |
Definition at line 1145 of file graphics.h.
| #define SCENE_MAX_LINES 100000 |
Definition at line 1136 of file graphics.h.
| #define SCENE_MAX_OCTICS 100 |
Definition at line 1141 of file graphics.h.
| #define SCENE_MAX_PLANES 10000 |
Definition at line 1139 of file graphics.h.
| #define SCENE_MAX_POINTS 200000 |
Definition at line 1138 of file graphics.h.
| #define SCENE_MAX_QUADRICS 10000 |
Definition at line 1140 of file graphics.h.
| #define SCENE_MAX_QUARTICS 1000 |
Definition at line 1142 of file graphics.h.
| #define SCENE_MAX_QUINTICS 500 |
Definition at line 1143 of file graphics.h.