------------------------------------------------------------------------------
| 825 | |
| 826 | //------------------------------------------------------------------------------ |
| 827 | void vtkGenericImageInterpolator::GetRowInterpolationFunc( |
| 828 | void (**func)(vtkInterpolationWeights*, int, int, int, double*, int)) |
| 829 | { |
| 830 | vtkGenericImageInterpolatorGetRowInterpolationFunc( |
| 831 | func, this->InterpolationInfo->Array, this->InterpolationMode); |
| 832 | } |
| 833 | |
| 834 | //------------------------------------------------------------------------------ |
| 835 | void vtkGenericImageInterpolator::GetRowInterpolationFunc( |
no test coverage detected