Store information about which node a given node depends on. More...
Go to the source code of this file.
Classes | |
| class | mmn_dependancy |
| Store information about which node a given node depends on. More... | |
Functions | |
| vcl_ostream & | operator<< (vcl_ostream &os, const mmn_dependancy &t) |
| void | vsl_b_write (vsl_b_ostream &bfs, const mmn_dependancy &t) |
| void | vsl_b_read (vsl_b_istream &bfs, mmn_dependancy &t) |
Variables | |
| const unsigned | mmn_no_arc = 99999 |
| Value to indicate no valid arc. | |
| const unsigned | mmn_no_tri = 99999 |
| Value to indicate no valid triangle. | |
Store information about which node a given node depends on.
Definition in file mmn_dependancy.h.
| vcl_ostream& operator<< | ( | vcl_ostream & | os, |
| const mmn_dependancy & | t | ||
| ) | [inline] |
Definition at line 56 of file mmn_dependancy.h.
| void vsl_b_read | ( | vsl_b_istream & | bfs, |
| mmn_dependancy & | t | ||
| ) | [inline] |
Definition at line 77 of file mmn_dependancy.h.
| void vsl_b_write | ( | vsl_b_ostream & | bfs, |
| const mmn_dependancy & | t | ||
| ) | [inline] |
Definition at line 64 of file mmn_dependancy.h.
| const unsigned mmn_no_arc = 99999 |
Value to indicate no valid arc.
Definition at line 13 of file mmn_dependancy.h.
| const unsigned mmn_no_tri = 99999 |
Value to indicate no valid triangle.
Definition at line 16 of file mmn_dependancy.h.
1.7.5.1