A B C D F G I K L M N O P Q R S T U X Y Z 

F

FastRangeSearch<X extends Jcg.geometry.Point_> - Class in <Unnamed>
Class providing fast range search (using Kd-trees)
FastRangeSearch(PointCloud) - Constructor for class FastRangeSearch
Construct the data structure for range search
findMedian(int) - Method in class LinearTimeMedian
Compute the median of a set of points (linear median)
findMedian(int) - Method in interface Median
Compute the median of a set of points
findMedian(int) - Method in class MedianWithSorting
Compute the median of a set of point cloud (after sorting) cutDim = {0,1,2} => {x,y,z} Warning: input points should not be sorted (perform a copy of input points)
findMedianArray(Point_d[], int) - Method in class LinearTimeMedian
Compute the median of a small set of points (typically, up to 5 elements)
A B C D F G I K L M N O P Q R S T U X Y Z