NEURON
YvecRecord Class Reference

#include <vrecitem.h>

Inheritance diagram for YvecRecord:
PlayRecord Observer

Public Member Functions

 YvecRecord (double *, IvocVect *y, Object *ppobj=nil)
 
virtual ~YvecRecord ()
 
virtual void install (Cvode *)
 
virtual void record_init ()
 
virtual void continuous (double t)
 
virtual int type ()
 
virtual void disconnect (Observable *)
 
virtual bool uses (void *v)
 
- 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 PlayRecordEventevent ()
 
virtual void pr ()
 
void play_add (Cvode *)
 
void record_add (Cvode *)
 
virtual void update_ptr (double *)
 
virtual void update (Observable *o)
 
virtual void frecord_init (TQItem *)
 
virtual PlayRecordSave * savestate_save ()
 
- Public Member Functions inherited from Observer
virtual ~Observer ()
 

Public Attributes

IvocVecty_
 
- Public Attributes inherited from PlayRecord
double * pd_
 
Objectppobj_
 
Cvodecvode_
 
int ith_
 

Additional Inherited Members

- Static Public Member Functions inherited from PlayRecord
static PlayRecordSave * savestate_read (FILE *)
 
- Protected Member Functions inherited from Observer
 Observer ()
 

Detailed Description

Definition at line 115 of file vrecitem.h.

Constructor & Destructor Documentation

◆ YvecRecord()

YvecRecord::YvecRecord ( double *  pd,
IvocVect y,
Object ppobj = nil 
)

Definition at line 6102 of file netcvode.cpp.

◆ ~YvecRecord()

YvecRecord::~YvecRecord ( )
virtual

Definition at line 6108 of file netcvode.cpp.

Member Function Documentation

◆ continuous()

void YvecRecord::continuous ( double  t)
virtual

Reimplemented from PlayRecord.

Definition at line 6126 of file netcvode.cpp.

◆ disconnect()

void YvecRecord::disconnect ( Observable )
virtual

Reimplemented from PlayRecord.

Definition at line 6113 of file netcvode.cpp.

◆ install()

void YvecRecord::install ( Cvode cv)
virtual

Reimplemented from PlayRecord.

Definition at line 6118 of file netcvode.cpp.

◆ record_init()

void YvecRecord::record_init ( )
virtual

Reimplemented from PlayRecord.

Definition at line 6122 of file netcvode.cpp.

◆ type()

virtual int YvecRecord::type ( )
inlinevirtual

Reimplemented from PlayRecord.

Definition at line 122 of file vrecitem.h.

◆ uses()

virtual bool YvecRecord::uses ( void v)
inlinevirtual

Reimplemented from PlayRecord.

Definition at line 125 of file vrecitem.h.

Member Data Documentation

◆ y_

IvocVect* YvecRecord::y_

Definition at line 127 of file vrecitem.h.


The documentation for this class was generated from the following files: