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

Builder for mfpf_mr_point_finder objects. More...

#include "mfpf_mr_point_finder_builder.h"
#include <mfpf/mfpf_mr_point_finder.h>
#include <vimt/vimt_image_pyramid.h>
#include <vnl/vnl_math.h>
#include <vgl/vgl_point_2d.h>
#include <vgl/vgl_vector_2d.h>
#include <vcl_cmath.h>
#include <vcl_algorithm.h>
#include <vcl_cassert.h>
#include <vcl_cstdlib.h>
#include <vsl/vsl_indent.h>
#include <vsl/vsl_binary_loader.h>
#include <vsl/vsl_vector_io.h>

Go to the source code of this file.

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.cxx.


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.