![]() |
ACloudViewer
3.9.4
A Modern Library for 3D Data Processing
|
#include <ecvCommandLineCommands.h>


Public Member Functions | |
| CommandCrop2D () | |
| bool | process (ccCommandLineInterface &cmd) override |
| Main process. More... | |
Public Member Functions inherited from ccCommandLineInterface::Command | |
| Command (const QString &name, const QString &keyword) | |
| Default constructor. More... | |
| virtual | ~Command ()=default |
Additional Inherited Members | |
Public Types inherited from ccCommandLineInterface::Command | |
| using | Shared = QSharedPointer< Command > |
| Shared type. More... | |
Public Attributes inherited from ccCommandLineInterface::Command | |
| QString | m_name |
| Command name. More... | |
| QString | m_keyword |
| Command keyword. More... | |
Definition at line 252 of file ecvCommandLineCommands.h.
| CommandCrop2D::CommandCrop2D | ( | ) |
Definition at line 3343 of file ecvCommandLineCommands.cpp.
|
overridevirtual |
Main process.
Implements ccCommandLineInterface::Command.
Definition at line 3346 of file ecvCommandLineCommands.cpp.
References cloudViewer::PointCloudTpl< T >::addPoint(), cloudViewer::ReferenceCloud::addPointIndex(), ccCommandLineInterface::arguments(), ccCommandLineInterface::autoSaveMode(), ccCommandLineInterface::clouds(), COMMAND_CROP_2D, COMMAND_CROP_OUTSIDE, ccCommandLineInterface::error(), ccCommandLineInterface::exportEntity(), ccCommandLineInterface::IsCommand(), ccCommandLineInterface::print(), ccPointCloud::reserve(), cloudViewer::Polyline::setClosed(), ccObject::setName(), cloudViewer::ReferenceCloud::size(), ccCommandLineInterface::warning(), Tuple3Tpl< Type >::x, and Tuple3Tpl< Type >::y.