![]() |
GemaMesh
The GeMA Mesh Plugin
|
Declaration of usefull configuration definitions for the plugin library. More...
#include <QtCore/QtGlobal>

Go to the source code of this file.
Macros | |
| #define | GMP_GEMAMESH_API_EXPORT Q_DECL_IMPORT |
| #define | GMP_GEMAMESH_CELL_MESH_BITS 3 |
| The number of bits used to encode a mesh id inside the cell id. | |
| #define | GMP_GEMAMESH_CELL_ID_BITS (32 - 1 - GMP_GEMAMESH_CELL_MESH_BITS) |
| The number of bits effectivelly used to encode the cell id inside a 32 bits integer, taking into account 1 bit for the active flag and the number of bits used for the mesh id. | |
| #define | GMP_GEMAMESH_MAX_NUM_MESHES (1 << GMP_GEMAMESH_CELL_MESH_BITS) |
| The maximum number of allowed meshes. | |
| #define | GMP_GEMAMESH_MAX_NUM_CELLS (1 << GMP_GEMAMESH_CELL_ID_BITS) |
| The maximum number of allowed cells. | |
Declaration of usefull configuration definitions for the plugin library.
1.8.15