Inheritance Graph
graph BT
PointOctree
PointOctree --> Object
click PointOctree "escript_type_Geometry_PointOctree"
click Object "escript_type_Object"
Functions
| |
|
| _constructor(p0, p1, p2) |
[ESF] PointOctree new PointOctree( const Box & boundingBox, float minimumBoxSize, unsigned int maximumPoints ) |
| clear() |
[ESMF] self PointOctree.clear() |
| collectPoints() |
[ESMF] Array PointOctree.collectPoints() |
| collectPointsWithinBox(p0) |
[ESMF] Array PointOctree.collectPointsWithinBox(Box) |
| collectPointsWithinSphere(p0) |
[ESMF] Array PointOctree.collectPointsWithinSphere(Sphere) |
| getBox() |
[ESMF] Box PointOctree.getBox() |
| getClosestPoints(p0, p1) |
[ESMF] Array PointOctree.getClosestPoints(Vec3 center, int count) |
| insert(p0, p1) |
[ESMF] self PointOctree.insert(Vec3 pos, Object data) |