NEURON
TvecRecord Class Reference

#include <vrecitem.h>

Inheritance diagram for TvecRecord:
PlayRecord Observer

Public Member Functions

 TvecRecord (Section *, IvocVect *tvec, Object *ppobj=nil)
 
virtual ~TvecRecord ()
 
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

IvocVectt_
 
Sectionsec_
 
- 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 99 of file vrecitem.h.

Constructor & Destructor Documentation

◆ TvecRecord()

TvecRecord::TvecRecord ( Section sec,
IvocVect tvec,
Object ppobj = nil 
)

Definition at line 6074 of file netcvode.cpp.

◆ ~TvecRecord()

TvecRecord::~TvecRecord ( )
virtual

Definition at line 6080 of file netcvode.cpp.

Member Function Documentation

◆ continuous()

void TvecRecord::continuous ( double  t)
virtual

Reimplemented from PlayRecord.

Definition at line 6098 of file netcvode.cpp.

◆ disconnect()

void TvecRecord::disconnect ( Observable )
virtual

Reimplemented from PlayRecord.

Definition at line 6085 of file netcvode.cpp.

◆ install()

void TvecRecord::install ( Cvode cv)
virtual

Reimplemented from PlayRecord.

Definition at line 6090 of file netcvode.cpp.

◆ record_init()

void TvecRecord::record_init ( )
virtual

Reimplemented from PlayRecord.

Definition at line 6094 of file netcvode.cpp.

◆ type()

virtual int TvecRecord::type ( )
inlinevirtual

Reimplemented from PlayRecord.

Definition at line 106 of file vrecitem.h.

◆ uses()

virtual bool TvecRecord::uses ( void v)
inlinevirtual

Reimplemented from PlayRecord.

Definition at line 109 of file vrecitem.h.

Member Data Documentation

◆ sec_

Section* TvecRecord::sec_

Definition at line 112 of file vrecitem.h.

◆ t_

IvocVect* TvecRecord::t_

Definition at line 111 of file vrecitem.h.


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