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