#include "vpgl_comp_rational_camera.h"#include <vcl_cmath.h>#include <vcl_vector.txx>#include <vcl_fstream.h>#include <vgl/vgl_point_2d.h>#include <vgl/vgl_point_3d.h>Go to the source code of this file.
Defines | |
| #define | vpgl_comp_rational_camera_txx_ |
| #define | vpgl_COMP_RATIONAL_CAMERA_INSTANTIATE(T) |
Functions | |
| template<class T > | |
| vcl_ostream & | operator<< (vcl_ostream &s, const vpgl_comp_rational_camera< T > &c) |
| Write to stream. | |
Definition in file vpgl_comp_rational_camera.txx.
| #define vpgl_COMP_RATIONAL_CAMERA_INSTANTIATE | ( | T | ) |
template class vpgl_comp_rational_camera<T >; \ template vcl_ostream& operator<<(vcl_ostream&, const vpgl_comp_rational_camera<T >&)
Definition at line 429 of file vpgl_comp_rational_camera.txx.
| #define vpgl_comp_rational_camera_txx_ |
Definition at line 3 of file vpgl_comp_rational_camera.txx.
| vcl_ostream& operator<< | ( | vcl_ostream & | s, |
| const vpgl_comp_rational_camera< T > & | c | ||
| ) |
Write to stream.
Definition at line 420 of file vpgl_comp_rational_camera.txx.
1.7.5.1