|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use CellData | |
|---|---|
| org.miv.pherd | |
| org.miv.pherd.ntree | |
| org.miv.pherd.ntree.util | |
| Uses of CellData in org.miv.pherd |
|---|
| Constructors in org.miv.pherd with parameters of type CellData | |
|---|---|
ParticleBox(int pmax,
CellSpace universe,
CellData rootData)
New particle box. |
|
ParticleBoxRunner(int pmax,
CellSpace space,
CellData rootData,
ParticleFactory pfactory)
Deprecated. |
|
| Uses of CellData in org.miv.pherd.ntree |
|---|
| Classes in org.miv.pherd.ntree that implement CellData | |
|---|---|
class |
BarycenterCellData
Cell data that represent the barycenter of a cell. |
| Fields in org.miv.pherd.ntree declared as CellData | |
|---|---|
protected CellData |
Cell.data
The data specific to a given particle simulation. |
| Methods in org.miv.pherd.ntree that return CellData | |
|---|---|
CellData |
Cell.getData()
This cell data. |
CellData |
CellData.newCellData()
Factory method to create new cell data when a cell is subdivided. |
CellData |
BarycenterCellData.newCellData()
|
| Constructors in org.miv.pherd.ntree with parameters of type CellData | |
|---|---|
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,
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. |
|
| Uses of CellData in org.miv.pherd.ntree.util |
|---|
| Classes in org.miv.pherd.ntree.util that implement CellData | |
|---|---|
class |
CellLevelData
Cell data item that put maintain the leveling information. |
| Methods in org.miv.pherd.ntree.util that return CellData | |
|---|---|
CellData |
CellLevelData.newCellData()
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||