|
HDK
|
#include <errors.h>
Inheritance diagram for PcpErrorInvalidConflictingRelocation:Public Member Functions | |
| PCP_API | ~PcpErrorInvalidConflictingRelocation () override |
| Destructor. More... | |
| PCP_API std::string | ToString () const override |
| Converts error to string message. More... | |
Public Member Functions inherited from PcpErrorRelocationBase | |
| PCP_API | ~PcpErrorRelocationBase () override |
| Destructor. More... | |
Public Member Functions inherited from PcpErrorBase | |
| virtual PCP_API | ~PcpErrorBase () |
| Destructor. More... | |
Static Public Member Functions | |
| static PcpErrorInvalidConflictingRelocationPtr | New () |
| Returns a new error object. More... | |
Public Attributes | |
| SdfPath | sourcePath |
| The source path of the invalid relocation. More... | |
| SdfPath | targetPath |
| The target path of the invalid relocation. More... | |
| SdfLayerHandle | layer |
| The layer containing the authored relocates. More... | |
| SdfPath | owningPath |
| The path to the prim where the relocates is authored. More... | |
| SdfPath | conflictSourcePath |
| The source path of the relocation this conflicts with. More... | |
| SdfPath | conflictTargetPath |
| The target path of the relocation this conflicts with. More... | |
| SdfLayerHandle | conflictLayer |
| The layer containing the authored relocation this conflicts with. More... | |
| SdfPath | conflictOwningPath |
| The path to the prim where the relocation this conflicts with is authored. More... | |
| ConflictReason | conflictReason |
| The reason the relocate is a conflict. More... | |
Public Attributes inherited from PcpErrorBase | |
| const PcpErrorType | errorType |
| The error code. More... | |
| PcpSite | rootSite |
Additional Inherited Members | |
Protected Member Functions inherited from PcpErrorRelocationBase | |
| PcpErrorRelocationBase (PcpErrorType errorType) | |
Protected Member Functions inherited from PcpErrorBase | |
| PcpErrorBase (PcpErrorType errorType) | |
| Constructor. More... | |
Relocation conflicts with another relocation in the layer stack.
|
override |
Destructor.
|
static |
Returns a new error object.
|
overridevirtual |
Converts error to string message.
Implements PcpErrorBase.
| SdfLayerHandle PcpErrorInvalidConflictingRelocation::conflictLayer |
| SdfPath PcpErrorInvalidConflictingRelocation::conflictOwningPath |
| ConflictReason PcpErrorInvalidConflictingRelocation::conflictReason |
| SdfPath PcpErrorInvalidConflictingRelocation::conflictSourcePath |
| SdfPath PcpErrorInvalidConflictingRelocation::conflictTargetPath |
| SdfLayerHandle PcpErrorInvalidConflictingRelocation::layer |
| SdfPath PcpErrorInvalidConflictingRelocation::owningPath |
| SdfPath PcpErrorInvalidConflictingRelocation::sourcePath |
| SdfPath PcpErrorInvalidConflictingRelocation::targetPath |