#include <Window.h>

Public Member Functions | |
| RectangularWindow () | |
| RectangularWindow (unsigned windowSize) | |
| RectangularWindow (unsigned windowSize, float gain) | |
| ~RectangularWindow () | |
Protected Member Functions | |
| void | fillWindow () |
| subclasses override this to fill the buffer with corresponding function. | |
| csl::RectangularWindow::RectangularWindow | ( | ) | [inline] |
| csl::RectangularWindow::RectangularWindow | ( | unsigned | windowSize | ) | [inline] |
| csl::RectangularWindow::RectangularWindow | ( | unsigned | windowSize, | |
| float | gain | |||
| ) | [inline] |
| csl::RectangularWindow::~RectangularWindow | ( | ) | [inline] |
| void RectangularWindow::fillWindow | ( | ) | [protected, virtual] |
subclasses override this to fill the buffer with corresponding function.
Reimplemented from csl::Window.
References csl::Buffer::mBuffers, csl::Window::mGain, csl::Window::mWindowBuffer, and csl::Window::mWindowSize.
1.5.8