vpgl_io_local_rational_camera.h
Go to the documentation of this file.
1 #ifndef vpgl_io_local_rational_camera_h_
2 #define vpgl_io_local_rational_camera_h_
3 //:
4 // \file
5 #include <vsl/vsl_binary_io.h>
7 
8 //: Binary save camera to stream
9 template <class T>
11 
12 //: Binary load camera from stream.
13 template <class T>
15 
16 //: Print human readable summary of object to a stream
17 template <class T>
18 void vsl_print_summary(std::ostream& os,const vpgl_local_rational_camera<T> & c);
19 #endif // vpgl_io_local_rational_camera_h_
void vsl_b_write(vsl_b_ostream &os, vpgl_local_rational_camera< T > const &camera)
Binary save camera to stream.
void vsl_print_summary(std::ostream &os, const vpgl_local_rational_camera< T > &c)
Print human readable summary of object to a stream.
void vsl_b_read(vsl_b_istream &is, vpgl_local_rational_camera< T > &camera)
Binary load camera from stream.
A local rational camera model.