Go to the source code of this file.
Functions | |
| void | vsl_b_write (vsl_b_ostream &os, vnl_rational const &v) |
| Binary save vnl_rational to stream. More... | |
| void | vsl_b_read (vsl_b_istream &is, vnl_rational &v) |
| Binary load vnl_rational from stream. More... | |
| void | vsl_print_summary (std::ostream &os, vnl_rational const &b) |
| Print human readable summary of object to a stream. More... | |
Definition in file vnl_io_rational.h.
| void vsl_b_read | ( | vsl_b_istream & | is, |
| vnl_rational & | v | ||
| ) |
Binary load vnl_rational from stream.
Binary load vnl_rational from stream.
Definition at line 20 of file vnl_io_rational.cxx.
| void vsl_b_write | ( | vsl_b_ostream & | os, |
| vnl_rational const & | v | ||
| ) |
Binary save vnl_rational to stream.
Binary save vnl_rational to stream.
Definition at line 10 of file vnl_io_rational.cxx.
| void vsl_print_summary | ( | std::ostream & | os, |
| vnl_rational const & | b | ||
| ) |
Print human readable summary of object to a stream.
Print human readable summary of object to a stream.
Definition at line 44 of file vnl_io_rational.cxx.
1.8.15