Go to the source code of this file.
|
template<class FT > |
std::ostream & | operator<< (std::ostream &os, const LineS2< FT > &l) |
|
template<class FT > |
std::istream & | operator>> (std::istream &is, LineS2< FT > &p) |
|
std::ostream& operator<< |
( |
std::ostream & |
os, |
|
|
const LineS2< FT > & |
l |
|
) |
| |
Definition at line 317 of file LineS2.h.
References IO::ASCII, IO::BINARY, IO::mode, and write().
322 return os << l.
a() <<
' ' << l.
b() <<
' ' << l.
c();
329 return os <<
"LineS2(" << l.
a() <<
", " << l.
b() <<
", " << l.
c() <<
')';
void write(std::ostream &os, const T &t, const io_Read_write &)
std::istream& operator>> |
( |
std::istream & |
is, |
|
|
LineS2< FT > & |
p |
|
) |
| |
Definition at line 336 of file LineS2.h.
References IO::ASCII, IO::BINARY, IO::mode, and read().
349 std::cerr <<
"" << std::endl;
350 std::cerr <<
"Stream must be in ascii or binary mode" << std::endl;
void read(std::istream &is, T &t, const io_Read_write &)