24 #ifndef PXR_USD_PCP_DEPENDENCY_H
25 #define PXR_USD_PCP_DEPENDENCY_H
123 return !(*
this == rhs);
147 #endif // PXR_USD_PCP_DEPENDENCY_H
Combined mask value representing any kind of dependency.
GLenum GLsizei GLsizei GLsizei GLsizei GLbitfield flags
bool operator!=(const PcpDependency &rhs) const
std::vector< PcpDependency > PcpDependencyVector
PCP_API std::string PcpDependencyFlagsToString(const PcpDependencyFlags flags)
PcpMapFunction mapFunc
The map function that applies to values from the site.
PCP_API PcpDependencyFlags PcpClassifyNodeDependency(const PcpNodeRef &n)
PCP_API bool PcpNodeIntroducesDependency(const PcpNodeRef &n)
GLsizei const GLchar *const * string
bool operator==(const PcpDependency &rhs) const
PXR_NAMESPACE_CLOSE_SCOPE PXR_NAMESPACE_OPEN_SCOPE
Description of a dependency.
#define PXR_NAMESPACE_CLOSE_SCOPE
unsigned int PcpDependencyFlags
A typedef for a bitmask of flags from PcpDependencyType.