MCPcopy Create free account
hub / github.com/Kitware/VTK / SetInterpolationModeToLinear

Method SetInterpolationModeToLinear

Rendering/VolumeOpenGL2/vtkSmartVolumeMapper.cxx:877–880  ·  view source on GitHub ↗

------------------------------------------------------------------------------

Source from the content-addressed store, hash-verified

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

Callers 15

mainFunction · 0.80
CreateFilterFunction · 0.80
SetResliceInterpolateMethod · 0.80
SetResliceInterpolateMethod · 0.80
RenderStringMethod · 0.80
SetInterpolateFunction · 0.80
ResliceWrapPad.pyFile · 0.80

Calls 1

SetInterpolationModeMethod · 0.45

Tested by 3

TestImageNoDirectionFunction · 0.64
TestImageWithDirectionFunction · 0.64
TestOpenQubeMOPACDensityFunction · 0.64