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

Method SetInterpolationModeToCubic

Rendering/VolumeOpenGL2/vtkSmartVolumeMapper.cxx:883–886  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

881
882//------------------------------------------------------------------------------
883void vtkSmartVolumeMapper::SetInterpolationModeToCubic()
884{
885 this->SetInterpolationMode(VTK_RESLICE_CUBIC);
886}
887
888//------------------------------------------------------------------------------
889void vtkSmartVolumeMapper::CreateCanonicalView(vtkRenderer* ren, vtkVolume* volume,

Calls 1

SetInterpolationModeMethod · 0.45

Tested by 2

TestImageProbeFilterFunction · 0.64
TestInterpolateRowFunction · 0.64