|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Cell | |
complex | |
geoComplex |
Uses of Cell in complex |
Classes in complex that implement Cell | |
class |
DBCell
A cell of a complex, which is contained in a database. |
class |
StandardCell
A standard implementation of a cell of a complex. |
Methods in complex that return Cell | |
Cell |
StandardComplex.getCell(CellID cell)
|
Cell |
DBComplex.getCell(CellID cell)
|
Cell |
Complex.getCell(CellID cell)
Returns the cell with the specified ID. |
Uses of Cell in geoComplex |
Subinterfaces of Cell in geoComplex | |
interface |
GeoCell
Represents a cell of a geometric complex, adding geometric information to the Cell interface.
|
Classes in geoComplex that implement Cell | |
class |
DBGeoCell
A cell of a geometric complex, which is contained in a database. |
class |
StandardGeoCell
A standard implementation of a cell of a geometric complex. |
Methods in geoComplex that return Cell | |
Cell |
DBGeoComplex.getCell(CellID cell)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |