------------------------------------------------------------------------------
| 374 | |
| 375 | //------------------------------------------------------------------------------ |
| 376 | vtkTypeBool vtkStreamingDemandDrivenPipeline::Update() |
| 377 | { |
| 378 | return this->Superclass::Update(); |
| 379 | } |
| 380 | |
| 381 | //------------------------------------------------------------------------------ |
| 382 | vtkTypeBool vtkStreamingDemandDrivenPipeline::Update(int port) |
no test coverage detected