MCPcopy Create free account
hub / github.com/arrayfire/forge / setSize

Method setSize

src/backend/common/window.hpp:66–68  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected