Go to the source code of this file.
Enumerations | |
| enum | UT_FilterType { UT_FILTER_POINT, UT_FILTER_BOX, UT_FILTER_GAUSS, UT_FILTER_CONE, UT_FILTER_SINC, UT_FILTER_CATROM, UT_FILTER_HANNING, UT_FILTER_BLACKMAN, UT_FILTER_MITCHELL, UT_FILTER_MAX_FILTERS } |
| enum | UT_FilterWrap { UT_WRAP_REPEAT = 0, UT_WRAP_CLAMP = 1, UT_WRAP_BORDER = 2 } |
| enum UT_FilterType |
| UT_FILTER_POINT | |
| UT_FILTER_BOX | |
| UT_FILTER_GAUSS | |
| UT_FILTER_CONE | |
| UT_FILTER_SINC | |
| UT_FILTER_CATROM | |
| UT_FILTER_HANNING | |
| UT_FILTER_BLACKMAN | |
| UT_FILTER_MITCHELL | |
| UT_FILTER_MAX_FILTERS |
Definition at line 23 of file UT_FilterType.h.
| enum UT_FilterWrap |
Definition at line 47 of file UT_FilterType.h.
1.5.9