openCARP
Doxygen code documentation for the open cardiac electrophysiology simulator openCARP
Public Attributes | List of all members
tbuffer Struct Reference

time slice buffer for post processing More...

#include <filament.h>

Collaboration diagram for tbuffer:

Public Attributes

const char * dname
 name of data input file More...
 
FILE * data
 file hdl More...
 
float ** d
 data buffer More...
 
int dsize
 size of data tokens in bytes More...
 
int numSamps
 number of time slices in file More...
 
int nodes
 number of nodes in time slice More...
 
int h_wdth
 half width of sample buffer More...
 
int wdth
 width of buffer, always 2*h_wdth+1 More...
 
int buffered
 number of samples in buffer More...
 
float ** dr
 resampled data buffer More...
 
int rwdth
 width of resampling buffer More...
 
float rdist
 rel dist of sample to center More...
 
float t
 time More...
 
float dt_in
 temporal sampling of input data More...
 
bool filled
 is buffer fully loaded? More...
 
IGBheaderigb
 IGB file reader. More...
 

Detailed Description

time slice buffer for post processing

Definition at line 66 of file filament.h.

Member Data Documentation

◆ buffered

int tbuffer::buffered

number of samples in buffer

Definition at line 75 of file filament.h.

◆ d

float** tbuffer::d

data buffer

Definition at line 69 of file filament.h.

◆ data

FILE* tbuffer::data

file hdl

Definition at line 68 of file filament.h.

◆ dname

const char* tbuffer::dname

name of data input file

Definition at line 67 of file filament.h.

◆ dr

float** tbuffer::dr

resampled data buffer

Definition at line 76 of file filament.h.

◆ dsize

int tbuffer::dsize

size of data tokens in bytes

Definition at line 70 of file filament.h.

◆ dt_in

float tbuffer::dt_in

temporal sampling of input data

Definition at line 80 of file filament.h.

◆ filled

bool tbuffer::filled

is buffer fully loaded?

Definition at line 81 of file filament.h.

◆ h_wdth

int tbuffer::h_wdth

half width of sample buffer

Definition at line 73 of file filament.h.

◆ igb

IGBheader* tbuffer::igb

IGB file reader.

Definition at line 82 of file filament.h.

◆ nodes

int tbuffer::nodes

number of nodes in time slice

Definition at line 72 of file filament.h.

◆ numSamps

int tbuffer::numSamps

number of time slices in file

Definition at line 71 of file filament.h.

◆ rdist

float tbuffer::rdist

rel dist of sample to center

Definition at line 78 of file filament.h.

◆ rwdth

int tbuffer::rwdth

width of resampling buffer

Definition at line 77 of file filament.h.

◆ t

float tbuffer::t

time

Definition at line 79 of file filament.h.

◆ wdth

int tbuffer::wdth

width of buffer, always 2*h_wdth+1

Definition at line 74 of file filament.h.


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