24 #ifndef PXR_USD_SDF_RELATIONSHIP_SPEC_H
25 #define PXR_USD_SDF_RELATIONSHIP_SPEC_H
68 static SdfRelationshipSpecHandle
69 New(
const SdfPrimSpecHandle& owner,
125 SdfPath _MakeCompleteTargetSpecPath(
const SdfPath& srcPath)
const;
127 SdfSpecHandle _GetTargetSpec(
const SdfPath&
path)
const;
138 #endif // PXR_USD_SDF_RELATIONSHIP_SPEC_H
SDF_API bool GetNoLoadHint(void) const
SDF_API SdfTargetsProxy GetTargetPathList() const
GLsizei const GLchar *const * string
GLsizei const GLchar *const * path
friend class Sdf_PyRelationshipAccess
static SDF_API SdfRelationshipSpecHandle New(const SdfPrimSpecHandle &owner, const std::string &name, bool custom=true, SdfVariability variability=SdfVariabilityUniform)
SDF_API void ClearTargetPathList() const
Clears the list of target paths on this relationship.
GLuint const GLchar * name
SDF_API bool HasTargetPathList() const
Returns true if the relationship has any target paths.
SDF_API void ReplaceTargetPath(const SdfPath &oldPath, const SdfPath &newPath)
PXR_NAMESPACE_CLOSE_SCOPE PXR_NAMESPACE_OPEN_SCOPE
#define PXR_NAMESPACE_CLOSE_SCOPE
SDF_API void RemoveTargetPath(const SdfPath &path, bool preserveTargetOrder=false)
SDF_API void SetNoLoadHint(bool noload)