Further refinement of ProxyLayer API

This commit is contained in:
Robert Osfield
2007-08-30 10:15:35 +00:00
parent 9a9ffbe229
commit 667be8bb57
3 changed files with 5 additions and 5 deletions

View File

@@ -320,7 +320,7 @@ class OSGTERRAIN_EXPORT ProxyLayer : public Layer
virtual void close() {}
/** Extract an ImageLayer from the ProxyLayer.*/
virtual ImageLayer* extractImageLayer(unsigned int /*minX*/, unsigned int /*minY*/, unsigned int /*maxX*/, unsigned int /*maxY*/) { return 0; }
virtual ImageLayer* extractImageLayer(unsigned int /*sourceMinX*/, unsigned int /*sourceMinY*/, unsigned int /*sourceMaxX*/, unsigned int /*sourceMaxY*/, unsigned int /*targetWidth*/=0, unsigned int /*targetHeight*/=0) { return 0; }
protected: