CEPS  24.01
Cardiac ElectroPhysiology Simulator
InterpolationSAFunc.hpp File Reference

Go to the source code of this file.

Data Structures

class  CoeffInterpolatorSAFunc< _Result >
 Functions with result that is deduced from a coefficient and an interpolation map. More...
 

Namespaces

 ceps
 A namespace for all utility methods.
 

Functions

template<typename _Result >
CoeffInterpolatorSAFunc< _Result > * newCoeffInterpolatorSAFunc (const CepsMap< CepsReal, _Result > &map, ScalarSAFunc *coeff)
 Direct way to build a coeffInterpolator. More...
 
template<typename _Result >
CepsEnum ceps::getFlagsOf (CoeffInterpolatorSAFunc< _Result > *f)
 get functor options More...
 

Detailed Description

Functor using a map and an interpolation coefficient

Definition in file InterpolationSAFunc.hpp.

Function Documentation

◆ newCoeffInterpolatorSAFunc()

template<typename _Result >
CoeffInterpolatorSAFunc<_Result>* newCoeffInterpolatorSAFunc ( const CepsMap< CepsReal, _Result > &  map,
ScalarSAFunc coeff 
)

Direct way to build a coeffInterpolator.