|
openCARP
Doxygen code documentation for the open cardiac electrophysiology simulator openCARP
|
#include <cstdio>#include <string>#include <iostream>#include <libgen.h>#include "IGBheader.h"#include "cmdline.h"Go to the source code of this file.
Classes | |
| class | FILE_PTR |
Functions | |
| void | output_header (IGBheader *) |
| int | jive (IGBheader *header, gzFile in) |
| bool | iswrite (int i) |
| void | write_slice (IGBheader *header, IGBheader *in, string ofnb, double *buf, int) |
| bool | iscompressed (string fn) |
| void | write_to_binary (IGBheader *h, gzFile in, FILE_PTR *out_fp, int skip) |
| int | main (int argc, char *argv[]) |
| bool iscompressed | ( | string | fn | ) |
| bool iswrite | ( | int | i | ) |
| int jive | ( | IGBheader * | header, |
| gzFile | in | ||
| ) |
determine the actual number of time slices
Definition at line 354 of file igbhead.cc.
| int main | ( | int | argc, |
| char * | argv[] | ||
| ) |
Definition at line 102 of file igbhead.cc.
| void output_header | ( | IGBheader * | header | ) |
write slices when exploding
Definition at line 373 of file igbhead.cc.
read in an ascii file and convert to binary
| h | header |
| in | ascii file |
| out | binary file |
| numeber | of lines to skip in ASCII file |
Definition at line 68 of file igbhead.cc.