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:

Go to the source code of this file.

Classes

struct  gepetto::viewer::Configuration
 

Namespaces

 osg
 
 osgViewer
 
 gepetto
 
 gepetto::viewer
 

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_OFF = 0, gepetto::viewer::VISIBILITY_ON = 1, gepetto::viewer::ALWAYS_ON_TOP }
 
enum  gepetto::viewer::LightingMode { gepetto::viewer::LIGHT_INFLUENCE_OFF = 0, gepetto::viewer::LIGHT_INFLUENCE_ON = 1 }
 
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 }
 

Typedef Documentation

◆ osgQuat

typedef ::osg::Quat osgQuat

◆ osgVector2

typedef ::osg::Vec2f osgVector2

◆ osgVector3

typedef ::osg::Vec3f osgVector3

◆ osgVector4

typedef ::osg::Vec4f osgVector4