MCPcopy 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
278void
279ProcessObject::SetGlobalWarningDisplay(bool flag)
280{
281 itk::Object::SetGlobalWarningDisplay(flag);
282}
283
284
285double

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected