📄 intersectionvisitor.cpp
字号:
"", ""); 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_REFLECTORBEGIN_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_REFLECTORBEGIN_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_REFLECTORBEGIN_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_REFLECTORTYPE_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_REFLECTORBEGIN_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_REFLECTORSTD_VECTOR_REFLECTOR(std::vector< osg::ref_ptr< osgUtil::Intersector > >)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -