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

Method GetUpdateExtent

Common/ExecutionModel/vtkAlgorithm.cxx:1928–1935  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

1926
1927//------------------------------------------------------------------------------
1928int* vtkAlgorithm::GetUpdateExtent(int port)
1929{
1930 if (this->GetOutputInformation(port))
1931 {
1932 return vtkStreamingDemandDrivenPipeline::GetUpdateExtent(this->GetOutputInformation(port));
1933 }
1934 return nullptr;
1935}
1936
1937//------------------------------------------------------------------------------
1938void vtkAlgorithm::GetUpdateExtent(int port, int& x0, int& x1, int& y0, int& y1, int& z0, int& z1)

Callers 4

vtkAlgorithm.hFile · 0.45
GetUpdateExtentFunction · 0.45
RequestDataMethod · 0.45
PerformResamplingMethod · 0.45

Calls 2

GetOutputInformationMethod · 0.95
GetUpdateExtentFunction · 0.85

Tested by

no test coverage detected