#include <statistical_outlier_removal.h>
Public Member Functions | |
virtual QString | getToolName () const |
virtual QList < CloudComposerItem * > | performAction (QList< const CloudComposerItem * > input_data, PointTypeFlags::PointType type=PointTypeFlags::NONE) |
Function called which does work in plugin. | |
StatisticalOutlierRemovalTool (PropertiesModel *parameter_model, QObject *parent) | |
virtual | ~StatisticalOutlierRemovalTool () |
Definition at line 49 of file apps/cloud_composer/include/pcl/apps/cloud_composer/tools/statistical_outlier_removal.h.
pcl::cloud_composer::StatisticalOutlierRemovalTool::StatisticalOutlierRemovalTool | ( | PropertiesModel * | parameter_model, |
QObject * | parent | ||
) |
Definition at line 11 of file apps/cloud_composer/tools/statistical_outlier_removal.cpp.
Definition at line 18 of file apps/cloud_composer/tools/statistical_outlier_removal.cpp.
virtual QString pcl::cloud_composer::StatisticalOutlierRemovalTool::getToolName | ( | ) | const [inline, virtual] |
Reimplemented from pcl::cloud_composer::ModifyItemTool.
Definition at line 60 of file apps/cloud_composer/include/pcl/apps/cloud_composer/tools/statistical_outlier_removal.h.
QList< pcl::cloud_composer::CloudComposerItem * > pcl::cloud_composer::StatisticalOutlierRemovalTool::performAction | ( | QList< const CloudComposerItem * > | input_data, |
PointTypeFlags::PointType | type = PointTypeFlags::NONE |
||
) | [virtual] |
Function called which does work in plugin.
data | input_data from the model - const for good reason Returned list will become the output, replacing input_data in the model - you must deep copy the input_data, since undo works by switching back and forth |
Implements pcl::cloud_composer::ModifyItemTool.
Definition at line 24 of file apps/cloud_composer/tools/statistical_outlier_removal.cpp.