Loading...
Searching...
No Matches
PcpSite Class Reference

A site specifies a path in a layer stack of scene description. More...

#include <site.h>

Public Member Functions

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
 

Detailed Description

A site specifies a path in a layer stack of scene description.

Definition at line 45 of file site.h.

Member Function Documentation

◆ operator!=()

bool operator!= ( const PcpSite rhs) const
inline

Definition at line 66 of file site.h.

◆ operator<=()

bool operator<= ( const PcpSite rhs) const
inline

Definition at line 73 of file site.h.

◆ operator>()

bool operator> ( const PcpSite rhs) const
inline

Definition at line 77 of file site.h.

◆ operator>=()

bool operator>= ( const PcpSite rhs) const
inline

Definition at line 81 of file site.h.

Member Data Documentation

◆ layerStackIdentifier

PcpLayerStackIdentifier layerStackIdentifier

Definition at line 48 of file site.h.

◆ path

SdfPath path

Definition at line 49 of file site.h.


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