------------------------------------------------------------------------------
| 908 | |
| 909 | //------------------------------------------------------------------------------ |
| 910 | void vtkAbstractImageInterpolator::GetSlidingWindowFunc( |
| 911 | void (**)(vtkInterpolationWeights*, int, int, int, double*, int)) |
| 912 | { |
| 913 | vtkSlidingWindowGetRowInterpolationFunc( |
| 914 | &this->RowInterpolationFuncDouble, this->InterpolationInfo->ScalarType); |
| 915 | } |
| 916 | |
| 917 | //------------------------------------------------------------------------------ |
| 918 | void vtkAbstractImageInterpolator::GetSlidingWindowFunc( |
no test coverage detected