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... | |
Configuration flags for the Terrralib Classification module.
Definition in file Config.h.
| #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" | 
This mark defines the color attribute name.
Definition at line 59 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_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" | 
This mark defines the label attribute name.
Definition at line 52 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_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.