| Public Member Functions | |
| void | cloud_cb (const typename pcl17::PointCloud< pcl17::PointXYZ >::ConstPtr &msg) | 
| HypothesisGeneratorNode (std::string database) | |
| Public Attributes | |
| pcl17::PHVObjectClassifier < pcl17::PointXYZ, pcl17::PointNormal, FeatureType > | oc | 
| ros::Publisher | pub | 
| ros::Subscriber | sub | 
| std::map< std::string, ros::Publisher > | votes_publisher | 
Definition at line 11 of file generate_hypothesis_node.cpp.
| HypothesisGeneratorNode< FeatureType, FeatureEstimatorType >::HypothesisGeneratorNode | ( | std::string | database | ) |  [inline] | 
Definition at line 14 of file generate_hypothesis_node.cpp.
| void HypothesisGeneratorNode< FeatureType, FeatureEstimatorType >::cloud_cb | ( | const typename pcl17::PointCloud< pcl17::PointXYZ >::ConstPtr & | msg | ) |  [inline] | 
Definition at line 42 of file generate_hypothesis_node.cpp.
| pcl17::PHVObjectClassifier<pcl17::PointXYZ, pcl17::PointNormal, FeatureType> HypothesisGeneratorNode< FeatureType, FeatureEstimatorType >::oc | 
Definition at line 58 of file generate_hypothesis_node.cpp.
| ros::Publisher HypothesisGeneratorNode< FeatureType, FeatureEstimatorType >::pub | 
Definition at line 59 of file generate_hypothesis_node.cpp.
| ros::Subscriber HypothesisGeneratorNode< FeatureType, FeatureEstimatorType >::sub | 
Definition at line 60 of file generate_hypothesis_node.cpp.
| std::map<std::string, ros::Publisher> HypothesisGeneratorNode< FeatureType, FeatureEstimatorType >::votes_publisher | 
Definition at line 61 of file generate_hypothesis_node.cpp.