#include "vpgl_io_camera.h"
Go to the source code of this file.
Functions | |
void | vsl_b_write (vsl_b_ostream &os, vpgl_camera_double_sptr const &cam_sptr) |
Binary save camera sptr to stream. | |
void | vsl_b_read (vsl_b_istream &is, vpgl_camera_double_sptr &camera) |
Binary load camera from stream. |
Definition in file vpgl_io_camera.cxx.
void vsl_b_read | ( | vsl_b_istream & | is, |
vpgl_camera_double_sptr & | camera | ||
) |
Binary load camera from stream.
Definition at line 22 of file vpgl_io_camera.cxx.
void vsl_b_write | ( | vsl_b_ostream & | os, |
vpgl_camera_double_sptr const & | cam_sptr | ||
) |
Binary save camera sptr to stream.
Definition at line 6 of file vpgl_io_camera.cxx.