#include "PairMatchMulti.h"
#include <vcl_cassert.h>
#include <vcl_fstream.h>
#include <vcl_utility.h>
#include <vbl/vbl_sparse_array_2d.h>
#include <vnl/vnl_matrix.h>
#include <mvl/PairMatchSet.h>
Go to the source code of this file.
Typedefs | |
typedef vbl_sparse_array_2d < double > | hack |
Functions | |
vcl_ostream & | operator<< (vcl_ostream &s, const PairMatchMulti &pm) |
vcl_istream & | operator>> (vcl_istream &s, PairMatchMulti &pm) |
Definition in file PairMatchMulti.cxx.
typedef vbl_sparse_array_2d<double> hack |
Definition at line 18 of file PairMatchMulti.cxx.
vcl_ostream& operator<< | ( | vcl_ostream & | s, |
const PairMatchMulti & | pm | ||
) |
Definition at line 97 of file PairMatchMulti.cxx.
vcl_istream& operator>> | ( | vcl_istream & | s, |
PairMatchMulti & | pm | ||
) |
Definition at line 120 of file PairMatchMulti.cxx.