openCARP
Doxygen code documentation for the open cardiac electrophysiology simulator openCARP
Public Types | Public Member Functions | Public Attributes | List of all members
opencarp::stim_electrode Class Reference

#include <stimulate.h>

Collaboration diagram for opencarp::stim_electrode:

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_tvertices
 
SF::vector< SF_realscaling
 
std::string input_filename
 

Detailed Description

Definition at line 151 of file stimulate.h.

Member Enumeration Documentation

◆ def_t

Enumerator
file_based 
vol_based_tag 
vol_based_shape 

Definition at line 155 of file stimulate.h.

Member Function Documentation

◆ setup()

void opencarp::stim_electrode::setup ( int  idx)

Definition at line 462 of file stimulate.cc.

Member Data Documentation

◆ definition

def_t opencarp::stim_electrode::definition

Definition at line 157 of file stimulate.h.

◆ input_filename

std::string opencarp::stim_electrode::input_filename

Definition at line 160 of file stimulate.h.

◆ scaling

SF::vector<SF_real> opencarp::stim_electrode::scaling

Definition at line 159 of file stimulate.h.

◆ vertices

SF::vector<mesh_int_t> opencarp::stim_electrode::vertices

Definition at line 158 of file stimulate.h.


The documentation for this class was generated from the following files: