#include <UT_Filter.h>
Public Member Functions | |
| UT_FilterWindow () | |
| ~UT_FilterWindow () | |
| void | setWeights (const UT_Filter &filter, fpreal center, fpreal radius, int res, UT_FilterWrap mode) |
| void | setWeights (const UT_Filter &filter, fpreal center, fpreal radius, fpreal iradius, int res, UT_FilterWrap mode) |
| void | initWeights (fpreal center, fpreal radius) |
| void | fillWeights (fpreal *weights, const UT_Filter &filter, fpreal center, fpreal iradius, int res, UT_FilterWrap mode) |
| void | allocWeights (int size) |
| float * | getWeights () |
| const float * | getWeights () const |
| int | getStart () const |
| int | getEnd () const |
| int | getSize () const |
| float | getVisible () const |
| void | trim (int min, int max) |
Definition at line 35 of file UT_Filter.h.
| UT_FilterWindow::UT_FilterWindow | ( | ) |
| UT_FilterWindow::~UT_FilterWindow | ( | ) |
| void UT_FilterWindow::allocWeights | ( | int | size | ) |
| void UT_FilterWindow::fillWeights | ( | fpreal * | weights, | |
| const UT_Filter & | filter, | |||
| fpreal | center, | |||
| fpreal | iradius, | |||
| int | res, | |||
| UT_FilterWrap | mode | |||
| ) |
| int UT_FilterWindow::getEnd | ( | ) | const [inline] |
Definition at line 67 of file UT_Filter.h.
| int UT_FilterWindow::getSize | ( | void | ) | const [inline] |
Definition at line 68 of file UT_Filter.h.
| int UT_FilterWindow::getStart | ( | ) | const [inline] |
Definition at line 66 of file UT_Filter.h.
| float UT_FilterWindow::getVisible | ( | ) | const [inline] |
Definition at line 69 of file UT_Filter.h.
| const float* UT_FilterWindow::getWeights | ( | ) | const [inline] |
Definition at line 65 of file UT_Filter.h.
| float* UT_FilterWindow::getWeights | ( | ) | [inline] |
Definition at line 64 of file UT_Filter.h.
| void UT_FilterWindow::setWeights | ( | const UT_Filter & | filter, | |
| fpreal | center, | |||
| fpreal | radius, | |||
| fpreal | iradius, | |||
| int | res, | |||
| UT_FilterWrap | mode | |||
| ) |
| void UT_FilterWindow::setWeights | ( | const UT_Filter & | filter, | |
| fpreal | center, | |||
| fpreal | radius, | |||
| int | res, | |||
| UT_FilterWrap | mode | |||
| ) | [inline] |
Definition at line 40 of file UT_Filter.h.
| void UT_FilterWindow::trim | ( | int | min, | |
| int | max | |||
| ) |
1.5.9