#include "vgl_h_matrix_2d.h"#include <vnl/vnl_inverse.h>#include <vnl/vnl_vector_fixed.h>#include <vnl/algo/vnl_svd.h>#include <vcl_limits.h>#include <vcl_cstdlib.h>#include <vcl_fstream.h>#include <vcl_cassert.h>#include <vcl_deprecated.h>Go to the source code of this file.
Defines | |
| #define | vgl_h_matrix_2d_txx_ |
| #define | VGL_H_MATRIX_2D_INSTANTIATE(T) |
Functions | |
| template<class T > | |
| vcl_ostream & | operator<< (vcl_ostream &s, vgl_h_matrix_2d< T > const &h) |
| Print H on vcl_ostream. | |
| #define VGL_H_MATRIX_2D_INSTANTIATE | ( | T | ) |
template class vgl_h_matrix_2d<T >; \ template vcl_ostream& operator << (vcl_ostream& s, vgl_h_matrix_2d<T > const& h); \ template vcl_istream& operator >> (vcl_istream& s, vgl_h_matrix_2d<T >& h)
Definition at line 507 of file vgl_h_matrix_2d.txx.
| #define vgl_h_matrix_2d_txx_ |
Definition at line 3 of file vgl_h_matrix_2d.txx.
| vcl_ostream& operator<< | ( | vcl_ostream & | s, |
| vgl_h_matrix_2d< T > const & | h | ||
| ) |
Print H on vcl_ostream.
Definition at line 159 of file vgl_h_matrix_2d.txx.
1.7.5.1