Package bar :: Module neurolucida :: Class barNLelement
[hide private]
[frames] | no frames]

Class barNLelement


Nested Classes [hide private]
Instance Methods [hide private]
 
__init__(self, domElement)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
 
affineTransform(self, M)
 
__transformPoint(self, point, M)
 
__getProperties(self, contourElement)
 
__parsePropertyElement(self, propertyElement)
 
_calcPathDefinition(self, contourElement)
 
__getPointCoords(self, pointElement)
dict = self._getAttributesDict(pointElement) coord = tuple(map(lambda x: float(dict[x]), ['x','y'])) z = float(dict['z']) sid = dict.get('sid', None)

Inherited from base.barObject: __str__, getElementById, getXMLelement, writeXMLtoFile

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __sizeof__, __subclasshook__

Static Methods [hide private]

Inherited from base.barObject (private): _getAttributesDict

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__init__(self, domElement)
(Constructor)

 

x.__init__(...) initializes x; see x.__class__.__doc__ for signature

Overrides: object.__init__
(inherited documentation)