Go to the documentation of this file.
16 #define PlayRecordType 0
17 #define VecPlayContinuousType 4
18 #define PlayRecordEventType 21
26 virtual void pr(
const char*,
double t,
NetCvode*)
override;
31 virtual int type()
const override {
66 virtual void pr()
override;
70 double interp(
double th,
double x0,
double x1) {
71 return x0 + (x1 - x0) * th;
75 virtual int type()
const override {
PlayRecordEvent()=default
void continuous(double tt) override
virtual PlayRecordEvent * event() override
VecPlayContinuous(double *, IvocVect &&yvec, IvocVect &&tvec, IvocVect *discon, int ith)
virtual void deliver(double tt, NetCvode *) override
static unsigned long playrecord_send_
virtual ~PlayRecordEvent()=default
std::size_t ubound_index_
THIS FILE IS AUTO GENERATED DONT MODIFY IT.
std::size_t discon_index_
static unsigned long playrecord_deliver_
virtual ~VecPlayContinuous()
virtual void continuous(double)
virtual void play_init() override
#define VecPlayContinuousType
virtual int type() const override
virtual void pr(const char *, double t, NetCvode *) override
virtual void pr() override
PlayRecord(double *pd, int ith)
virtual PlayRecordEvent * event()
virtual ~PlayRecord()=default
#define PlayRecordEventType
virtual NrnThread * thread()
virtual void deliver(double, NetCvode *)
virtual void deliver(double, NetCvode *, NrnThread *) override
double interpolate(double tt)
IvocVect * discon_indices_
virtual int type() const override
double interp(double th, double x0, double x1)