Functions
knnshow.cpp File Reference
#include "nabo/nabo.h"
#include <iostream>
#include <fstream>
#include <stdexcept>
Include dependency graph for knnshow.cpp:

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[])

Function Documentation

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\"" 
)

Definition at line 75 of file knnshow.cpp.

template<typename T >
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.



libnabo
Author(s): Stéphane Magnenat
autogenerated on Thu Sep 10 2015 10:54:55