Ejemplo n.º 1
0
 def __init__(self, head):
     HeadModel.__init__(self, head)
     self.head = head
Ejemplo n.º 2
0
 def __init__(self, head, radius):
     HeadModel.__init__(self, head)
     self.head = head
     self.radius = radius # Radius of the head in [cm]
     self.leadField = 0;