MCPcopy Create free account
hub / github.com/ad-si/LuaCAD / IsInitialized

Method IsInitialized

OpenCSG/src/frameBufferObject.h:49–49  ·  view source on GitHub ↗

checks whether Initialize has been called before or not

Source from the content-addressed store, hash-verified

47
48 /// checks whether Initialize has been called before or not
49 virtual bool IsInitialized() const { return initialized; }
50
51 /// Change the size of the frame buffer object.
52 virtual bool Resize(Dimensions dims);

Callers 1

initMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected