openCARP
Doxygen code documentation for the open cardiac electrophysiology simulator openCARP
Classes | Namespaces | Typedefs | Enumerations | Functions
stretch.h File Reference
#include "MULTI_ION_IF.h"
Include dependency graph for stretch.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  limpet::pulseStretch
 
struct  limpet::isoStretch
 
struct  limpet::isoSarcoStretch
 
struct  limpet::auxotonicStretch
 
union  limpet::_stretch
 

Namespaces

 limpet
 

Typedefs

typedef enum limpet::_stretch_protocol limpet::s_prtcl
 
typedef union limpet::_stretch limpet::stretch
 

Enumerations

enum  limpet::_stretch_protocol { limpet::STRAIN_PULSE, limpet::ISOMETRIC, limpet::ISOSARCOMETRIC, limpet::AUXOTONIC }
 

Functions

void limpet::initializePulseStretch (float strain, float onset, float duration, float rise, float fall, stretch *s)
 
void limpet::apply_stretch (MULTI_IF *miif, stretch *s, opencarp::timer_manager *tm)