Go to the documentation of this file.
   26 #ifndef __TERRALIB_CLASSIFICATION_INTERNAL_CONFIG_H 
   27 #define __TERRALIB_CLASSIFICATION_INTERNAL_CONFIG_H 
   30 #include "../core/translator/Translator.h" 
   32 #define TE_CL_MODULE_NAME "te.classification" 
   44 #define TE_CL_ROI_GEOM_ID_NAME "geom_id" 
   51 #define TE_CL_ROI_LABEL_NAME "label" 
   58 #define TE_CL_ROI_COLOR_NAME "color" 
   65 #define TE_CL_ROI_GEOM_NAME "geom" 
   72 #define TE_CL_ROI_PK_NAME "pk_roi" 
   92     #pragma warning( disable : 4251 ) 
   97     #define TECLEXPORT  __declspec(dllexport)     
   99     #define TECLEXPORT  __declspec(dllimport)