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

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

Uses of CellSpace in org.miv.pherd
 

Constructors in org.miv.pherd with parameters of type CellSpace
ParticleBox(int pmax, CellSpace universe, CellData rootData)
          New particle box.
ParticleBoxRunner(int pmax, CellSpace space, CellData rootData, ParticleFactory pfactory)
          Deprecated.  
 

Uses of CellSpace in org.miv.pherd.ntree
 

Subclasses of CellSpace in org.miv.pherd.ntree
 class OctreeCellSpace
          Cell space for an octree.
 class QuadtreeCellSpace
          Cell space for a quadtree.
 

Fields in org.miv.pherd.ntree declared as CellSpace
protected  CellSpace Cell.space
          The space occupied by this cell.
 

Methods in org.miv.pherd.ntree that return CellSpace
 CellSpace Cell.getSpace()
          This cell space region.
 CellSpace QuadtreeCellSpace.newSubCellSpace(int i)
           
abstract  CellSpace CellSpace.newSubCellSpace(int i)
          Create the appropriate cell space for the given sub-cell index.
 CellSpace OctreeCellSpace.newSubCellSpace(int i)
           
 

Constructors in org.miv.pherd.ntree with parameters of type CellSpace
Cell(Cell parent, int index, CellSpace space, CellData data)
          Used to create a subcell.
Cell(NTree tree, CellSpace space, String id, CellData data)
          Create a root cell in a given space.
NTree(int pmax, CellSpace space, CellData data, ParticleBox pbox)
          New n-Tree with a universe defined by the given space.
 



Copyright © 2011. All Rights Reserved.