| 496 | } |
| 497 | |
| 498 | void vtkImageExport::PropagateUpdateExtentCallback(int* extent) |
| 499 | { |
| 500 | if (this->GetInputAlgorithm()) |
| 501 | { |
| 502 | int port = this->GetInputConnection(0, 0)->GetIndex(); |
| 503 | vtkInformation* info = this->GetInputAlgorithm()->GetOutputInformation(port); |
| 504 | info->Set(vtkStreamingDemandDrivenPipeline::UPDATE_EXTENT(), extent, 6); |
| 505 | } |
| 506 | } |
| 507 | |
| 508 | void vtkImageExport::UpdateDataCallback() |
| 509 | { |
no test coverage detected