
Go to the source code of this file.
| Functions | |
| template<typename T > | |
| void | dumpCoordinateForSVG (const typename NearestNeighbourSearch< T >::Vector coord, const float zoom=1, const float ptSize=1, const char *style="stroke=\"black\" fill=\"red\"") | 
| template<typename T > | |
| NearestNeighbourSearch< T >::Matrix | load (const char *fileName) | 
| int | main (int argc, char *argv[]) | 
| void dumpCoordinateForSVG | ( | const typename NearestNeighbourSearch< T >::Vector | coord, | 
| const float | zoom = 1, | ||
| const float | ptSize = 1, | ||
| const char * | style = "stroke=\"black\" fill=\"red\"" | ||
| ) | 
Definition at line 75 of file knnshow.cpp.
| NearestNeighbourSearch<T>::Matrix load | ( | const char * | fileName | ) | 
Definition at line 41 of file knnshow.cpp.
| int main | ( | int | argc, | 
| char * | argv[] | ||
| ) | 
Definition at line 88 of file knnshow.cpp.