26 #ifndef __TERRALIB_DATAACCESS_INTERNAL_ATTRIBUTECONVERTERMANAGER_H 
   27 #define __TERRALIB_DATAACCESS_INTERNAL_ATTRIBUTECONVERTERMANAGER_H 
   30 #include "../../common/Singleton.h" 
   55           void getConverters(std::vector<std::string>& names) 
const;
 
   67 #endif  // __TERRALIB_DATAACCESS_INTERNAL_ATTRIBUTECONVERTERMANAGER_H 
A singleton to keep all the registered Attribute Converters. 
 
boost::function3< te::dt::AbstractData *, DataSet *, const std::vector< std::size_t > &, int > AttributeConverter
The type of attribute converter functions. 
 
Definition of attribute converter and a set of them. 
 
#define TEDATAACCESSEXPORT
You can use this macro in order to export/import classes and functions from this module. 
 
std::map< std::string, AttributeConverter > m_converters
 
Template support for singleton pattern.