| 64 | } |
| 65 | |
| 66 | inline void setSize(const unsigned pWidth, const unsigned pHeight) { |
| 67 | mWindow->setSize(pWidth, pHeight); |
| 68 | } |
| 69 | |
| 70 | inline void setColorMap(const forge::ColorMap cmap) { |
| 71 | mWindow->setColorMap(cmap); |
nothing calls this directly
no outgoing calls
no test coverage detected