From Marco Jez, improvements to osgIntrospection, and new automatically generated
osgWrappers/osg set.
This commit is contained in:
21
src/osgWrappers/osg/RefNodePath.cpp
Normal file
21
src/osgWrappers/osg/RefNodePath.cpp
Normal file
@@ -0,0 +1,21 @@
|
||||
// ***************************************************************************
|
||||
//
|
||||
// Generated automatically by genwrapper.
|
||||
// Please DO NOT EDIT this file!
|
||||
//
|
||||
// ***************************************************************************
|
||||
|
||||
#include <osgIntrospection/ReflectionMacros>
|
||||
#include <osgIntrospection/TypedMethodInfo>
|
||||
#include <osgIntrospection/Attributes>
|
||||
|
||||
#include <osg/Node>
|
||||
#include <osg/RefNodePath>
|
||||
|
||||
BEGIN_VALUE_REFLECTOR(osg::RefNodePath)
|
||||
Constructor0();
|
||||
Constructor1(IN, const osg::RefNodePath &, refNodePath);
|
||||
Constructor1(IN, const osg::NodePath &, nodePath);
|
||||
Method0(bool, valid);
|
||||
END_REFLECTOR
|
||||
|
||||
Reference in New Issue
Block a user