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;
50 struct MarkRendererParams;
65 ::boost::recursive_mutex,
66 ::boost::lock_guard< ::boost::recursive_mutex>,
67 ::boost::lock_guard< ::boost::recursive_mutex> >,
98 void getAllSupportedMarks(std::vector<std::string>& marks)
const;
134 #endif // __TERRALIB_MAPTOOLS_INTERNAL_MARKRENDERERMANAGER_H This is a singleton for managing all mark renderers instances available in the system.
This policy assures a class-level locking scheme for a derived class.
A helper class for 32-bit RGBA (Red-Green-Blue-Alpha channel) color.
std::map< std::string, AbstractMarkRenderer * > m_renderers
The mark renderers in the manager.
An abstract class for conversion of Symbology Enconding Mark elements to an image pattern...
Template support for singleton pattern.