|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface CellData
The data stored in each cell that represent values specific to a given simulation or algorithm.
In each cell, the cell data represents the data global to this cell that is specific to a given particle simulation. This data represents the global view represented by the cell.
| Method Summary | |
|---|---|
CellData |
newCellData()
Factory method to create new cell data when a cell is subdivided. |
void |
recompute()
Recompute the data, since the cell contents changed. |
void |
setCell(Cell cell)
Set the parent cell of this data. |
| Method Detail |
|---|
void recompute()
void setCell(Cell cell)
cell - The tied cell.CellData newCellData()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||