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

Function SetWindowFunctionToBlackman

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

Source from the content-addressed store, hash-verified

62 void SetWindowFunctionToHann() { this->SetWindowFunction(VTK_HANN_WINDOW); }
63 void SetWindowFunctionToHamming() { this->SetWindowFunction(VTK_HAMMING_WINDOW); }
64 void SetWindowFunctionToBlackman() { this->SetWindowFunction(VTK_BLACKMAN_WINDOW); }
65 void SetWindowFunctionToBlackmanHarris3() { this->SetWindowFunction(VTK_BLACKMAN_HARRIS3); }
66 void SetWindowFunctionToBlackmanHarris4() { this->SetWindowFunction(VTK_BLACKMAN_HARRIS4); }
67 void SetWindowFunctionToNuttall() { this->SetWindowFunction(VTK_NUTTALL_WINDOW); }

Callers

nothing calls this directly

Calls 1

SetWindowFunctionMethod · 0.80

Tested by

no test coverage detected