#include "bgrl_graph.h"
#include "bgrl_vertex.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. |
Definition in file bgrl_graph.cxx.
void vsl_b_read | ( | vsl_b_istream & | is, |
bgrl_graph *& | g | ||
) |
Binary load bgrl_graph from stream.
Definition at line 318 of file bgrl_graph.cxx.
void vsl_b_write | ( | vsl_b_ostream & | os, |
const bgrl_graph * | g | ||
) |
Binary save bgrl_graph to stream.
Definition at line 304 of file bgrl_graph.cxx.
void vsl_print_summary | ( | vcl_ostream & | os, |
const bgrl_graph * | g | ||
) |
Print an ASCII summary to the stream.
Definition at line 334 of file bgrl_graph.cxx.