HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
PcpDependency Struct Reference

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...
 

Detailed Description

Description of a dependency.

Definition at line 111 of file dependency.h.

Member Function Documentation

bool PcpDependency::operator!= ( const PcpDependency rhs) const
inline

Definition at line 126 of file dependency.h.

bool PcpDependency::operator== ( const PcpDependency rhs) const
inline

Definition at line 121 of file dependency.h.

Member Data Documentation

SdfPath PcpDependency::indexPath

The path in this PcpCache's root layer stack that depends on the site.

Definition at line 114 of file dependency.h.

PcpMapFunction PcpDependency::mapFunc

The map function that applies to values from the site.

Definition at line 119 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 117 of file dependency.h.


The documentation for this struct was generated from the following file: