![]() |
Public API Reference |
![]() |
KD-tree implementation. More...
#include "csextern.h"
#include "csgeom/box.h"
#include "csgeom/sphere.h"
#include "csgeom/kdtree.h"
#include "csutil/blockallocator.h"
#include "csutil/ref.h"
#include "csutil/scfstr.h"
#include "csutil/scf_implementation.h"
#include "iutil/dbghelp.h"
Go to the source code of this file.
Classes | |
struct | CS::Geometry::iObjectDescriptor |
If you implement this interface then you can give that to the KDtree. More... | |
class | CS::Geometry::KDTree |
A KD-tree. More... | |
class | CS::Geometry::KDTreeChild |
A child in the KD-tree (usually some object). More... | |
Namespaces | |
namespace | CS |
Main namespace for CrystalSpace. | |
namespace | CS::Geometry |
Geometry and mesh tools related classes. | |
Typedefs | |
typedef bool( | CS::Geometry::KDTreeVisitFunc )(KDTree *treenode, void *userdata, uint32 timestamp, uint32 &frustum_mask) |
A callback function for visiting a KD-tree node. |
KD-tree implementation.
Definition in file kdtreex.h.