HDK
Main Page
Related Pages
Modules
Namespaces
Classes
Files
Examples
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Groups
Pages
UT_FilterType.h
Go to the documentation of this file.
1
/*
2
* PROPRIETARY INFORMATION. This software is proprietary to
3
* Side Effects Software Inc., and is not to be reproduced,
4
* transmitted, or disclosed in any way without written permission.
5
*
6
* NAME: UT_Filter.h ( UT Library, C++)
7
*
8
* COMMENTS: enum for filter types
9
*/
10
11
#ifndef __UT_FilterType__
12
#define __UT_FilterType__
13
14
// #define UT_ALL_FILTERS
15
16
typedef
enum
{
17
UT_FILTER_POINT
,
// Point filter must be first (for bkwd compat)
18
UT_FILTER_BOX
,
// Box filter must be second (for bkwd compat)
19
20
UT_FILTER_GAUSS
,
21
UT_FILTER_CONE
,
// Also known as a Bartlett
22
UT_FILTER_SINC
,
23
24
UT_FILTER_CATROM
,
25
26
UT_FILTER_HANNING
,
27
UT_FILTER_BLACKMAN
,
28
29
UT_FILTER_MITCHELL
,
30
31
#ifdef UT_ALL_FILTERS
32
UT_FILTER_CUBIC,
33
UT_FILTER_BESSEL,
34
UT_FILTER_HAMMING,
35
#endif
36
37
UT_FILTER_MAX_FILTERS
38
}
UT_FilterType
;
39
40
typedef
enum
{
41
UT_WRAP_REPEAT
= 0,
// Texture repeats
42
UT_WRAP_CLAMP
= 1,
// Texture coords are clamped
43
UT_WRAP_BORDER
= 2
// Texture is clamped with border color
44
}
UT_FilterWrap
;
45
46
#endif
UT_FILTER_BLACKMAN
Definition:
UT_FilterType.h:27
UT_FILTER_POINT
Definition:
UT_FilterType.h:17
UT_FILTER_CATROM
Definition:
UT_FilterType.h:24
UT_FilterWrap
UT_FilterWrap
Definition:
UT_FilterType.h:40
UT_FILTER_MITCHELL
Definition:
UT_FilterType.h:29
UT_FilterType
UT_FilterType
Definition:
UT_FilterType.h:16
UT_WRAP_CLAMP
Definition:
UT_FilterType.h:42
UT_WRAP_REPEAT
Definition:
UT_FilterType.h:41
UT_FILTER_MAX_FILTERS
Definition:
UT_FilterType.h:37
UT_FILTER_GAUSS
Definition:
UT_FilterType.h:20
UT_FILTER_SINC
Definition:
UT_FilterType.h:22
UT_FILTER_BOX
Definition:
UT_FilterType.h:18
UT_FILTER_HANNING
Definition:
UT_FilterType.h:26
UT_WRAP_BORDER
Definition:
UT_FilterType.h:43
UT_FILTER_CONE
Definition:
UT_FilterType.h:21
UT
UT_FilterType.h
Generated on Wed Jan 15 2025 02:54:46 for HDK by
1.8.6