Loading...
Searching...
No Matches
PcpErrorInvalidSublayerOwnership Class Reference

Sibling layers that have the same owner. More...

#include <errors.h>

+ Inheritance diagram for PcpErrorInvalidSublayerOwnership:

Public Member Functions

PCP_API ~PcpErrorInvalidSublayerOwnership () override
 Destructor.
 
PCP_API std::string ToString () const override
 Converts error to string message.
 
- Public Member Functions inherited from PcpErrorBase
virtual PCP_API ~PcpErrorBase ()
 Destructor.
 
virtual std::string ToString () const =0
 Converts error to string message.
 

Static Public Member Functions

static PcpErrorInvalidSublayerOwnershipPtr New ()
 Returns a new error object.
 

Public Attributes

std::string owner
 
SdfLayerHandle layer
 
SdfLayerHandleVector sublayers
 
- Public Attributes inherited from PcpErrorBase
const PcpErrorType errorType
 The error code.
 
PcpSite rootSite
 The site of the composed prim or property being computed when the error was encountered.
 

Additional Inherited Members

- Protected Member Functions inherited from PcpErrorBase
 PcpErrorBase (PcpErrorType errorType)
 Constructor.
 

Detailed Description

Sibling layers that have the same owner.

Definition at line 628 of file errors.h.

Constructor & Destructor Documentation

◆ ~PcpErrorInvalidSublayerOwnership()

PCP_API ~PcpErrorInvalidSublayerOwnership ( )
override

Destructor.

Member Function Documentation

◆ New()

static PcpErrorInvalidSublayerOwnershipPtr New ( )
static

Returns a new error object.

◆ ToString()

PCP_API std::string ToString ( ) const
overridevirtual

Converts error to string message.

Implements PcpErrorBase.

Member Data Documentation

◆ layer

SdfLayerHandle layer

Definition at line 638 of file errors.h.

◆ owner

std::string owner

Definition at line 637 of file errors.h.

◆ sublayers

SdfLayerHandleVector sublayers

Definition at line 639 of file errors.h.


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