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

Function SetWindowFunctionToNuttall

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

Source from the content-addressed store, hash-verified

65 void SetWindowFunctionToBlackmanHarris3() { this->SetWindowFunction(VTK_BLACKMAN_HARRIS3); }
66 void SetWindowFunctionToBlackmanHarris4() { this->SetWindowFunction(VTK_BLACKMAN_HARRIS4); }
67 void SetWindowFunctionToNuttall() { this->SetWindowFunction(VTK_NUTTALL_WINDOW); }
68 void SetWindowFunctionToBlackmanNuttall3() { this->SetWindowFunction(VTK_BLACKMAN_NUTTALL3); }
69 void SetWindowFunctionToBlackmanNuttall4() { this->SetWindowFunction(VTK_BLACKMAN_NUTTALL4); }
70 int GetWindowFunction() { return this->WindowFunction; }

Callers

nothing calls this directly

Calls 1

SetWindowFunctionMethod · 0.80

Tested by

no test coverage detected