#include <commands.h>
Public Member Functions | |
virtual void | redo () |
virtual bool | runCommand (AbstractTool *tool) |
SplitCloudCommand (ConstItemList input_data, QUndoCommand *parent=0) | |
virtual void | undo () |
Definition at line 158 of file commands.h.
pcl::cloud_composer::SplitCloudCommand::SplitCloudCommand | ( | ConstItemList | input_data, |
QUndoCommand * | parent = 0 |
||
) |
Definition at line 392 of file commands.cpp.
void pcl::cloud_composer::SplitCloudCommand::redo | ( | ) | [virtual] |
Implements pcl::cloud_composer::CloudCommand.
Definition at line 454 of file commands.cpp.
bool pcl::cloud_composer::SplitCloudCommand::runCommand | ( | AbstractTool * | tool | ) | [virtual] |
Implements pcl::cloud_composer::CloudCommand.
Definition at line 399 of file commands.cpp.
void pcl::cloud_composer::SplitCloudCommand::undo | ( | ) | [virtual] |
Implements pcl::cloud_composer::CloudCommand.
Definition at line 440 of file commands.cpp.