vpgl_io_rational_camera.h
Go to the documentation of this file.
1 #ifndef vpgl_io_rational_camera_h_
2 #define vpgl_io_rational_camera_h_
3 //:
4 // \file
5 #include <vsl/vsl_binary_io.h>
7 
8 
9 //: Binary save camera to stream
10 template <class T>
11 void vsl_b_write(vsl_b_ostream & os, vpgl_rational_camera<T> const& camera);
12 
13 
14 //: Binary load camera from stream.
15 template <class T>
17 
18 //: Print human readable summary of object to a stream
19 template <class T>
20 void vsl_print_summary(std::ostream& os,const vpgl_rational_camera<T> & c);
21 
22 #endif
A camera model based on ratios of cubic polynomials.
void vsl_b_read(vsl_b_istream &is, vpgl_rational_camera< T > &camera)
Binary load camera from stream.
void vsl_print_summary(std::ostream &os, const vpgl_rational_camera< T > &c)
Print human readable summary of object to a stream.
void vsl_b_write(vsl_b_ostream &os, vpgl_rational_camera< T > const &camera)
Binary save camera to stream.