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

Function SetWindowFunctionToLanczos

Imaging/Core/vtkImageSincInterpolator.h:59–59  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

57 */
58 virtual void SetWindowFunction(int mode);
59 void SetWindowFunctionToLanczos() { this->SetWindowFunction(VTK_LANCZOS_WINDOW); }
60 void SetWindowFunctionToKaiser() { this->SetWindowFunction(VTK_KAISER_WINDOW); }
61 void SetWindowFunctionToCosine() { this->SetWindowFunction(VTK_COSINE_WINDOW); }
62 void SetWindowFunctionToHann() { this->SetWindowFunction(VTK_HANN_WINDOW); }

Callers

nothing calls this directly

Calls 1

SetWindowFunctionMethod · 0.80

Tested by

no test coverage detected