------------------------------------------------------------------------------ Initialize point interpolation method.
| 1039 | //------------------------------------------------------------------------------ |
| 1040 | // Initialize point interpolation method. |
| 1041 | void vtkDataSetAttributes::InterpolateAllocate( |
| 1042 | vtkDataSetAttributes* pd, vtkIdType sze, vtkIdType ext, int shallowCopyArrays) |
| 1043 | { |
| 1044 | this->InternalCopyAllocate(pd, INTERPOLATE, sze, ext, shallowCopyArrays); |
| 1045 | } |
| 1046 | |
| 1047 | //------------------------------------------------------------------------------ |
| 1048 | // Interpolate data from points and interpolation weights. Make sure that the |
no test coverage detected