Interface KdNodeVisitor

All Known Implementing Classes: KdTree.BestMatchVisitor
public interface KdNodeVisitor
A visitor for KdNodes in a KdTree index.

Other

  • version: 1.7
void visit(KdNode node)
Visits a node.
Parameters:
node - node the node to visit