osgEarth 2.1.1
Namespaces | Defines

/home/cube/sources/osgearth/src/osgEarthSymbology/Common File Reference

#include <osgEarth/Common>
Include dependency graph for Common:

Go to the source code of this file.

Namespaces

namespace  osgEarthSymbology
namespace  osgEarth
namespace  osgEarth::Symbology

Defines

#define OSGEARTHSYMBOLOGY_COMMON_H   1
#define USE_DEPRECATED_API
#define OSGEARTHSYMBOLOGY_EXPORT
#define NULL   ((void *)0)
#define OSG_MIN_VERSION_REQUIRED(MAJOR, MINOR, PATCH)   ((OPENSCENEGRAPH_MAJOR_VERSION>MAJOR) || (OPENSCENEGRAPH_MAJOR_VERSION==MAJOR && (OPENSCENEGRAPH_MINOR_VERSION>MINOR || (OPENSCENEGRAPH_MINOR_VERSION==MINOR && OPENSCENEGRAPH_PATCH_VERSION>=PATCH))))
#define OSG_VERSION_LESS_THAN(MAJOR, MINOR, PATCH)   ((OPENSCENEGRAPH_MAJOR_VERSION<MAJOR) || (OPENSCENEGRAPH_MAJOR_VERSION==MAJOR && (OPENSCENEGRAPH_MINOR_VERSION<MINOR || (OPENSCENEGRAPH_MINOR_VERSION==MINOR && OPENSCENEGRAPH_PATCH_VERSION<PATCH))))

Define Documentation

#define NULL   ((void *)0)

Definition at line 66 of file Common.

#define OSG_MIN_VERSION_REQUIRED (   MAJOR,
  MINOR,
  PATCH 
)    ((OPENSCENEGRAPH_MAJOR_VERSION>MAJOR) || (OPENSCENEGRAPH_MAJOR_VERSION==MAJOR && (OPENSCENEGRAPH_MINOR_VERSION>MINOR || (OPENSCENEGRAPH_MINOR_VERSION==MINOR && OPENSCENEGRAPH_PATCH_VERSION>=PATCH))))

Definition at line 71 of file Common.

#define OSG_VERSION_LESS_THAN (   MAJOR,
  MINOR,
  PATCH 
)    ((OPENSCENEGRAPH_MAJOR_VERSION<MAJOR) || (OPENSCENEGRAPH_MAJOR_VERSION==MAJOR && (OPENSCENEGRAPH_MINOR_VERSION<MINOR || (OPENSCENEGRAPH_MINOR_VERSION==MINOR && OPENSCENEGRAPH_PATCH_VERSION<PATCH))))

Definition at line 75 of file Common.

#define OSGEARTHSYMBOLOGY_COMMON_H   1

Definition at line 21 of file Common.

#define OSGEARTHSYMBOLOGY_EXPORT

Definition at line 50 of file Common.

#define USE_DEPRECATED_API

Definition at line 28 of file Common.

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines