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

Method UpdateInformation

Common/ExecutionModel/vtkAlgorithm.cxx:1751–1758  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

1749
1750//------------------------------------------------------------------------------
1751void vtkAlgorithm::UpdateInformation()
1752{
1753 vtkDemandDrivenPipeline* ddp = vtkDemandDrivenPipeline::SafeDownCast(this->GetExecutive());
1754 if (ddp)
1755 {
1756 ddp->UpdateInformation();
1757 }
1758}
1759
1760//------------------------------------------------------------------------------
1761void vtkAlgorithm::UpdateDataObject()

Callers 7

PropagateUpdateExtentMethod · 0.95
UpdateMethod · 0.45
UpdateWholeExtentMethod · 0.45
test2Method · 0.45
TestTemporalAlgoInSituFunction · 0.45
TestMetaDataFunction · 0.45

Calls 1

GetExecutiveMethod · 0.95

Tested by 4

test2Method · 0.36
TestTemporalAlgoInSituFunction · 0.36
TestMetaDataFunction · 0.36