#include <map>
#include <iostream>
#include <boost/bind.hpp>
#include <boost/function.hpp>
#include <gepetto/viewer/config-osg.h>
Namespaces | |
graphics | |
graphics::details | |
Typedefs | |
typedef std::map< std::string, PropertyPtr_t > | graphics::PropertyMap_t |
typedef PropertyTpl< bool > | graphics::BoolProperty |
typedef PropertyTpl< int > | graphics::IntProperty |
typedef PropertyTpl< float > | graphics::FloatProperty |
typedef PropertyTpl< std::string > | graphics::StringProperty |
typedef PropertyTpl< unsigned long > | graphics::UIntProperty |
typedef PropertyTpl< osgVector2 > | graphics::Vector2Property |
typedef PropertyTpl< osgVector3 > | graphics::Vector3Property |
typedef PropertyTpl< osgVector4 > | graphics::Vector4Property |
Functions | |
MetaEnum * | graphics::visibilityModeEnum () |
MetaEnum * | graphics::wireFrameModeEnum () |
MetaEnum * | graphics::lightingModeEnum () |
MetaEnum * | graphics::glImmediateModeEnum () |