| HDK
    | 
#include <site.h>
| Classes | |
| struct | Hash | 
| Public Member Functions | |
| PCP_API | PcpSite () | 
| PCP_API | PcpSite (const PcpLayerStackIdentifier &, const SdfPath &path) | 
| PCP_API | PcpSite (const PcpLayerStackPtr &, const SdfPath &path) | 
| PCP_API | PcpSite (const SdfLayerHandle &, const SdfPath &path) | 
| PCP_API | PcpSite (const PcpLayerStackSite &) | 
| PCP_API bool | operator== (const PcpSite &rhs) const | 
| bool | operator!= (const PcpSite &rhs) const | 
| PCP_API bool | operator< (const PcpSite &rhs) const | 
| bool | operator<= (const PcpSite &rhs) const | 
| bool | operator> (const PcpSite &rhs) const | 
| bool | operator>= (const PcpSite &rhs) const | 
| Public Attributes | |
| PcpLayerStackIdentifier | layerStackIdentifier | 
| SdfPath | path | 
A site specifies a path in a layer stack of scene description.
| PCP_API PcpSite::PcpSite | ( | ) | 
| PCP_API PcpSite::PcpSite | ( | const PcpLayerStackIdentifier & | , | 
| const SdfPath & | path | ||
| ) | 
| PCP_API PcpSite::PcpSite | ( | const PcpLayerStackSite & | ) | 
| 
 | inline | 
| PcpLayerStackIdentifier PcpSite::layerStackIdentifier |