![]() |
ACloudViewer
3.9.4
A Modern Library for 3D Data Processing
|
#include <client.h>
Public Member Functions | |
| Client (const std::string &host, const std::string &service) | |
| template<typename ElementType , typename DistanceType > | |
| void | knnSearch (const flann::Matrix< ElementType > &queries, flann::Matrix< int > &indices, flann::Matrix< DistanceType > &dists, int knn, const SearchParams ¶ms) |
|
inline |
|
inline |
Definition at line 55 of file client.h.
References flann::Request< T >::checks, flann::Matrix_::cols, flann::Response< T >::dists, flann::Response< T >::indices, flann::Request< T >::nn, params, flann::Request< T >::queries, flann::read_object(), flann::Matrix_::rows, and flann::write_object().
Referenced by main().