OSG  3.4.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Namespaces | Macros
Export.h File Reference

Go to the source code of this file.

Namespaces

 osgManipulator
 

Macros

#define OSGMANIPULATOR_EXPORT
 
#define META_OSGMANIPULATOR_Object(library, name)
 

Macro Definition 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 NULL
Definition: Export.h:59
T * cloneType(const T *t)
Definition: Object.h:284

Definition at line 30 of file Export.h.

#define OSGMANIPULATOR_EXPORT

Definition at line 27 of file Export.h.