Files
OpenSceneGraph/src/osgWrappers/osgUtil/IntersectionVisitor.cpp
Robert Osfield 4c6511fd50 Updated wrappers
2008-12-19 10:20:23 +00:00

541 lines
20 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/Billboard>
#include <osg/Camera>
#include <osg/Drawable>
#include <osg/Geode>
#include <osg/Group>
#include <osg/LOD>
#include <osg/Matrix>
#include <osg/Node>
#include <osg/PagedLOD>
#include <osg/Projection>
#include <osg/Transform>
#include <osg/Vec3>
#include <osg/Viewport>
#include <osgUtil/IntersectionVisitor>
// Must undefine IN and OUT macros defined in Windows headers
#ifdef IN
#undef IN
#endif
#ifdef OUT
#undef OUT
#endif
BEGIN_ENUM_REFLECTOR(osgUtil::IntersectionVisitor::LODSelectionMode)
I_DeclaringFile("osgUtil/IntersectionVisitor");
I_EnumLabel(osgUtil::IntersectionVisitor::USE_HIGHEST_LEVEL_OF_DETAIL);
I_EnumLabel(osgUtil::IntersectionVisitor::USE_EYE_POINT_FOR_LOD_LEVEL_SELECTION);
END_REFLECTOR
BEGIN_OBJECT_REFLECTOR(osgUtil::IntersectionVisitor)
I_DeclaringFile("osgUtil/IntersectionVisitor");
I_BaseType(osg::NodeVisitor);
I_ConstructorWithDefaults2(IN, osgUtil::Intersector *, intersector, 0, IN, osgUtil::IntersectionVisitor::ReadCallback *, readCallback, 0,
____IntersectionVisitor__Intersector_P1__ReadCallback_P1,
"",
"");
I_Method0(const char *, libraryName,
Properties::VIRTUAL,
__C5_char_P1__libraryName,
"return the library name/namespapce of the visitor's. ",
"Should be defined by derived classes. ");
I_Method0(const char *, className,
Properties::VIRTUAL,
__C5_char_P1__className,
"return the name of the visitor's class type. ",
"Should be defined by derived classes. ");
I_Method0(void, reset,
Properties::VIRTUAL,
__void__reset,
"Method to call to reset visitor. ",
"Useful if your visitor accumulates state during a traversal, and you plan to reuse the visitor. To flush that state for the next traversal: call reset() prior to each traversal. ");
I_Method1(void, setIntersector, IN, osgUtil::Intersector *, intersector,
Properties::NON_VIRTUAL,
__void__setIntersector__Intersector_P1,
"Set the intersector that will be used to intersect with the scene, and to store any hits that occur. ",
"");
I_Method0(osgUtil::Intersector *, getIntersector,
Properties::NON_VIRTUAL,
__Intersector_P1__getIntersector,
"Get the intersector that will be used to intersect with the scene, and to store any hits that occur. ",
"");
I_Method0(const osgUtil::Intersector *, getIntersector,
Properties::NON_VIRTUAL,
__C5_Intersector_P1__getIntersector,
"Get the const intersector that will be used to intersect with the scene, and to store any hits that occur. ",
"");
I_Method1(void, setUseKdTreeWhenAvailable, IN, bool, useKdTrees,
Properties::NON_VIRTUAL,
__void__setUseKdTreeWhenAvailable__bool,
"Set whether the intersectors should use KdTrees when they are found on the scene graph. ",
"");
I_Method0(bool, getUseKdTreeWhenAvailable,
Properties::NON_VIRTUAL,
__bool__getUseKdTreeWhenAvailable,
"Set whether the intersectors should use KdTrees. ",
"");
I_Method1(void, setDoDummyTraversal, IN, bool, dummy,
Properties::NON_VIRTUAL,
__void__setDoDummyTraversal__bool,
"",
"");
I_Method0(bool, getDoDummyTraversal,
Properties::NON_VIRTUAL,
__bool__getDoDummyTraversal,
"",
"");
I_Method1(void, setReadCallback, IN, osgUtil::IntersectionVisitor::ReadCallback *, rc,
Properties::NON_VIRTUAL,
__void__setReadCallback__ReadCallback_P1,
"Set the read callback. ",
"");
I_Method0(osgUtil::IntersectionVisitor::ReadCallback *, getReadCallback,
Properties::NON_VIRTUAL,
__ReadCallback_P1__getReadCallback,
"Get the read callback. ",
"");
I_Method0(const osgUtil::IntersectionVisitor::ReadCallback *, getReadCallback,
Properties::NON_VIRTUAL,
__C5_ReadCallback_P1__getReadCallback,
"Get the const read callback. ",
"");
I_Method1(void, pushWindowMatrix, IN, osg::RefMatrix *, matrix,
Properties::NON_VIRTUAL,
__void__pushWindowMatrix__osg_RefMatrix_P1,
"",
"");
I_Method1(void, pushWindowMatrix, IN, osg::Viewport *, viewport,
Properties::NON_VIRTUAL,
__void__pushWindowMatrix__osg_Viewport_P1,
"",
"");
I_Method0(void, popWindowMatrix,
Properties::NON_VIRTUAL,
__void__popWindowMatrix,
"",
"");
I_Method0(osg::RefMatrix *, getWindowMatrix,
Properties::NON_VIRTUAL,
__osg_RefMatrix_P1__getWindowMatrix,
"",
"");
I_Method0(const osg::RefMatrix *, getWindowMatrix,
Properties::NON_VIRTUAL,
__C5_osg_RefMatrix_P1__getWindowMatrix,
"",
"");
I_Method1(void, pushProjectionMatrix, IN, osg::RefMatrix *, matrix,
Properties::NON_VIRTUAL,
__void__pushProjectionMatrix__osg_RefMatrix_P1,
"",
"");
I_Method0(void, popProjectionMatrix,
Properties::NON_VIRTUAL,
__void__popProjectionMatrix,
"",
"");
I_Method0(osg::RefMatrix *, getProjectionMatrix,
Properties::NON_VIRTUAL,
__osg_RefMatrix_P1__getProjectionMatrix,
"",
"");
I_Method0(const osg::RefMatrix *, getProjectionMatrix,
Properties::NON_VIRTUAL,
__C5_osg_RefMatrix_P1__getProjectionMatrix,
"",
"");
I_Method1(void, pushViewMatrix, IN, osg::RefMatrix *, matrix,
Properties::NON_VIRTUAL,
__void__pushViewMatrix__osg_RefMatrix_P1,
"",
"");
I_Method0(void, popViewMatrix,
Properties::NON_VIRTUAL,
__void__popViewMatrix,
"",
"");
I_Method0(osg::RefMatrix *, getViewMatrix,
Properties::NON_VIRTUAL,
__osg_RefMatrix_P1__getViewMatrix,
"",
"");
I_Method0(const osg::RefMatrix *, getViewMatrix,
Properties::NON_VIRTUAL,
__C5_osg_RefMatrix_P1__getViewMatrix,
"",
"");
I_Method1(void, pushModelMatrix, IN, osg::RefMatrix *, matrix,
Properties::NON_VIRTUAL,
__void__pushModelMatrix__osg_RefMatrix_P1,
"",
"");
I_Method0(void, popModelMatrix,
Properties::NON_VIRTUAL,
__void__popModelMatrix,
"",
"");
I_Method0(osg::RefMatrix *, getModelMatrix,
Properties::NON_VIRTUAL,
__osg_RefMatrix_P1__getModelMatrix,
"",
"");
I_Method0(const osg::RefMatrix *, getModelMatrix,
Properties::NON_VIRTUAL,
__C5_osg_RefMatrix_P1__getModelMatrix,
"",
"");
I_Method1(void, setReferenceEyePoint, IN, const osg::Vec3 &, ep,
Properties::NON_VIRTUAL,
__void__setReferenceEyePoint__C5_osg_Vec3_R1,
"Set the reference eye point that is used for nodes that require an eye point to position themselves, such as billboards. ",
"");
I_Method0(const osg::Vec3 &, getReferenceEyePoint,
Properties::NON_VIRTUAL,
__C5_osg_Vec3_R1__getReferenceEyePoint,
"Get the reference eye point. ",
"");
I_Method1(void, setReferenceEyePointCoordinateFrame, IN, osgUtil::Intersector::CoordinateFrame, cf,
Properties::NON_VIRTUAL,
__void__setReferenceEyePointCoordinateFrame__Intersector_CoordinateFrame,
"Set the coordinate frame of the reference eye point. ",
"");
I_Method0(osgUtil::Intersector::CoordinateFrame, getReferenceEyePointCoordinateFrame,
Properties::NON_VIRTUAL,
__Intersector_CoordinateFrame__getReferenceEyePointCoordinateFrame,
"Get the coordinate frame of the reference eye point. ",
"");
I_Method0(osg::Vec3, getEyePoint,
Properties::VIRTUAL,
__osg_Vec3__getEyePoint,
"Get the eye point in the local coordinate frame a given traversal point. ",
"");
I_Method1(void, setLODSelectionMode, IN, osgUtil::IntersectionVisitor::LODSelectionMode, mode,
Properties::NON_VIRTUAL,
__void__setLODSelectionMode__LODSelectionMode,
"Set the LOD selection scheme. ",
"");
I_Method0(osgUtil::IntersectionVisitor::LODSelectionMode, getLODSelectionMode,
Properties::NON_VIRTUAL,
__LODSelectionMode__getLODSelectionMode,
"Get the LOD selection scheme. ",
"");
I_Method2(float, getDistanceToEyePoint, IN, const osg::Vec3 &, pos, IN, bool, withLODScale,
Properties::VIRTUAL,
__float__getDistanceToEyePoint__C5_osg_Vec3_R1__bool,
"Get the distance from a point to the eye point, distance value in local coordinate system. ",
"This is calculated using the pseudo-EyePoint (above) when doing LOD calculcations. ");
I_Method1(void, apply, IN, osg::Node &, node,
Properties::VIRTUAL,
__void__apply__osg_Node_R1,
"",
"");
I_Method1(void, apply, IN, osg::Geode &, geode,
Properties::VIRTUAL,
__void__apply__osg_Geode_R1,
"",
"");
I_Method1(void, apply, IN, osg::Billboard &, geode,
Properties::VIRTUAL,
__void__apply__osg_Billboard_R1,
"",
"");
I_Method1(void, apply, IN, osg::Group &, group,
Properties::VIRTUAL,
__void__apply__osg_Group_R1,
"",
"");
I_Method1(void, apply, IN, osg::LOD &, lod,
Properties::VIRTUAL,
__void__apply__osg_LOD_R1,
"",
"");
I_Method1(void, apply, IN, osg::PagedLOD &, lod,
Properties::VIRTUAL,
__void__apply__osg_PagedLOD_R1,
"",
"");
I_Method1(void, apply, IN, osg::Transform &, transform,
Properties::VIRTUAL,
__void__apply__osg_Transform_R1,
"",
"");
I_Method1(void, apply, IN, osg::Projection &, projection,
Properties::VIRTUAL,
__void__apply__osg_Projection_R1,
"",
"");
I_Method1(void, apply, IN, osg::Camera &, camera,
Properties::VIRTUAL,
__void__apply__osg_Camera_R1,
"",
"");
I_ProtectedMethod1(bool, enter, IN, const osg::Node &, node,
Properties::NON_VIRTUAL,
Properties::NON_CONST,
__bool__enter__C5_osg_Node_R1,
"",
"");
I_ProtectedMethod0(void, leave,
Properties::NON_VIRTUAL,
Properties::NON_CONST,
__void__leave,
"",
"");
I_ProtectedMethod1(void, intersect, IN, osg::Drawable *, drawable,
Properties::NON_VIRTUAL,
Properties::NON_CONST,
__void__intersect__osg_Drawable_P1,
"",
"");
I_ProtectedMethod0(void, push_clone,
Properties::NON_VIRTUAL,
Properties::NON_CONST,
__void__push_clone,
"",
"");
I_ProtectedMethod0(void, pop_clone,
Properties::NON_VIRTUAL,
Properties::NON_CONST,
__void__pop_clone,
"",
"");
I_SimpleProperty(bool, DoDummyTraversal,
__bool__getDoDummyTraversal,
__void__setDoDummyTraversal__bool);
I_SimpleProperty(osg::Vec3, EyePoint,
__osg_Vec3__getEyePoint,
0);
I_SimpleProperty(osgUtil::Intersector *, Intersector,
__Intersector_P1__getIntersector,
__void__setIntersector__Intersector_P1);
I_SimpleProperty(osgUtil::IntersectionVisitor::LODSelectionMode, LODSelectionMode,
__LODSelectionMode__getLODSelectionMode,
__void__setLODSelectionMode__LODSelectionMode);
I_SimpleProperty(osg::RefMatrix *, ModelMatrix,
__osg_RefMatrix_P1__getModelMatrix,
0);
I_SimpleProperty(osg::RefMatrix *, ProjectionMatrix,
__osg_RefMatrix_P1__getProjectionMatrix,
0);
I_SimpleProperty(osgUtil::IntersectionVisitor::ReadCallback *, ReadCallback,
__ReadCallback_P1__getReadCallback,
__void__setReadCallback__ReadCallback_P1);
I_SimpleProperty(const osg::Vec3 &, ReferenceEyePoint,
__C5_osg_Vec3_R1__getReferenceEyePoint,
__void__setReferenceEyePoint__C5_osg_Vec3_R1);
I_SimpleProperty(osgUtil::Intersector::CoordinateFrame, ReferenceEyePointCoordinateFrame,
__Intersector_CoordinateFrame__getReferenceEyePointCoordinateFrame,
__void__setReferenceEyePointCoordinateFrame__Intersector_CoordinateFrame);
I_SimpleProperty(bool, UseKdTreeWhenAvailable,
__bool__getUseKdTreeWhenAvailable,
__void__setUseKdTreeWhenAvailable__bool);
I_SimpleProperty(osg::RefMatrix *, ViewMatrix,
__osg_RefMatrix_P1__getViewMatrix,
0);
I_SimpleProperty(osg::RefMatrix *, WindowMatrix,
__osg_RefMatrix_P1__getWindowMatrix,
0);
END_REFLECTOR
BEGIN_ABSTRACT_OBJECT_REFLECTOR(osgUtil::IntersectionVisitor::ReadCallback)
I_DeclaringFile("osgUtil/IntersectionVisitor");
I_BaseType(osg::Referenced);
I_Constructor0(____ReadCallback,
"",
"");
I_Method1(osg::Node *, readNodeFile, IN, const std::string &, filename,
Properties::PURE_VIRTUAL,
__osg_Node_P1__readNodeFile__C5_std_string_R1,
"",
"");
END_REFLECTOR
BEGIN_ENUM_REFLECTOR(osgUtil::Intersector::CoordinateFrame)
I_DeclaringFile("osgUtil/IntersectionVisitor");
I_EnumLabel(osgUtil::Intersector::WINDOW);
I_EnumLabel(osgUtil::Intersector::PROJECTION);
I_EnumLabel(osgUtil::Intersector::VIEW);
I_EnumLabel(osgUtil::Intersector::MODEL);
END_REFLECTOR
BEGIN_ABSTRACT_OBJECT_REFLECTOR(osgUtil::Intersector)
I_DeclaringFile("osgUtil/IntersectionVisitor");
I_BaseType(osg::Referenced);
I_ConstructorWithDefaults1(IN, osgUtil::Intersector::CoordinateFrame, cf, osgUtil::Intersector::MODEL,
Properties::NON_EXPLICIT,
____Intersector__CoordinateFrame,
"",
"");
I_Method1(void, setCoordinateFrame, IN, osgUtil::Intersector::CoordinateFrame, cf,
Properties::NON_VIRTUAL,
__void__setCoordinateFrame__CoordinateFrame,
"",
"");
I_Method0(osgUtil::Intersector::CoordinateFrame, getCoordinateFrame,
Properties::NON_VIRTUAL,
__CoordinateFrame__getCoordinateFrame,
"",
"");
I_Method1(osgUtil::Intersector *, clone, IN, osgUtil::IntersectionVisitor &, iv,
Properties::PURE_VIRTUAL,
__Intersector_P1__clone__osgUtil_IntersectionVisitor_R1,
"",
"");
I_Method1(bool, enter, IN, const osg::Node &, node,
Properties::PURE_VIRTUAL,
__bool__enter__C5_osg_Node_R1,
"",
"");
I_Method0(void, leave,
Properties::PURE_VIRTUAL,
__void__leave,
"",
"");
I_Method2(void, intersect, IN, osgUtil::IntersectionVisitor &, iv, IN, osg::Drawable *, drawable,
Properties::PURE_VIRTUAL,
__void__intersect__osgUtil_IntersectionVisitor_R1__osg_Drawable_P1,
"",
"");
I_Method0(void, reset,
Properties::VIRTUAL,
__void__reset,
"",
"");
I_Method0(bool, containsIntersections,
Properties::PURE_VIRTUAL,
__bool__containsIntersections,
"",
"");
I_Method0(bool, disabled,
Properties::NON_VIRTUAL,
__bool__disabled,
"",
"");
I_Method0(void, incrementDisabledCount,
Properties::NON_VIRTUAL,
__void__incrementDisabledCount,
"",
"");
I_Method0(void, decrementDisabledCount,
Properties::NON_VIRTUAL,
__void__decrementDisabledCount,
"",
"");
I_SimpleProperty(osgUtil::Intersector::CoordinateFrame, CoordinateFrame,
__CoordinateFrame__getCoordinateFrame,
__void__setCoordinateFrame__CoordinateFrame);
END_REFLECTOR
TYPE_NAME_ALIAS(std::vector< osg::ref_ptr< osgUtil::Intersector > >, osgUtil::IntersectorGroup::Intersectors)
BEGIN_OBJECT_REFLECTOR(osgUtil::IntersectorGroup)
I_DeclaringFile("osgUtil/IntersectionVisitor");
I_BaseType(osgUtil::Intersector);
I_Constructor0(____IntersectorGroup,
"",
"");
I_Method1(void, addIntersector, IN, osgUtil::Intersector *, intersector,
Properties::NON_VIRTUAL,
__void__addIntersector__Intersector_P1,
"Add an Intersector. ",
"");
I_Method0(osgUtil::IntersectorGroup::Intersectors &, getIntersectors,
Properties::NON_VIRTUAL,
__Intersectors_R1__getIntersectors,
"Get the list of intersector. ",
"");
I_Method0(void, clear,
Properties::NON_VIRTUAL,
__void__clear,
"Clear the list of intersectors. ",
"");
I_Method1(osgUtil::Intersector *, clone, IN, osgUtil::IntersectionVisitor &, iv,
Properties::VIRTUAL,
__Intersector_P1__clone__osgUtil_IntersectionVisitor_R1,
"",
"");
I_Method1(bool, enter, IN, const osg::Node &, node,
Properties::VIRTUAL,
__bool__enter__C5_osg_Node_R1,
"",
"");
I_Method0(void, leave,
Properties::VIRTUAL,
__void__leave,
"",
"");
I_Method2(void, intersect, IN, osgUtil::IntersectionVisitor &, iv, IN, osg::Drawable *, drawable,
Properties::VIRTUAL,
__void__intersect__osgUtil_IntersectionVisitor_R1__osg_Drawable_P1,
"",
"");
I_Method0(void, reset,
Properties::VIRTUAL,
__void__reset,
"",
"");
I_Method0(bool, containsIntersections,
Properties::VIRTUAL,
__bool__containsIntersections,
"",
"");
I_SimpleProperty(osgUtil::IntersectorGroup::Intersectors &, Intersectors,
__Intersectors_R1__getIntersectors,
0);
END_REFLECTOR
BEGIN_VALUE_REFLECTOR(osg::ref_ptr< osgUtil::Intersector >)
I_DeclaringFile("osg/ref_ptr");
I_Constructor0(____ref_ptr,
"",
"");
I_Constructor1(IN, osgUtil::Intersector *, ptr,
Properties::NON_EXPLICIT,
____ref_ptr__T_P1,
"",
"");
I_Constructor1(IN, const osg::ref_ptr< osgUtil::Intersector > &, rp,
Properties::NON_EXPLICIT,
____ref_ptr__C5_ref_ptr_R1,
"",
"");
I_Method0(osgUtil::Intersector *, get,
Properties::NON_VIRTUAL,
__T_P1__get,
"",
"");
I_Method0(bool, valid,
Properties::NON_VIRTUAL,
__bool__valid,
"",
"");
I_Method0(osgUtil::Intersector *, release,
Properties::NON_VIRTUAL,
__T_P1__release,
"",
"");
I_Method1(void, swap, IN, osg::ref_ptr< osgUtil::Intersector > &, rp,
Properties::NON_VIRTUAL,
__void__swap__ref_ptr_R1,
"",
"");
I_SimpleProperty(osgUtil::Intersector *, ,
__T_P1__get,
0);
END_REFLECTOR
STD_VECTOR_REFLECTOR(std::vector< osg::ref_ptr< osgUtil::Intersector > >)