Go to the source code of this file.
Classes | |
| class | vnl_io_nonlinear_minimizer |
| Base for objects which provide IO. More... | |
Functions | |
| void | vsl_add_to_binary_loader (const vnl_io_nonlinear_minimizer &b) |
| Add example object to list of those that can be loaded. More... | |
| void | vsl_b_write (vsl_b_ostream &os, const vnl_nonlinear_minimizer *b) |
| Binary save to stream by vnl_nonlinear_minimizer pointer. More... | |
| void | vsl_b_read (vsl_b_istream &is, vnl_nonlinear_minimizer *&b) |
| Binary read from stream by vnl_nonlinear_minimizer pointer. More... | |
| void | vsl_print_summary (std::ostream &os, const vnl_nonlinear_minimizer *b) |
| Print summary to stream by vnl_nonlinear_minimizer pointer. More... | |
| void | vsl_b_write (vsl_b_ostream &os, const vnl_nonlinear_minimizer &v) |
| Binary save vnl_real_polynomial to stream. More... | |
| void | vsl_b_read (vsl_b_istream &is, vnl_nonlinear_minimizer &v) |
| Binary load vnl_real_polynomial from stream. More... | |
| void | vsl_print_summary (std::ostream &os, const vnl_nonlinear_minimizer &b) |
| Print human readable summary of object to a stream. More... | |
Definition in file vnl_io_nonlinear_minimizer.h.
| void vsl_add_to_binary_loader | ( | const vnl_io_nonlinear_minimizer & | b | ) |
Add example object to list of those that can be loaded.
The vsl_binary_loader must see an example of each derived class before it knows how to deal with them. A clone is taken of b
Definition at line 120 of file vnl_io_nonlinear_minimizer.cxx.
| void vsl_b_read | ( | vsl_b_istream & | is, |
| vnl_nonlinear_minimizer *& | b | ||
| ) |
Binary read from stream by vnl_nonlinear_minimizer pointer.
Definition at line 135 of file vnl_io_nonlinear_minimizer.cxx.
| void vsl_b_read | ( | vsl_b_istream & | is, |
| vnl_nonlinear_minimizer & | p | ||
| ) |
Binary load vnl_real_polynomial from stream.
Binary load vnl_real_polynomial from stream.
Definition at line 59 of file vnl_io_nonlinear_minimizer.cxx.
| void vsl_b_write | ( | vsl_b_ostream & | os, |
| const vnl_nonlinear_minimizer * | b | ||
| ) |
Binary save to stream by vnl_nonlinear_minimizer pointer.
Definition at line 128 of file vnl_io_nonlinear_minimizer.cxx.
| void vsl_b_write | ( | vsl_b_ostream & | os, |
| const vnl_nonlinear_minimizer & | p | ||
| ) |
Binary save vnl_real_polynomial to stream.
Binary save vnl_real_polynomial to stream.
Definition at line 43 of file vnl_io_nonlinear_minimizer.cxx.
| void vsl_print_summary | ( | std::ostream & | os, |
| const vnl_nonlinear_minimizer * | b | ||
| ) |
Print summary to stream by vnl_nonlinear_minimizer pointer.
Definition at line 142 of file vnl_io_nonlinear_minimizer.cxx.
| void vsl_print_summary | ( | std::ostream & | os, |
| const vnl_nonlinear_minimizer & | p | ||
| ) |
Print human readable summary of object to a stream.
Print human readable summary of object to a stream.
Definition at line 106 of file vnl_io_nonlinear_minimizer.cxx.
1.8.15