#include <normal_estimation_worker.h>

| Public Member Functions | |
| NormalEstimationWorker (const QList< CloudMeshItem * > &cloud_mesh_items, QWidget *parent=0) | |
| ~NormalEstimationWorker (void) | |
| Protected Member Functions | |
| virtual std::string | getName () const | 
| virtual void | initParameters (CloudMeshItem *cloud_mesh_item) | 
| virtual void | processImpl (CloudMeshItem *cloud_mesh_item) | 
| virtual void | setupParameters () | 
| Private Attributes | |
| DoubleParameter * | search_radius_ | 
| double | x_max_ | 
| double | x_min_ | 
| double | y_max_ | 
| double | y_min_ | 
| double | z_max_ | 
| double | z_min_ | 
Definition at line 48 of file normal_estimation_worker.h.
| pcl::modeler::NormalEstimationWorker::NormalEstimationWorker | ( | const QList< CloudMeshItem * > & | cloud_mesh_items, | 
| QWidget * | parent = 0 | ||
| ) | 
Definition at line 48 of file normal_estimation_worker.cpp.
Definition at line 59 of file normal_estimation_worker.cpp.
| virtual std::string pcl::modeler::NormalEstimationWorker::getName | ( | ) | const  [inline, protected, virtual] | 
Reimplemented from pcl::modeler::AbstractWorker.
Definition at line 56 of file normal_estimation_worker.h.
| void pcl::modeler::NormalEstimationWorker::initParameters | ( | CloudMeshItem * | cloud_mesh_item | ) |  [protected, virtual] | 
Implements pcl::modeler::AbstractWorker.
Definition at line 66 of file normal_estimation_worker.cpp.
| void pcl::modeler::NormalEstimationWorker::processImpl | ( | CloudMeshItem * | cloud_mesh_item | ) |  [protected, virtual] | 
Implements pcl::modeler::AbstractWorker.
Definition at line 105 of file normal_estimation_worker.cpp.
| void pcl::modeler::NormalEstimationWorker::setupParameters | ( | ) |  [protected, virtual] | 
Implements pcl::modeler::AbstractWorker.
Definition at line 85 of file normal_estimation_worker.cpp.
Definition at line 72 of file normal_estimation_worker.h.
| double pcl::modeler::NormalEstimationWorker::x_max_  [private] | 
Definition at line 68 of file normal_estimation_worker.h.
| double pcl::modeler::NormalEstimationWorker::x_min_  [private] | 
Definition at line 68 of file normal_estimation_worker.h.
| double pcl::modeler::NormalEstimationWorker::y_max_  [private] | 
Definition at line 69 of file normal_estimation_worker.h.
| double pcl::modeler::NormalEstimationWorker::y_min_  [private] | 
Definition at line 69 of file normal_estimation_worker.h.
| double pcl::modeler::NormalEstimationWorker::z_max_  [private] | 
Definition at line 70 of file normal_estimation_worker.h.
| double pcl::modeler::NormalEstimationWorker::z_min_  [private] | 
Definition at line 70 of file normal_estimation_worker.h.