Trees | Index | Help |
|
---|
Module netplot :: Class NetPlot |
|
Method Summary | |
---|---|
__init__(self,
cells,
idxstart,
maxcell,
esyns,
isyns,
syns,
names,
w,
h,
superpretty,
maxsyndist,
nvpx,
nvpy)
| |
drawcell(self,
cellnum)
| |
drawcell2(self,
cellnum)
| |
create a list of cells to plot, for speed note that the fat part of the pyramid is the output, where the axon comes out! | |
Now may only show a fraction of all synapses (showing all may make screen too cluttered) If SHOWSYNFRACTION is changed, have to re-draw display list by calling this routine. | |
FindClosestAxonDendrite(self,
c1,
c2)
| |
idle(self)
| |
on_display(self)
| |
on_key(self,
k,
j,
l)
| |
on_motion(self,
x,
y)
| |
on_mouse(self,
but,
state,
x,
y)
| |
on_reshape(self,
w,
h)
| |
on_special(self,
key,
x,
y)
| |
RemakeSynLists(self)
| |
ScreenCenter(self)
|
Class Variable Summary | |
---|---|
float |
CELLHEIGHT = 20.0 |
dict |
cells = {}
|
float |
CELLWIDTH = 10.0 |
int |
DLIST = 1 |
int |
ESLIST = 2 |
list |
esyns = []
|
list |
fi = []
|
dict |
idxstart = {}
|
int |
ISLIST = 3 |
list |
isyns = []
|
float |
lastrad = 700.0 |
float |
lasttheta = 0.59999999999999998 |
NoneType |
lastx = None |
float |
lasty = 0.0 |
NoneType |
lastz = None |
tuple |
light1Position = (100.0, 100, 0.0, 0.0)
|
int |
maxcell = -1 |
int |
nvpx = 3 |
int |
nvpy = 4 |
int |
playspikeendidx = -1 |
int |
playspikes = -1 |
int |
playspikestartidx = 0 |
int |
playspikestarttick = 0 |
int |
playspikestarttime = -1 |
int |
PSLIST = 4 |
bool |
showesyn = False
|
bool |
showisyn = False
|
bool |
showlabels = False
|
NoneType |
SHOWSYNAPSEFRACTION = None |
NoneType |
startx = None |
NoneType |
startz = None |
bool |
superpretty = False
|
list |
syns = []
|
int |
vp = 0 |
Method Details |
---|
drawcells(self)create a list of cells to plot, for speed note that the fat part of the pyramid is the output, where the axon comes out! |
drawsyn(self, syns)Now may only show a fraction of all synapses (showing all may make screen too cluttered) If SHOWSYNFRACTION is changed, have to re-draw display list by calling this routine. |
Class Variable Details |
---|
CELLHEIGHT
|
cells
|
CELLWIDTH
|
DLIST
|
ESLIST
|
esyns
|
fi
|
idxstart
|
ISLIST
|
isyns
|
lastrad
|
lasttheta
|
lastx
|
lasty
|
lastz
|
light1Position
|
maxcell
|
nvpx
|
nvpy
|
playspikeendidx
|
playspikes
|
playspikestartidx
|
playspikestarttick
|
playspikestarttime
|
PSLIST
|
showesyn
|
showisyn
|
showlabels
|
SHOWSYNAPSEFRACTION
|
startx
|
startz
|
superpretty
|
syns
|
vp
|
Trees | Index | Help |
|
---|
Generated by Epydoc 2.1 on Sat Apr 16 14:14:53 2005 | http://epydoc.sf.net |