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

Function SetInterpolationModeToLinear

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

Source from the content-addressed store, hash-verified

230 void SetInterpolationModeToNearestNeighbor() { this->SetInterpolationMode(VTK_RESLICE_NEAREST); }
231
232 void SetInterpolationModeToLinear() { this->SetInterpolationMode(VTK_RESLICE_LINEAR); }
233
234 void SetInterpolationModeToCubic() { this->SetInterpolationMode(VTK_RESLICE_CUBIC); }
235

Callers

nothing calls this directly

Calls 1

SetInterpolationModeMethod · 0.45

Tested by

no test coverage detected