Files
OpenSceneGraph/src/osgWrappers/osg/NodeTrackerCallback.cpp
Robert Osfield 89c99a88fa Added computeDataVariance method into osg::Object and implementations in Drawable and StateSet,
and calling of osgUtil::StaticObjectDetectionVisitor in osgViewer::Viewer
2007-02-14 11:24:42 +00:00

122 lines
3.8 KiB
C++

// ***************************************************************************
//
// Generated automatically by genwrapper.
// Please DO NOT EDIT this file!
//
// ***************************************************************************
#include <osgIntrospection/ReflectionMacros>
#include <osgIntrospection/TypedMethodInfo>
#include <osgIntrospection/StaticMethodInfo>
#include <osgIntrospection/Attributes>
#include <osg/Node>
#include <osg/NodeTrackerCallback>
#include <osg/NodeVisitor>
// 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::observer_ptr< osg::Node > >, osg::NodeTrackerCallback::ObserveredNodePath);
BEGIN_OBJECT_REFLECTOR(osg::NodeTrackerCallback)
I_BaseType(osg::NodeCallback);
I_Constructor0(____NodeTrackerCallback,
"",
"");
I_Method1(void, setTrackNodePath, IN, const osg::NodePath &, nodePath,
Properties::NON_VIRTUAL,
__void__setTrackNodePath__C5_osg_NodePath_R1,
"",
"");
I_Method1(void, setTrackNodePath, IN, const osg::NodeTrackerCallback::ObserveredNodePath &, nodePath,
Properties::NON_VIRTUAL,
__void__setTrackNodePath__C5_ObserveredNodePath_R1,
"",
"");
I_Method0(osg::NodeTrackerCallback::ObserveredNodePath &, getTrackNodePath,
Properties::NON_VIRTUAL,
__ObserveredNodePath_R1__getTrackNodePath,
"",
"");
I_Method1(void, setTrackNode, IN, osg::Node *, node,
Properties::NON_VIRTUAL,
__void__setTrackNode__osg_Node_P1,
"",
"");
I_Method0(osg::Node *, getTrackNode,
Properties::NON_VIRTUAL,
__osg_Node_P1__getTrackNode,
"",
"");
I_Method0(const osg::Node *, getTrackNode,
Properties::NON_VIRTUAL,
__C5_osg_Node_P1__getTrackNode,
"",
"");
I_Method1(void, update, IN, osg::Node &, node,
Properties::NON_VIRTUAL,
__void__update__osg_Node_R1,
"Update the node to track the nodepath. ",
"");
I_Method0(bool, validateNodePath,
Properties::NON_VIRTUAL,
__bool__validateNodePath,
"",
"");
I_SimpleProperty(osg::Node *, TrackNode,
__osg_Node_P1__getTrackNode,
__void__setTrackNode__osg_Node_P1);
I_SimpleProperty(osg::NodeTrackerCallback::ObserveredNodePath &, TrackNodePath,
__ObserveredNodePath_R1__getTrackNodePath,
0);
END_REFLECTOR
BEGIN_OBJECT_REFLECTOR(osg::observer_ptr< osg::Node >)
I_BaseType(osg::Observer);
I_Constructor0(____observer_ptr,
"",
"");
I_Constructor1(IN, osg::Node *, t,
Properties::NON_EXPLICIT,
____observer_ptr__T_P1,
"",
"");
I_Constructor1(IN, const osg::observer_ptr< osg::Node > &, rp,
Properties::NON_EXPLICIT,
____observer_ptr__C5_observer_ptr_R1,
"",
"");
I_Method1(void, objectDeleted, IN, void *, x,
Properties::VIRTUAL,
__void__objectDeleted__void_P1,
"",
"");
I_Method0(bool, valid,
Properties::NON_VIRTUAL,
__bool__valid,
"",
"");
I_Method0(osg::Node *, get,
Properties::NON_VIRTUAL,
__T_P1__get,
"",
"");
I_Method0(const osg::Node *, get,
Properties::NON_VIRTUAL,
__C5_T_P1__get,
"",
"");
I_SimpleProperty(osg::Node *, ,
__T_P1__get,
0);
END_REFLECTOR
STD_VECTOR_REFLECTOR(std::vector< osg::observer_ptr< osg::Node > >);