36 #include "PurkinjeVentricularJunctionStimulus.hpp"
39 mJunctionResistance(rJunctionResistance),
40 mAppliedToVentricularCellModel(true)
65 return current_to_ventricular;
69 return -current_to_ventricular;
bool mAppliedToVentricularCellModel
double mJunctionResistance
virtual double GetVoltage()=0
void SetPurkinjeCellModel(AbstractCardiacCellInterface *pPurkinjeModel)
double GetStimulus(double time)
AbstractCardiacCellInterface * mpVentricularCellModel
void SetVentricularCellModel(AbstractCardiacCellInterface *pVentricularModel)
void SetAppliedToPurkinjeCellModel()
PurkinjeVentricularJunctionStimulus(const double &rJunctionResistance)
AbstractCardiacCellInterface * mpPurkinjeCellModel