Functions
core/vpgl/io/vpgl_io_perspective_camera.h File Reference
#include <vsl/vsl_binary_io.h>
#include <vpgl/vpgl_perspective_camera.h>

Go to the source code of this file.

Functions

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

Detailed Description

Definition in file vpgl_io_perspective_camera.h.


Function Documentation

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

Binary load camera from stream.

Definition at line 29 of file vpgl_io_perspective_camera.txx.

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

Binary save camera to stream.

Definition at line 13 of file vpgl_io_perspective_camera.txx.

template<class T >
void vsl_print_summary ( vcl_ostream &  os,
const vpgl_perspective_camera< T > &  c 
)

Print human readable summary of object to a stream.

Definition at line 60 of file vpgl_io_perspective_camera.txx.