|
HDK
|
This graph shows which files directly or indirectly include this file: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 |
| Enumerator | |
|---|---|
| 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 16 of file UT_FilterType.h.
| enum UT_FilterWrap |
| Enumerator | |
|---|---|
| UT_WRAP_REPEAT | |
| UT_WRAP_CLAMP | |
| UT_WRAP_BORDER | |
Definition at line 40 of file UT_FilterType.h.