Loading...
Searching...
No Matches
interpolation.h File Reference
+ Include dependency graph for interpolation.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  UsdLinearInterpolationTraits< T >
 Traits class describing whether a particular C++ value type supports linear interpolation. More...
 

Macros

#define USD_LINEAR_INTERPOLATION_TYPES
 Sequence of value types that support linear interpolation.
 

Enumerations

enum  UsdInterpolationType { UsdInterpolationTypeHeld , UsdInterpolationTypeLinear }
 Attribute value interpolation options. More...
 

Macro Definition Documentation

◆ USD_LINEAR_INTERPOLATION_TYPES

#define USD_LINEAR_INTERPOLATION_TYPES

Sequence of value types that support linear interpolation.

These types and VtArrays of these types are supported:

Definition at line 73 of file interpolation.h.

Enumeration Type Documentation

◆ UsdInterpolationType

Attribute value interpolation options.

See Attribute Value Interpolation for more details.

Enumerator
UsdInterpolationTypeHeld 

Held interpolation.

UsdInterpolationTypeLinear 

Linear interpolation.

Definition at line 44 of file interpolation.h.