CEPS  24.01
Cardiac ElectroPhysiology Simulator
AbstractPacemakerProblem::PowerSupply Class Reference

Detailed Description

Function supply(t)

Definition at line 44 of file AbstractPacemakerProblem.hpp.

#include <AbstractPacemakerProblem.hpp>

Inheritance diagram for AbstractPacemakerProblem::PowerSupply:
[legend]

Public Member Functions

 PowerSupply (AbstractPacemakerProblem *problem)
 Constructor with problem to be linked to. More...
 
virtual ~PowerSupply ()=default
 Destructor. More...
 
CepsReal eval (CepsStandardArgs args) override
 Evaluation of function. More...
 
CepsEnum getFlags () const override
 time varying function More...
 
- Public Member Functions inherited from SAFunc< CepsReal >
 SAFunc (const SAFunc &)=default
 We allow the copy from a functor to another. More...
 
SAFuncoperator= (const SAFunc &)=default
 We allow the assignement from a functor to another. More...
 
virtual void getLocalData ()
 Authorize access to data for solvecSAFunc, other derived classes : nothing. More...
 
virtual void releaseLocalData ()
 Authorize access to data for solvecSAFunc, other derived classes : nothing. More...
 
CepsBool hasOption (CepsFunctionFlag flag)
 Tells if option is activated. More...
 

Protected Attributes

AbstractPacemakerProblemm_problem
 Linked problem. More...
 

Additional Inherited Members

- Public Types inherited from SAFunc< CepsReal >
using BaseFunction = ceps::Function< CepsReal(CepsStandardArgs)>
 Typedef for the function type. More...
 

Constructor & Destructor Documentation

◆ PowerSupply()

AbstractPacemakerProblem::PowerSupply::PowerSupply ( AbstractPacemakerProblem problem)

Constructor with problem to be linked to.

Definition at line 33 of file AbstractPacemakerProblem.cpp.

◆ ~PowerSupply()

virtual AbstractPacemakerProblem::PowerSupply::~PowerSupply ( )
virtualdefault

Member Function Documentation

◆ eval()

CepsReal AbstractPacemakerProblem::PowerSupply::eval ( CepsStandardArgs  args)
override

Evaluation of function.

Definition at line 39 of file AbstractPacemakerProblem.cpp.

◆ getFlags()

CepsEnum AbstractPacemakerProblem::PowerSupply::getFlags ( ) const
overridevirtual

time varying function

Implements SAFunc< CepsReal >.

Definition at line 56 of file AbstractPacemakerProblem.cpp.

Field Documentation

◆ m_problem

AbstractPacemakerProblem* AbstractPacemakerProblem::PowerSupply::m_problem
protected

Linked problem.

Definition at line 66 of file AbstractPacemakerProblem.hpp.


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