libosmscout
0.1
|
#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 ¶meter) |
Render bach of multiple databases, step by step (. More... | |
Protected Attributes | |
std::vector< MapDataRef > | data |
std::vector< PainterType > | painters |
Batch renderer helps to render map based on multiple databases
|
inlineexplicit |
|
virtualdefault |
|
inline |
Referenced by osmscout::DBRenderJob::Run().
|
inlineprotected |
Render bach of multiple databases, step by step (.
projection | |
parameter |
|
protected |
|
protected |