#include "vpgl_io_affine_camera.h"#include <vpgl/vpgl_affine_camera.h>#include <vnl/io/vnl_io_matrix_fixed.h>Go to the source code of this file.
Macros | |
| #define | VPGL_IO_AFFINE_CAMERA_INSTANTIATE(T) |
Functions | |
| template<class T > | |
| void | vsl_b_write (vsl_b_ostream &os, vpgl_affine_camera< T > const &camera) |
| Binary save camera to stream. More... | |
| template<class T > | |
| void | vsl_b_read (vsl_b_istream &is, vpgl_affine_camera< T > &camera) |
| Binary load camera from stream. More... | |
| template<class T > | |
| void | vsl_print_summary (std::ostream &os, const vpgl_affine_camera< T > &c) |
| Print human readable summary of object to a stream. More... | |
| #define VPGL_IO_AFFINE_CAMERA_INSTANTIATE | ( | T | ) |
Definition at line 53 of file vpgl_io_affine_camera.hxx.
| void vsl_b_read | ( | vsl_b_istream & | is, |
| vpgl_affine_camera< T > & | camera | ||
| ) |
Binary load camera from stream.
Definition at line 22 of file vpgl_io_affine_camera.hxx.
| void vsl_b_write | ( | vsl_b_ostream & | os, |
| vpgl_affine_camera< T > const & | camera | ||
| ) |
Binary save camera to stream.
Definition at line 11 of file vpgl_io_affine_camera.hxx.
| void vsl_print_summary | ( | std::ostream & | os, |
| const vpgl_affine_camera< T > & | c | ||
| ) |
Print human readable summary of object to a stream.
Definition at line 47 of file vpgl_io_affine_camera.hxx.
1.8.15