![]() |
ACloudViewer
3.9.4
A Modern Library for 3D Data Processing
|
Mes Boolean Operations (CSG) plugin. More...
#include <qCork.h>


Protected Slots | |
| void | doAction () |
| Starts main action. More... | |
Protected Attributes | |
| QAction * | m_action |
| Associated action. More... | |
Protected Attributes inherited from ccStdPluginInterface | |
| ecvMainAppInterface * | m_app |
| Main application interface. More... | |
Additional Inherited Members | |
Public Types inherited from ccPluginInterface | |
| typedef QList< Contact > | ContactList |
| using | ReferenceList = QList< Reference > |
Public Member Functions inherited from ccStdPluginInterface | |
| ccStdPluginInterface (const QString &resourcePath=QString()) | |
| Default constructor. More... | |
| virtual | ~ccStdPluginInterface () override=default |
| Destructor. More... | |
| virtual CC_PLUGIN_TYPE | getType () const override |
| Returns plugin type (standard or OpenGL filter) More... | |
| virtual void | setMainAppInterface (ecvMainAppInterface *app) |
| Sets application entry point. More... | |
| virtual ecvMainAppInterface * | getMainAppInterface () |
| A callback pointer to the main app interface for use by plugins. More... | |
| virtual void | onNewSelection (const ccHObject::Container &selectedEntities) |
| virtual void | dispToConsole (QString message, ecvMainAppInterface::ConsoleMessageLevel level=ecvMainAppInterface::STD_CONSOLE_MESSAGE) |
| Shortcut to ecvMainAppInterface::dispToConsole. More... | |
Public Member Functions inherited from ccDefaultPluginInterface | |
| virtual | ~ccDefaultPluginInterface () |
| virtual bool | isCore () const override |
| Is this plugin a core plugin? More... | |
| virtual QString | getName () const override |
| Returns (short) name (for menu entry, etc.) More... | |
| virtual QString | getDescription () const override |
| Returns long name/description (for tooltip, etc.) More... | |
| virtual QIcon | getIcon () const override |
| Returns icon. More... | |
| virtual ReferenceList | getReferences () const override |
| virtual ContactList | getAuthors () const override |
| virtual ContactList | getMaintainers () const override |
Public Member Functions inherited from ccPluginInterface | |
| virtual | ~ccPluginInterface ()=default |
| Virtual destructor. More... | |
| virtual bool | start () |
| Starts the plugin. More... | |
| virtual void | stop () |
| Stops the plugin. More... | |
| virtual ccExternalFactory * | getCustomObjectsFactory () const |
| Returns the plugin's custom object factory (if any) More... | |
| virtual void | registerCommands (ccCommandLineInterface *cmd) |
| Optional: registers commands (for the command line mode) More... | |
Protected Member Functions inherited from ccDefaultPluginInterface | |
| ccDefaultPluginInterface (const QString &resourcePath=QString()) | |
Mes Boolean Operations (CSG) plugin.
This plugin is based on Cork: https://github.com/gilbo/cork Required implementation is CC's dedicated fork: https://github.com/cloudcompare/cork
|
protectedslot |
Starts main action.
Definition at line 289 of file qCork.cpp.
References ecvMainAppInterface::addToDB(), BoolOpParameters::app, BoolOpParameters::corkA, BoolOpParameters::corkB, ccCorkDlg::DIFF, ecvMainAppInterface::dispToConsole(), doPerformBooleanOp(), ecvMainAppInterface::ERR_CONSOLE_MESSAGE, FromCorkMesh(), ecvMainAppInterface::getMainWindow(), ccObject::getName(), ecvMainAppInterface::getSelectedEntities(), ccCorkDlg::getSelectedOperation(), ccMesh::hasNormals(), ccMesh::hasTriNormals(), ccCorkDlg::INTERSECT, ccCorkDlg::isSwapped(), ccStdPluginInterface::m_app, CV_TYPES::MESH, BoolOpParameters::meshesAreOk, BoolOpParameters::nameA, BoolOpParameters::nameB, ccMesh::normalsShown(), BoolOpParameters::operation, result, s_params, ccObject::setEnabled(), ccCorkDlg::setNames(), ccGenericMesh::showNormals(), cloudViewer::utility::Sleep(), std::swap(), ccCorkDlg::SYM_DIFF, ToCorkMesh(), and ccCorkDlg::UNION.