Tapkee
Main Page
Namespaces
Classes
Files
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
neighbor_callbacks.hpp
Go to the documentation of this file.
1
/* This software is distributed under BSD 3-clause license (see LICENSE file).
2
*
3
* Copyright (c) 2012-2013 Sergey Lisitsyn
4
*/
5
6
#ifndef TAPKEE_NEIGHBOR_CALLBACK_H_
7
#define TAPKEE_NEIGHBOR_CALLBACK_H_
8
9
/* Tapkee includes */
10
#include <tapkee/tapkee_defines.hpp>
11
/* End of Tapkee includes */
12
13
template
<
class
RandomAccessIterator>
14
struct
neighbors_finder
15
{
16
virtual
Neighbors
find_neighbors
(RandomAccessIterator begin, RandomAccessIterator end,
IndexType
k);
17
};
18
19
#endif
include
tapkee
callbacks
neighbor_callbacks.hpp
Generated by
1.8.3.1