Defines | Functions
core/vgl/vgl_homg_point_1d.txx File Reference
#include "vgl_homg_point_1d.h"
#include <vcl_iostream.h>

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 Documentation

#define VGL_HOMG_POINT_1D_INSTANTIATE (   T)
Value:
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.


Function Documentation

template<class Type >
vcl_ostream& operator<< ( vcl_ostream &  s,
vgl_homg_point_1d< Type > const &  p 
)

Definition at line 9 of file vgl_homg_point_1d.txx.

template<class Type >
vcl_istream& operator>> ( vcl_istream &  s,
vgl_homg_point_1d< Type > &  p 
)

Definition at line 15 of file vgl_homg_point_1d.txx.