Fish - FiberLib for VISH 0.3
Fish - The Fiber Bundle API for the Vish Visualization Shell
Fiber::LocalFromWorldPoint::BBSelectorMemoryTree Class Reference

Select fragment candidates out of all the candidates by doing a query into the KDTree and provide a method to step through the candidates. More...

#include <LocalFromWorldPoint.hpp>

Public Member Functions

 BBSelectorMemoryTree (const RefPtr< KDTree< 3, int > >TreeP, const double TreeQueryFacP)
unsigned int getNext ()
bool hasNext ()
void reset (const int _last, const point &pos)

Detailed Description

Select fragment candidates out of all the candidates by doing a query into the KDTree and provide a method to step through the candidates.

The last hit fragment is remembered and tested before a new tree query is done.