Uses of Class
org.miv.pherd.ntree.Anchor

Packages that use Anchor
org.miv.pherd   
org.miv.pherd.ntree   
 

Uses of Anchor in org.miv.pherd
 

Methods in org.miv.pherd with parameters of type Anchor
 void ParticleBoxRunner.ParticleBoxListenerAdaptater.cellAdded(Object id, Object parentId, Anchor lo, Anchor hi, int depth, int index)
           
 

Uses of Anchor in org.miv.pherd.ntree
 

Fields in org.miv.pherd.ntree declared as Anchor
protected  Anchor QuadtreeCellSpace.C
           
protected  Anchor OctreeCellSpace.C
           
protected  Anchor CellSpace.hi
          The bounding box hi point.
protected  Anchor CellSpace.lo
          The bounding box low point.
 

Methods in org.miv.pherd.ntree that return Anchor
 Anchor CellSpace.getHiAnchor()
          Top-righ-back point defining the bounding box of this cell.
 Anchor CellSpace.getLoAnchor()
          Bottom-left-from point defining the bounding box of this cell.
 

Methods in org.miv.pherd.ntree with parameters of type Anchor
 void NTreeListener.cellAdded(Object id, Object parentId, Anchor lo, Anchor hi, int depth, int index)
          A new cell appeared.
 void NTreeListenerProxy.cellAdded(Object id, Object parentId, Anchor lo, Anchor hi, int depth, int index)
           
 

Constructors in org.miv.pherd.ntree with parameters of type Anchor
CellSpace(Anchor lo, Anchor hi)
           
OctreeCellSpace(Anchor lo, Anchor hi)
           
QuadtreeCellSpace(Anchor lo, Anchor hi)
           
 



Copyright © 2011. All Rights Reserved.