#include "vpgl_io_rational_camera.h"#include <vpgl/vpgl_rational_camera.h>#include <vnl/io/vnl_io_matrix_fixed.h>Go to the source code of this file.
Defines | |
| #define | vpgl_io_rational_camera_txx_ |
| #define | VPGL_IO_RATIONAL_CAMERA_INSTANTIATE(T) |
Functions | |
| template<class T > | |
| void | vsl_b_write (vsl_b_ostream &os, vpgl_rational_camera< T > const &camera) |
| Binary save camera to stream. | |
| template<class T > | |
| void | vsl_b_read (vsl_b_istream &is, vpgl_rational_camera< T > &camera) |
| Binary load camera from stream. | |
| template<class T > | |
| void | vsl_print_summary (vcl_ostream &os, const vpgl_rational_camera< T > &c) |
| Print human readable summary of object to a stream. | |
Definition in file vpgl_io_rational_camera.txx.
| #define VPGL_IO_RATIONAL_CAMERA_INSTANTIATE | ( | T | ) |
template void vsl_b_write(vsl_b_ostream & os, vpgl_rational_camera<T > const& camera); \ template void vsl_b_read(vsl_b_istream & is, vpgl_rational_camera<T > &camera); \ template void vsl_print_summary(vcl_ostream& os,const vpgl_rational_camera<T > & b)
Definition at line 71 of file vpgl_io_rational_camera.txx.
| #define vpgl_io_rational_camera_txx_ |
Definition at line 2 of file vpgl_io_rational_camera.txx.
| void vsl_b_read | ( | vsl_b_istream & | is, |
| vpgl_rational_camera< T > & | camera | ||
| ) |
Binary load camera from stream.
Definition at line 29 of file vpgl_io_rational_camera.txx.
| void vsl_b_write | ( | vsl_b_ostream & | os, |
| vpgl_rational_camera< T > const & | camera | ||
| ) |
Binary save camera to stream.
Definition at line 11 of file vpgl_io_rational_camera.txx.
| void vsl_print_summary | ( | vcl_ostream & | os, |
| const vpgl_rational_camera< T > & | c | ||
| ) |
Print human readable summary of object to a stream.
Definition at line 65 of file vpgl_io_rational_camera.txx.
1.7.5.1