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


Public Member Functions | |
| G3PointFactory (QString factoryName, ecvMainAppInterface *app) | |
| virtual ccHObject * | buildObject (const QString &metaName) override |
| Custom object building method. More... | |
Public Member Functions inherited from ccExternalFactory | |
| ccExternalFactory (QString factoryName) | |
| Default constructor. More... | |
| QString | getFactoryName () const |
| Returns the (unique) name of the factory. More... | |
Public Attributes | |
| ecvMainAppInterface * | m_app |
Additional Inherited Members | |
Protected Attributes inherited from ccExternalFactory | |
| QString | m_factoryName |
| Name. More... | |
|
inline |
|
overridevirtual |
Custom object building method.
Similar to ccHObject::New but virtual so as to be reimplemented by the plugin.
| metaName | custom object name |
Implements ccExternalFactory.
Definition at line 32 of file G3Point.cpp.
References m_app, and CVLog::Warning().
| ecvMainAppInterface* G3PointFactory::m_app |
Definition at line 23 of file G3Point.h.
Referenced by buildObject().