Go to the source code of this file.
Defines | |
#define | vgl_homg_point_1d_txx_ |
#define | VGL_HOMG_POINT_1D_INSTANTIATE(T) |
Functions | |
template<class Type > | |
vcl_ostream & | operator<< (vcl_ostream &s, vgl_homg_point_1d< Type > const &p) |
template<class Type > | |
vcl_istream & | operator>> (vcl_istream &s, vgl_homg_point_1d< Type > &p) |
#define VGL_HOMG_POINT_1D_INSTANTIATE | ( | T | ) |
template class vgl_homg_point_1d<T >; \ template vcl_ostream& operator<<(vcl_ostream&, vgl_homg_point_1d<T >const&); \ template vcl_istream& operator>>(vcl_istream&, vgl_homg_point_1d<T >&)
Definition at line 21 of file vgl_homg_point_1d.txx.
#define vgl_homg_point_1d_txx_ |
Definition at line 3 of file vgl_homg_point_1d.txx.
vcl_ostream& operator<< | ( | vcl_ostream & | s, |
vgl_homg_point_1d< Type > const & | p | ||
) |
Definition at line 9 of file vgl_homg_point_1d.txx.
vcl_istream& operator>> | ( | vcl_istream & | s, |
vgl_homg_point_1d< Type > & | p | ||
) |
Definition at line 15 of file vgl_homg_point_1d.txx.