47 lines
1.5 KiB
C++
47 lines
1.5 KiB
C++
// ***************************************************************************
|
|
//
|
|
// Generated automatically by genwrapper.
|
|
// Please DO NOT EDIT this file!
|
|
//
|
|
// ***************************************************************************
|
|
|
|
#include <osgIntrospection/ReflectionMacros>
|
|
#include <osgIntrospection/TypedMethodInfo>
|
|
#include <osgIntrospection/Attributes>
|
|
|
|
#include <osg/ClipNode>
|
|
#include <osg/test/ClipPlane>
|
|
|
|
// Must undefine IN and OUT macros defined in Windows headers
|
|
#ifdef IN
|
|
#undef IN
|
|
#endif
|
|
#ifdef OUT
|
|
#undef OUT
|
|
#endif
|
|
|
|
TYPE_NAME_ALIAS(std::vector< osg::ref_ptr< osg::ClipPlane > >, osg::ClipNode::ClipPlaneList);
|
|
|
|
TYPE_NAME_ALIAS(std::vector< osg::ref_ptr< osg::ClipPlane > >, osg::ClipNode::ClipPlaneList);
|
|
|
|
BEGIN_VALUE_REFLECTOR(osg::ref_ptr< osg::ClipPlane >)
|
|
I_Constructor0();
|
|
I_Constructor1(IN, osg::ClipPlane *, ptr);
|
|
I_Constructor1(IN, const osg::ref_ptr< osg::ClipPlane > &, rp);
|
|
I_Method0(osg::ClipPlane *, get);
|
|
I_Method0(bool, valid);
|
|
I_Method0(osg::ClipPlane *, release);
|
|
I_Method1(void, swap, IN, osg::ref_ptr< osg::ClipPlane > &, rp);
|
|
I_Constructor0();
|
|
I_Constructor1(IN, osg::ClipPlane *, ptr);
|
|
I_Constructor1(IN, const osg::ref_ptr< osg::ClipPlane > &, rp);
|
|
I_Method0(osg::ClipPlane *, get);
|
|
I_Method0(bool, valid);
|
|
I_Method0(osg::ClipPlane *, release);
|
|
I_Method1(void, swap, IN, osg::ref_ptr< osg::ClipPlane > &, rp);
|
|
I_ReadOnlyProperty(osg::ClipPlane *, );
|
|
END_REFLECTOR
|
|
|
|
STD_VECTOR_REFLECTOR(std::vector< osg::ref_ptr< osg::ClipPlane > >);
|
|
|