#include <supervoxels.h>

Public Member Functions | |
| 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. | |
| template<typename PointT > | |
| QList< CloudComposerItem * > | performTemplatedAction (QList< const CloudComposerItem * > input_data) |
| SupervoxelsTool (PropertiesModel *parameter_model, QObject *parent) | |
| virtual | ~SupervoxelsTool () |
Definition at line 49 of file supervoxels.h.
| pcl::cloud_composer::SupervoxelsTool::SupervoxelsTool | ( | PropertiesModel * | parameter_model, |
| QObject * | parent | ||
| ) |
Definition at line 12 of file supervoxels.cpp.
| pcl::cloud_composer::SupervoxelsTool::~SupervoxelsTool | ( | ) | [virtual] |
Definition at line 18 of file supervoxels.cpp.
| virtual QString pcl::cloud_composer::SupervoxelsTool::getToolName | ( | ) | const [inline, virtual] |
Reimplemented from pcl::cloud_composer::SplitItemTool.
Definition at line 63 of file supervoxels.h.
| QList< pcl::cloud_composer::CloudComposerItem * > pcl::cloud_composer::SupervoxelsTool::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 24 of file supervoxels.cpp.
| QList< pcl::cloud_composer::CloudComposerItem * > pcl::cloud_composer::SupervoxelsTool::performTemplatedAction | ( | QList< const CloudComposerItem * > | input_data | ) |
Definition at line 49 of file supervoxels.hpp.