38 #ifndef FCL_TRAVERSAL_DISTANCERAVERSALNODEBASE_H 39 #define FCL_TRAVERSAL_DISTANCERAVERSALNODEBASE_H 61 virtual S BVTesting(
int b1,
int b2)
const;
64 virtual void leafTesting(
int b1,
int b2)
const;
67 virtual bool canStop(S c)
const;
70 void enableStatistics(
bool enable);
Node structure encoding the information required for traversal.
Node structure encoding the information required for distance traversal.
DistanceRequest< S > request
request setting for distance
DistanceResult< S > * result
distance result kept during the traversal iteration
request to the distance computation
bool enable_statistics
Whether stores statistics.