------------------------------------------------------------------------------
| 129 | |
| 130 | //------------------------------------------------------------------------------ |
| 131 | void vtkImageInterpolator::InternalUpdate() |
| 132 | { |
| 133 | vtkInterpolationInfo* info = this->InterpolationInfo; |
| 134 | info->InterpolationMode = this->InterpolationMode; |
| 135 | } |
| 136 | |
| 137 | //------------------------------------------------------------------------------ |
| 138 | //------------------------------------------------------------------------------ |