Config.h File Reference

Configuration flags for the Terrralib Classification module. More...

Go to the source code of this file.

Macros

#define TE_CL_MODULE_NAME   "te.classification"
 
ROI Defines

Flags for ROI export and import funcions

#define TE_CL_ROI_GEOM_ID_NAME   "geom_id"
 This mark defines the geom id attribute name. More...
 
#define TE_CL_ROI_LABEL_NAME   "label"
 This mark defines the label attribute name. More...
 
#define TE_CL_ROI_COLOR_NAME   "color"
 This mark defines the color attribute name. More...
 
#define TE_CL_ROI_GEOM_NAME   "geom"
 This mark defines the geom attribute name. More...
 
#define TE_CL_ROI_PK_NAME   "pk_roi"
 This mark defines the primary key attribute name. More...
 
DLL/LIB Module

Flags for building TerraLib as a DLL or as a Static Library

#define TECLEXPORT
 You can use this macro in order to export/import classes and functions from this module. More...
 

Detailed Description

Configuration flags for the Terrralib Classification module.

Definition in file Config.h.

Macro Definition Documentation

#define TE_CL_MODULE_NAME   "te.classification"

Definition at line 32 of file Config.h.

#define TE_CL_ROI_COLOR_NAME   "color"

This mark defines the color attribute name.

Definition at line 58 of file Config.h.

#define TE_CL_ROI_GEOM_ID_NAME   "geom_id"

This mark defines the geom id attribute name.

Definition at line 44 of file Config.h.

#define TE_CL_ROI_GEOM_NAME   "geom"

This mark defines the geom attribute name.

Definition at line 65 of file Config.h.

#define TE_CL_ROI_LABEL_NAME   "label"

This mark defines the label attribute name.

Definition at line 51 of file Config.h.

#define TE_CL_ROI_PK_NAME   "pk_roi"

This mark defines the primary key attribute name.

Definition at line 72 of file Config.h.

#define TECLEXPORT

You can use this macro in order to export/import classes and functions from this module.

Note
If you want to compile TerraLib as DLL in Windows, remember to insert TECLDLL into the project's list of defines.
If you want to compile TerraLib as an Static Library under Windows, remember to insert the TECLSTATIC flag into the project list of defines.

Definition at line 105 of file Config.h.