|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Cell | |
|---|---|
| org.miv.pherd | |
| org.miv.pherd.ntree | |
| org.miv.pherd.ntree.util | |
| Uses of Cell in org.miv.pherd |
|---|
| Fields in org.miv.pherd declared as Cell | |
|---|---|
protected Cell |
Particle.cell
Cell containing this particle. |
| Methods in org.miv.pherd that return Cell | |
|---|---|
Cell |
Particle.getCell()
The cell actually responsible for this particle. |
| Methods in org.miv.pherd with parameters of type Cell | |
|---|---|
void |
Particle.setCell(Cell responsible)
Cell of the n-tree that handles this particle. |
| Uses of Cell in org.miv.pherd.ntree |
|---|
| Fields in org.miv.pherd.ntree declared as Cell | |
|---|---|
Cell |
BarycenterCellData.cell
The cell this data is attached to. |
protected Cell |
NTree.laMama
The root cell. |
protected Cell |
Cell.parent
Mother cell. |
protected Cell[] |
Cell.sub
Daughter cells. |
| Methods in org.miv.pherd.ntree that return Cell | |
|---|---|
Cell |
Cell.getParent()
The parent cell, if any. |
Cell |
NTree.getRootCell()
The tree root cell. |
Cell |
Cell.getSub(int i)
The i-th subcell or null if there is a leaf cell. |
| Methods in org.miv.pherd.ntree with parameters of type Cell | |
|---|---|
String |
NTree.generateCellIdentifier(Cell parent,
int index)
Generate an identifier for a cell given its parent and index in this parent. |
protected void |
NTreeListenerProxy.replayTree(Cell cell)
Recursively replay the n-tree. |
void |
CellData.setCell(Cell cell)
Set the parent cell of this data. |
void |
BarycenterCellData.setCell(Cell cell)
|
| Constructors in org.miv.pherd.ntree with parameters of type Cell | |
|---|---|
Cell(Cell parent,
int index,
CellSpace space,
CellData data)
Used to create a subcell. |
|
| Uses of Cell in org.miv.pherd.ntree.util |
|---|
| Fields in org.miv.pherd.ntree.util declared as Cell | |
|---|---|
protected Cell |
CellLevelData.myCell
|
| Fields in org.miv.pherd.ntree.util with type parameters of type Cell | |
|---|---|
protected ArrayList<HashSet<Cell>> |
NTreeLevels.levels
The levels. |
| Methods in org.miv.pherd.ntree.util that return types with arguments of type Cell | |
|---|---|
Set<? extends Cell> |
NTreeLevels.getLevel(int i)
Set of cells of the i-th level. |
| Methods in org.miv.pherd.ntree.util with parameters of type Cell | |
|---|---|
protected void |
NTreeLevels.check(Cell cell)
Called by a CellLevelData instance to check it is correctly registered in its level. |
void |
CellLevelData.setCell(Cell cell)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||