Loading...
Searching...
No Matches
UsdLinearInterpolationTraits< T > Struct Template Reference

Traits class describing whether a particular C++ value type supports linear interpolation. More...

#include <interpolation.h>

Static Public Attributes

static const bool isSupported = false
 

Detailed Description

template<class T>
struct UsdLinearInterpolationTraits< T >

Traits class describing whether a particular C++ value type supports linear interpolation.

UsdLinearInterpolationTraits<T>::isSupported will be true for all types listed in the USD_LINEAR_INTERPOLATION_TYPES sequence.

Definition at line 102 of file interpolation.h.

Member Data Documentation

◆ isSupported

const bool isSupported = false
static

Definition at line 104 of file interpolation.h.


The documentation for this struct was generated from the following file: