26 #ifndef __TERRALIB_MAPTOOLS_INTERNAL_MARKRENDERERMANAGER_H 
   27 #define __TERRALIB_MAPTOOLS_INTERNAL_MARKRENDERERMANAGER_H 
   30 #include "../color/RGBAColor.h" 
   31 #include "../common/Singleton.h" 
   32 #include "../common/ThreadingPolicies.h" 
   49     class AbstractMarkRenderer;
 
   64                                                                                  ::boost::recursive_mutex,
 
   65                                                                                  ::boost::lock_guard< ::boost::recursive_mutex>,
 
   66                                                                                  ::boost::lock_guard< ::boost::recursive_mutex> >,
 
   98         void getAllSupportedMarks(std::vector<std::string>& marks) 
const;
 
  128 #endif  // __TERRALIB_MAPTOOLS_INTERNAL_MARKRENDERERMANAGER_H 
Template support for singleton pattern. 
 
An abstract class for conversion of Symbology Enconding Mark elements to an image pattern...
 
#define TEMAPEXPORT
You can use this macro in order to export/import classes and functions from this module. 
 
std::map< std::string, AbstractMarkRenderer * > m_renderers
The mark renderers in the manager. 
 
A helper class for 32-bit RGBA (Red-Green-Blue-Alpha channel) color. 
 
This policy assures a class-level locking scheme for a derived class. 
 
This is a singleton for managing all mark renderers instances available in the system. 
 
A Mark specifies a geometric shape and applies coloring to it.