#include <sanitize_cloud.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 sanitize_cloud.h.
ModifyItemTool* pcl::cloud_composer::SanitizeCloudToolFactory::createTool | ( | PropertiesModel * | parameter_model, |
QObject * | parent = 0 |
||
) | [inline, virtual] |
Implements pcl::cloud_composer::ToolFactory.
Definition at line 70 of file sanitize_cloud.h.
pcl::cloud_composer::PropertiesModel * pcl::cloud_composer::SanitizeCloudToolFactory::createToolParameterModel | ( | QObject * | parent | ) | [virtual] |
Implements pcl::cloud_composer::ToolFactory.
Definition at line 76 of file sanitize_cloud.cpp.
virtual QString pcl::cloud_composer::SanitizeCloudToolFactory::getIconName | ( | ) | const [inline, virtual] |
Implements pcl::cloud_composer::ToolFactory.
Definition at line 85 of file sanitize_cloud.h.
virtual CloudComposerItem::ItemType pcl::cloud_composer::SanitizeCloudToolFactory::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 sanitize_cloud.h.
virtual QString pcl::cloud_composer::SanitizeCloudToolFactory::getPluginName | ( | ) | const [inline, virtual] |
Implements pcl::cloud_composer::ToolFactory.
Definition at line 79 of file sanitize_cloud.h.
virtual QList<CloudComposerItem::ItemType> pcl::cloud_composer::SanitizeCloudToolFactory::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 sanitize_cloud.h.
virtual QString pcl::cloud_composer::SanitizeCloudToolFactory::getToolGroupName | ( | ) | const [inline, virtual] |
Implements pcl::cloud_composer::ToolFactory.
Definition at line 82 of file sanitize_cloud.h.