Public Member Functions | |
| CosTaperWindow () | |
| const char * | name () const |
| float | getValue (float) const |
| bool | hasVariable () const |
| float | getVariable () const |
| bool | setVariable (float) |
| const char * | variableName () const |
Static Public Member Functions | |
| static void | initClass () |
| static const char * | sName () |
| static WindowFunction * | create () |
Protected Attributes | |
| float | threshold_ |
| float | factor_ |
| CosTaperWindow::CosTaperWindow | ( | ) | [inline] |
| static WindowFunction* CosTaperWindow::create | ( | ) | [static] |
| float CosTaperWindow::getValue | ( | float | ) | const [virtual] |
Implements MathFunction< float, float >.
| float CosTaperWindow::getVariable | ( | ) | const [inline, virtual] |
Reimplemented from WindowFunction.
| bool CosTaperWindow::hasVariable | ( | ) | const [inline, virtual] |
Reimplemented from WindowFunction.
| static void CosTaperWindow::initClass | ( | ) | [static] |
| const char* CosTaperWindow::name | ( | ) | const [virtual] |
Implements WindowFunction.
| bool CosTaperWindow::setVariable | ( | float | ) | [virtual] |
Reimplemented from WindowFunction.
| static const char* CosTaperWindow::sName | ( | ) | [static] |
| const char* CosTaperWindow::variableName | ( | ) | const [inline, virtual] |
Reimplemented from WindowFunction.
float CosTaperWindow::factor_ [protected] |
float CosTaperWindow::threshold_ [protected] |
1.7.1