Public Member Functions
pcl::cloud_composer::ToolFactory Class Reference

#include <tool_factory.h>

Inheritance diagram for pcl::cloud_composer::ToolFactory:
Inheritance graph
[legend]

List of all members.

Public Member Functions

virtual AbstractToolcreateTool (PropertiesModel *parameter_model=0, QObject *parent=0)=0
virtual PropertiesModelcreateToolParameterModel (QObject *parent)=0
virtual QString getIconName () const =0
virtual CloudComposerItem::ItemType getInputItemType () const =0
 Returns a list of allowed input item types. Implement in tools so GUI can prevent impossible actions.
virtual int getNumInputItems () const
 Reimpliment this function to return the proper number if tool requires more than one input item.
virtual QString getPluginName () const =0
virtual QList
< CloudComposerItem::ItemType
getRequiredInputChildrenTypes () const =0
 Returns a list of required input children. Implement in tools so GUI can prevent impossible actions.
virtual QString getToolGroupName () const =0

Detailed Description

Definition at line 56 of file tool_factory.h.


Member Function Documentation

virtual AbstractTool* pcl::cloud_composer::ToolFactory::createTool ( PropertiesModel parameter_model = 0,
QObject *  parent = 0 
) [pure virtual]
virtual PropertiesModel* pcl::cloud_composer::ToolFactory::createToolParameterModel ( QObject *  parent) [pure virtual]
virtual QString pcl::cloud_composer::ToolFactory::getIconName ( ) const [pure virtual]
virtual int pcl::cloud_composer::ToolFactory::getNumInputItems ( ) const [inline, virtual]

Reimpliment this function to return the proper number if tool requires more than one input item.

Definition at line 76 of file tool_factory.h.

virtual QString pcl::cloud_composer::ToolFactory::getPluginName ( ) const [pure virtual]
virtual QString pcl::cloud_composer::ToolFactory::getToolGroupName ( ) const [pure virtual]

The documentation for this class was generated from the following file:


pcl
Author(s): Open Perception
autogenerated on Wed Aug 26 2015 15:43:48