------------------------------------------------------------------------------
| 1961 | |
| 1962 | //------------------------------------------------------------------------------ |
| 1963 | int 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 | //------------------------------------------------------------------------------ |
| 1973 | int vtkAlgorithm::GetUpdateNumberOfPieces(int port) |
no test coverage detected