Horizontal line used in images, with integer co-ordinates. More...
Go to the source code of this file.
Classes | |
| class | mbl_chord |
| Horizontal line used in images, with integer co-ordinates. More... | |
Functions | |
| vcl_ostream & | operator<< (vcl_ostream &os, const mbl_chord &c) |
| Print. | |
| void | vsl_b_write (vsl_b_ostream &bfs, const mbl_chord &t) |
| Save. | |
| void | vsl_b_read (vsl_b_istream &bfs, mbl_chord &t) |
| Load. | |
| void | vsl_print_summary (vcl_ostream &os, const mbl_chord &t) |
| Print. | |
Horizontal line used in images, with integer co-ordinates.
Definition in file mbl_chord.h.
| vcl_ostream& operator<< | ( | vcl_ostream & | os, |
| const mbl_chord & | c | ||
| ) | [inline] |
Print.
Definition at line 72 of file mbl_chord.h.
| void vsl_b_read | ( | vsl_b_istream & | bfs, |
| mbl_chord & | t | ||
| ) | [inline] |
Load.
Definition at line 84 of file mbl_chord.h.
| void vsl_b_write | ( | vsl_b_ostream & | bfs, |
| const mbl_chord & | t | ||
| ) | [inline] |
Save.
Definition at line 78 of file mbl_chord.h.
| void vsl_print_summary | ( | vcl_ostream & | os, |
| const mbl_chord & | t | ||
| ) | [inline] |
Print.
Definition at line 90 of file mbl_chord.h.
1.7.5.1