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

Function SetMagnifyImageMethodToNearest

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

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

SetMagnifyImageMethodMethod · 0.80

Tested by

no test coverage detected