------------------------------------------------------------------------------
| 312 | |
| 313 | //------------------------------------------------------------------------------ |
| 314 | void vtkImageExport::UpdateInformationCallback() |
| 315 | { |
| 316 | if (this->GetInputAlgorithm()) |
| 317 | { |
| 318 | this->GetInputAlgorithm()->UpdateInformation(); |
| 319 | } |
| 320 | } |
| 321 | |
| 322 | int vtkImageExport::PipelineModifiedCallback() |
| 323 | { |
no test coverage detected