Go to the source code of this file.
Functions | |
| void | vsl_b_write (vsl_b_ostream &os, vpgl_lvcs const &lvcs) |
| Binary save lvcs to stream. | |
| void | vsl_b_read (vsl_b_istream &is, vpgl_lvcs &lvcs) |
| Binary load lvcs from stream. | |
| void | vsl_print_summary (vcl_ostream &os, const vpgl_lvcs &c) |
| Print human readable summary of object to a stream. | |
| void | vsl_b_write (vsl_b_ostream &os, vpgl_lvcs_sptr const &lvcs_sptr) |
| Binary save lvcs sptr to stream. | |
| void | vsl_b_read (vsl_b_istream &is, vpgl_lvcs_sptr &lvcs_sptr) |
| Binary load lvcs sptr from stream. | |
Definition in file vpgl_io_lvcs.cxx.
| void vsl_b_read | ( | vsl_b_istream & | is, |
| vpgl_lvcs & | lvcs | ||
| ) |
Binary load lvcs from stream.
Definition at line 35 of file vpgl_io_lvcs.cxx.
| void vsl_b_read | ( | vsl_b_istream & | is, |
| vpgl_lvcs_sptr & | lvcs_sptr | ||
| ) |
Binary load lvcs sptr from stream.
Binary load lvcs from stream.
Definition at line 91 of file vpgl_io_lvcs.cxx.
| void vsl_b_write | ( | vsl_b_ostream & | os, |
| vpgl_lvcs const & | lvcs | ||
| ) |
Binary save lvcs to stream.
Definition at line 7 of file vpgl_io_lvcs.cxx.
| void vsl_b_write | ( | vsl_b_ostream & | os, |
| vpgl_lvcs_sptr const & | lvcs_sptr | ||
| ) |
Binary save lvcs sptr to stream.
Definition at line 83 of file vpgl_io_lvcs.cxx.
| void vsl_print_summary | ( | vcl_ostream & | os, |
| const vpgl_lvcs & | c | ||
| ) |
Print human readable summary of object to a stream.
Definition at line 77 of file vpgl_io_lvcs.cxx.
1.7.5.1