Container for set of poses and associated fit values. More...
#include <mfpf/mfpf_pose.h>#include <vsl/vsl_vector_io.h>#include <vcl_iostream.h>#include <vcl_cstdlib.h>Go to the source code of this file.
Classes | |
| struct | mfpf_pose_set |
Functions | |
| void | vsl_b_write (vsl_b_ostream &bfs, const mfpf_pose_set &p) |
| void | vsl_b_read (vsl_b_istream &bfs, mfpf_pose_set &p) |
| void | vsl_b_write (vsl_b_ostream &bfs, const vcl_vector< mfpf_pose_set > &p) |
| Write vector of objects to stream. | |
| void | vsl_b_read (vsl_b_istream &bfs, vcl_vector< mfpf_pose_set > &p) |
| Read in vector of feature points from stream. | |
Container for set of poses and associated fit values.
Definition in file mfpf_pose_set.h.
| void vsl_b_read | ( | vsl_b_istream & | bfs, |
| mfpf_pose_set & | p | ||
| ) | [inline] |
Definition at line 30 of file mfpf_pose_set.h.
| void vsl_b_read | ( | vsl_b_istream & | bfs, |
| vcl_vector< mfpf_pose_set > & | p | ||
| ) | [inline] |
Read in vector of feature points from stream.
Definition at line 58 of file mfpf_pose_set.h.
| void vsl_b_write | ( | vsl_b_ostream & | bfs, |
| const mfpf_pose_set & | p | ||
| ) | [inline] |
Definition at line 22 of file mfpf_pose_set.h.
| void vsl_b_write | ( | vsl_b_ostream & | bfs, |
| const vcl_vector< mfpf_pose_set > & | p | ||
| ) | [inline] |
Write vector of objects to stream.
Definition at line 48 of file mfpf_pose_set.h.
1.7.5.1