Go to the source code of this file.
◆ META_OSGMANIPULATOR_Object
#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; }
Base class/standard interface for objects which require IO support, cloning and reference counting.
Definition Object:61
#define NULL
Definition Export:55
◆ OSGMANIPULATOR_EXPORT
#define OSGMANIPULATOR_EXPORT |
◆ OSGMANIPULATOR_EXPORT_
#define OSGMANIPULATOR_EXPORT_ 1 |