![]() |
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 (neuron::container::data_handle< double > pd, Object *ppobj=nullptr) | |
| 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 | disconnect (Observable *) |
| virtual void | update (Observable *o) |
| virtual void | frecord_init (TQItem *) |
| virtual PlayRecordSave * | savestate_save () |
Public Member Functions inherited from Observer | |
| virtual | ~Observer ()=default |
Public Attributes | |
| GraphLine * | gl_ |
| IvocVect * | v_ |
| GLineRecordEData | pd_and_vec_ |
| bool | saw_t_ |
Public Attributes inherited from PlayRecord | |
| neuron::container::data_handle< 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 ()=default | |
Definition at line 12 of file glinerec.h.
| GLineRecord::GLineRecord | ( | GraphLine * | ) |
|
virtual |
|
virtual |
Reimplemented from PlayRecord.
| void GLineRecord::fill_pd | ( | ) |
| void GLineRecord::fill_pd1 | ( | ) |
|
inlinevirtual |
Reimplemented from PlayRecord.
Definition at line 16 of file glinerec.h.
| void GLineRecord::plot | ( | int | , |
| double | |||
| ) |
|
virtual |
Reimplemented from PlayRecord.
|
inlinevirtual |
Reimplemented from PlayRecord.
Definition at line 24 of file glinerec.h.
|
inlinevirtual |
Reimplemented from PlayRecord.
Definition at line 21 of file glinerec.h.
| GraphLine* GLineRecord::gl_ |
Definition at line 29 of file glinerec.h.
| GLineRecordEData GLineRecord::pd_and_vec_ |
Definition at line 34 of file glinerec.h.
| bool GLineRecord::saw_t_ |
Definition at line 35 of file glinerec.h.
| IvocVect* GLineRecord::v_ |
Definition at line 30 of file glinerec.h.