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

Function SetMagnifyImageMethodToLinear

Rendering/Parallel/vtkParallelRenderManager.h:302–302  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

300 vtkGetMacro(MagnifyImageMethod, int);
301 void SetMagnifyImageMethodToNearest() { this->SetMagnifyImageMethod(NEAREST); }
302 void SetMagnifyImageMethodToLinear() { this->SetMagnifyImageMethod(LINEAR); }
303 ///@}
304
305 ///@{

Callers

nothing calls this directly

Calls 1

SetMagnifyImageMethodMethod · 0.80

Tested by

no test coverage detected