HDK
|
Description of a dependency. More...
#include <dependency.h>
Public Member Functions | |
bool | operator== (const PcpDependency &rhs) const |
bool | operator!= (const PcpDependency &rhs) const |
Public Attributes | |
SdfPath | indexPath |
SdfPath | sitePath |
PcpMapFunction | mapFunc |
The map function that applies to values from the site. More... | |
Description of a dependency.
Definition at line 95 of file dependency.h.
|
inline |
Definition at line 110 of file dependency.h.
|
inline |
Definition at line 105 of file dependency.h.
SdfPath PcpDependency::indexPath |
The path in this PcpCache's root layer stack that depends on the site.
Definition at line 98 of file dependency.h.
PcpMapFunction PcpDependency::mapFunc |
The map function that applies to values from the site.
Definition at line 103 of file dependency.h.
SdfPath PcpDependency::sitePath |
The site path. When using recurseDownNamespace, this may be a path beneath the initial sitePath.
Definition at line 101 of file dependency.h.