Implement bits of an abstract classifier builder. More...
#include "clsfy_builder_base.h"#include <vsl/vsl_indent.h>#include <vsl/vsl_binary_loader.h>#include <mbl/mbl_cloneables_factory.h>#include <mbl/mbl_read_props.h>Go to the source code of this file.
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 &os, 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. | |
| vcl_ostream & | operator<< (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 pointer. | |
Implement bits of an abstract classifier builder.
Modifications
2 May 2001 IMS Converted to VXL
Definition in file clsfy_builder_base.cxx.
| vcl_ostream& operator<< | ( | vcl_ostream & | os, |
| const clsfy_builder_base & | b | ||
| ) |
Stream output operator for class reference.
Definition at line 101 of file clsfy_builder_base.cxx.
| vcl_ostream& operator<< | ( | vcl_ostream & | os, |
| const clsfy_builder_base * | b | ||
| ) |
Stream output operator for class pointer.
Definition at line 122 of file clsfy_builder_base.cxx.
| void vsl_add_to_binary_loader | ( | const clsfy_builder_base & | b | ) |
Allows derived class to be loaded by base-class pointer.
Definition at line 66 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 94 of file clsfy_builder_base.cxx.
| void vsl_b_write | ( | vsl_b_ostream & | os, |
| const clsfy_builder_base & | b | ||
| ) |
Binary file stream output operator for class reference.
Definition at line 87 of file clsfy_builder_base.cxx.
| void vsl_print_summary | ( | vcl_ostream & | os, |
| const clsfy_builder_base * | b | ||
| ) |
Stream output operator for class pointer.
Definition at line 112 of file clsfy_builder_base.cxx.
1.7.5.1