FlightGear next
|
This is the complete list of members for flightgear::Octree::Leaf, including all inherited members.
_box | flightgear::Octree::Node | protected |
_ident | flightgear::Octree::Node | protected |
_persistent | flightgear::Octree::Node | protected |
addPolyLine(const PolyLineRef &) | flightgear::Octree::Node | |
bbox() const | flightgear::Octree::Node | inline |
contains(const SGVec3d &aPos) const | flightgear::Octree::Node | inline |
distToNearest(const SGVec3d &aPos) const | flightgear::Octree::Node | inline |
findLeafForPos(const SGVec3d &) const | flightgear::Octree::Leaf | inlinevirtual |
findNodeForBox(const SGBoxd &box) const | flightgear::Octree::Node | virtual |
guid() const | flightgear::Octree::Node | inline |
insertChild(FGPositioned::Type ty, PositionedID id) | flightgear::Octree::Leaf | |
Leaf(const SGBoxd &aBox, int64_t aIdent, bool persistent) | flightgear::Octree::Leaf | |
lines | flightgear::Octree::Node | protected |
Node(const SGBoxd &aBox, int64_t aIdent, bool persistent) | flightgear::Octree::Node | protected |
removeChild(PositionedID id) | flightgear::Octree::Leaf | |
visit(const SGVec3d &aPos, double aCutoff, FGPositioned::Filter *aFilter, FindNearestResults &aResults, FindNearestPQueue &) | flightgear::Octree::Leaf | virtual |
visitForLines(const SGVec3d &aPos, double aCutoff, PolyLineList &aLines, FindLinesDeque &aQ) const | flightgear::Octree::Node | virtual |
~Node() | flightgear::Octree::Node | virtual |