MCPcopy Create free account
hub / github.com/Kitware/VTK / InvokeUpdateInformationCallbacks

Method InvokeUpdateInformationCallbacks

IO/Image/vtkImageImport.cxx:340–352  ·  view source on GitHub ↗

------------------------------------------------------------------------------

Source from the content-addressed store, hash-verified

338
339//------------------------------------------------------------------------------
340void vtkImageImport::InvokeUpdateInformationCallbacks()
341{
342 if (this->UpdateInformationCallback)
343 {
344 tryCatchMacro((this->UpdateInformationCallback)(this->CallbackUserData),
345 "Calling UpdateInformationCallback: ");
346 }
347
348 if (this->InvokePipelineModifiedCallbacks())
349 {
350 this->Modified();
351 }
352}
353
354//------------------------------------------------------------------------------
355void vtkImageImport::InvokeExecuteInformationCallbacks()

Callers 1

ProcessRequestMethod · 0.80

Calls 2

ModifiedMethod · 0.45

Tested by

no test coverage detected