#include <NearestNeighbour.h>
Inheritance diagram for CNearestNeighbour:
Public Methods | |
CNearestNeighbour () | |
virtual | ~CNearestNeighbour () |
virtual void | Interpolate (CSamplePoint *sp, CPoint3D &position, CSamplePoint **neighbour) |
Nearest neighbour returns the values of the closest samplepoint instead of linear interpolating between several samplepoints.