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. |
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.
vcl_istream& operator>> | ( | vcl_istream & | is, |
rgrl_transformation_sptr & | trans_sptr | ||
) |
stream input operator for reading a transformation.
stream input operator for reading a transformation.
stream input operator for reading a feature.
Definition at line 97 of file rgrl_feature_reader.cxx.