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

Method UpdateWholeExtent

Common/ExecutionModel/vtkAlgorithm.cxx:1771–1783  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

1769
1770//------------------------------------------------------------------------------
1771void vtkAlgorithm::UpdateWholeExtent()
1772{
1773 vtkStreamingDemandDrivenPipeline* sddp =
1774 vtkStreamingDemandDrivenPipeline::SafeDownCast(this->GetExecutive());
1775 if (sddp)
1776 {
1777 sddp->UpdateWholeExtent();
1778 }
1779 else
1780 {
1781 this->Update();
1782 }
1783}
1784
1785//------------------------------------------------------------------------------
1786void vtkAlgorithm::ConvertTotalInputToPortConnection(int ind, int& port, int& conn)

Callers 15

WriteMethod · 0.45
WriteMethod · 0.45
WriteMethod · 0.45
WriteMethod · 0.45
GetPointerToDataMethod · 0.45
TestCompressedTIFFReaderFunction · 0.45
WriteMethod · 0.45
WriteMethod · 0.45
WriteMethod · 0.45
mainFunction · 0.45
ExecuteMethod · 0.45
ExecuteMethod · 0.45

Calls 2

GetExecutiveMethod · 0.95
UpdateMethod · 0.95

Tested by 5

TestCompressedTIFFReaderFunction · 0.36
TestBSplineWarpFunction · 0.36
RegressionTestMethod · 0.36