24#ifndef _GEMA_PLUGIN_GEOM_PROCESS_FACTORY_H_
25#define _GEMA_PLUGIN_GEOM_PROCESS_FACTORY_H_
31#include "gmpGeomProcessVersion.h"
48 assert(category == GM_PLUGIN_PROCESS);
50 if (objType ==
"geom")
const GmLogCategory & logger()
Implementation of the GeomProcess factory plugin.
Definition gmpGeomProcessFactory.h:35
virtual const QMap< QString, QString > & versionInfo() const
Retuns version information for the plugin. See comments on the base class.
Definition gmpGeomProcessFactory.h:57
virtual const QStringList & depVersionInfo() const
Retuns dependency version information for the plugin. See comments on the base class.
Definition gmpGeomProcessFactory.h:60
GmpGeomProcessFactory()
Default constructor.
Definition gmpGeomProcessFactory.h:42
Basic class for the Geometry Utils process plugin object.
Definition gmpGeomProcess.h:37
#define GmPluginObjectFactoryInterfaceIID
Declaration of the GmpGeomProcess class.