Uses of Class
org.miv.pherd.ParticleBox

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

Uses of ParticleBox in org.miv.pherd
 

Fields in org.miv.pherd declared as ParticleBox
protected  ParticleBox Particle.box
          The particle box containing this particle.
protected  ParticleBox ParticleBoxRunner.pbox
          Deprecated. The particles and their environment.
 

Methods in org.miv.pherd that return ParticleBox
 ParticleBox ParticleBoxRunner.getParticleBox()
          Deprecated. The contained particle box.
 

Methods in org.miv.pherd with parameters of type ParticleBox
 void ParticleBoxListenerProxy.connect(ParticleBox box, boolean replay)
           
 void ParticleBoxListenerProxy.disconnect(ParticleBox box)
           
protected  void ParticleBoxListenerProxy.replayBox(ParticleBox box)
          Send events for all the particles already in the particle box as if these events where generated normally.
protected  void Particle.setBox(ParticleBox box)
          Called by the particle box when this particle is inserted in it.
 

Constructors in org.miv.pherd with parameters of type ParticleBox
ParticleBoxListenerProxy(ParticleBox box, boolean replay)
          New listener proxy.
 

Uses of ParticleBox in org.miv.pherd.ntree
 

Fields in org.miv.pherd.ntree declared as ParticleBox
protected  ParticleBox NTree.pbox
          The particle set.
 

Constructors in org.miv.pherd.ntree with parameters of type ParticleBox
NTree(int pmax, CellData data, ParticleBox pbox)
          New n-Tree with a universe of (-1,-1,-1) to (1,1,1).
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.