Go to the documentation of this file.
   26 #ifndef __TERRALIB_CLASSIFICATION_INTERNAL_CONFIG_H 
   27 #define __TERRALIB_CLASSIFICATION_INTERNAL_CONFIG_H 
   30 #include "../common/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" 
   93     #pragma warning( disable : 4251 ) 
   98     #define TECLEXPORT                           // Don't need to export/import... it is a static library 
  100     #define TECLEXPORT  __declspec(dllexport)    // export DLL information 
  102     #define TECLEXPORT  __declspec(dllimport)    // import DLL information 
  110 #endif  // __TERRALIB_CLASSIFICATION_INTERNAL_CONFIG_H