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