Cost functions to evaluate vector of pixel samples. More...
#include <vnl/vnl_vector.h>#include <vsl/vsl_binary_io.h>#include <vcl_string.h>#include <vcl_iosfwd.h>Go to the source code of this file.
Classes | |
| class | mfpf_vec_cost |
| Cost functions to evaluate vector of pixel samples. More... | |
Functions | |
| void | vsl_add_to_binary_loader (const mfpf_vec_cost &b) |
| Allows derived class to be loaded by base-class pointer. | |
| void | vsl_b_write (vsl_b_ostream &bfs, const mfpf_vec_cost &b) |
| Binary file stream output operator for class reference. | |
| void | vsl_b_read (vsl_b_istream &bfs, mfpf_vec_cost &b) |
| Binary file stream input operator for class reference. | |
| vcl_ostream & | operator<< (vcl_ostream &os, const mfpf_vec_cost &b) |
| Stream output operator for class reference. | |
| vcl_ostream & | operator<< (vcl_ostream &os, const mfpf_vec_cost *b) |
| Stream output operator for class pointer. | |
Cost functions to evaluate vector of pixel samples.
Definition in file mfpf_vec_cost.h.
| vcl_ostream& operator<< | ( | vcl_ostream & | os, |
| const mfpf_vec_cost & | b | ||
| ) |
Stream output operator for class reference.
Definition at line 72 of file mfpf_vec_cost.cxx.
| vcl_ostream& operator<< | ( | vcl_ostream & | os, |
| const mfpf_vec_cost * | b | ||
| ) |
Stream output operator for class pointer.
Definition at line 85 of file mfpf_vec_cost.cxx.
| void vsl_add_to_binary_loader | ( | const mfpf_vec_cost & | b | ) |
Allows derived class to be loaded by base-class pointer.
Definition at line 45 of file mfpf_vec_cost.cxx.
| void vsl_b_read | ( | vsl_b_istream & | bfs, |
| mfpf_vec_cost & | b | ||
| ) |
Binary file stream input operator for class reference.
Definition at line 63 of file mfpf_vec_cost.cxx.
| void vsl_b_write | ( | vsl_b_ostream & | bfs, |
| const mfpf_vec_cost & | b | ||
| ) |
Binary file stream output operator for class reference.
Definition at line 54 of file mfpf_vec_cost.cxx.
1.7.5.1