Configuration flags for the SA Qt Widget plugin.
More...
Go to the source code of this file.
Configuration flags for the SA Qt Widget plugin.
Definition in file Config.h.
◆ TE_QT_PLUGIN_SA_HAVE_BAYESGLOBAL
#define TE_QT_PLUGIN_SA_HAVE_BAYESGLOBAL |
It defines if the SA Qt Plugin has the Global Bayes operation.
Definition at line 34 of file Config.h.
◆ TE_QT_PLUGIN_SA_HAVE_BAYESLOCAL
#define TE_QT_PLUGIN_SA_HAVE_BAYESLOCAL |
It defines if the SA Qt Plugin has the Local Bayes operation.
Definition at line 41 of file Config.h.
◆ TE_QT_PLUGIN_SA_HAVE_GEOSTATISTICALMETHODS
#define TE_QT_PLUGIN_SA_HAVE_GEOSTATISTICALMETHODS |
It defines if the SA Qt Plugin has the geostatistical methods operation.
Definition at line 62 of file Config.h.
◆ TE_QT_PLUGIN_SA_HAVE_KERNELMAP
#define TE_QT_PLUGIN_SA_HAVE_KERNELMAP |
It defines if the SA Qt Plugin has the kernel map operation.
Definition at line 48 of file Config.h.
◆ TE_QT_PLUGIN_SA_HAVE_KERNELRATIO
#define TE_QT_PLUGIN_SA_HAVE_KERNELRATIO |
It defines if the SA Qt Plugin has the kernel ratio operation.
Definition at line 55 of file Config.h.
◆ TE_QT_PLUGIN_SA_HAVE_PROXIMITYMATRIXCREATOR
#define TE_QT_PLUGIN_SA_HAVE_PROXIMITYMATRIXCREATOR |
It defines if the SA Qt Plugin has the proximity matrix creator operation.
Definition at line 69 of file Config.h.
◆ TE_QT_PLUGIN_SA_HAVE_SAMPLEPOINTSGENERATOR
#define TE_QT_PLUGIN_SA_HAVE_SAMPLEPOINTSGENERATOR |
It defines if the SA Qt Plugin has the sample points generator operation.
Definition at line 76 of file Config.h.
◆ TE_QT_PLUGIN_SA_HAVE_SKATER
#define TE_QT_PLUGIN_SA_HAVE_SKATER |
It defines if the SA Qt Plugin has the skater operation.
Definition at line 83 of file Config.h.
◆ TE_QT_PLUGIN_SA_HAVE_SPATIALSTATISTICS
#define TE_QT_PLUGIN_SA_HAVE_SPATIALSTATISTICS |
It defines if the SA Qt Plugin has the spatial statistics operation.
Definition at line 90 of file Config.h.
◆ TE_QT_PLUGIN_SA_PLUGIN_NAME
#define TE_QT_PLUGIN_SA_PLUGIN_NAME "te.qt.sa" |
It contains the plugin name.
Definition at line 97 of file Config.h.
◆ TEQTPLUGINSAEXPORT
#define TEQTPLUGINSAEXPORT |
You can use this macro in order to export/import classes and functions from all plug-ins files.
- Note
- To compile plug-ins in Windows, remember to insert TEQTPLUGINSAEXPORT into the project's list of defines.
Definition at line 113 of file Config.h.