Package | Description |
---|---|
org.cellmicrocosmos.cm2.dataobjects | |
org.cellmicrocosmos.cm2.engine | |
org.cellmicrocosmos.cm2.membranepackingalgorithm |
Modifier and Type | Method and Description |
---|---|
Layer |
MembraneModel.getLayer(int index) |
Layer |
MembraneModel.getLayerByID(int layerID) |
Modifier and Type | Method and Description |
---|---|
void |
MembraneModel.addLayer(Layer layer) |
void |
MembraneModel.removeLayer(Layer currentLayer) |
Modifier and Type | Method and Description |
---|---|
static Layer |
DataPool.getCurrentLayer() |
Modifier and Type | Method and Description |
---|---|
Layer |
MembranePackingAlgorithm.getLayerAtIndex(int index)
Returns the Layer Object at the specified index
|
Layer |
MembranePackingAlgorithm.getLayerByLayerID(int LayerID)
Returns the Layer that has the specified Layer ID or null if the Layer
doesn't exist
|