|
openCARP
Doxygen code documentation for the open cardiac electrophysiology simulator openCARP
|
#include <stimulate.h>
Public Member Functions | |
| void | setup (int idx) |
| Setup from a param stimulus index. More... | |
| void | translate (int id) |
| convert legacy definitions to new format More... | |
| bool | value (double &v) const |
| Get the current value if the stimulus is active. More... | |
| void | dump_vtx_file (int idx) |
| Export the vertices to vtx file. More... | |
| bool | is_active () const |
| Return whether stim is active. More... | |
Public Attributes | |
| int | idx = -1 |
| index in global input stimulus array More... | |
| std::string | name = "unnamed" |
| label stimulus More... | |
| stim_pulse | pulse |
| stimulus wave form More... | |
| stim_protocol | ptcl |
| applied stimulation protocol used More... | |
| stim_physics | phys |
| physics of stimulus More... | |
| stim_electrode | electrode |
| electrode geometry More... | |
| mesh_t | associated_intra_mesh = intra_elec_msh |
| mesh_t | associated_extra_mesh = extra_elec_msh |
Definition at line 161 of file stimulate.h.
| void opencarp::stimulus::dump_vtx_file | ( | int | idx | ) |
Export the vertices to vtx file.
Definition at line 457 of file stimulate.cc.
| bool opencarp::stimulus::is_active | ( | ) | const |
Return whether stim is active.
Definition at line 190 of file stimulate.cc.
| void opencarp::stimulus::setup | ( | int | iidx | ) |
Setup from a param stimulus index.
| id | The index of the stimulus used for setup. |
| iidx |
Definition at line 166 of file stimulate.cc.
| void opencarp::stimulus::translate | ( | int | id | ) |
convert legacy definitions to new format
map old stimulus definition to new structured definition
Definition at line 105 of file stimulate.cc.
| bool opencarp::stimulus::value | ( | double & | v | ) | const |
Get the current value if the stimulus is active.
| [out] | v | The current stimulus value. |
Definition at line 437 of file stimulate.cc.
| mesh_t opencarp::stimulus::associated_extra_mesh = extra_elec_msh |
Definition at line 175 of file stimulate.h.
| mesh_t opencarp::stimulus::associated_intra_mesh = intra_elec_msh |
Definition at line 174 of file stimulate.h.
| stim_electrode opencarp::stimulus::electrode |
electrode geometry
Definition at line 170 of file stimulate.h.
| int opencarp::stimulus::idx = -1 |
index in global input stimulus array
Definition at line 164 of file stimulate.h.
| std::string opencarp::stimulus::name = "unnamed" |
label stimulus
Definition at line 165 of file stimulate.h.
| stim_physics opencarp::stimulus::phys |
physics of stimulus
Definition at line 169 of file stimulate.h.
| stim_protocol opencarp::stimulus::ptcl |
applied stimulation protocol used
Definition at line 168 of file stimulate.h.
| stim_pulse opencarp::stimulus::pulse |
stimulus wave form
Definition at line 167 of file stimulate.h.