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

Attributes that have specs with conflicting variability. More...

Inherits PcpErrorInconsistentPropertyBase.

Public Member Functions

PCP_API ~PcpErrorInconsistentAttributeVariability ()
 Destructor. More...
 
virtual PCP_API std::string ToString () const
 Converts error to string message. More...
 
- Public Member Functions inherited from PcpErrorInconsistentPropertyBase
virtual PCP_API ~PcpErrorInconsistentPropertyBase ()
 Destructor. More...
 
- Public Member Functions inherited from PcpErrorBase
virtual PCP_API ~PcpErrorBase ()
 Destructor. More...
 
bool ShouldReportAtMostOnce () const
 Return true if this type of error should be reported at most once for a given prim. More...
 

Static Public Member Functions

static
PcpErrorInconsistentAttributeVariabilityPtr 
New ()
 Returns a new error object. More...
 

Public Attributes

SdfVariability definingVariability
 The variability of the defining spec. More...
 
SdfVariability conflictingVariability
 The variability of the conflicting spec. More...
 
- Public Attributes inherited from PcpErrorInconsistentPropertyBase
std::string definingLayerIdentifier
 The identifier of the layer with the defining property spec. More...
 
SdfPath definingSpecPath
 The path of the defining property spec. More...
 
std::string conflictingLayerIdentifier
 The identifier of the layer with the conflicting property spec. More...
 
SdfPath conflictingSpecPath
 The path of the conflicting property spec. More...
 
- Public Attributes inherited from PcpErrorBase
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...
 

Additional Inherited Members

- Protected Member Functions inherited from PcpErrorInconsistentPropertyBase
 PcpErrorInconsistentPropertyBase (TfEnum errorType)
 Constructor. More...
 
- Protected Member Functions inherited from PcpErrorBase
 PcpErrorBase (TfEnum errorType)
 Constructor. More...
 

Detailed Description

Attributes that have specs with conflicting variability.

Definition at line 298 of file errors.h.

Constructor & Destructor Documentation

Destructor.

Member Function Documentation

static PcpErrorInconsistentAttributeVariabilityPtr New ( )
static

Returns a new error object.

virtual PCP_API std::string ToString ( ) const
virtual

Converts error to string message.

Implements PcpErrorBase.

Member Data Documentation

SdfVariability conflictingVariability

The variability of the conflicting spec.

Definition at line 311 of file errors.h.

SdfVariability definingVariability

The variability of the defining spec.

Definition at line 309 of file errors.h.


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