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

Method GetUpdatePiece

Common/ExecutionModel/vtkAlgorithm.cxx:1963–1970  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

1961
1962//------------------------------------------------------------------------------
1963int vtkAlgorithm::GetUpdatePiece(int port)
1964{
1965 if (this->GetOutputInformation(port))
1966 {
1967 return vtkStreamingDemandDrivenPipeline::GetUpdatePiece(this->GetOutputInformation(port));
1968 }
1969 return 0;
1970}
1971
1972//------------------------------------------------------------------------------
1973int vtkAlgorithm::GetUpdateNumberOfPieces(int port)

Callers 1

GetUpdatePieceFunction · 0.45

Calls 2

GetOutputInformationMethod · 0.95
GetUpdatePieceFunction · 0.85

Tested by

no test coverage detected