$extrastylesheet
Functions | |
template<typename I > | |
void | mln::io::plot::load (util::array< I > &arr, const std::string &filename) |
template<typename I > | |
void | mln::io::plot::save (const image1d< I > &ima, const std::string &filename) |
template<typename T > | |
void | mln::io::plot::save (const util::array< T > &arr, const std::string &filename, int start_value=0) |
Plot I/O routines.
void mln::io::plot::load | ( | util::array< I > & | arr, |
const std::string & | filename | ||
) |
Load a Milena array from a plot file.
[in] | arr | A reference to the array to load. |
[out] | filename | The output file. |
void mln::io::plot::save | ( | const image1d< I > & | ima, |
const std::string & | filename | ||
) |
Save a Milena 1D image in a plot file.
[in] | ima | A reference to the image to save. |
[out] | filename | The output file. |
void mln::io::plot::save | ( | const util::array< T > & | arr, |
const std::string & | filename, | ||
int | start_value = 0 |
||
) |
Save a Milena array in a plot file.
[in] | arr | A reference to the array to save. |
[out] | filename | The output file. |
[in] | start_value | The start index value of the plot (optional). |