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

Go to the source code of this file.

Classes

class  UsdResolveInfo
 Container for information about the source of an attribute's value, i.e. More...
 

Enumerations

enum  UsdResolveInfoSource {
  UsdResolveInfoSourceNone , UsdResolveInfoSourceFallback , UsdResolveInfoSourceDefault , UsdResolveInfoSourceTimeSamples ,
  UsdResolveInfoSourceValueClips
}
 Describes the various sources of attribute values. More...
 

Functions

 TF_DECLARE_WEAK_PTRS (PcpLayerStack)
 

Enumeration Type Documentation

◆ UsdResolveInfoSource

Describes the various sources of attribute values.

For more details, see TimeSamples, Defaults, and Value Resolution.

Enumerator
UsdResolveInfoSourceNone 

No value.

UsdResolveInfoSourceFallback 

Built-in fallback value.

UsdResolveInfoSourceDefault 

Attribute default value.

UsdResolveInfoSourceTimeSamples 

Attribute time samples.

UsdResolveInfoSourceValueClips 

Value clips.

Definition at line 51 of file resolveInfo.h.