|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
The representation of a single cell contained in a Complex.
Each cell of a complex has got a unique ID. A cell of dimension d is bounded by cells of dimension d-1. The boundary maps the IDs of these cells to {-1, 0, 1}.
| Method Summary | |
IntegerMap |
getBoundary()
Returns the boundary of this cell. |
Complex |
getComplex()
Returns the complex containing this cell. |
int |
getDim()
Returns the dimension of this cell. |
CellID |
getID()
Returns the ID of this cell. |
| Method Detail |
public CellID getID()
public Complex getComplex()
public IntegerMap getBoundary()
public int getDim()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||