Modifications
Definition in file bgrl_graph.h.
#include <vcl_set.h>
#include <vsl/vsl_binary_io.h>
#include <vbl/vbl_ref_count.h>
#include "bgrl_vertex_sptr.h"
#include "bgrl_edge_sptr.h"
#include "bgrl_graph_sptr.h"
#include "bgrl_search_func_sptr.h"
#include "bgrl_search_func.h"
Go to the source code of this file.
Classes | |
| class | bgrl_graph |
| The graph. More... | |
| class | bgrl_graph::iterator |
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