Basic snake, using dynamic programming to update. More...
#include "mfpf_dp_snake.h"#include <vcl_cmath.h>#include <vsl/vsl_indent.h>#include <vsl/vsl_binary_loader.h>#include <vsl/vsl_vector_io.h>#include <vgl/vgl_point_2d.h>#include <vgl/vgl_vector_2d.h>#include <mbl/mbl_dyn_prog.h>#include <mbl/mbl_stats_1d.h>Go to the source code of this file.
Functions | |
| vcl_ostream & | operator<< (vcl_ostream &os, const mfpf_dp_snake &b) |
| Stream output operator for class reference. | |
| void | vsl_b_write (vsl_b_ostream &bfs, const mfpf_dp_snake &b) |
| Binary file stream output operator for class reference. | |
| void | vsl_b_read (vsl_b_istream &bfs, mfpf_dp_snake &b) |
| Binary file stream input operator for class reference. | |
Basic snake, using dynamic programming to update.
Definition in file mfpf_dp_snake.cxx.
| vcl_ostream& operator<< | ( | vcl_ostream & | os, |
| const mfpf_dp_snake & | b | ||
| ) |
Stream output operator for class reference.
Definition at line 277 of file mfpf_dp_snake.cxx.
| void vsl_b_read | ( | vsl_b_istream & | bfs, |
| mfpf_dp_snake & | b | ||
| ) |
Binary file stream input operator for class reference.
Definition at line 293 of file mfpf_dp_snake.cxx.
| void vsl_b_write | ( | vsl_b_ostream & | bfs, |
| const mfpf_dp_snake & | b | ||
| ) |
Binary file stream output operator for class reference.
Definition at line 287 of file mfpf_dp_snake.cxx.
1.7.5.1