Representation of topological arc joining two vertices. More...
Go to the source code of this file.
Classes | |
| class | mmn_arc |
| Representation of topological arc joining two vertices. More... | |
Functions | |
| bool | operator== (const mmn_arc &t1, const mmn_arc &t2) |
| bool | operator!= (const mmn_arc &t1, const mmn_arc &t2) |
| vcl_ostream & | operator<< (vcl_ostream &os, const mmn_arc &t) |
| vcl_ostream & | operator<< (vcl_ostream &os, const vcl_vector< mmn_arc > &arcs) |
| void | vsl_b_write (vsl_b_ostream &bfs, const mmn_arc &t) |
| void | vsl_b_read (vsl_b_istream &bfs, mmn_arc &t) |
| void | vsl_b_write (vsl_b_ostream &bfs, const vcl_vector< mmn_arc > &a) |
| void | vsl_b_read (vsl_b_istream &bfs, vcl_vector< mmn_arc > &a) |
Representation of topological arc joining two vertices.
Definition in file mmn_arc.h.
| vcl_ostream& operator<< | ( | vcl_ostream & | os, |
| const mmn_arc & | t | ||
| ) | [inline] |
| vcl_ostream& operator<< | ( | vcl_ostream & | os, |
| const vcl_vector< mmn_arc > & | arcs | ||
| ) | [inline] |
| void vsl_b_read | ( | vsl_b_istream & | bfs, |
| mmn_arc & | t | ||
| ) | [inline] |
| void vsl_b_read | ( | vsl_b_istream & | bfs, |
| vcl_vector< mmn_arc > & | a | ||
| ) | [inline] |
| void vsl_b_write | ( | vsl_b_ostream & | bfs, |
| const mmn_arc & | t | ||
| ) | [inline] |
| void vsl_b_write | ( | vsl_b_ostream & | bfs, |
| const vcl_vector< mmn_arc > & | a | ||
| ) | [inline] |
1.7.5.1