Modifications
2 May 2001 IMS Converted to VXL
Definition in file clsfy_builder_base.h.
#include <vsl/vsl_binary_io.h>
#include <vcl_vector.h>
#include <vcl_string.h>
#include <mbl/mbl_data_wrapper.h>
#include <vnl/vnl_vector.h>
Go to the source code of this file.
Classes | |
| class | clsfy_builder_base |
| Base for classes to build clsfy_classifier_base objects. More... | |
Functions | |
| void | vsl_add_to_binary_loader (const clsfy_builder_base &b) |
| Allows derived class to be loaded by base-class pointer. | |
| void | vsl_b_write (vsl_b_ostream &bfs, const clsfy_builder_base &b) |
| Binary file stream output operator for class reference. | |
| void | vsl_b_read (vsl_b_istream &bfs, clsfy_builder_base &b) |
| Binary file stream input operator for class reference. | |
| void | vsl_print_summary (vcl_ostream &os, const clsfy_builder_base &b) |
| Stream output operator for class reference. | |
| void | vsl_print_summary (vcl_ostream &os, const clsfy_builder_base *b) |
| Stream output operator for class pointer. | |
| vcl_ostream & | operator<< (vcl_ostream &os, const clsfy_builder_base &b) |
| Stream output operator for class reference. | |
| vcl_ostream & | operator<< (vcl_ostream &os, const clsfy_builder_base *b) |
| Stream output operator for class pointer. | |
| vcl_ostream& operator<< | ( | vcl_ostream & | os, | |
| const clsfy_builder_base * | b | |||
| ) |
| vcl_ostream& operator<< | ( | vcl_ostream & | os, | |
| const clsfy_builder_base & | b | |||
| ) |
| void vsl_add_to_binary_loader | ( | const clsfy_builder_base & | b | ) |
Allows derived class to be loaded by base-class pointer.
Definition at line 35 of file clsfy_builder_base.cxx.
| void vsl_b_read | ( | vsl_b_istream & | bfs, | |
| clsfy_builder_base & | b | |||
| ) |
Binary file stream input operator for class reference.
Definition at line 63 of file clsfy_builder_base.cxx.
| void vsl_b_write | ( | vsl_b_ostream & | bfs, | |
| const clsfy_builder_base & | b | |||
| ) |
Binary file stream output operator for class reference.
Definition at line 56 of file clsfy_builder_base.cxx.
| void vsl_print_summary | ( | vcl_ostream & | os, | |
| const clsfy_builder_base * | b | |||
| ) |
| void vsl_print_summary | ( | vcl_ostream & | os, | |
| const clsfy_builder_base & | b | |||
| ) |
Stream output operator for class reference.
1.5.1