All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Config.h File Reference

Configuration flags for the RP Qt Widget plugin. More...

#include "../../../Config.h"

Go to the source code of this file.

Macros

#define TE_QT_PLUGIN_RP_HAVE_ARITHMETICOP
 It defines if the RP Qt Plugin has the arithmetic operation. More...
 
#define TE_QT_PLUGIN_RP_HAVE_CLASSIFIER
 It defines if the RP Qt Plugin has the classifier operation. More...
 
#define TE_QT_PLUGIN_RP_HAVE_CLIPPING
 It defines if the RP Qt Plugin has the clipping operation. More...
 
#define TE_QT_PLUGIN_RP_HAVE_COLORTRANSFORM
 It defines if the RP Qt Plugin has the color transform operation. More...
 
#define TE_QT_PLUGIN_RP_HAVE_COMPOSEBANDS
 It defines if the RP Qt Plugin has the compose bands operation. More...
 
#define TE_QT_PLUGIN_RP_HAVE_CONTRAST
 It defines if the RP Qt Plugin has the contrast operation. More...
 
#define TE_QT_PLUGIN_RP_HAVE_FILTER
 It defines if the RP Qt Plugin has the filter operation. More...
 
#define TE_QT_PLUGIN_RP_HAVE_FUSION
 It defines if the RP Qt Plugin has the fusion operation. More...
 
#define TE_QT_PLUGIN_RP_HAVE_MIXTUREMODEL
 It defines if the RP Qt Plugin has the mixture model operation. More...
 
#define TE_QT_PLUGIN_RP_HAVE_MOSAIC
 It defines if the RP Qt Plugin has the mosaic operation. More...
 
#define TE_QT_PLUGIN_RP_HAVE_REGISTER
 It defines if the RP Qt Plugin has the register operation. More...
 
#define TE_QT_PLUGIN_RP_HAVE_SEGMENTER
 It defines if the RP Qt Plugin has the segmenter operation. More...
 
#define TE_QT_PLUGIN_RP_HAVE_VECTORIZATION
 It defines if the RP Qt Plugin has the vectorization operation. More...
 
#define TE_QT_PLUGIN_RP_PLUGIN_NAME   "te.qt.rp"
 It contains the plugin name. More...
 
#define TEQTPLUGINRPEXPORT
 You can use this macro in order to export/import classes and functions from all plug-ins files. More...
 

Detailed Description

Configuration flags for the RP Qt Widget plugin.

Definition in file Config.h.

Macro Definition Documentation

#define TE_QT_PLUGIN_RP_HAVE_ARITHMETICOP

It defines if the RP Qt Plugin has the arithmetic operation.

Definition at line 39 of file Config.h.

#define TE_QT_PLUGIN_RP_HAVE_CLASSIFIER

It defines if the RP Qt Plugin has the classifier operation.

Definition at line 46 of file Config.h.

#define TE_QT_PLUGIN_RP_HAVE_CLIPPING

It defines if the RP Qt Plugin has the clipping operation.

Definition at line 53 of file Config.h.

#define TE_QT_PLUGIN_RP_HAVE_COLORTRANSFORM

It defines if the RP Qt Plugin has the color transform operation.

Definition at line 60 of file Config.h.

#define TE_QT_PLUGIN_RP_HAVE_COMPOSEBANDS

It defines if the RP Qt Plugin has the compose bands operation.

Definition at line 67 of file Config.h.

#define TE_QT_PLUGIN_RP_HAVE_CONTRAST

It defines if the RP Qt Plugin has the contrast operation.

Definition at line 74 of file Config.h.

#define TE_QT_PLUGIN_RP_HAVE_FILTER

It defines if the RP Qt Plugin has the filter operation.

Definition at line 81 of file Config.h.

#define TE_QT_PLUGIN_RP_HAVE_FUSION

It defines if the RP Qt Plugin has the fusion operation.

Definition at line 88 of file Config.h.

#define TE_QT_PLUGIN_RP_HAVE_MIXTUREMODEL

It defines if the RP Qt Plugin has the mixture model operation.

Definition at line 95 of file Config.h.

#define TE_QT_PLUGIN_RP_HAVE_MOSAIC

It defines if the RP Qt Plugin has the mosaic operation.

Definition at line 102 of file Config.h.

#define TE_QT_PLUGIN_RP_HAVE_REGISTER

It defines if the RP Qt Plugin has the register operation.

Definition at line 116 of file Config.h.

#define TE_QT_PLUGIN_RP_HAVE_SEGMENTER

It defines if the RP Qt Plugin has the segmenter operation.

Definition at line 109 of file Config.h.

#define TE_QT_PLUGIN_RP_HAVE_VECTORIZATION

It defines if the RP Qt Plugin has the vectorization operation.

Definition at line 124 of file Config.h.

#define TE_QT_PLUGIN_RP_PLUGIN_NAME   "te.qt.rp"

It contains the plugin name.

Definition at line 132 of file Config.h.

#define TEQTPLUGINRPEXPORT

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 TEQTPLUGINRPEXPORT into the project's list of defines.

Definition at line 148 of file Config.h.