#include "config.h"
#include "PositionedOctree.hxx"
#include "positioned.hxx"
#include <cassert>
#include <algorithm>
#include <cstring>
#include <iostream>
#include <simgear/debug/logstream.hxx>
#include <simgear/structure/exception.hxx>
#include <simgear/timing/timestamp.hxx>
#include "PolyLine.hxx"
Go to the source code of this file.
|
Node * | flightgear::Octree::globalTransientOctree () |
|
Node * | flightgear::Octree::globalPersistentOctree () |
|
static bool | flightgear::Octree::boxContainsBox (const SGBoxd &a, const SGBoxd &b) |
|
bool | flightgear::Octree::findNearestN (const SGVec3d &aPos, unsigned int aN, double aCutoffM, FGPositioned::Filter *aFilter, FGPositionedList &aResults, int aCutoffMsec) |
|
bool | flightgear::Octree::findAllWithinRange (const SGVec3d &aPos, double aRangeM, FGPositioned::Filter *aFilter, FGPositionedList &aResults, int aCutoffMsec) |
|