MCPcopy Create free account
hub / github.com/SimpleITK/SimpleITK / SetGlobalDefaultDebug

Method SetGlobalDefaultDebug

Code/Common/src/sitkProcessObject.cxx:250–254  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

248
249
250void
251ProcessObject::SetGlobalDefaultDebug(bool debugFlag)
252{
253 GlobalDefaultDebug = debugFlag;
254}
255
256
257void

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected