|
openCARP
Doxygen code documentation for the open cardiac electrophysiology simulator openCARP
|
event detection data structures More...
#include <electrics.h>
Public Attributes | |
| ActMethod | method |
| method to check whether activation occured More... | |
| float | threshold |
| threshold for detection of activation More... | |
| int | mode |
| toggle mode from standard to reverse More... | |
| int | all |
| determine all or first instants of activation More... | |
| int | init |
| true if intialized More... | |
| sf_vec * | phi = nullptr |
| signal More... | |
| sf_vec * | phip = nullptr |
| previous value of signal More... | |
| int * | ibuf = nullptr |
| buffer indices where activation occured More... | |
| double * | actbuf = nullptr |
| buffer activation times if method==all More... | |
| sf_vec * | tm = nullptr |
| activation times More... | |
| sf_vec * | dvp0 = nullptr |
| additional vector for derivative More... | |
| sf_vec * | dvp1 = nullptr |
| additional vector for derivative More... | |
| FILE_SPEC | fout |
| output file More... | |
| char * | fname = nullptr |
| output file name More... | |
| char * | ID = nullptr |
| ID used to name output file. More... | |
| char * | prv_fname = nullptr |
| file name of previous run when restarting More... | |
| PotType | measurand |
| quantity being monitored More... | |
| int | offset |
| node number offset (used for PS) More... | |
| int | nacts |
| number of events detected over time step More... | |
event detection data structures
Definition at line 175 of file electrics.h.
| double* opencarp::Activation::actbuf = nullptr |
buffer activation times if method==all
Definition at line 184 of file electrics.h.
| int opencarp::Activation::all |
determine all or first instants of activation
Definition at line 179 of file electrics.h.
| sf_vec* opencarp::Activation::dvp0 = nullptr |
additional vector for derivative
Definition at line 186 of file electrics.h.
| sf_vec* opencarp::Activation::dvp1 = nullptr |
additional vector for derivative
Definition at line 187 of file electrics.h.
| char* opencarp::Activation::fname = nullptr |
output file name
Definition at line 189 of file electrics.h.
| FILE_SPEC opencarp::Activation::fout |
output file
Definition at line 188 of file electrics.h.
| int* opencarp::Activation::ibuf = nullptr |
buffer indices where activation occured
Definition at line 183 of file electrics.h.
| char* opencarp::Activation::ID = nullptr |
ID used to name output file.
Definition at line 190 of file electrics.h.
| int opencarp::Activation::init |
true if intialized
Definition at line 180 of file electrics.h.
| PotType opencarp::Activation::measurand |
quantity being monitored
Definition at line 192 of file electrics.h.
| ActMethod opencarp::Activation::method |
method to check whether activation occured
Definition at line 176 of file electrics.h.
| int opencarp::Activation::mode |
toggle mode from standard to reverse
Definition at line 178 of file electrics.h.
| int opencarp::Activation::nacts |
number of events detected over time step
Definition at line 194 of file electrics.h.
| int opencarp::Activation::offset |
node number offset (used for PS)
Definition at line 193 of file electrics.h.
| sf_vec* opencarp::Activation::phi = nullptr |
signal
Definition at line 181 of file electrics.h.
| sf_vec* opencarp::Activation::phip = nullptr |
previous value of signal
Definition at line 182 of file electrics.h.
| char* opencarp::Activation::prv_fname = nullptr |
file name of previous run when restarting
Definition at line 191 of file electrics.h.
| float opencarp::Activation::threshold |
threshold for detection of activation
Definition at line 177 of file electrics.h.
| sf_vec* opencarp::Activation::tm = nullptr |
activation times
Definition at line 185 of file electrics.h.