Definition in file bgrl_graph.cxx.
#include "bgrl_graph.h"
#include "bgrl_edge.h"
#include <vbl/io/vbl_io_smart_ptr.h>
#include <vsl/vsl_set_io.h>
#include <vcl_iostream.h>
Go to the source code of this file.
Functions | |
| void | vsl_b_write (vsl_b_ostream &os, const bgrl_graph *g) |
| Binary save bgrl_graph to stream. | |
| void | vsl_b_read (vsl_b_istream &is, bgrl_graph *&g) |
| Binary load bgrl_graph from stream. | |
| void | vsl_print_summary (vcl_ostream &os, const bgrl_graph *g) |
| Print an ASCII summary to the stream. | |
| void vsl_b_read | ( | vsl_b_istream & | is, | |
| bgrl_graph *& | g | |||
| ) |
| void vsl_b_write | ( | vsl_b_ostream & | os, | |
| const bgrl_graph * | g | |||
| ) |
| void vsl_print_summary | ( | vcl_ostream & | os, | |
| const bgrl_graph * | g | |||
| ) |
1.5.1