Class RadiusNeighborSearchImpl.Neighbors

    • Field Summary

      Fields 
      Modifier and Type Field Description
      (package private) double[] distances  
      (package private) int[] indices  
      (package private) int size  
    • Constructor Summary

      Constructors 
      Constructor Description
      Neighbors()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      (package private) void add​(double distance, int index)  
      (package private) void clear()  
      (package private) void makeCopyOf​(RadiusNeighborSearchImpl.Neighbors other)  
      (package private) void sort()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • distances

        double[] distances
      • indices

        int[] indices
      • size

        int size
    • Constructor Detail

      • Neighbors

        Neighbors()