Searched refs:MeshCommonInterface (Results 1 – 3 of 3) sorted by relevance
172 class MeshCommonInterface : public MeshLabInterface176 MeshCommonInterface() {} in MeshCommonInterface() function177 virtual ~MeshCommonInterface() {} in ~MeshCommonInterface()210 class MeshIOInterface : public MeshCommonInterface221 MeshIOInterface() : MeshCommonInterface() { } in MeshIOInterface()287 class MeshFilterInterface : public MeshCommonInterface506 class MeshRenderInterface : public MeshCommonInterface509 MeshRenderInterface() :MeshCommonInterface() {} in MeshRenderInterface()559 MeshDecorateInterface() : MeshCommonInterface() {} in MeshDecorateInterface()641 class MeshEditInterface : public MeshCommonInterface[all …]
93 QVector<MeshCommonInterface *> ownerPlug;
49 for (MeshCommonInterface* plugin : ownerPlug) in ~PluginManager()138 MeshCommonInterface *iCommon = nullptr; in loadPlugins()