We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 04d6b33 commit 1518619Copy full SHA for 1518619
src/cpp/flann/algorithms/kdtree_cuda_3d_index.h
@@ -273,6 +273,17 @@ class KDTreeCuda3dIndex : public NNIndex<Distance>
273
{
274
}
275
276
+protected:
277
+ void buildIndexImpl()
278
+ {
279
+ /* nothing to do here */
280
+ }
281
+
282
+ void freeIndex()
283
284
285
286
287
private:
288
289
void uploadTreeToGpu( );
0 commit comments