libosmscout  0.1
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Modules
osmscout::BatchMapPainter< PainterType > Class Template Reference

#include <BatchMapPainter.h>

Public Member Functions

void AddData (const MapDataRef &d, PainterType &painter)
 
 BatchMapPainter (size_t expectedCount)
 
virtual ~BatchMapPainter ()=default
 

Protected Member Functions

bool BatchPaintInternal (const Projection &projection, const MapParameter &parameter)
 Render bach of multiple databases, step by step (. More...
 

Protected Attributes

std::vector< MapDataRefdata
 
std::vector< PainterType > painters
 

Detailed Description

template<class PainterType>
class osmscout::BatchMapPainter< PainterType >

Batch renderer helps to render map based on multiple databases

Constructor & Destructor Documentation

◆ BatchMapPainter()

template<class PainterType >
osmscout::BatchMapPainter< PainterType >::BatchMapPainter ( size_t  expectedCount)
inlineexplicit

◆ ~BatchMapPainter()

template<class PainterType >
virtual osmscout::BatchMapPainter< PainterType >::~BatchMapPainter ( )
virtualdefault

Member Function Documentation

◆ AddData()

template<class PainterType >
void osmscout::BatchMapPainter< PainterType >::AddData ( const MapDataRef d,
PainterType &  painter 
)
inline

◆ BatchPaintInternal()

template<class PainterType >
bool osmscout::BatchMapPainter< PainterType >::BatchPaintInternal ( const Projection projection,
const MapParameter parameter 
)
inlineprotected

Render bach of multiple databases, step by step (.

See also
RenderSteps). All painters should have initialised its (backend specific) state.
Parameters
projection
parameter
Returns
false on error, true otherwise

Member Data Documentation

◆ data

◆ painters


The documentation for this class was generated from the following file: