26 #ifndef __TERRALIB_RASTER_INTERNAL_EXCEPTION_H    27 #define __TERRALIB_RASTER_INTERNAL_EXCEPTION_H    30 #include "../datatype/Exception.h"    42 #endif  // __TERRALIB_RASTER_INTERNAL_EXCEPTION_H #define TERASTEREXPORT
You can use this macro in order to export/import classes and functions from this module. 
 
#define TE_DECLARE_EXCEPTION_CLASS(API_DECL, ClassName, BaseExceptionClass)                                                  
This define can be used to add new exception classes to the system. 
 
Configuration flags for the Raster module of TerraLib.