Definition in file bmrf_node.cxx.
#include "bmrf_node.h"
#include <bmrf/bmrf_arc.h>
#include <bmrf/bmrf_epi_transform.h>
#include <bmrf/bmrf_gamma_func.h>
#include <bmrf/bmrf_epi_seg_compare.h>
#include <vsl/vsl_binary_io.h>
#include <vbl/io/vbl_io_smart_ptr.h>
#include <vcl_algorithm.h>
#include <vcl_cmath.h>
Go to the source code of this file.
Functions | |
| void | vsl_b_write (vsl_b_ostream &os, const bmrf_node *n) |
| Binary save bmrf_node* to stream. | |
| void | vsl_b_read (vsl_b_istream &is, bmrf_node *&n) |
| Binary load bmrf_node* from stream. | |
| void | vsl_print_summary (vcl_ostream &os, const bmrf_node *n) |
| Print an ASCII summary to the stream. | |
|
||||||||||||
|
Binary load bmrf_node* from stream.
Definition at line 526 of file bmrf_node.cxx. |
|
||||||||||||
|
Binary save bmrf_node* to stream.
Definition at line 512 of file bmrf_node.cxx. |
|
||||||||||||
|
Print an ASCII summary to the stream.
Definition at line 542 of file bmrf_node.cxx. |
1.4.4