JavaScript is disabled on your browser.
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
Jcg.rangesearch
Interface Median
All Known Implementing Classes:
MedianWithSorting
public interface
Median
Interface defining methods for computing point medians
Version:
jan 2014
Author:
Luca Castelli Aleardi (Ecole Polytechnique, INF562)
Method Summary
Methods
Modifier and Type
Method and Description
Point_d
findMedian
(int cutDim)
Compute the median of a set of points
Method Detail
findMedian
Point_d
findMedian(int cutDim)
Compute the median of a set of points
Parameters:
cutDim
- defines the cut direction, {0,1,2} => {x,y,z}
Returns:
Point_d the median point according to the given direction
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method