#include <statistical_outlier_removal.h>
Public Member Functions | |
ModifyItemTool * | createTool (PropertiesModel *parameter_model, QObject *parent=0) |
PropertiesModel * | createToolParameterModel (QObject *parent) |
virtual QString | getIconName () const |
virtual CloudComposerItem::ItemType | getInputItemType () const |
Returns a list of allowed input item types. Implement in tools so GUI can prevent impossible actions. | |
virtual QString | getPluginName () const |
virtual QList < CloudComposerItem::ItemType > | getRequiredInputChildrenTypes () const |
Returns a list of required input children. Implement in tools so GUI can prevent impossible actions. | |
virtual QString | getToolGroupName () const |
Definition at line 64 of file apps/cloud_composer/include/pcl/apps/cloud_composer/tools/statistical_outlier_removal.h.
ModifyItemTool* pcl::cloud_composer::StatisticalOutlierRemovalToolFactory::createTool | ( | PropertiesModel * | parameter_model, |
QObject * | parent = 0 |
||
) | [inline, virtual] |
Implements pcl::cloud_composer::ToolFactory.
Definition at line 70 of file apps/cloud_composer/include/pcl/apps/cloud_composer/tools/statistical_outlier_removal.h.
pcl::cloud_composer::PropertiesModel * pcl::cloud_composer::StatisticalOutlierRemovalToolFactory::createToolParameterModel | ( | QObject * | parent | ) | [virtual] |
Implements pcl::cloud_composer::ToolFactory.
Definition at line 88 of file apps/cloud_composer/tools/statistical_outlier_removal.cpp.
virtual QString pcl::cloud_composer::StatisticalOutlierRemovalToolFactory::getIconName | ( | ) | const [inline, virtual] |
Implements pcl::cloud_composer::ToolFactory.
Definition at line 85 of file apps/cloud_composer/include/pcl/apps/cloud_composer/tools/statistical_outlier_removal.h.
virtual CloudComposerItem::ItemType pcl::cloud_composer::StatisticalOutlierRemovalToolFactory::getInputItemType | ( | ) | const [inline, virtual] |
Returns a list of allowed input item types. Implement in tools so GUI can prevent impossible actions.
Implements pcl::cloud_composer::ToolFactory.
Definition at line 88 of file apps/cloud_composer/include/pcl/apps/cloud_composer/tools/statistical_outlier_removal.h.
virtual QString pcl::cloud_composer::StatisticalOutlierRemovalToolFactory::getPluginName | ( | ) | const [inline, virtual] |
Implements pcl::cloud_composer::ToolFactory.
Definition at line 79 of file apps/cloud_composer/include/pcl/apps/cloud_composer/tools/statistical_outlier_removal.h.
virtual QList<CloudComposerItem::ItemType> pcl::cloud_composer::StatisticalOutlierRemovalToolFactory::getRequiredInputChildrenTypes | ( | ) | const [inline, virtual] |
Returns a list of required input children. Implement in tools so GUI can prevent impossible actions.
Implements pcl::cloud_composer::ToolFactory.
Definition at line 94 of file apps/cloud_composer/include/pcl/apps/cloud_composer/tools/statistical_outlier_removal.h.
virtual QString pcl::cloud_composer::StatisticalOutlierRemovalToolFactory::getToolGroupName | ( | ) | const [inline, virtual] |
Implements pcl::cloud_composer::ToolFactory.
Definition at line 82 of file apps/cloud_composer/include/pcl/apps/cloud_composer/tools/statistical_outlier_removal.h.