------------------------------------------------------------------------------
| 875 | |
| 876 | //------------------------------------------------------------------------------ |
| 877 | void vtkSmartVolumeMapper::SetInterpolationModeToLinear() |
| 878 | { |
| 879 | this->SetInterpolationMode(VTK_RESLICE_LINEAR); |
| 880 | } |
| 881 | |
| 882 | //------------------------------------------------------------------------------ |
| 883 | void vtkSmartVolumeMapper::SetInterpolationModeToCubic() |