Go to the source code of this file.
|
template<class R > |
std::ostream & | operator<< (std::ostream &os, const Line_3< R > &l) |
|
template<class R > |
std::istream & | operator>> (std::istream &is, Line_3< R > &p) |
|
std::ostream& operator<< |
( |
std::ostream & |
os, |
|
|
const Line_3< R > & |
l |
|
) |
| |
Definition at line 152 of file Line_3.h.
154 typedef typename R::Line_3_base RLine_3;
155 return os << (
const RLine_3& )l;
std::istream& operator>> |
( |
std::istream & |
is, |
|
|
Line_3< R > & |
p |
|
) |
| |
Definition at line 162 of file Line_3.h.
164 typedef typename R::Line_3_base RLine_3;