------------------------------------------------------------------------------
| 1982 | |
| 1983 | //------------------------------------------------------------------------------ |
| 1984 | int vtkAlgorithm::GetUpdateGhostLevel(int port) |
| 1985 | { |
| 1986 | if (this->GetOutputInformation(port)) |
| 1987 | { |
| 1988 | return vtkStreamingDemandDrivenPipeline::GetUpdateGhostLevel(this->GetOutputInformation(port)); |
| 1989 | } |
| 1990 | return 0; |
| 1991 | } |
| 1992 | |
| 1993 | //------------------------------------------------------------------------------ |
| 1994 | void vtkAlgorithm::SetInputDataObject(int port, vtkDataObject* input) |
no test coverage detected