#include "vgl_infinite_line_3d.h"
#include <vcl_cassert.h>
#include <vcl_iostream.h>
#include <vcl_cmath.h>
Go to the source code of this file.
Defines | |
#define | vgl_infinite_line_3d_txx_ |
#define | VGL_INFINITE_LINE_3D_INSTANTIATE(Type) |
Functions | |
template<class Type > | |
vcl_ostream & | operator<< (vcl_ostream &s, vgl_infinite_line_3d< Type > const &p) |
Write to stream. | |
template<class Type > | |
vcl_istream & | operator>> (vcl_istream &s, vgl_infinite_line_3d< Type > &p) |
Read from stream. |
#define VGL_INFINITE_LINE_3D_INSTANTIATE | ( | Type | ) |
template class vgl_infinite_line_3d<Type >;\ template vcl_istream& operator>>(vcl_istream&, vgl_infinite_line_3d<Type >&);\ template vcl_ostream& operator<<(vcl_ostream&, vgl_infinite_line_3d<Type > const&)
Definition at line 128 of file vgl_infinite_line_3d.txx.
#define vgl_infinite_line_3d_txx_ |
Definition at line 3 of file vgl_infinite_line_3d.txx.
vcl_ostream& operator<< | ( | vcl_ostream & | s, |
vgl_infinite_line_3d< Type > const & | p | ||
) |
Write to stream.
Definition at line 112 of file vgl_infinite_line_3d.txx.
vcl_istream& operator>> | ( | vcl_istream & | s, |
vgl_infinite_line_3d< Type > & | p | ||
) |
Read from stream.
Definition at line 118 of file vgl_infinite_line_3d.txx.