HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
PcpSite Class Reference

#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
 

Detailed Description

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

Definition at line 45 of file site.h.

Constructor & Destructor Documentation

PCP_API PcpSite::PcpSite ( )
PCP_API PcpSite::PcpSite ( const PcpLayerStackIdentifier ,
const SdfPath path 
)
PCP_API PcpSite::PcpSite ( const PcpLayerStackPtr &  ,
const SdfPath path 
)
PCP_API PcpSite::PcpSite ( const SdfLayerHandle &  ,
const SdfPath path 
)
PCP_API PcpSite::PcpSite ( const PcpLayerStackSite )

Member Function Documentation

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

Definition at line 66 of file site.h.

PCP_API bool PcpSite::operator< ( const PcpSite rhs) const
bool PcpSite::operator<= ( const PcpSite rhs) const
inline

Definition at line 73 of file site.h.

PCP_API bool PcpSite::operator== ( const PcpSite rhs) const
bool PcpSite::operator> ( const PcpSite rhs) const
inline

Definition at line 77 of file site.h.

bool PcpSite::operator>= ( const PcpSite rhs) const
inline

Definition at line 81 of file site.h.

Member Data Documentation

PcpLayerStackIdentifier PcpSite::layerStackIdentifier

Definition at line 48 of file site.h.

SdfPath PcpSite::path

Definition at line 49 of file site.h.


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