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

Interpolate class. More...

Collaboration diagram for Interp:

Public Member Functions

 Interp (char *ind, char *weight)
 constructor More...
 
int size ()
 

Public Attributes

vector< float * > w
 
vector< int * > ind
 
int n =0
 

Detailed Description

Interpolate class.

Definition at line 76 of file IGBops.cc.

Constructor & Destructor Documentation

◆ Interp()

Interp::Interp ( char *  indf,
char *  wf 
)

constructor

Parameters
indffile containing the indices contributing to the interpolated indicies
wffile of weights for the indicies

Definition at line 91 of file IGBops.cc.

Member Function Documentation

◆ size()

int Interp::size ( )
inline

Definition at line 79 of file IGBops.cc.

Here is the caller graph for this function:

Member Data Documentation

◆ ind

vector<int*> Interp::ind

Definition at line 81 of file IGBops.cc.

◆ n

int Interp::n =0

Definition at line 82 of file IGBops.cc.

◆ w

vector<float*> Interp::w

Definition at line 80 of file IGBops.cc.


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