Written by Peter Vanroose, ESAT, K.U.Leuven, Belgium, 30 August 2001. More...
Go to the source code of this file.
Macros | |
| #define | VGL_CONIC_INSTANTIATE(T) |
Functions | |
| template<class T > | |
| std::ostream & | operator<< (std::ostream &s, vgl_conic< T > const &co) |
| Write "<vgl_conic aX^2+bXY+cY^2+dXW+eYW+fW^2=0>" to stream. More... | |
| template<class T > | |
| std::istream & | operator>> (std::istream &is, vgl_conic< T > &co) |
| Read a b c d e f from stream. More... | |
Written by Peter Vanroose, ESAT, K.U.Leuven, Belgium, 30 August 2001.
Definition in file vgl_conic.hxx.
| #define VGL_CONIC_INSTANTIATE | ( | T | ) |
Definition at line 428 of file vgl_conic.hxx.
| std::ostream& operator<< | ( | std::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 390 of file vgl_conic.hxx.
| std::istream& operator>> | ( | std::istream & | is, |
| vgl_conic< T > & | co | ||
| ) |
Read a b c d e f from stream.
Definition at line 421 of file vgl_conic.hxx.
1.8.15