Tapkee
 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>
15 {
16  virtual Neighbors find_neighbors(RandomAccessIterator begin, RandomAccessIterator end, IndexType k);
17 };
18 
19 #endif
virtual Neighbors find_neighbors(RandomAccessIterator begin, RandomAccessIterator end, IndexType k)
int IndexType
indexing type (non-overridable) set to int for compatibility with OpenMP 2.0
Definition: types.hpp:19
TAPKEE_INTERNAL_VECTOR< tapkee::tapkee_internal::LocalNeighbors > Neighbors
Definition: synonyms.hpp:40