Go to the source code of this file.
Defines | |
| #define | VGL_IO_CONIC_INSTANTIATE(T) extern "Please #include <vgl/io/vgl_io_conic.txx>" |
Functions | |
| template<class T > | |
| void | vsl_b_write (vsl_b_ostream &os, vgl_conic< T > const &p) |
| Binary save vgl_conic to stream. | |
| template<class T > | |
| void | vsl_b_read (vsl_b_istream &is, vgl_conic< T > &p) |
| Binary load vgl_conic from stream. | |
| template<class T > | |
| void | vsl_print_summary (vcl_ostream &os, vgl_conic< T > const &p) |
| Print human readable summary of object to a stream. | |
Definition in file vgl_io_conic.h.
| #define VGL_IO_CONIC_INSTANTIATE | ( | T | ) | extern "Please #include <vgl/io/vgl_io_conic.txx>" |
Definition at line 24 of file vgl_io_conic.h.
| void vsl_b_read | ( | vsl_b_istream & | is, |
| vgl_conic< T > & | conic | ||
| ) |
Binary load vgl_conic from stream.
Definition at line 29 of file vgl_io_conic.txx.
| void vsl_b_write | ( | vsl_b_ostream & | os, |
| vgl_conic< T > const & | conic | ||
| ) |
Binary save vgl_conic to stream.
Definition at line 14 of file vgl_io_conic.txx.
| void vsl_print_summary | ( | vcl_ostream & | os, |
| vgl_conic< T > const & | conic | ||
| ) |
Print human readable summary of object to a stream.
Definition at line 60 of file vgl_io_conic.txx.
1.7.5.1