| 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); } |
| 63 | void SetWindowFunctionToHamming() { this->SetWindowFunction(VTK_HAMMING_WINDOW); } |
nothing calls this directly
no test coverage detected