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) |
Public Attributes | |
def_t | definition |
SF::vector< mesh_int_t > | vertices |
SF::vector< SF_real > | scaling |
std::string | input_filename |
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.
void opencarp::stim_electrode::setup | ( | int | idx | ) |
Definition at line 460 of file stimulate.cc.
def_t opencarp::stim_electrode::definition |
Definition at line 151 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.