OpenSceneGraph
Classes | Namespaces | Macros
DotOsgWrapper File Reference
#include <osg/ref_ptr>
#include <osg/Object>
#include <osgDB/Input>
#include <osgDB/Output>
#include <string>
#include <vector>

Classes

class  osgDB::DotOsgWrapper
 deprecated. More...
 
class  osgDB::DeprecatedDotOsgWrapperManager
 deprecated. More...
 
class  osgDB::RegisterDotOsgWrapperProxy
 deprecated. More...
 
class  osgDB::TemplateRegisterDotOsgWrapperProxy< T >
 deprecated. More...
 

Namespaces

 osgDB
 The osgDB library provides support for reading and writing scene graphs, providing a plugin framework and file utility classes.
 

Macros

#define OSGDB_DOTOSGWRAPPER   1
 
#define REGISTER_DOTOSGWRAPPER(classname)
 

Macro Definition Documentation

◆ OSGDB_DOTOSGWRAPPER

#define OSGDB_DOTOSGWRAPPER   1

◆ REGISTER_DOTOSGWRAPPER

#define REGISTER_DOTOSGWRAPPER (   classname)
Value:
extern "C" void dotosgwrapper_##classname(void) {} \
static osgDB::RegisterDotOsgWrapperProxy dotosgwrapper_proxy_##classname
deprecated.
Definition: DotOsgWrapper:131