GlobalDefines.hh File Reference

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Defines

#define GCC_VERSION   (__GNUC__ * 1000 + __GNUC_MINOR__ * 10)
#define OM_FORCE_STATIC_CAST
#define DLLEXPORT
#define DLLEXPORTONLY

Detailed Description

This File contains the required defines for the OpenFlipper Framework

Definition in file GlobalDefines.hh.


Define Documentation

#define DLLEXPORT

Enable openmp where possible (for gcc version >= 4.3)

Definition at line 111 of file GlobalDefines.hh.

#define GCC_VERSION   (__GNUC__ * 1000 + __GNUC_MINOR__ * 10)

Get GCC version and convert to MMmm where MM is the major and mm the minor release version. For example if GCC_VERSION == 4030, we consider gcc-4.3.

Definition at line 67 of file GlobalDefines.hh.

#define OM_FORCE_STATIC_CAST

Force static casts for Properties in OpenMesh. Cross Plugin dynamic casts are not possible due to locally defined symbols

Definition at line 85 of file GlobalDefines.hh.


acg pic Project OpenFlipper, ©  Computer Graphics Group, RWTH Aachen. Documentation generated using doxygen .