BranchStruct 613 modules/flann/include/opencv2/flann/hierarchical_clustering_index.h typedef BranchStruct<NodePtr, DistanceType> BranchSt; BranchStruct 237 modules/flann/include/opencv2/flann/kdtree_index.h typedef BranchStruct<NodePtr, DistanceType> BranchSt; BranchStruct 283 modules/flann/include/opencv2/flann/kdtree_single_index.h typedef BranchStruct<NodePtr, DistanceType> BranchSt; BranchStruct 605 modules/flann/include/opencv2/flann/kmeans_index.h typedef BranchStruct<KMeansNodePtr, DistanceType> BranchSt; BranchStruct 55 modules/flann/include/opencv2/flann/result_set.h BranchStruct() {} BranchStruct 56 modules/flann/include/opencv2/flann/result_set.h BranchStruct(const T& aNode, DistanceType dist) : node(aNode), mindist(dist) {} BranchStruct 58 modules/flann/include/opencv2/flann/result_set.h bool operator<(const BranchStruct<T, DistanceType>& rhs) const