config.h File Reference

#include <assert.h>
#include <OpenMesh/Core/System/compiler.hh>
Include dependency graph for config.h:

Go to the source code of this file.

Defines

#define OM_GET_MAJ   ((OM_VERSION && 0x0ff00) >> 8)
#define OM_GET_MIN   (OM_VERSION && 0x000ff)
#define OM_GET_VER   ((OM_VERSION && 0xf0000) >> 16)
#define OM_VERSION   0x10000
#define OM_VERSION_BETA   4

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.


Define Documentation

#define OM_GET_MAJ   ((OM_VERSION && 0x0ff00) >> 8)

Definition at line 65 of file config.h.

#define OM_GET_MIN   (OM_VERSION && 0x000ff)

Definition at line 66 of file config.h.

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

Definition at line 64 of file config.h.

#define OM_VERSION   0x10000

Definition at line 59 of file config.h.

#define OM_VERSION_BETA   4

Definition at line 62 of file config.h.


Typedef Documentation

typedef unsigned int uint

Definition at line 79 of file config.h.

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines


openmesh
Author(s): Benjamin Pitzer
autogenerated on Fri Jan 11 12:10:45 2013