config-osg.h File Reference
#include <QMetaType>
#include <osg/Shape>
#include <osg/ShapeDrawable>
#include <osg/Geometry>
#include <osg/Geode>
#include <osg/PositionAttitudeTransform>
#include <osg/AutoTransform>
#include <osg/MatrixTransform>
#include <osg/Node>
#include <osg/Group>
#include <osg/Switch>
#include <osg/ClearNode>
#include <osg/LineWidth>
#include <osg/AlphaFunc>
#include <osg/BlendFunc>
#include <osg/StateSet>
#include <osg/Depth>
#include <osg/State>
#include <osg/Light>
#include <osg/LightSource>
#include <osg/Material>
#include <osg/Camera>
#include <osg/Viewport>
#include <osgViewer/Viewer>
#include <osgViewer/ViewerBase>
#include <osg/GraphicsContext>
#include <osg/PolygonMode>
#include <gepetto/viewer/fwd.h>
#include <gepetto/viewer/macros.h>
Include dependency graph for config-osg.h:
This graph shows which files directly or indirectly include this file:

Classes

struct  gepetto::viewer::Configuration
 

Namespaces

 osg
 
 osgViewer
 
 gepetto
 
 gepetto::viewer
 

Macros

#define DEF_WIDTH_WINDOW   600
 
#define DEF_HEIGHT_WINDOW   480
 

Typedefs

typedef ::osg::ref_ptr< GraphicsContext::Traits > osg::TraitsRefPtr
 
typedef ::osg::Vec2f osgVector2
 
typedef ::osg::Vec3f osgVector3
 
typedef ::osg::Vec4f osgVector4
 
typedef ::osg::Quat osgQuat
 

Enumerations

enum  gepetto::viewer::VisibilityMode {
  gepetto::viewer::VISIBILITY_ON = 0,
  gepetto::viewer::ALWAYS_ON_TOP,
  gepetto::viewer::VISIBILITY_OFF
}
 
enum  gepetto::viewer::LightingMode {
  gepetto::viewer::LIGHT_INFLUENCE_ON = 0,
  gepetto::viewer::LIGHT_INFLUENCE_OFF
}
 
enum  gepetto::viewer::WireFrameMode {
  gepetto::viewer::FILL = 0,
  gepetto::viewer::WIREFRAME,
  gepetto::viewer::FILL_AND_WIREFRAME
}
 
enum  gepetto::viewer::FaceMode {
  gepetto::viewer::FACE = 0,
  gepetto::viewer::EDGE,
  gepetto::viewer::FACE_AND_EDGE
}
 

Macro Definition Documentation

#define DEF_HEIGHT_WINDOW   480
#define DEF_WIDTH_WINDOW   600

Typedef Documentation

typedef ::osg::Quat osgQuat
typedef ::osg::Vec2f osgVector2
typedef ::osg::Vec3f osgVector3
typedef ::osg::Vec4f osgVector4