HDK
|
#include <resolveInfo.h>
Public Member Functions | |
UsdResolveInfo () | |
UsdResolveInfoSource | GetSource () const |
Return the source of the associated attribute's value. More... | |
bool | HasAuthoredValueOpinion () const |
bool | HasAuthoredValue () const |
PcpNodeRef | GetNode () const |
bool | ValueIsBlocked () const |
Friends | |
class | UsdAttribute |
class | UsdStage |
class | UsdStage_ResolveInfoAccess |
class | UsdAttributeQuery |
Container for information about the source of an attribute's value, i.e. the 'resolved' location of the attribute.
For more details, see Usd_ValueResolution.
Definition at line 68 of file resolveInfo.h.
|
inline |
Definition at line 71 of file resolveInfo.h.
|
inline |
Return the node within the containing PcpPrimIndex that provided the resolved value opinion.
Definition at line 106 of file resolveInfo.h.
|
inline |
Return the source of the associated attribute's value.
Definition at line 78 of file resolveInfo.h.
|
inline |
Return true if this UsdResolveInfo represents an attribute that has an authored value that is not blocked
Definition at line 97 of file resolveInfo.h.
|
inline |
Return true if this UsdResolveInfo represents an attribute that has an authored value opinion. This will return true
if there is any authored value opinion, including a block
This is equivalent to HasAuthoredValue() || ValueIsBlocked()
Definition at line 87 of file resolveInfo.h.
|
inline |
Return true if this UsdResolveInfo represents an attribute whose value is blocked.
Definition at line 114 of file resolveInfo.h.
|
friend |
Definition at line 169 of file resolveInfo.h.
|
friend |
Definition at line 172 of file resolveInfo.h.
Definition at line 170 of file resolveInfo.h.
|
friend |
Definition at line 171 of file resolveInfo.h.