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


Public Member Functions | |
| CommandClearNormals () | |
| 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 45 of file ecvCommandLineCommands.h.
| CommandClearNormals::CommandClearNormals | ( | ) |
Definition at line 606 of file ecvCommandLineCommands.cpp.
|
overridevirtual |
Main process.
Implements ccCommandLineInterface::Command.
Definition at line 610 of file ecvCommandLineCommands.cpp.
References ccMesh::clearTriNormals(), ccCommandLineInterface::clouds(), COMMAND_CLEAR_NORMALS, COMMAND_OPEN, ccCommandLineInterface::error(), ccMesh::getAssociatedCloud(), ccHObject::getParent(), ccObject::isA(), CV_TYPES::MESH, ccCommandLineInterface::meshes(), CV_TYPES::POINT_CLOUD, ccCommandLineInterface::print(), ccHObjectCaster::ToMesh(), and ccPointCloud::unallocateNorms().