_DeleteSpec(const SdfPath &path) | SdfSpec | protected |
_MoveSpec(const SdfPath &oldPath, const SdfPath &newPath) const | SdfSpec | protected |
CanSetName(const std::string &newName, std::string *whyNot) const | SdfPropertySpec | |
ClearDefaultValue() | SdfPropertySpec | |
ClearField(const TfToken &name) | SdfSpec | |
ClearInfo(const TfToken &key) | SdfSpec | |
GetAssetInfo() const | SdfPropertySpec | |
GetComment() const | SdfPropertySpec | |
GetCustomData() const | SdfPropertySpec | |
GetDefaultValue() const | SdfPropertySpec | |
GetDisplayGroup() const | SdfPropertySpec | |
GetDisplayName() const | SdfPropertySpec | |
GetDocumentation() const | SdfPropertySpec | |
GetFallbackForInfo(const TfToken &key) const | SdfSpec | |
GetField(const TfToken &name) const | SdfSpec | |
GetFieldAs(const TfToken &name, const T &defaultValue=T()) const | SdfSpec | inline |
GetHidden() const | SdfPropertySpec | |
GetInfo(const TfToken &key) const | SdfSpec | |
GetLayer() const | SdfSpec | |
GetMetaDataDisplayGroup(TfToken const &key) const | SdfSpec | |
GetMetaDataInfoKeys() const | SdfSpec | |
GetName() const | SdfPropertySpec | |
GetNameToken() const | SdfPropertySpec | |
GetOwner() const | SdfPropertySpec | |
GetPath() const | SdfSpec | |
GetPermission() const | SdfPropertySpec | |
GetPrefix() const | SdfPropertySpec | |
GetSchema() const | SdfSpec | |
GetSpecType() const | SdfSpec | |
GetSuffix() const | SdfPropertySpec | |
GetSymmetricPeer() const | SdfPropertySpec | |
GetSymmetryArguments() const | SdfPropertySpec | |
GetSymmetryFunction() const | SdfPropertySpec | |
GetTimeSampleMap() const | SdfPropertySpec | |
GetTypeForInfo(const TfToken &key) const | SdfSpec | |
GetTypeName() const | SdfPropertySpec | |
GetValueType() const | SdfPropertySpec | |
GetVariability() const | SdfPropertySpec | |
HasDefaultValue() const | SdfPropertySpec | |
HasField(const TfToken &name) const | SdfSpec | |
HasField(const TfToken &name, T *value) const | SdfSpec | inline |
HasInfo(const TfToken &key) const | SdfSpec | |
HasOnlyRequiredFields() const | SdfPropertySpec | |
IsCustom() const | SdfPropertySpec | |
IsDormant() const | SdfSpec | |
IsInert(bool ignoreChildren=false) const | SdfSpec | |
IsValidName(const std::string &name) | SdfPropertySpec | static |
ListFields() const | SdfSpec | |
ListInfoKeys() const | SdfSpec | |
operator<(const SdfSpec &rhs) const | SdfSpec | |
operator=(const SdfSpec &other) | SdfSpec | |
operator==(const SdfSpec &rhs) const | SdfSpec | |
PermissionToEdit() const | SdfSpec | |
SetAssetInfo(const std::string &name, const VtValue &value) | SdfPropertySpec | |
SetComment(const std::string &value) | SdfPropertySpec | |
SetCustom(bool custom) | SdfPropertySpec | |
SetCustomData(const std::string &name, const VtValue &value) | SdfPropertySpec | |
SetDefaultValue(const VtValue &defaultValue) | SdfPropertySpec | |
SetDisplayGroup(const std::string &value) | SdfPropertySpec | |
SetDisplayName(const std::string &value) | SdfPropertySpec | |
SetDocumentation(const std::string &value) | SdfPropertySpec | |
SetField(const TfToken &name, const VtValue &value) | SdfSpec | |
SetField(const TfToken &name, const T &value) | SdfSpec | inline |
SetHidden(bool value) | SdfPropertySpec | |
SetInfo(const TfToken &key, const VtValue &value) | SdfSpec | |
SetInfoDictionaryValue(const TfToken &dictionaryKey, const TfToken &entryKey, const VtValue &value) | SdfSpec | |
SetName(const std::string &newName, bool validate=true) | SdfPropertySpec | |
SetPermission(SdfPermission value) | SdfPropertySpec | |
SetPrefix(const std::string &value) | SdfPropertySpec | |
SetSuffix(const std::string &value) | SdfPropertySpec | |
SetSymmetricPeer(const std::string &peerName) | SdfPropertySpec | |
SetSymmetryArgument(const std::string &name, const VtValue &value) | SdfPropertySpec | |
SetSymmetryFunction(const TfToken &functionName) | SdfPropertySpec | |
WriteToStream(std::ostream &, size_t indent=0) const | SdfSpec | |
~SdfSpec() | SdfSpec | |