OpenSceneGraph  3.0.1
Namespaces | Defines
Export File Reference

Namespaces

namespace  osgManipulator
 The osgManipulator library is a NodeKit that extends the core scene graph to support 3D interactive manipulators.

Defines

#define OSGMANIPULATOR_EXPORT_   1
#define OSGMANIPULATOR_EXPORT
#define META_OSGMANIPULATOR_Object(library, name)

Define Documentation

#define META_OSGMANIPULATOR_Object (   library,
  name 
)
Value:
virtual osg::Object* cloneType() const { return new name (); } \
virtual bool isSameKindAs(const osg::Object* obj) const { return dynamic_cast<const name *>(obj)!=NULL; } \
virtual const char* libraryName() const { return #library; }\
virtual const char* className() const { return #name; }
#define OSGMANIPULATOR_EXPORT_   1

osg logo
Generated at Fri Apr 27 2012 20:41:16 for the OpenSceneGraph by doxygen 1.8.0.