FiberVISH 0.2
Fish - The Fiber Bundle API for the Vish Visualization Shell
Public Member Functions | List of all members
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>

Inherits Fiber::LocalFromWorldPoint::BBSelectorBase.

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.