TF++, Miscellaneous classes and modules in C++:
|
void tfxx::hacks::write_grepg_f | ( | const blitz::Array< float, 2 > & | array, |
const char * | filename, | ||
const double & | dx = 1. , |
||
const double & | dy = 1. |
||
) |
create grepg file from float array
array | 2D float blitz array |
filename | name of file to write to |
dx | x-sampling to simulate |
dy | y-sampling to simulate |
Definition at line 78 of file hack_blitztogrepg.cc.
References tfxx::blitzutil::setToSameDomain(), and write_grepg_c().