osgEarth 2.1.1
Defines

/home/cube/sources/osgearth/src/osgEarth/Cube.cpp File Reference

#include <osgEarth/Cube>
#include <osg/Math>
#include <osg/Notify>
#include <sstream>
#include <algorithm>
Include dependency graph for Cube.cpp:

Go to the source code of this file.

Defines

#define LC   "[Cube] "
#define LL   0
#define LR   1
#define UR   2
#define UL   3
#define SMALLEST(W, X, Y, Z)   osg::minimum(W, osg::minimum( X, osg::minimum( Y, Z ) ) )
#define LARGEST(W, X, Y, Z)   osg::maximum(W, osg::maximum( X, osg::maximum( Y, Z ) ) )

Define Documentation

#define LARGEST (   W,
  X,
  Y,
 
)    osg::maximum(W, osg::maximum( X, osg::maximum( Y, Z ) ) )

Definition at line 485 of file Cube.cpp.

#define LC   "[Cube] "

Definition at line 28 of file Cube.cpp.

#define LL   0

Definition at line 480 of file Cube.cpp.

#define LR   1

Definition at line 481 of file Cube.cpp.

#define SMALLEST (   W,
  X,
  Y,
 
)    osg::minimum(W, osg::minimum( X, osg::minimum( Y, Z ) ) )

Definition at line 484 of file Cube.cpp.

#define UL   3

Definition at line 483 of file Cube.cpp.

#define UR   2

Definition at line 482 of file Cube.cpp.

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines