Class to represent error scale estimates. More...
#include <vnl/vnl_matrix.h>#include <vcl_iosfwd.h>#include "rgrl_scale_sptr.h"#include "rgrl_object.h"Go to the source code of this file.
Classes | |
| class | rgrl_scale |
| Represents error scale estimates. More... | |
Functions | |
| vcl_ostream & | operator<< (vcl_ostream &ofs, rgrl_scale const &scale) |
| output operator. | |
| vcl_istream & | operator>> (vcl_istream &ifs, rgrl_scale &scale) |
| input operator. | |
Class to represent error scale estimates.
This class must be extended if covariance matrix for the geometric error is to be added!
Modifications
Gehua Yang Feb. 2006 add a flag to indicate whether the scale is prior or an estimate
Definition in file rgrl_scale.h.
| 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