Changeset 8549
- Timestamp:
- 07/09/08 14:37:59
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
OpenSceneGraph/trunk/src/osgWrappers/osg/KdTree.cpp
r8544 r8549 116 116 "note, leafNum is negative to distinguish from nodeNum ", 117 117 ""); 118 I_Method1(const osg::KdTree::KdLeaf &, getLeaf, IN, int, leafNum, 119 Properties::NON_VIRTUAL, 120 __C5_KdLeaf_R1__getLeaf__int, 121 "", 122 ""); 118 123 I_Method1(int, addNode, IN, const osg::KdTree::KdNode &, node, 119 124 Properties::NON_VIRTUAL, … … 126 131 "note, nodeNum is positive to distinguish from leftNum ", 127 132 ""); 128 I_Method1(osg::BoundingBox &, getBounindingBox, IN, int, nodeNum, 129 Properties::NON_VIRTUAL, 130 __osg_BoundingBox_R1__getBounindingBox__int, 133 I_Method1(const osg::KdTree::KdNode &, getNode, IN, int, nodeNum, 134 Properties::NON_VIRTUAL, 135 __C5_KdNode_R1__getNode__int, 136 "note, nodeNum is positive to distinguish from leftNum ", 137 ""); 138 I_Method1(osg::BoundingBox &, getBoundingBox, IN, int, nodeNum, 139 Properties::NON_VIRTUAL, 140 __osg_BoundingBox_R1__getBoundingBox__int, 131 141 "", 132 142 ""); … … 144 154 Properties::NON_VIRTUAL, 145 155 __bool__intersect__C5_KdLeaf_R1__C5_osg_Vec3_R1__C5_osg_Vec3_R1__LineSegmentIntersections_R1, 156 "", 157 ""); 158 I_Method6(bool, intersect, IN, const osg::KdTree::KdNode &, node, IN, const osg::Vec3 &, start, IN, const osg::Vec3 &, end, IN, const osg::Vec3 &, s, IN, const osg::Vec3 &, e, IN, osg::KdTree::LineSegmentIntersections &, intersections, 159 Properties::NON_VIRTUAL, 160 __bool__intersect__C5_KdNode_R1__C5_osg_Vec3_R1__C5_osg_Vec3_R1__C5_osg_Vec3_R1__C5_osg_Vec3_R1__LineSegmentIntersections_R1, 161 "", 162 ""); 163 I_Method3(bool, intersectAndClip, IN, osg::Vec3 &, s, IN, osg::Vec3 &, e, IN, const osg::BoundingBox &, bb, 164 Properties::NON_VIRTUAL, 165 __bool__intersectAndClip__osg_Vec3_R1__osg_Vec3_R1__C5_osg_BoundingBox_R1, 146 166 "", 147 167 "");
