Data structure for a neuron that is close to a channel pad. More...
Public Member Functions | |
| def | __init__ |
| def | __str__ |
Public Attributes | |
| data | |
| weight | |
Data structure for a neuron that is close to a channel pad.
data: unique id of the neuron weight: distance from the center of the pad
Definition at line 83 of file SeedMea.py.
| def SeedMea.CloseNeuron.__init__ | ( | self, | |
| data, | |||
| dist | |||
| ) |
Definition at line 84 of file SeedMea.py.
| def SeedMea.CloseNeuron.__str__ | ( | self | ) |
Definition at line 88 of file SeedMea.py.
Definition at line 84 of file SeedMea.py.
Definition at line 84 of file SeedMea.py.