Files
OpenSceneGraph/src/osgWrappers/osg/ClipNode.cpp
Robert Osfield 1efa9a01d7 Updated wrappers
2006-07-18 20:51:28 +00:00

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 > >);