| 33 | sMapParams(size_t pSeed = 0); |
| 34 | |
| 35 | size_t getWidth() { return mWidth; } |
| 36 | void setWidth(const size_t pWidth) { mWidth = pWidth; } |
| 37 | |
| 38 | size_t getHeight() { return mHeight; } |
nothing calls this directly
no outgoing calls
no test coverage detected