| |
Methods defined here:
- __init__(self, name='')
- addCable(self, cableName, odenName, numberOfOdens, parent=None, length=10, diameter=10, fract_along_parent=1.0)
- addCables(self, cableName, odenName, numberOfOdens, parent=None, length=10, diameter=10, numCables=1)
- addConnection(self, toCell, fromCable='soma', toCable='soma', connection=None)
- alreadyHasSegment(self, segment, segmentLookup)
- clone(self, cloneName=None)
- dispatchMechanism(self, mechanism)
- getCables(self)
- getGroups(self)
- getSegments(self)
- handleCables(self, cellElement)
- lastSegment(self)
- parseXML(self, cell)
- printBiophysics(self)
- printCables(self)
- printGroups(self)
- reduceSegmentList(self)
- saveAsXML(self, filename)
- sendToNetwork(self, network)
- toXML(self, dom)
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'
|