151{
154
158
161 tbi->setSource(sp);
162
164
165 return false;
166}
std::shared_ptr< Colormap > Ptr
Definition colormappable.hh:29
static Colormap::Ptr createDefault(int n)
Definition colormappable.hh:49
std::shared_ptr< DummyColormapProvider > Ptr
Definition test-helpers.hh:27
static Ptr create(Colormap::Ptr colormap)
Definition test-helpers.cc:34
static Ptr create(ColormapProvider::Ptr colormapProvider)
Definition layeroperations.cc:262
static Ptr create(ColormapProvider::Ptr colormapProvider)
Definition layeroperations.cc:381
Definition measure-framerate-stubs.hh:72
std::shared_ptr< SourcePresentation > Ptr
Definition tiledbitmapinterface.hh:192
static Ptr create(DummyColormapProvider::Ptr colormapProvider, const LayerSpec &ls, const TiledBitmapInterface::Ptr &tbi, SourcePresentation::Ptr sp, int zoom)
Definition test-helpers.cc:61
std::shared_ptr< TiledBitmapInterface > Ptr
Definition tiledbitmapinterface.hh:233
Colormap::Ptr const colormap
Definition colormaphelpers_test.cc:55
std::vector< LayerOperations::Ptr > LayerSpec
Definition tiledbitmapinterface.hh:184
TiledBitmapInterface::Ptr createTiledBitmap(int bitmapWidth, int bitmapHeight, LayerSpec const &ls)
Definition tiled-bitmap.cc:28