| 61 | void SetWindowFunctionToCosine() { this->SetWindowFunction(VTK_COSINE_WINDOW); } |
| 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); } |
nothing calls this directly
no test coverage detected