Functions
vpgl_io_camera.cxx File Reference
#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. 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/2]

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() [2/2]

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/2]

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() [2/2]

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.