Classes | Functions
contrib/mul/mfpf/mfpf_dp_snake.h File Reference

Basic snake, using dynamic programming to update. More...

#include <mfpf/mfpf_point_finder.h>
#include <mbl/mbl_cloneable_ptr.h>
#include <vgl/vgl_point_2d.h>
#include <vcl_iosfwd.h>

Go to the source code of this file.

Classes

class  mfpf_dp_snake
 Basic snake, using dynamic programming to update. More...

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.

Detailed Description

Basic snake, using dynamic programming to update.

Author:
Tim Cootes

Definition in file mfpf_dp_snake.h.


Function Documentation

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.