Go to the source code of this file.
Classes | |
class | rgrl_feature_reader |
Read one feature from input stream. More... | |
Functions | |
rgrl_feature_sptr | rgrl_feature_reader (vcl_istream &is) |
The type of feature depends on the content of the input stream. | |
vcl_istream & | operator>> (vcl_istream &is, rgrl_feature_sptr &sptr) |
stream input operator for reading a feature. |
Definition in file rgrl_feature_reader.h.
vcl_istream& operator>> | ( | vcl_istream & | is, |
rgrl_transformation_sptr & | trans_sptr | ||
) |
stream input operator for reading a feature.
Definition at line 97 of file rgrl_feature_reader.cxx.
rgrl_feature_sptr rgrl_feature_reader | ( | vcl_istream & | is | ) |
The type of feature depends on the content of the input stream.
Read a feature from input stream.
NULL smart ptr is returned if the reading operation fails. Please check the validity of the returned smart ptr.
The type of feature depends on the content of the input stream.
The type of feature depends on the content of the input stream. NULL smart ptr is returned if reading fails. Please check the validity of the return smart ptr
Definition at line 90 of file rgrl_feature_reader.cxx.