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

Method UpdateInformationCallback

IO/Image/vtkImageExport.cxx:314–320  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

312
313//------------------------------------------------------------------------------
314void vtkImageExport::UpdateInformationCallback()
315{
316 if (this->GetInputAlgorithm())
317 {
318 this->GetInputAlgorithm()->UpdateInformation();
319 }
320}
321
322int vtkImageExport::PipelineModifiedCallback()
323{

Callers 1

Calls 2

GetInputAlgorithmMethod · 0.95
UpdateInformationMethod · 0.45

Tested by

no test coverage detected