24#ifndef _GEMA_PLUGIN_MM_PROCESS_FACTORY_H_
25#define _GEMA_PLUGIN_MM_PROCESS_FACTORY_H_
32#include "gmpMmProcessVersion.h"
49 assert(category == GM_PLUGIN_PROCESS || category == GM_PLUGIN_SPATIALINDEX);
51 if(category == GM_PLUGIN_SPATIALINDEX)
55 else if(objType ==
"cell")
57 else if(objType ==
"gauss")
60 else if(category == GM_PLUGIN_PROCESS)
const GmLogCategory & logger()
Class GmpMmCellBucketIndex.
Definition gmpMmBucketIndex.h:352
Class GmpMmGaussBucketIndex.
Definition gmpMmBucketIndex.h:448
Class GmpMmNodeBucketIndex.
Definition gmpMmBucketIndex.h:281
Implementation of the MmProcess factory plugin.
Definition gmpMmProcessFactory.h:36
virtual const QMap< QString, QString > & versionInfo() const
Retuns version information for the plugin. See comments on the base class.
Definition gmpMmProcessFactory.h:70
GmpMmProcessFactory()
Default constructor.
Definition gmpMmProcessFactory.h:43
virtual const QStringList & depVersionInfo() const
Retuns dependency version information for the plugin. See comments on the base class.
Definition gmpMmProcessFactory.h:73
Basic class for the Mesh mapping process plugin object.
Definition gmpMmProcess.h:39
#define GmPluginObjectFactoryInterfaceIID
Declaration of the GmpMmBucketIndex class.
Declaration of the GmpMmProcess class.