| |
Methods defined here:
- __init__(self)
- addCell(self, cell)
- addCells(self, cells)
- addConnection(self, connectionType, fromCell, toCell, fromCable='soma', toCable='soma', latency=0.0, weight=1.0)
- generateOdens(self, filename)
- getCells(self)
- getLookup(self)
- getSegments(self)
- getUniqueCellDictionary(self)
- load(self, filename, format=None)
- loadFromNet(self, filename)
- parseXML(self, dom1)
- pickRandomCellFromGroup(self, cellName)
- save(self, filename, format=None)
- saveNetwork(self, filename)
- saveXML(self, filename)
Data and other attributes defined here:
- biophysicsURI = 'http://morphml.org/biophysics/schema'
- metaURI = 'http://morphml.org/metadata/schema'
- morphmlURI = 'http://morphml.org/morphml/schema'
- networkmlURI = 'http://morphml.org/networkml/schema'
|