Developer Documentation
Loading...
Searching...
No Matches
config.h File Reference
#include <assert.h>
#include <OpenMesh/Core/System/compiler.hh>
#include <OpenMesh/Core/System/OpenMeshDLLMacros.hh>

Go to the source code of this file.

Macros

#define OM_VERSION   0x0B0000
 
#define OM_GET_VER   ((OM_VERSION & 0xf0000) >> 16)
 
#define OM_GET_MAJ   ((OM_VERSION & 0x0ff00) >> 8)
 
#define OM_GET_MIN   (OM_VERSION & 0x000ff)
 
#define OM_DEPRECATED(msg)
 define OM_SUPPRESS_DEPRECATED to suppress deprecated code warnings
 

Typedefs

typedef unsigned int uint
 

Detailed Description

Todo:
Move content to config.hh and include it to be compatible with old source.

Definition in file config.h.

Macro Definition Documentation

◆ 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)

Definition at line 65 of file config.h.

◆ OM_GET_MIN

#define OM_GET_MIN   (OM_VERSION & 0x000ff)

Definition at line 66 of file config.h.

◆ OM_GET_VER

#define OM_GET_VER   ((OM_VERSION & 0xf0000) >> 16)

Definition at line 64 of file config.h.

◆ OM_VERSION

#define OM_VERSION   0x0B0000

Definition at line 61 of file config.h.

Typedef Documentation

◆ uint

typedef unsigned int uint

Definition at line 98 of file config.h.