#include <vsl/vsl_binary_io.h>#include <vpgl/vpgl_camera.h>#include <vpgl/vpgl_camera_double_sptr.h>#include <vpgl/vpgl_camera_float_sptr.h>Go to the source code of this file.
Functions | |
| template<class T > | |
| void | vsl_b_write (vsl_b_ostream &os, vpgl_camera< T > *const &camera) | 
| Binary save camera to stream.   | |
| template<class T > | |
| void | vsl_b_read (vsl_b_istream &is, vpgl_camera< T > *&camera) | 
| Binary load camera from stream.   | |
| 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.h.
| void vsl_b_read | ( | vsl_b_istream & | is, | 
| vpgl_camera< T > *& | camera | ||
| ) | 
Binary load camera from stream.
Definition at line 72 of file vpgl_io_camera.txx.
| 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< T > *const & | camera | ||
| ) | 
Binary save camera to stream.
Definition at line 25 of file vpgl_io_camera.txx.
| 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.
 1.7.5.1