Functions
contrib/rpl/rgrl/rgrl_match_set.cxx File Reference

Represents a set of matches. More...

#include "rgrl_match_set.h"
#include <rgrl/rgrl_feature_sptr.h>
#include <rgrl/rgrl_transformation.h>
#include <vcl_vector.h>
#include <vcl_algorithm.h>
#include <vcl_cassert.h>

Go to the source code of this file.

Functions

vcl_ostream & operator<< (vcl_ostream &os, rgrl_match_set const &set)
 stream output.
vcl_istream & operator>> (vcl_istream &is, rgrl_match_set &set)
 stream input.

Detailed Description

Represents a set of matches.

Author:
Amitha Perera
Date:
14 Nov 2002
   Modifications
        Nov 2008 J Becker: Change to use the new feature reader.
   

Definition in file rgrl_match_set.cxx.


Function Documentation

vcl_ostream& operator<< ( vcl_ostream &  os,
rgrl_match_set const &  set 
)

stream output.

Definition at line 493 of file rgrl_match_set.cxx.

vcl_istream& operator>> ( vcl_istream &  is,
rgrl_match_set set 
)

stream input.

Definition at line 501 of file rgrl_match_set.cxx.