Classes | Functions
contrib/mul/mfpf/mfpf_mr_point_finder_builder.h File Reference

Builder for mfpf_mr_point_finder objects. More...

#include <mfpf/mfpf_point_finder_builder.h>
#include <vgl/vgl_fwd.h>
#include <vcl_cassert.h>
#include <vcl_iosfwd.h>

Go to the source code of this file.

Classes

class  mfpf_mr_point_finder_builder
 Builder for mfpf_mr_point_finder objects. More...

Functions

vcl_ostream & operator<< (vcl_ostream &os, const mfpf_mr_point_finder_builder &b)
 Stream output operator for class reference.
void vsl_b_write (vsl_b_ostream &bfs, const mfpf_mr_point_finder_builder &b)
 Binary file stream output operator for class reference.
void vsl_b_read (vsl_b_istream &bfs, mfpf_mr_point_finder_builder &b)
 Binary file stream input operator for class reference.

Detailed Description

Builder for mfpf_mr_point_finder objects.

Author:
Tim Cootes

Definition in file mfpf_mr_point_finder_builder.h.


Function Documentation

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

Stream output operator for class reference.

Definition at line 369 of file mfpf_mr_point_finder_builder.cxx.

void vsl_b_read ( vsl_b_istream bfs,
mfpf_mr_point_finder_builder b 
)

Binary file stream input operator for class reference.

Definition at line 385 of file mfpf_mr_point_finder_builder.cxx.

void vsl_b_write ( vsl_b_ostream bfs,
const mfpf_mr_point_finder_builder b 
)

Binary file stream output operator for class reference.

Definition at line 379 of file mfpf_mr_point_finder_builder.cxx.