#include "PairMatchSet.h"
#include <vcl_cstdlib.h>
#include <vcl_cassert.h>
#include <vcl_iostream.h>
#include <vcl_vector.h>
#include <mvl/MatchSet.h>
Go to the source code of this file.
Functions | |
vcl_ostream & | operator<< (vcl_ostream &s, const PairMatchSet &cc) |
vcl_istream & | operator>> (vcl_istream &s, PairMatchSet &cc) |
Definition in file PairMatchSet.cxx.
vcl_ostream& operator<< | ( | vcl_ostream & | s, |
const PairMatchSet & | cc | ||
) |
Definition at line 197 of file PairMatchSet.cxx.
vcl_istream& operator>> | ( | vcl_istream & | s, |
PairMatchSet & | cc | ||
) |
Definition at line 236 of file PairMatchSet.cxx.