#include "TripleMatchSet.h"#include <vcl_cstdlib.h>#include <vcl_iostream.h>#include <vnl/vnl_matrix.h>#include <mvl/PairMatchSet.h>Go to the source code of this file.
Functions | |
| vcl_ostream & | operator<< (vcl_ostream &s, const TripleMatchSet &matches) |
| Write to vcl_ostream with header. | |
| vcl_istream & | operator>> (vcl_istream &s, TripleMatchSet &matches) |
Definition in file TripleMatchSet.cxx.
| vcl_ostream& operator<< | ( | vcl_ostream & | s, |
| const TripleMatchSet & | matches | ||
| ) |
Write to vcl_ostream with header.
Definition at line 110 of file TripleMatchSet.cxx.
| vcl_istream& operator>> | ( | vcl_istream & | s, |
| TripleMatchSet & | matches | ||
| ) |
Definition at line 117 of file TripleMatchSet.cxx.
1.7.5.1