Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
250
void
251
ProcessObject::SetGlobalDefaultDebug(bool debugFlag)
252
{
253
GlobalDefaultDebug = debugFlag;
254
}
255
256
257
void
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected