added remove_all

This commit is contained in:
Artem Pavlenko 2006-10-09 09:43:43 +00:00
parent b2ce94166b
commit 10cffb9174

View File

@ -61,6 +61,7 @@ namespace mapnik
Layer& getLayer(size_t index);
void removeLayer(size_t index);
std::vector<Layer> const& layers() const;
void remove_all();
unsigned getWidth() const;
unsigned getHeight() const;
void setWidth(unsigned width);