FlightGear next
|
This is the complete list of members for flightgear::Octree::Node, 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 &aPos) const =0 | flightgear::Octree::Node | pure virtual |
findNodeForBox(const SGBoxd &box) const | flightgear::Octree::Node | virtual |
guid() const | flightgear::Octree::Node | inline |
lines | flightgear::Octree::Node | protected |
Node(const SGBoxd &aBox, int64_t aIdent, bool persistent) | flightgear::Octree::Node | protected |
visit(const SGVec3d &aPos, double aCutoff, FGPositioned::Filter *aFilter, FindNearestResults &aResults, FindNearestPQueue &)=0 | flightgear::Octree::Node | pure virtual |
visitForLines(const SGVec3d &aPos, double aCutoff, PolyLineList &aLines, FindLinesDeque &aQ) const | flightgear::Octree::Node | virtual |
~Node() | flightgear::Octree::Node | virtual |