#include "vpgl_io_camera.h"
#include <vpgl/vpgl_proj_camera.h>
#include <vpgl/vpgl_perspective_camera.h>
#include <vpgl/vpgl_affine_camera.h>
#include <vpgl/vpgl_rational_camera.h>
#include <vpgl/vpgl_local_rational_camera.h>
#include <vpgl/io/vpgl_io_proj_camera.h>
#include <vpgl/io/vpgl_io_perspective_camera.h>
#include <vpgl/io/vpgl_io_affine_camera.h>
#include <vpgl/io/vpgl_io_rational_camera.h>
#include <vpgl/io/vpgl_io_local_rational_camera.h>
#include <vsl/vsl_binary_io.h>
#include <vcl_string.h>
#include <vcl_iostream.h>
Go to the source code of this file.
Defines | |
#define | vpgl_io_camera_txx_ |
#define | VPGL_IO_CAMERA_INSTANTIATE(T) |
Functions | |
template<class T > | |
void | vsl_b_write (vsl_b_ostream &os, vpgl_camera< T > *const &camera) |
Binary save camera to stream. | |
template<class T > | |
void | vsl_b_read (vsl_b_istream &is, vpgl_camera< T > *&camera) |
Binary load camera from stream. |
Definition in file vpgl_io_camera.txx.
#define VPGL_IO_CAMERA_INSTANTIATE | ( | T | ) |
template void vsl_b_read(vsl_b_istream &, vpgl_camera<T >* &); \ template void vsl_b_write(vsl_b_ostream &, vpgl_camera<T >* const&)
Definition at line 116 of file vpgl_io_camera.txx.
#define vpgl_io_camera_txx_ |
Definition at line 2 of file vpgl_io_camera.txx.
void vsl_b_read | ( | vsl_b_istream & | is, |
vpgl_camera< T > *& | camera | ||
) |
Binary load camera from stream.
Definition at line 72 of file vpgl_io_camera.txx.
void vsl_b_write | ( | vsl_b_ostream & | os, |
vpgl_camera< T > *const & | camera | ||
) |
Binary save camera to stream.
Definition at line 25 of file vpgl_io_camera.txx.