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

Method PropagateUpdateExtent

Common/ExecutionModel/vtkAlgorithm.cxx:1738–1748  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

1736
1737//------------------------------------------------------------------------------
1738void vtkAlgorithm::PropagateUpdateExtent()
1739{
1740 this->UpdateInformation();
1741
1742 vtkStreamingDemandDrivenPipeline* sddp =
1743 vtkStreamingDemandDrivenPipeline::SafeDownCast(this->GetExecutive());
1744 if (sddp)
1745 {
1746 sddp->PropagateUpdateExtent(-1);
1747 }
1748}
1749
1750//------------------------------------------------------------------------------
1751void vtkAlgorithm::UpdateInformation()

Callers 5

vtkImageWriter.cxxFile · 0.45
RequestUpdateExtentMethod · 0.45
ProcessRequestMethod · 0.45
GetNumberOfSubPiecesMethod · 0.45

Calls 2

UpdateInformationMethod · 0.95
GetExecutiveMethod · 0.95

Tested by

no test coverage detected