#include <cstdio>
#include <string>
#include <iostream>
#include <libgen.h>
#include "IGBheader.h"
#include "head_cmdline.h"
Go to the source code of this file.
◆ has_gzip_extension()
| bool has_gzip_extension |
( |
const string & |
fn | ) |
|
◆ iswrite()
◆ jive()
| size_t jive |
( |
IGBheader * |
header, |
|
|
gzFile |
in |
|
) |
| |
determine the actual number of time slices
Definition at line 340 of file igbhead.cc.
◆ main()
| int main |
( |
int |
argc, |
|
|
char * |
argv[] |
|
) |
| |
◆ output_header()
◆ write_to_binary()
| void write_to_binary |
( |
IGBheader * |
h, |
|
|
gzFile |
in, |
|
|
FILE * |
out_fp, |
|
|
int |
skip |
|
) |
| |
read in an ascii file and convert to binary
- Parameters
-
| h | header |
| in | ascii file |
| out | binary file |
| numeber | of lines to skip in ASCII file |
Definition at line 52 of file igbhead.cc.