Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SimpleITK/SimpleITK
/ SetGlobalWarningDisplay
Method
SetGlobalWarningDisplay
Code/Common/src/sitkProcessObject.cxx:278–282 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
276
277
278
void
279
ProcessObject::SetGlobalWarningDisplay(bool flag)
280
{
281
itk::Object::SetGlobalWarningDisplay(flag);
282
}
283
284
285
double
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected