------------------------------------------------------------------------------
| 156 | |
| 157 | //------------------------------------------------------------------------------ |
| 158 | int vtkImageAlgorithm::RequestInformation( |
| 159 | vtkInformation* request, vtkInformationVector** inputVector, vtkInformationVector* outputVector) |
| 160 | { |
| 161 | // do nothing except copy scalar type info |
| 162 | this->CopyInputArrayAttributesToOutput(request, inputVector, outputVector); |
| 163 | return 1; |
| 164 | } |
| 165 | |
| 166 | //------------------------------------------------------------------------------ |
| 167 | int vtkImageAlgorithm::RequestUpdateExtent(vtkInformation* vtkNotUsed(request), |
no test coverage detected