Modifications
Dec. 2006 - Gehua Yang - move the function into a class and make it a static function.
This is to allow user to add other local-defined transformations types.
Definition in file rgrl_trans_reader.h.
#include <rgrl/rgrl_transformation_sptr.h>
#include <vcl_iosfwd.h>
#include <vcl_vector.h>
Go to the source code of this file.
Classes | |
| class | rgrl_trans_reader |
| Reader class for smartly detecting various transformation classes. More... | |
Functions | |
| vcl_istream & | operator>> (vcl_istream &is, rgrl_transformation_sptr &sptr) |
| stream input operator for reading a transformation. | |
| vcl_istream& operator>> | ( | vcl_istream & | is, | |
| rgrl_transformation_sptr & | sptr | |||
| ) |
stream input operator for reading a transformation.
Definition at line 123 of file rgrl_trans_reader.cxx.
1.5.1