------------------------------------------------------------------------------
| 1971 | |
| 1972 | //------------------------------------------------------------------------------ |
| 1973 | int 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 | //------------------------------------------------------------------------------ |
| 1984 | int vtkAlgorithm::GetUpdateGhostLevel(int port) |
no test coverage detected