Home
last modified time | relevance | path

Searched refs:UsdPhysicsJoint (Results 1 – 20 of 20) sorted by relevance

/dports/misc/usd/USD-21.11/pxr/usd/usdPhysics/
H A Djoint.cpp36 TfType::Define<UsdPhysicsJoint, in TF_REGISTRY_FUNCTION()
48 UsdPhysicsJoint::~UsdPhysicsJoint() in ~UsdPhysicsJoint()
53 UsdPhysicsJoint
58 return UsdPhysicsJoint(); in Get()
64 UsdPhysicsJoint
65 UsdPhysicsJoint::Define( in Define()
71 return UsdPhysicsJoint(); in Define()
73 return UsdPhysicsJoint( in Define()
85 UsdPhysicsJoint::_GetStaticTfType() in _GetStaticTfType()
93 UsdPhysicsJoint::_IsTypedSchema() in _IsTypedSchema()
[all …]
H A DwrapJoint.cpp53 _CreateLocalPos0Attr(UsdPhysicsJoint &self, in _CreateLocalPos0Attr()
60 _CreateLocalRot0Attr(UsdPhysicsJoint &self, in _CreateLocalRot0Attr()
67 _CreateLocalPos1Attr(UsdPhysicsJoint &self, in _CreateLocalPos1Attr()
74 _CreateLocalRot1Attr(UsdPhysicsJoint &self, in _CreateLocalRot1Attr()
81 _CreateJointEnabledAttr(UsdPhysicsJoint &self, in _CreateJointEnabledAttr()
88 _CreateCollisionEnabledAttr(UsdPhysicsJoint &self, in _CreateCollisionEnabledAttr()
95 _CreateExcludeFromArticulationAttr(UsdPhysicsJoint &self, in _CreateExcludeFromArticulationAttr()
102 _CreateBreakForceAttr(UsdPhysicsJoint &self, in _CreateBreakForceAttr()
109 _CreateBreakTorqueAttr(UsdPhysicsJoint &self, in _CreateBreakTorqueAttr()
116 _Repr(const UsdPhysicsJoint &self) in _Repr()
[all …]
H A Djoint.h62 class UsdPhysicsJoint : public UsdGeomImageable
74 explicit UsdPhysicsJoint(const UsdPrim& prim=UsdPrim())
82 explicit UsdPhysicsJoint(const UsdSchemaBase& schemaObj) in UsdPhysicsJoint() function
89 virtual ~UsdPhysicsJoint();
108 static UsdPhysicsJoint
134 static UsdPhysicsJoint
H A DfixedJoint.h57 class UsdPhysicsFixedJoint : public UsdPhysicsJoint
70 : UsdPhysicsJoint(prim) in UsdPhysicsJoint() function
78 : UsdPhysicsJoint(schemaObj) in UsdPhysicsFixedJoint()
H A DdistanceJoint.h58 class UsdPhysicsDistanceJoint : public UsdPhysicsJoint
71 : UsdPhysicsJoint(prim) in UsdPhysicsJoint() function
79 : UsdPhysicsJoint(schemaObj) in UsdPhysicsDistanceJoint()
H A DprismaticJoint.h63 class UsdPhysicsPrismaticJoint : public UsdPhysicsJoint
76 : UsdPhysicsJoint(prim) in UsdPhysicsJoint() function
84 : UsdPhysicsJoint(schemaObj) in UsdPhysicsPrismaticJoint()
H A DrevoluteJoint.h63 class UsdPhysicsRevoluteJoint : public UsdPhysicsJoint
76 : UsdPhysicsJoint(prim) in UsdPhysicsJoint() function
84 : UsdPhysicsJoint(schemaObj) in UsdPhysicsRevoluteJoint()
H A DsphericalJoint.h65 class UsdPhysicsSphericalJoint : public UsdPhysicsJoint
78 : UsdPhysicsJoint(prim) in UsdPhysicsJoint() function
86 : UsdPhysicsJoint(schemaObj) in UsdPhysicsSphericalJoint()
H A DfixedJoint.cpp37 TfType::Bases< UsdPhysicsJoint > >(); in TF_REGISTRY_FUNCTION()
112 UsdPhysicsJoint::GetSchemaAttributeNames(true); in GetSchemaAttributeNames()
H A DdistanceJoint.cpp37 TfType::Bases< UsdPhysicsJoint > >(); in TF_REGISTRY_FUNCTION()
162 UsdPhysicsJoint::GetSchemaAttributeNames(true), in GetSchemaAttributeNames()
H A DsphericalJoint.cpp37 TfType::Bases< UsdPhysicsJoint > >(); in TF_REGISTRY_FUNCTION()
180 UsdPhysicsJoint::GetSchemaAttributeNames(true), in GetSchemaAttributeNames()
H A DprismaticJoint.cpp37 TfType::Bases< UsdPhysicsJoint > >(); in TF_REGISTRY_FUNCTION()
180 UsdPhysicsJoint::GetSchemaAttributeNames(true), in GetSchemaAttributeNames()
H A DrevoluteJoint.cpp37 TfType::Bases< UsdPhysicsJoint > >(); in TF_REGISTRY_FUNCTION()
180 UsdPhysicsJoint::GetSchemaAttributeNames(true), in GetSchemaAttributeNames()
H A Dmodule.cpp53 TF_WRAP(UsdPhysicsJoint);
H A DwrapFixedJoint.cpp67 class_<This, bases<UsdPhysicsJoint> > in wrapUsdPhysicsFixedJoint()
H A DwrapDistanceJoint.cpp81 class_<This, bases<UsdPhysicsJoint> > in wrapUsdPhysicsDistanceJoint()
H A DwrapSphericalJoint.cpp88 class_<This, bases<UsdPhysicsJoint> > in wrapUsdPhysicsSphericalJoint()
H A DwrapPrismaticJoint.cpp88 class_<This, bases<UsdPhysicsJoint> > in wrapUsdPhysicsPrismaticJoint()
H A DwrapRevoluteJoint.cpp88 class_<This, bases<UsdPhysicsJoint> > in wrapUsdPhysicsRevoluteJoint()
H A Doverview.dox471 The joint base type is the IsA class UsdPhysicsJoint. Joints don't necessarily
483 It does not make sense to derive UsdPhysicsJoint from UsdGeomXformable because