#include <DistanceMeassureAcceleratioGrid.h>
Public Methods | |
bool | testDistance (float x, float y, float dTest, float dSep) |
Public Attributes | |
streamPointVectorVector | gridColumn |
dynamic list of cells as a column of the grid | |
streamPointVectorVector::iterator | gridColumnIterator |
iterator for walkting through dynamic list | |
streamPointVectorVectorVector | grid |
dynamic list of lists as a grid | |
streamPointVectorVectorVector::iterator | gridIterator |
iterator for walkting through dynamic list |
|
high speed distance test function tests only points in neighbouring cells in a grid of dSep resolution returns true if no streamline is closer that dTest to (x,y) |