Macros | Functions
vgl_conic.hxx File Reference

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

#include <cmath>
#include <iostream>
#include "vgl_conic.h"

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...
 

Detailed Description

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

Definition in file vgl_conic.hxx.

Macro Definition Documentation

◆ VGL_CONIC_INSTANTIATE

#define VGL_CONIC_INSTANTIATE (   T)
Value:
template class vgl_conic<T >; \
template std::ostream& operator<<(std::ostream&, const vgl_conic<T >&); \
template std::istream& operator>>(std::istream&, vgl_conic<T >&)
std::ostream & operator<<(std::ostream &s, vgl_orient_box_3d< Type > const &p)
Write box to stream.
A quadratic plane curve.
Definition: vgl_conic.h:70
std::istream & operator>>(std::istream &is, vgl_orient_box_3d< Type > &p)
Read box from stream.

Definition at line 428 of file vgl_conic.hxx.

Function Documentation

◆ operator<<()

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.

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

Definition at line 390 of file vgl_conic.hxx.

◆ operator>>()

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