#include <assert.h>
#include <OpenMesh/Core/System/compiler.hh>
#include <OpenMesh/Core/System/OpenMeshDLLMacros.hh>
Go to the source code of this file.
|
| typedef unsigned int | uint |
| |
- Todo:
- Move content to config.hh and include it to be compatible with old source.
Definition in file config.h.
◆ OM_DEPRECATED
| #define OM_DEPRECATED |
( |
|
msg | ) |
|
define OM_SUPPRESS_DEPRECATED to suppress deprecated code warnings
Definition at line 95 of file config.h.
◆ OM_GET_MAJ
| #define OM_GET_MAJ ((OM_VERSION & 0x0ff00) >> 8) |
◆ OM_GET_MIN
| #define OM_GET_MIN (OM_VERSION & 0x000ff) |
◆ OM_GET_VER
| #define OM_GET_VER ((OM_VERSION & 0xf0000) >> 16) |
◆ OM_VERSION
| #define OM_VERSION 0x0B0000 |
◆ uint
| typedef unsigned int uint |