
Go to the source code of this file.
Defines | |
| #define | EPS 0.0001 |
| #define | FACE_COLOR 3 |
| #define | EDGE_COLOR 2 |
| #define | VERTEX_COLOR 1 |
| #define | NO_COLOR 0 |
| #define | TOPOLOGIC_VIEW 1 |
| #define | EUCLIDIAN_VIEW 2 |
| #define | ANALYTIC_VIEW 4 |
| #define | VOXEL_VIEW 8 |
| #define | K2_VIEW 16 |
| #define | INIT 32 |
| #define ANALYTIC_VIEW 4 |
Definition at line 44 of file definition.hh.
| #define EDGE_COLOR 2 |
Definition at line 39 of file definition.hh.
| #define EPS 0.0001 |
Definition at line 37 of file definition.hh.
| #define EUCLIDIAN_VIEW 2 |
Definition at line 43 of file definition.hh.
| #define FACE_COLOR 3 |
Definition at line 38 of file definition.hh.
| #define INIT 32 |
Definition at line 47 of file definition.hh.
| #define K2_VIEW 16 |
Definition at line 46 of file definition.hh.
| #define NO_COLOR 0 |
Definition at line 41 of file definition.hh.
| #define TOPOLOGIC_VIEW 1 |
Definition at line 42 of file definition.hh.
| #define VERTEX_COLOR 1 |
Definition at line 40 of file definition.hh.
| #define VOXEL_VIEW 8 |
Definition at line 45 of file definition.hh.
1.5.8