#include "vnl_io_real_npolynomial.h"#include <vsl/vsl_binary_io.h>#include <vnl/vnl_real_npolynomial.h>#include <vnl/io/vnl_io_vector.h>#include <vnl/io/vnl_io_matrix.h>Go to the source code of this file.
Functions | |
| void | vsl_b_write (vsl_b_ostream &os, const vnl_real_npolynomial &p) |
| Binary save self to stream. | |
| void | vsl_b_read (vsl_b_istream &is, vnl_real_npolynomial &p) |
| Binary load self from stream. | |
| void | vsl_print_summary (vcl_ostream &os, const vnl_real_npolynomial &p) |
| Output a human readable summary to the stream. | |
Definition in file vnl_io_real_npolynomial.cxx.
| void vsl_b_read | ( | vsl_b_istream & | is, |
| vnl_real_npolynomial & | p | ||
| ) |
Binary load self from stream.
Binary load vnl_real_polynomial from stream.
Definition at line 28 of file vnl_io_real_npolynomial.cxx.
| void vsl_b_write | ( | vsl_b_ostream & | os, |
| const vnl_real_npolynomial & | p | ||
| ) |
Binary save self to stream.
Binary save vnl_real_npolynomial to stream.
Definition at line 17 of file vnl_io_real_npolynomial.cxx.
| void vsl_print_summary | ( | vcl_ostream & | os, |
| const vnl_real_npolynomial & | p | ||
| ) |
Output a human readable summary to the stream.
Print human readable summary of object to a stream.
Definition at line 54 of file vnl_io_real_npolynomial.cxx.
1.7.5.1