Exemplo n.º 1
0
 /** Signals start of the nearest neighbour search. Initializes the stats object. */
 public void searchStart() {
   super.searchStart();
   m_LeafCount = 0;
   m_IntNodeCount = 0;
 }