rgrl_feature_reader Class Reference

#include <rgrl_feature_reader.h>

List of all members.


Detailed Description

Reader class for smartly detecting various transformation classes.

Users can also add user-defined classes, which takes priority before others

Definition at line 29 of file rgrl_feature_reader.h.


Static Public Member Functions

static rgrl_feature_sptr read (vcl_istream &is)
 Read a transformation from input stream.
static void add_feature (rgrl_feature_sptr feat)
 add a feature candidate.

Static Protected Attributes

static vcl_vector< rgrl_feature_sptrfeature_candidates_

Member Function Documentation

rgrl_feature_sptr rgrl_feature_reader::read ( vcl_istream &  is  )  [static]

Read a transformation from input stream.

IMPORTANCE:

The type of feature depends on the content of the input stream. NULL smart ptr is returned if reading operation fails. Please check the validity of the returned smart ptr.

Definition at line 37 of file rgrl_feature_reader.cxx.

void rgrl_feature_reader::add_feature ( rgrl_feature_sptr  feat  )  [static]

add a feature candidate.

Definition at line 30 of file rgrl_feature_reader.cxx.


Member Data Documentation

vcl_vector< rgrl_feature_sptr > rgrl_feature_reader::feature_candidates_ [static, protected]

Definition at line 50 of file rgrl_feature_reader.h.


The documentation for this class was generated from the following files:
Generated on Mon Mar 8 05:27:42 2010 for contrib/rpl/rgrl by  doxygen 1.5.1