Defines | Functions
core/vgl/vgl_conic.txx File Reference

Written by Peter Vanroose, ESAT, K.U.Leuven, Belgium, 30 August 2001. More...

#include "vgl_conic.h"
#include <vcl_cmath.h>
#include <vcl_iostream.h>
#include <vcl_compiler.h>

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.

Detailed Description

Written by Peter Vanroose, ESAT, K.U.Leuven, Belgium, 30 August 2001.

Definition in file vgl_conic.txx.


Define Documentation

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


Function Documentation

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.

Write "<vgl_conic aX^2+bXY+cY^2+dXW+eYW+fW^2>" to stream.

Definition at line 389 of file vgl_conic.txx.

template<class T >
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.