MCPcopy Index your code
hub / github.com/ad-si/LuaCAD / getOption

Function getOption

OpenCSG/src/settings.cpp:89–96  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

87 }
88
89 int getOption(OptionType option) {
90 initIntOptions();
91 if ((unsigned int)option < OptionTypeUnused) {
92 return gSetting[option];
93 }
94
95 return 0;
96 }
97
98} // namespace OpenCSG

Callers 6

subtractPrimitivesFunction · 0.85
initMethod · 0.85
renderFunction · 0.85
ScissorMemoMethod · 0.85
getParityDepthFuncFunction · 0.85

Calls 1

initIntOptionsFunction · 0.85

Tested by

no test coverage detected