An abstract class for conversion of Symbology Enconding Mark elements to an image pattern. More...
#include <AbstractMarkRenderer.h>
  
Public Member Functions | |
| AbstractMarkRenderer () | |
| Constructor.   | |
| virtual void | getSupportedMarks (std::vector< std::string > &marks) const =0 | 
| Method that informs the set of supported marks by a specific concrete mark renderer.   | |
| virtual te::color::RGBAColor ** | render (const MarkRendererParams &markRendererParams)=0 | 
| It generates the image pattern from the given Symbology Enconding Mark element.   | |
| virtual | ~AbstractMarkRenderer () | 
| Virtual destructor.   | |
An abstract class for conversion of Symbology Enconding Mark elements to an image pattern.
Definition at line 66 of file AbstractMarkRenderer.h.
      
  | 
  inline | 
Constructor.
Definition at line 71 of file AbstractMarkRenderer.h.
      
  | 
  inlinevirtual | 
Virtual destructor.
Definition at line 74 of file AbstractMarkRenderer.h.
      
  | 
  pure virtual | 
Method that informs the set of supported marks by a specific concrete mark renderer.
| marks | A pre-created vector of string that will be filled with the supported marks names. | 
Implemented in te::qt::widgets::GlyphMarkRenderer, and te::qt::widgets::WellKnownMarkRenderer.
      
  | 
  pure virtual | 
It generates the image pattern from the given Symbology Enconding Mark element.
| markRendererParams | The parameters that will be used to render the mark | 
Implemented in te::qt::widgets::GlyphMarkRenderer, and te::qt::widgets::WellKnownMarkRenderer.