#include "rgrl_scale.h"Go to the source code of this file.
Functions | |
| vcl_ostream & | operator<< (vcl_ostream &ofs, rgrl_scale const &scale) |
| output operator. | |
| vcl_istream & | operator>> (vcl_istream &ifs, rgrl_scale &scale) |
| input operator. | |
Modifications
Nov 2008 J Becker: Modified read so that one can easily read in a vector of scales.
Definition in file rgrl_scale.cxx.
| vcl_ostream& operator<< | ( | vcl_ostream & | ofs, |
| rgrl_scale const & | scale | ||
| ) |
output operator.
Definition at line 191 of file rgrl_scale.cxx.
| vcl_istream& operator>> | ( | vcl_istream & | ifs, |
| rgrl_scale & | scale | ||
| ) |
input operator.
Definition at line 199 of file rgrl_scale.cxx.
1.7.5.1