Written by Peter Vanroose, ESAT, K.U.Leuven, Belgium, 30 August 2001. More...
Go to the source code of this file.
| Defines | |
| #define | vgl_conic_txx_ | 
| #define | VGL_CONIC_INSTANTIATE(T) | 
| Functions | |
| template<class T > | |
| vcl_ostream & | operator<< (vcl_ostream &s, vgl_conic< T > const &co) | 
| Write "<vgl_conic aX^2+bXY+cY^2+dXW+eYW+fW^2=0>" to stream. | |
| template<class T > | |
| vcl_istream & | operator>> (vcl_istream &is, vgl_conic< T > &co) | 
| Read a b c d e f from stream. | |
Written by Peter Vanroose, ESAT, K.U.Leuven, Belgium, 30 August 2001.
Definition in file vgl_conic.txx.
| #define VGL_CONIC_INSTANTIATE | ( | T | ) | 
template class vgl_conic<T >; \ template vcl_ostream& operator<<(vcl_ostream&, const vgl_conic<T >&); \ template vcl_istream& operator>>(vcl_istream&, vgl_conic<T >&)
Definition at line 427 of file vgl_conic.txx.
| #define vgl_conic_txx_ | 
Definition at line 3 of file vgl_conic.txx.
| vcl_ostream& operator<< | ( | vcl_ostream & | s, | 
| vgl_conic< T > const & | co | ||
| ) | 
Write "<vgl_conic aX^2+bXY+cY^2+dXW+eYW+fW^2=0>" to stream.
Write "<vgl_conic aX^2+bXY+cY^2+dXW+eYW+fW^2>" to stream.
Definition at line 389 of file vgl_conic.txx.
| vcl_istream& operator>> | ( | vcl_istream & | is, | 
| vgl_conic< T > & | co | ||
| ) | 
Read a b c d e f from stream.
Definition at line 420 of file vgl_conic.txx.
 1.7.5.1
 1.7.5.1