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
, Usd_NumObjTypes
} |
| Enum values to represent the various Usd object types. More...
|
|
◆ UsdObjType
Enum values to represent the various Usd object types.
Definition at line 34 of file object.h.
◆ UsdIsConcrete()
Return true if type is a concrete object type, namely one of Prim, Attribute, or Relationship.
Definition at line 84 of file object.h.
◆ UsdIsConvertible()
Return true if from is convertible to to, false otherwise.
Equivalent to UsdIsSubtype(to, from).
Definition at line 77 of file object.h.
◆ UsdIsSubtype()
Return true if subType is the same as or a subtype of baseType, false otherwise.
Definition at line 69 of file object.h.