|
openCARP
Doxygen code documentation for the open cardiac electrophysiology simulator openCARP
|
#include <stimulate.h>
Public Types | |
| enum | def_t { file_based , vol_based_tag , vol_based_shape } |
Public Member Functions | |
| void | setup (int idx, mesh_t intra_mesh, mesh_t extra_mesh) |
Public Attributes | |
| def_t | definition |
| SF::vector< mesh_int_t > | vertices |
| SF::vector< SF_real > | scaling |
| std::string | input_filename |
| bool | dump_vtx |
Definition at line 145 of file stimulate.h.
| Enumerator | |
|---|---|
| file_based | |
| vol_based_tag | |
| vol_based_shape | |
Definition at line 149 of file stimulate.h.
| def_t opencarp::stim_electrode::definition |
Definition at line 151 of file stimulate.h.
| bool opencarp::stim_electrode::dump_vtx |
Definition at line 155 of file stimulate.h.
| std::string opencarp::stim_electrode::input_filename |
Definition at line 154 of file stimulate.h.
| SF::vector<SF_real> opencarp::stim_electrode::scaling |
Definition at line 153 of file stimulate.h.
| SF::vector<mesh_int_t> opencarp::stim_electrode::vertices |
Definition at line 152 of file stimulate.h.