From Marco Jez, improvements to osgIntrospection, and new automatically generated
osgWrappers/osg set.
This commit is contained in:
35
src/osgWrappers/osg/ClearNode.cpp
Normal file
35
src/osgWrappers/osg/ClearNode.cpp
Normal file
@@ -0,0 +1,35 @@
|
||||
// ***************************************************************************
|
||||
//
|
||||
// Generated automatically by genwrapper.
|
||||
// Please DO NOT EDIT this file!
|
||||
//
|
||||
// ***************************************************************************
|
||||
|
||||
#include <osgIntrospection/ReflectionMacros>
|
||||
#include <osgIntrospection/TypedMethodInfo>
|
||||
#include <osgIntrospection/Attributes>
|
||||
|
||||
#include <osg/ClearNode>
|
||||
#include <osg/CopyOp>
|
||||
#include <osg/NodeVisitor>
|
||||
#include <osg/Object>
|
||||
#include <osg/Vec4>
|
||||
|
||||
BEGIN_OBJECT_REFLECTOR(osg::ClearNode)
|
||||
BaseType(osg::Group);
|
||||
Constructor0();
|
||||
ConstructorWithDefaults2(IN, const osg::ClearNode &, es, , IN, const osg::CopyOp &, copyop, osg::CopyOp::SHALLOW_COPY);
|
||||
Method0(osg::Object *, cloneType);
|
||||
Method1(osg::Object *, clone, IN, const osg::CopyOp &, copyop);
|
||||
Method1(bool, isSameKindAs, IN, const osg::Object *, obj);
|
||||
Method0(const char *, className);
|
||||
Method0(const char *, libraryName);
|
||||
Method1(void, accept, IN, osg::NodeVisitor &, nv);
|
||||
Method1(void, setRequiresClear, IN, bool, requiresClear);
|
||||
Method0(bool, getRequiresClear);
|
||||
Method1(void, setClearColor, IN, const osg::Vec4 &, color);
|
||||
Method0(const osg::Vec4 &, getClearColor);
|
||||
Property(const osg::Vec4 &, ClearColor);
|
||||
Property(bool, RequiresClear);
|
||||
END_REFLECTOR
|
||||
|
||||
Reference in New Issue
Block a user