Go to the source code of this file.
|
| class | UsdObject |
| | Base class for Usd scenegraph objects, providing common API. More...
|
| |
|
| enum | UsdObjType {
UsdTypeObject,
UsdTypePrim,
UsdTypeProperty,
UsdTypeAttribute,
UsdTypeRelationship
} |
| | Enum values to represent the various Usd object types. More...
|
| |
◆ UsdObjType
Enum values to represent the various Usd object types.
Definition at line 51 of file object.h.
◆ UsdIsConcrete()
Return true if type is a concrete object type, namely one of Prim, Attribute, or Relationship.
Definition at line 101 of file object.h.
◆ UsdIsConvertible()
Return true if from is convertible to to, false otherwise.
Equivalent to UsdIsSubtype(to, from).
Definition at line 94 of file object.h.
◆ UsdIsSubtype()
Return true if subType is the same as or a subtype of baseType, false otherwise.
Definition at line 86 of file object.h.