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

Method GetUpdateNumberOfPieces

Common/ExecutionModel/vtkAlgorithm.cxx:1973–1981  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

1971
1972//------------------------------------------------------------------------------
1973int vtkAlgorithm::GetUpdateNumberOfPieces(int port)
1974{
1975 if (this->GetOutputInformation(port))
1976 {
1977 return vtkStreamingDemandDrivenPipeline::GetUpdateNumberOfPieces(
1978 this->GetOutputInformation(port));
1979 }
1980 return 1;
1981}
1982
1983//------------------------------------------------------------------------------
1984int vtkAlgorithm::GetUpdateGhostLevel(int port)

Callers 1

GetUpdateNumberOfPiecesFunction · 0.45

Calls 2

GetOutputInformationMethod · 0.95
GetUpdateNumberOfPiecesFunction · 0.85

Tested by

no test coverage detected