|
Container for information about the source of an attribute's value, i.e. More...
#include <resolveInfo.h>
Public Member Functions | |
UsdResolveInfoSource | GetSource () const |
Return the source of the associated attribute's value. | |
bool | HasAuthoredValueOpinion () const |
Return true if this UsdResolveInfo represents an attribute that has an authored value opinion. | |
bool | HasAuthoredValue () const |
Return true if this UsdResolveInfo represents an attribute that has an authored value that is not blocked. | |
PcpNodeRef | GetNode () const |
Return the node within the containing PcpPrimIndex that provided the resolved value opinion. | |
bool | ValueIsBlocked () const |
Return true if this UsdResolveInfo represents an attribute whose value is blocked. | |
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 TimeSamples, Defaults, and Value Resolution.
Definition at line 51 of file resolveInfo.h.
|
inline |
Definition at line 54 of file resolveInfo.h.
|
inline |
Return the node within the containing PcpPrimIndex that provided the resolved value opinion.
Definition at line 89 of file resolveInfo.h.
|
inline |
Return the source of the associated attribute's value.
Definition at line 61 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 80 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 70 of file resolveInfo.h.
|
inline |
Return true if this UsdResolveInfo represents an attribute whose value is blocked.
Definition at line 97 of file resolveInfo.h.
|
friend |
Definition at line 152 of file resolveInfo.h.
|
friend |
Definition at line 155 of file resolveInfo.h.
|
friend |
Definition at line 153 of file resolveInfo.h.
|
friend |
Definition at line 154 of file resolveInfo.h.