![]() |
NEURON
|
#include <glinerec.h>
Public Member Functions | |
| GLineRecord (GraphLine *) | |
| virtual | ~GLineRecord () |
| virtual void | install (Cvode *cv) |
| virtual void | record_init () |
| virtual void | continuous (double t) |
| virtual bool | uses (void *v) |
| virtual int | type () |
| void | plot (int, double) |
| void | fill_pd () |
| void | fill_pd1 () |
Public Member Functions inherited from PlayRecord | |
| PlayRecord (double *pd, Object *ppobj=nil) | |
| virtual | ~PlayRecord () |
| virtual void | play_init () |
| virtual void | deliver (double t, NetCvode *) |
| virtual PlayRecordEvent * | event () |
| virtual void | pr () |
| void | play_add (Cvode *) |
| void | record_add (Cvode *) |
| virtual void | update_ptr (double *) |
| virtual void | disconnect (Observable *) |
| virtual void | update (Observable *o) |
| virtual void | frecord_init (TQItem *) |
| virtual PlayRecordSave * | savestate_save () |
Public Member Functions inherited from Observer | |
| virtual | ~Observer () |
Public Attributes | |
| GraphLine * | gl_ |
| IvocVect * | v_ |
| GLineRecordEData | pd_and_vec_ |
| bool | saw_t_ |
Public Attributes inherited from PlayRecord | |
| double * | pd_ |
| Object * | ppobj_ |
| Cvode * | cvode_ |
| int | ith_ |
Additional Inherited Members | |
Static Public Member Functions inherited from PlayRecord | |
| static PlayRecordSave * | savestate_read (FILE *) |
Protected Member Functions inherited from Observer | |
| Observer () | |
Definition at line 13 of file glinerec.h.
| GLineRecord::GLineRecord | ( | GraphLine * | ) |
|
virtual |
|
virtual |
Reimplemented from PlayRecord.
| void GLineRecord::fill_pd | ( | ) |
| void GLineRecord::fill_pd1 | ( | ) |
Reimplemented from PlayRecord.
Definition at line 17 of file glinerec.h.
| void GLineRecord::plot | ( | int | , |
| double | |||
| ) |
|
virtual |
Reimplemented from PlayRecord.
|
inlinevirtual |
Reimplemented from PlayRecord.
Definition at line 25 of file glinerec.h.
|
inlinevirtual |
Reimplemented from PlayRecord.
Definition at line 22 of file glinerec.h.
| GraphLine* GLineRecord::gl_ |
Definition at line 30 of file glinerec.h.
| GLineRecordEData GLineRecord::pd_and_vec_ |
Definition at line 35 of file glinerec.h.
| bool GLineRecord::saw_t_ |
Definition at line 36 of file glinerec.h.
| IvocVect* GLineRecord::v_ |
Definition at line 31 of file glinerec.h.