#include "vpgl_rational_camera.h"#include <vcl_vector.txx>#include <vcl_fstream.h>#include <vsl/vsl_binary_io.h>#include <vgl/vgl_point_2d.h>#include <vgl/vgl_point_3d.h>Go to the source code of this file.
Defines | |
| #define | vpgl_rational_camera_txx_ |
| #define | vpgl_RATIONAL_CAMERA_INSTANTIATE(T) |
Functions | |
| template<class T > | |
| vcl_ostream & | operator<< (vcl_ostream &s, const vpgl_rational_camera< T > &c) |
| Write to stream. | |
| template<class T > | |
| vpgl_rational_camera< T > * | read_rational_camera (vcl_string cam_path) |
| read from a file. | |
| template<class T > | |
| vpgl_rational_camera< T > * | read_rational_camera (vcl_istream &istr) |
| read from an open istream. | |
| template<class T > | |
| vcl_istream & | operator>> (vcl_istream &s, vpgl_rational_camera< T > &c) |
| Read from stream. | |
Definition in file vpgl_rational_camera.txx.
| #define vpgl_RATIONAL_CAMERA_INSTANTIATE | ( | T | ) |
template class vpgl_scale_offset<T >; \ template class vpgl_rational_camera<T >; \ template vcl_ostream& operator<<(vcl_ostream&, const vpgl_rational_camera<T >&); \ template vcl_istream& operator>>(vcl_istream&, vpgl_rational_camera<T >&); \ template vpgl_rational_camera<T > * read_rational_camera(vcl_string); \ template vpgl_rational_camera<T > * read_rational_camera(vcl_istream&); \ typedef vpgl_scale_offset<T > soff; \ VCL_VECTOR_INSTANTIATE(soff)
Definition at line 630 of file vpgl_rational_camera.txx.
| #define vpgl_rational_camera_txx_ |
Definition at line 3 of file vpgl_rational_camera.txx.
| vcl_ostream& operator<< | ( | vcl_ostream & | s, |
| const vpgl_rational_camera< T > & | c | ||
| ) |
Write to stream.
Definition at line 425 of file vpgl_rational_camera.txx.
| vcl_istream& operator>> | ( | vcl_istream & | s, |
| vpgl_rational_camera< T > & | c | ||
| ) |
Read from stream.
Definition at line 621 of file vpgl_rational_camera.txx.
| vpgl_rational_camera<T>* read_rational_camera | ( | vcl_string | cam_path | ) |
read from a file.
Creates a rational camera from a file.
Definition at line 433 of file vpgl_rational_camera.txx.
| vpgl_rational_camera<T>* read_rational_camera | ( | vcl_istream & | istr | ) |
read from an open istream.
Creates a rational camera from a stream.
Definition at line 447 of file vpgl_rational_camera.txx.
1.7.5.1