openCARP
Doxygen code documentation for the open cardiac electrophysiology simulator openCARP
Public Attributes | List of all members
opencarp::Activation Struct Reference

event detection data structures More...

#include <electrics.h>

Collaboration diagram for opencarp::Activation:

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_vecphi = nullptr
 signal More...
 
sf_vecphip = 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_vectm = nullptr
 activation times More...
 
sf_vecdvp0 = nullptr
 additional vector for derivative More...
 
sf_vecdvp1 = 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...
 

Detailed Description

event detection data structures

Definition at line 164 of file electrics.h.

Member Data Documentation

◆ actbuf

double* opencarp::Activation::actbuf = nullptr

buffer activation times if method==all

Definition at line 173 of file electrics.h.

◆ all

int opencarp::Activation::all

determine all or first instants of activation

Definition at line 168 of file electrics.h.

◆ dvp0

sf_vec* opencarp::Activation::dvp0 = nullptr

additional vector for derivative

Definition at line 175 of file electrics.h.

◆ dvp1

sf_vec* opencarp::Activation::dvp1 = nullptr

additional vector for derivative

Definition at line 176 of file electrics.h.

◆ fname

char* opencarp::Activation::fname = nullptr

output file name

Definition at line 178 of file electrics.h.

◆ fout

FILE_SPEC opencarp::Activation::fout

output file

Definition at line 177 of file electrics.h.

◆ ibuf

int* opencarp::Activation::ibuf = nullptr

buffer indices where activation occured

Definition at line 172 of file electrics.h.

◆ ID

char* opencarp::Activation::ID = nullptr

ID used to name output file.

Definition at line 179 of file electrics.h.

◆ init

int opencarp::Activation::init

true if intialized

Definition at line 169 of file electrics.h.

◆ measurand

PotType opencarp::Activation::measurand

quantity being monitored

Definition at line 181 of file electrics.h.

◆ method

ActMethod opencarp::Activation::method

method to check whether activation occured

Definition at line 165 of file electrics.h.

◆ mode

int opencarp::Activation::mode

toggle mode from standard to reverse

Definition at line 167 of file electrics.h.

◆ nacts

int opencarp::Activation::nacts

number of events detected over time step

Definition at line 183 of file electrics.h.

◆ offset

int opencarp::Activation::offset

node number offset (used for PS)

Definition at line 182 of file electrics.h.

◆ phi

sf_vec* opencarp::Activation::phi = nullptr

signal

Definition at line 170 of file electrics.h.

◆ phip

sf_vec* opencarp::Activation::phip = nullptr

previous value of signal

Definition at line 171 of file electrics.h.

◆ prv_fname

char* opencarp::Activation::prv_fname = nullptr

file name of previous run when restarting

Definition at line 180 of file electrics.h.

◆ threshold

float opencarp::Activation::threshold

threshold for detection of activation

Definition at line 166 of file electrics.h.

◆ tm

sf_vec* opencarp::Activation::tm = nullptr

activation times

Definition at line 174 of file electrics.h.


The documentation for this struct was generated from the following file: