Go to the source code of this file.
Functions | |
vcl_ostream & | operator<< (vcl_ostream &s, const LineSeg &l) |
Save to vcl_ostream. | |
vcl_istream & | operator>> (vcl_istream &s, LineSeg &l) |
Read from vcl_istream. |
Definition in file LineSeg.cxx.
vcl_ostream& operator<< | ( | vcl_ostream & | s, |
const LineSeg & | l | ||
) |
Save to vcl_ostream.
Definition at line 20 of file LineSeg.cxx.
vcl_istream& operator>> | ( | vcl_istream & | s, |
LineSeg & | l | ||
) |
Read from vcl_istream.
Definition at line 31 of file LineSeg.cxx.