endrov.util.clusteringOld
Class PointCluster

java.lang.Object
  extended by endrov.util.clusteringOld.PointCluster

public class PointCluster
extends java.lang.Object

A cluster of points TODO check that it makes sense


Field Summary
 int numpoint
           
 java.util.List<PointCluster> subpoint
           
 javax.vecmath.Vector3d v
           
 
Constructor Summary
PointCluster()
           
PointCluster(javax.vecmath.Vector3d v)
           
 
Method Summary
 void calcRadius(int depth, double joindist)
          Calculate radius TODO check if it makes sense...
 void collectPoint(java.util.List<PointCluster> outp, double minrad)
          Collect points into linear list, until a minimal radius is found
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

v

public javax.vecmath.Vector3d v

numpoint

public int numpoint

subpoint

public java.util.List<PointCluster> subpoint
Constructor Detail

PointCluster

public PointCluster()

PointCluster

public PointCluster(javax.vecmath.Vector3d v)
Method Detail

collectPoint

public void collectPoint(java.util.List<PointCluster> outp,
                         double minrad)
Collect points into linear list, until a minimal radius is found


calcRadius

public void calcRadius(int depth,
                       double joindist)
Calculate radius TODO check if it makes sense...