HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
resolveInfo.h File Reference
#include "pxr/pxr.h"
#include "pxr/usd/usd/api.h"
#include "pxr/usd/usd/stage.h"
#include "pxr/usd/sdf/layerOffset.h"
#include "pxr/usd/sdf/path.h"
#include "pxr/usd/pcp/node.h"
#include "pxr/base/tf/declarePtrs.h"
#include <limits>
+ 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
 

Enumerations

enum  UsdResolveInfoSource {
  UsdResolveInfoSourceNone, UsdResolveInfoSourceFallback, UsdResolveInfoSourceDefault, UsdResolveInfoSourceTimeSamples,
  UsdResolveInfoSourceValueClips
}
 

Functions

PXR_NAMESPACE_OPEN_SCOPE TF_DECLARE_WEAK_PTRS (PcpLayerStack)
 

Enumeration Type Documentation

Describes the various sources of attribute values.

For more details, see Usd_ValueResolution.

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.

Function Documentation

PXR_NAMESPACE_OPEN_SCOPE TF_DECLARE_WEAK_PTRS ( PcpLayerStack  )