#include <abstract_tool.h>

Public Member Functions | |
| virtual CloudCommand * | createCommand (QList< const CloudComposerItem * > input_data) |
| virtual QString | getToolName () const |
| MergeCloudTool (PropertiesModel *parameter_model, QObject *parent) | |
| virtual QList < CloudComposerItem * > | performAction (QList< const CloudComposerItem * > input_data, PointTypeFlags::PointType type=PointTypeFlags::NONE)=0 |
| Function called which does work in plugin. | |
| virtual | ~MergeCloudTool () |
Definition at line 162 of file abstract_tool.h.
| pcl::cloud_composer::MergeCloudTool::MergeCloudTool | ( | PropertiesModel * | parameter_model, |
| QObject * | parent | ||
| ) | [inline] |
Definition at line 166 of file abstract_tool.h.
| virtual pcl::cloud_composer::MergeCloudTool::~MergeCloudTool | ( | ) | [inline, virtual] |
Definition at line 170 of file abstract_tool.h.
| virtual CloudCommand* pcl::cloud_composer::MergeCloudTool::createCommand | ( | QList< const CloudComposerItem * > | input_data | ) | [inline, virtual] |
Implements pcl::cloud_composer::AbstractTool.
Definition at line 176 of file abstract_tool.h.
| virtual QString pcl::cloud_composer::MergeCloudTool::getToolName | ( | ) | const [inline, virtual] |
Implements pcl::cloud_composer::AbstractTool.
Reimplemented in pcl::cloud_composer::MergeSelection.
Definition at line 182 of file abstract_tool.h.
| virtual QList<CloudComposerItem*> pcl::cloud_composer::MergeCloudTool::performAction | ( | QList< const CloudComposerItem * > | input_data, |
| PointTypeFlags::PointType | type = PointTypeFlags::NONE |
||
| ) | [pure 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::AbstractTool.
Implemented in pcl::cloud_composer::MergeSelection.