Functions
vpgl_io_camera.h File Reference
#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. More...
 
template<class T >
void vsl_b_read (vsl_b_istream &is, vpgl_camera< T > *&camera)
 Binary load camera from stream. More...
 
void vsl_b_write (vsl_b_ostream &os, vpgl_camera_double_sptr const &cam_sptr)
 Binary save camera sptr to stream. More...
 
void vsl_b_write (vsl_b_ostream &os, vpgl_camera_float_sptr const &cam_sptr)
 Binary save camera sptr to stream. More...
 
void vsl_b_read (vsl_b_istream &is, vpgl_camera_double_sptr &camera)
 Binary load camera from stream. More...
 
void vsl_b_read (vsl_b_istream &is, vpgl_camera_float_sptr &camera)
 Binary load camera from stream. More...
 

Function Documentation

◆ vsl_b_read() [1/3]

template<class T >
void vsl_b_read ( vsl_b_istream is,
vpgl_camera< T > *&  camera 
)

Binary load camera from stream.

Definition at line 75 of file vpgl_io_camera.hxx.

◆ vsl_b_read() [2/3]

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.

◆ vsl_b_read() [3/3]

void vsl_b_read ( vsl_b_istream is,
vpgl_camera_float_sptr camera 
)

Binary load camera from stream.

Definition at line 30 of file vpgl_io_camera.cxx.

◆ vsl_b_write() [1/3]

template<class T >
void vsl_b_write ( vsl_b_ostream os,
vpgl_camera< T > *const &  camera 
)

Binary save camera to stream.

Definition at line 28 of file vpgl_io_camera.hxx.

◆ vsl_b_write() [2/3]

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.

◆ vsl_b_write() [3/3]

void vsl_b_write ( vsl_b_ostream os,
vpgl_camera_float_sptr const &  cam_sptr 
)

Binary save camera sptr to stream.

Definition at line 14 of file vpgl_io_camera.cxx.