contrib/mul/clsfy/clsfy_builder_base.cxx File Reference


Detailed Description

Implement bits of an abstract classifier builder.

Author:
Ian Scott
Date:
2000/05/10
    Modifications
    2 May 2001 IMS Converted to VXL
   

Definition in file clsfy_builder_base.cxx.

#include "clsfy_builder_base.h"
#include <vsl/vsl_indent.h>
#include <vsl/vsl_binary_loader.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.

Function Documentation

vcl_ostream& operator<< ( vcl_ostream &  os,
const clsfy_builder_base b 
)

Stream output operator for class pointer.

Definition at line 91 of 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 70 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 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 os,
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 
)

Stream output operator for class pointer.

Definition at line 81 of file clsfy_builder_base.cxx.


Generated on Thu Jan 8 05:11:34 2009 for contrib/mul/clsfy by  doxygen 1.5.1