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

Function SetInterpolationModeToCubic

Rendering/VolumeAMR/vtkAMRVolumeMapper.h:234–234  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

232 void SetInterpolationModeToLinear() { this->SetInterpolationMode(VTK_RESLICE_LINEAR); }
233
234 void SetInterpolationModeToCubic() { this->SetInterpolationMode(VTK_RESLICE_CUBIC); }
235
236 ///@{
237 /**

Callers

nothing calls this directly

Calls 1

SetInterpolationModeMethod · 0.45

Tested by

no test coverage detected