#include <supervoxels.h>

Public Member Functions | |
| SplitItemTool * | 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 69 of file supervoxels.h.
| SplitItemTool* pcl::cloud_composer::SupervoxelsToolFactory::createTool | ( | PropertiesModel * | parameter_model, |
| QObject * | parent = 0 |
||
| ) | [inline, virtual] |
Implements pcl::cloud_composer::ToolFactory.
Definition at line 75 of file supervoxels.h.
| pcl::cloud_composer::PropertiesModel * pcl::cloud_composer::SupervoxelsToolFactory::createToolParameterModel | ( | QObject * | parent | ) | [virtual] |
Implements pcl::cloud_composer::ToolFactory.
Definition at line 50 of file supervoxels.cpp.
| virtual QString pcl::cloud_composer::SupervoxelsToolFactory::getIconName | ( | ) | const [inline, virtual] |
Implements pcl::cloud_composer::ToolFactory.
Definition at line 90 of file supervoxels.h.
| virtual CloudComposerItem::ItemType pcl::cloud_composer::SupervoxelsToolFactory::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 93 of file supervoxels.h.
| virtual QString pcl::cloud_composer::SupervoxelsToolFactory::getPluginName | ( | ) | const [inline, virtual] |
Implements pcl::cloud_composer::ToolFactory.
Definition at line 84 of file supervoxels.h.
| virtual QList<CloudComposerItem::ItemType> pcl::cloud_composer::SupervoxelsToolFactory::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 99 of file supervoxels.h.
| virtual QString pcl::cloud_composer::SupervoxelsToolFactory::getToolGroupName | ( | ) | const [inline, virtual] |
Implements pcl::cloud_composer::ToolFactory.
Definition at line 87 of file supervoxels.h.