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

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

#include "../common/Translator.h"
#include "../Config.h"

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 33 of file Config.h.

Referenced by te::cl::Module::Module(), and te::cl::Module::~Module().

#define TE_CL_ROI_COLOR_NAME   "color"
#define TE_CL_ROI_GEOM_ID_NAME   "geom_id"

This mark defines the geom id attribute name.

Definition at line 45 of file Config.h.

Referenced by te::cl::ROISet::createROISet(), te::cl::ROISet::getDataSet(), te::cl::ROISet::getDataSetType(), and te::qt::widgets::ROIManagerWidget::setList().

#define TE_CL_ROI_GEOM_NAME   "geom"

This mark defines the geom attribute name.

Definition at line 66 of file Config.h.

Referenced by te::cl::ROISet::getDataSet(), and te::cl::ROISet::getDataSetType().

#define TE_CL_ROI_LABEL_NAME   "label"
#define TE_CL_ROI_PK_NAME   "pk_roi"

This mark defines the primary key attribute name.

Definition at line 73 of file Config.h.

Referenced by te::cl::ROISet::getDataSetType().

#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 106 of file Config.h.