Home
last modified time | relevance | path

Searched refs:MeshCommonInterface (Results 1 – 3 of 3) sorted by relevance

/dports/cad/meshlab/meshlab-Meshlab-2020.05/src/common/
H A Dinterfaces.h172 class MeshCommonInterface : public MeshLabInterface
176 MeshCommonInterface() {} in MeshCommonInterface() function
177 virtual ~MeshCommonInterface() {} in ~MeshCommonInterface()
210 class MeshIOInterface : public MeshCommonInterface
221 MeshIOInterface() : MeshCommonInterface() { } in MeshIOInterface()
287 class MeshFilterInterface : public MeshCommonInterface
506 class MeshRenderInterface : public MeshCommonInterface
509 MeshRenderInterface() :MeshCommonInterface() {} in MeshRenderInterface()
559 MeshDecorateInterface() : MeshCommonInterface() {} in MeshDecorateInterface()
641 class MeshEditInterface : public MeshCommonInterface
[all …]
H A Dpluginmanager.h93 QVector<MeshCommonInterface *> ownerPlug;
H A Dpluginmanager.cpp49 for (MeshCommonInterface* plugin : ownerPlug) in ~PluginManager()
138 MeshCommonInterface *iCommon = nullptr; in loadPlugins()