Functions
contrib/mul/mfpf/mfpf_point_finder_builder.cxx File Reference

Base for classes which build mfpf_point_finder objects. More...

#include "mfpf_point_finder_builder.h"
#include <vsl/vsl_indent.h>
#include <vsl/vsl_binary_loader.h>
#include <mbl/mbl_parse_block.h>
#include <mbl/mbl_read_props.h>
#include <mbl/mbl_cloneables_factory.h>
#include <vcl_cmath.h>
#include <vcl_sstream.h>
#include <mfpf/mfpf_point_finder.h>
#include <vul/vul_string.h>

Go to the source code of this file.

Functions

void vsl_add_to_binary_loader (const mfpf_point_finder_builder &b)
 Allows derived class to be loaded by base-class pointer.
void vsl_b_write (vsl_b_ostream &bfs, const mfpf_point_finder_builder &b)
 Binary file stream output operator for class reference.
void vsl_b_read (vsl_b_istream &bfs, mfpf_point_finder_builder &b)
 Binary file stream input operator for class reference.
vcl_ostream & operator<< (vcl_ostream &os, const mfpf_point_finder_builder &b)
 Stream output operator for class reference.
vcl_ostream & operator<< (vcl_ostream &os, const mfpf_point_finder_builder *b)
 Stream output operator for class pointer.

Detailed Description

Base for classes which build mfpf_point_finder objects.

Author:
Tim Cootes

Definition in file mfpf_point_finder_builder.cxx.


Function Documentation

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

Stream output operator for class reference.

Definition at line 286 of file mfpf_point_finder_builder.cxx.

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

Stream output operator for class pointer.

Definition at line 299 of file mfpf_point_finder_builder.cxx.

void vsl_add_to_binary_loader ( const mfpf_point_finder_builder b)

Allows derived class to be loaded by base-class pointer.

Definition at line 259 of file mfpf_point_finder_builder.cxx.

void vsl_b_read ( vsl_b_istream bfs,
mfpf_point_finder_builder b 
)

Binary file stream input operator for class reference.

Definition at line 277 of file mfpf_point_finder_builder.cxx.

void vsl_b_write ( vsl_b_ostream bfs,
const mfpf_point_finder_builder b 
)

Binary file stream output operator for class reference.

Definition at line 268 of file mfpf_point_finder_builder.cxx.