Defines | Functions
core/vgl/algo/vgl_h_matrix_1d.txx File Reference
#include "vgl_h_matrix_1d.h"
#include <vgl/vgl_homg_point_1d.h>
#include <vnl/vnl_inverse.h>
#include <vnl/vnl_vector_fixed.h>
#include <vnl/algo/vnl_svd.h>
#include <vcl_fstream.h>

Go to the source code of this file.

Defines

#define vgl_h_matrix_1d_txx_
#define VGL_H_MATRIX_1D_INSTANTIATE(T)

Functions

template<class T >
vcl_ostream & operator<< (vcl_ostream &s, const vgl_h_matrix_1d< T > &h)
 Print H on vcl_ostream.
template<class T >
vcl_istream & operator>> (vcl_istream &s, vgl_h_matrix_1d< T > &H)
 Read H from vcl_istream.

Detailed Description

Definition in file vgl_h_matrix_1d.txx.


Define Documentation

#define VGL_H_MATRIX_1D_INSTANTIATE (   T)
Value:
template class vgl_h_matrix_1d<T >; \
template vcl_ostream& operator << (vcl_ostream& s, const vgl_h_matrix_1d<T >& h); \
template vcl_istream& operator >> (vcl_istream& s, vgl_h_matrix_1d<T >& h)

Definition at line 227 of file vgl_h_matrix_1d.txx.

#define vgl_h_matrix_1d_txx_

Definition at line 3 of file vgl_h_matrix_1d.txx.


Function Documentation

template<class T >
vcl_ostream& operator<< ( vcl_ostream &  s,
const vgl_h_matrix_1d< T > &  h 
)

Print H on vcl_ostream.

Definition at line 100 of file vgl_h_matrix_1d.txx.

template<class T >
vcl_istream& operator>> ( vcl_istream &  s,
vgl_h_matrix_1d< T > &  H 
)

Read H from vcl_istream.

Definition at line 107 of file vgl_h_matrix_1d.txx.