![]() |
|
Go to the source code of this file.
Classes | |
class | UsdObject |
Base class for Usd scenegraph objects, providing common API. More... | |
Enumerations | |
enum | UsdObjType { UsdTypeObject, UsdTypePrim, UsdTypeProperty, UsdTypeAttribute, UsdTypeRelationship } |
Enum values to represent the various Usd object types. More... | |
Functions | |
TF_DECLARE_WEAK_PTRS (UsdStage) | |
bool | UsdIsSubtype (UsdObjType baseType, UsdObjType subType) |
Return true if subType is the same as or a subtype of baseType, false otherwise. More... | |
bool | UsdIsConvertible (UsdObjType from, UsdObjType to) |
Return true if from is convertible to to, false otherwise. More... | |
bool | UsdIsConcrete (UsdObjType type) |
Return true if type is a concrete object type, namely one of Prim, Attribute, or Relationship. More... | |
enum UsdObjType |
|
inline |
|
inline |
|
inline |