openCARP
Doxygen code documentation for the open cardiac electrophysiology simulator openCARP
|
#include <stimulate.h>
Public Member Functions | |
void | setup (int idx) |
assign stimulus physics parameters More... | |
Public Attributes | |
stim_t | type |
type of stimulus More... | |
stim_domain_t | domain |
applied in intra- or extracellular space More... | |
std::string | unit |
physical units of stimulus More... | |
double | scale |
internal unit conversion scaling More... | |
bool | total_current |
whether we apply total current scaling More... | |
Definition at line 139 of file stimulate.h.
void opencarp::stim_physics::setup | ( | int | idx | ) |
assign stimulus physics parameters
Definition at line 334 of file stimulate.cc.
stim_domain_t opencarp::stim_physics::domain |
applied in intra- or extracellular space
Definition at line 143 of file stimulate.h.
double opencarp::stim_physics::scale |
internal unit conversion scaling
Definition at line 145 of file stimulate.h.
bool opencarp::stim_physics::total_current |
whether we apply total current scaling
Definition at line 146 of file stimulate.h.
stim_t opencarp::stim_physics::type |
type of stimulus
Definition at line 142 of file stimulate.h.
std::string opencarp::stim_physics::unit |
physical units of stimulus
Definition at line 144 of file stimulate.h.