![]() |
|
Base class for composition errors related to target or connection paths. More...
Public Member Functions | |
PCP_API | ~PcpErrorTargetPathBase () |
Destructor. More... | |
![]() | |
virtual PCP_API | ~PcpErrorBase () |
Destructor. More... | |
virtual std::string | ToString () const =0 |
Converts error to string message. More... | |
bool | ShouldReportAtMostOnce () const |
Return true if this type of error should be reported at most once for a given prim. More... | |
Public Attributes | |
SdfPath | targetPath |
The invalid target or connection path that was authored. More... | |
SdfPath | owningPath |
The path to the property where the target was authored. More... | |
SdfSpecType | ownerSpecType |
The spec type of the property where the target was authored. More... | |
SdfLayerHandle | layer |
The layer containing the property where the target was authored. More... | |
SdfPath | composedTargetPath |
The target or connection path in the composed scene. More... | |
![]() | |
const TfEnum | errorType |
The error code. More... | |
PcpSiteStr | rootSite |
The site of the composed prim or property being computed when the error was encountered. More... | |
Protected Member Functions | |
PcpErrorTargetPathBase (TfEnum errorType) | |
![]() | |
PcpErrorBase (TfEnum errorType) | |
Constructor. More... | |
Base class for composition errors related to target or connection paths.
PCP_API ~PcpErrorTargetPathBase | ( | ) |
Destructor.
SdfPath composedTargetPath |
SdfLayerHandle layer |
SdfSpecType ownerSpecType |
SdfPath owningPath |
SdfPath targetPath |