#include <euclidean_clustering.h>
Public Member Functions | |
EuclideanClusteringTool (PropertiesModel *parameter_model, QObject *parent) | |
virtual QString | getToolName () const |
virtual QList < CloudComposerItem * > | performAction (QList< const CloudComposerItem * > input_data, PointTypeFlags::PointType type=PointTypeFlags::NONE) |
Function called which does work in plugin. | |
virtual | ~EuclideanClusteringTool () |
Definition at line 49 of file euclidean_clustering.h.
pcl::cloud_composer::EuclideanClusteringTool::EuclideanClusteringTool | ( | PropertiesModel * | parameter_model, |
QObject * | parent | ||
) |
Definition at line 11 of file euclidean_clustering.cpp.
Definition at line 17 of file euclidean_clustering.cpp.
virtual QString pcl::cloud_composer::EuclideanClusteringTool::getToolName | ( | ) | const [inline, virtual] |
Reimplemented from pcl::cloud_composer::SplitItemTool.
Definition at line 60 of file euclidean_clustering.h.
QList< pcl::cloud_composer::CloudComposerItem * > pcl::cloud_composer::EuclideanClusteringTool::performAction | ( | QList< const CloudComposerItem * > | input_data, |
PointTypeFlags::PointType | type = PointTypeFlags::NONE |
||
) | [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::SplitItemTool.
Definition at line 23 of file euclidean_clustering.cpp.