24 #ifndef USDPHYSICS_GENERATED_PRISMATICJOINT_H 25 #define USDPHYSICS_GENERATED_PRISMATICJOINT_H 30 #include "pxr/usd/usdPhysics/api.h" 36 #include "pxr/base/vt/value.h" 43 #include "pxr/base/tf/type.h" 45 PXR_NAMESPACE_OPEN_SCOPE
110 Get(
const UsdStagePtr &stage,
const SdfPath &path);
149 static const TfType &_GetStaticTfType();
151 static bool _IsTypedSchema();
155 const TfType &_GetTfType()
const override;
240 PXR_NAMESPACE_CLOSE_SCOPE
static USDPHYSICS_API const TfTokenVector & GetSchemaAttributeNames(bool includeInherited=true)
Return a vector of names of all pre-declared attributes for this schema class and all its ancestor cl...
USDPHYSICS_API UsdAttribute CreateUpperLimitAttr(VtValue const &defaultValue=VtValue(), bool writeSparsely=false) const
See GetUpperLimitAttr(), and also Create vs Get Property Methods for when to use Get vs Create.
USDPHYSICS_API UsdSchemaKind _GetSchemaKind() const override
Returns the kind of schema this class belongs to.
A joint constrains the movement of rigid bodies.
USDPHYSICS_API UsdAttribute GetUpperLimitAttr() const
Upper limit.
static USDPHYSICS_API UsdPhysicsPrismaticJoint Define(const UsdStagePtr &stage, const SdfPath &path)
Attempt to ensure a UsdPrim adhering to this schema at path is defined (according to UsdPrim::IsDefin...
UsdPhysicsPrismaticJoint(const UsdSchemaBase &schemaObj)
Construct a UsdPhysicsPrismaticJoint on the prim held by schemaObj .
Scenegraph object for authoring and retrieving numeric, string, and array valued data,...
static USDPHYSICS_API UsdPhysicsPrismaticJoint Get(const UsdStagePtr &stage, const SdfPath &path)
Return a UsdPhysicsPrismaticJoint holding the prim adhering to this schema at path on stage.
UsdSchemaKind
An enum representing which kind of schema a given schema class belongs to.
USDPHYSICS_API UsdAttribute GetAxisAttr() const
Joint axis.
Predefined prismatic joint type (translation along prismatic joint axis is permitted....
static const UsdSchemaKind schemaKind
Compile time constant representing what kind of schema this class is.
Represents a concrete typed schema.
UsdPrim is the sole persistent scenegraph object on a UsdStage, and is the embodiment of a "Prim" as ...
USDPHYSICS_API UsdAttribute GetLowerLimitAttr() const
Lower limit.
std::vector< TfToken > TfTokenVector
Convenience types.
A path value used to locate objects in layers or scenegraphs.
virtual USDPHYSICS_API ~UsdPhysicsPrismaticJoint()
Destructor.
Contains an asset path and an optional resolved path.
USDPHYSICS_API UsdAttribute CreateLowerLimitAttr(VtValue const &defaultValue=VtValue(), bool writeSparsely=false) const
See GetLowerLimitAttr(), and also Create vs Get Property Methods for when to use Get vs Create.
TfType represents a dynamic runtime type.
UsdPhysicsPrismaticJoint(const UsdPrim &prim=UsdPrim())
Construct a UsdPhysicsPrismaticJoint on UsdPrim prim .
Singleton registry that provides access to schema type information and the prim definitions for regis...
The base class for all schema types in Usd.
Provides a container which may hold any type, and provides introspection and iteration over array typ...
USDPHYSICS_API UsdAttribute CreateAxisAttr(VtValue const &defaultValue=VtValue(), bool writeSparsely=false) const
See GetAxisAttr(), and also Create vs Get Property Methods for when to use Get vs Create.
TfToken class for efficient string referencing and hashing, plus conversions to and from stl string c...