Functions
vpgl_io_proj_camera.h File Reference
#include <vsl/vsl_binary_io.h>
#include <vpgl/vpgl_proj_camera.h>

Go to the source code of this file.

Functions

template<class T >
void vsl_b_write (vsl_b_ostream &os, vpgl_proj_camera< T > const &camera)
 Binary save camera to stream. More...
 
template<class T >
void vsl_b_read (vsl_b_istream &is, vpgl_proj_camera< T > &camera)
 Binary load camera from stream. More...
 
template<class T >
void vsl_print_summary (std::ostream &os, const vpgl_proj_camera< T > &c)
 Print human readable summary of object to a stream. More...
 

Function Documentation

◆ vsl_b_read()

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

Binary load camera from stream.

Definition at line 21 of file vpgl_io_proj_camera.hxx.

◆ vsl_b_write()

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

Binary save camera to stream.

Definition at line 11 of file vpgl_io_proj_camera.hxx.

◆ vsl_print_summary()

template<class T >
void vsl_print_summary ( std::ostream &  os,
const vpgl_proj_camera< T > &  c 
)

Print human readable summary of object to a stream.

Definition at line 43 of file vpgl_io_proj_camera.hxx.