rgrl_data_manager_data_item Class Reference

#include <rgrl_data_manager.h>

List of all members.


Detailed Description

An object to store the moving_feature_set, its matching fixed_feature_set, and other components.

(that work on the two feature sets during registration).

Definition at line 32 of file rgrl_data_manager.h.


Public Member Functions

 rgrl_data_manager_data_item (rgrl_feature_set_sptr in_from_set, rgrl_feature_set_sptr in_to_set, rgrl_matcher_sptr in_matcher, rgrl_weighter_sptr in_weighter, rgrl_scale_estimator_unwgted_sptr in_unwgted_scale_est, rgrl_scale_estimator_wgted_sptr in_wgted_scale_est, const vcl_string &in_label=vcl_string())

Public Attributes

rgrl_feature_set_sptr from_set
rgrl_feature_set_sptr to_set
rgrl_matcher_sptr matcher
rgrl_scale_estimator_unwgted_sptr unwgted_scale_est
rgrl_scale_estimator_wgted_sptr wgted_scale_est
rgrl_weighter_sptr weighter
vcl_string label

Constructor & Destructor Documentation

rgrl_data_manager_data_item::rgrl_data_manager_data_item ( rgrl_feature_set_sptr  in_from_set,
rgrl_feature_set_sptr  in_to_set,
rgrl_matcher_sptr  in_matcher,
rgrl_weighter_sptr  in_weighter,
rgrl_scale_estimator_unwgted_sptr  in_unwgted_scale_est,
rgrl_scale_estimator_wgted_sptr  in_wgted_scale_est,
const vcl_string &  in_label = vcl_string() 
) [inline]

Definition at line 35 of file rgrl_data_manager.h.


Member Data Documentation

rgrl_feature_set_sptr rgrl_data_manager_data_item::from_set

Definition at line 52 of file rgrl_data_manager.h.

rgrl_feature_set_sptr rgrl_data_manager_data_item::to_set

Definition at line 53 of file rgrl_data_manager.h.

rgrl_matcher_sptr rgrl_data_manager_data_item::matcher

Definition at line 54 of file rgrl_data_manager.h.

rgrl_scale_estimator_unwgted_sptr rgrl_data_manager_data_item::unwgted_scale_est

Definition at line 55 of file rgrl_data_manager.h.

rgrl_scale_estimator_wgted_sptr rgrl_data_manager_data_item::wgted_scale_est

Definition at line 56 of file rgrl_data_manager.h.

rgrl_weighter_sptr rgrl_data_manager_data_item::weighter

Definition at line 57 of file rgrl_data_manager.h.

vcl_string rgrl_data_manager_data_item::label

Definition at line 58 of file rgrl_data_manager.h.


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