Home
last modified time | relevance | path

Searched refs:BranchStruct (Results 1 – 5 of 5) sorted by relevance

/external/opencv3/modules/flann/include/opencv2/flann/
Dresult_set.h50 struct BranchStruct struct
55 BranchStruct() {} in BranchStruct() function
56 BranchStruct(const T& aNode, DistanceType dist) : node(aNode), mindist(dist) {} in BranchStruct() function
58 bool operator<(const BranchStruct<T, DistanceType>& rhs) const
Dkdtree_index.h237 typedef BranchStruct<NodePtr, DistanceType> BranchSt;
Dkdtree_single_index.h283 typedef BranchStruct<NodePtr, DistanceType> BranchSt;
Dhierarchical_clustering_index.h613 typedef BranchStruct<NodePtr, DistanceType> BranchSt;
Dkmeans_index.h605 typedef BranchStruct<KMeansNodePtr, DistanceType> BranchSt;