Home
last modified time | relevance | path

Searched refs:UsdGeomXformable (Results 1 – 25 of 59) sorted by relevance

123

/dports/misc/usd/USD-21.11/pxr/usd/usdGeom/
H A Dxformable.cpp36 TfType::Define<UsdGeomXformable, in TF_REGISTRY_FUNCTION()
42 UsdGeomXformable::~UsdGeomXformable() in ~UsdGeomXformable()
47 UsdGeomXformable
52 return UsdGeomXformable(); in Get()
66 UsdGeomXformable::_GetStaticTfType() in _GetStaticTfType()
74 UsdGeomXformable::_IsTypedSchema() in _IsTypedSchema()
82 UsdGeomXformable::_GetTfType() const in _GetTfType()
175 UsdGeomXformable::AddXformOp( in AddXformOp()
395 UsdGeomXformable::SetXformOpOrder( in SetXformOpOrder()
524 UsdGeomXformable::XformQuery::XformQuery(const UsdGeomXformable &xformable): in XformQuery()
[all …]
H A DwrapXformable.cpp53 _CreateXformOpOrderAttr(UsdGeomXformable &self, in _CreateXformOpOrderAttr()
60 _Repr(const UsdGeomXformable &self) in _Repr()
72 typedef UsdGeomXformable This; in wrapUsdGeomXformable()
136 _GetLocalTransformation1(const UsdGeomXformable &self, in _GetLocalTransformation1()
146 _GetLocalTransformation2(const UsdGeomXformable &self, in _GetLocalTransformation2()
157 _GetTimeSamples(const UsdGeomXformable &self) in _GetTimeSamples()
165 _GetTimeSamplesInInterval(const UsdGeomXformable &self, const GfInterval &interval) in _GetTimeSamplesInInterval()
173 _GetOrderedXformOps(const UsdGeomXformable &self) in _GetOrderedXformOps()
180 typedef UsdGeomXformable This;
H A Dexamples.cpp33 bool CreateMatrixWithDefault(UsdGeomXformable const &gprim, GfMatrix4d const &defValue) in CreateMatrixWithDefault()
45 bool CreateExampleSRT(UsdGeomXformable const &gprim) in CreateExampleSRT()
71 bool CreateSRTWithDefaults(UsdGeomXformable const &gprim, in CreateSRTWithDefaults()
89 bool CreateAnimatedTransform(UsdGeomXformable const &gprim, in CreateAnimatedTransform()
H A Dxform.h56 class UsdGeomXform : public UsdGeomXformable
69 : UsdGeomXformable(prim) in UsdGeomXformable() function
77 : UsdGeomXformable(schemaObj) in UsdGeomXform()
H A Dxformable.h252 class UsdGeomXformable : public UsdGeomImageable
264 explicit UsdGeomXformable(const UsdPrim& prim=UsdPrim())
272 explicit UsdGeomXformable(const UsdSchemaBase& schemaObj) in UsdGeomXformable() function
279 virtual ~UsdGeomXformable();
298 static UsdGeomXformable
389 XformQuery(const UsdGeomXformable &xformable);
H A Dboundable.h82 class UsdGeomBoundable : public UsdGeomXformable
95 : UsdGeomXformable(prim) in UsdGeomXformable() function
103 : UsdGeomXformable(schemaObj) in UsdGeomBoundable()
H A DxformCommonAPI.cpp145 const UsdGeomXformable& xformable,
156 const UsdGeomXformable& xformable,
171 UsdGeomXformable xformable(GetPrim()); in _IsCompatible()
465 UsdGeomXformable xformable(GetPrim()); in GetXformVectors()
529 UsdGeomXformable xformable(GetPrim()); in GetXformVectorsByAccumulation()
678 return UsdGeomXformable(GetPrim()).GetResetXformStack(); in GetResetXformStack()
684 return UsdGeomXformable(GetPrim()).SetResetXformStack(resetXformStack); in SetResetXformStack()
696 const UsdGeomXformable& xformable, in _GetCommonXformOps()
828 const UsdGeomXformable& xformable, in _GetOrAddCommonXformOps()
988 UsdGeomXformable xformable(GetPrim()); in CreateXformOps()
[all …]
H A DxformCache.cpp105 if (UsdGeomXformable xf = UsdGeomXformable(prim)) { in _GetCacheEntryForPrim()
106 result->query = UsdGeomXformable::XformQuery(xf); in _GetCacheEntryForPrim()
H A Dcamera.h90 class UsdGeomCamera : public UsdGeomXformable
103 : UsdGeomXformable(prim) in UsdGeomXformable() function
111 : UsdGeomXformable(schemaObj) in UsdGeomCamera()
H A Dxform.cpp37 TfType::Bases< UsdGeomXformable > >(); in TF_REGISTRY_FUNCTION()
112 UsdGeomXformable::GetSchemaAttributeNames(true); in GetSchemaAttributeNames()
H A DxformCache.h157 _Entry(const UsdGeomXformable::XformQuery & query_, in _Entry()
165 UsdGeomXformable::XformQuery query;
H A Dboundable.cpp37 TfType::Bases< UsdGeomXformable > >(); in TF_REGISTRY_FUNCTION()
125 UsdGeomXformable::GetSchemaAttributeNames(true), in GetSchemaAttributeNames()
H A Dmodule.cpp48 TF_WRAP(UsdGeomXformable);
H A DwrapXform.cpp67 class_<This, bases<UsdGeomXformable> > in wrapUsdGeomXform()
/dports/misc/usd/USD-21.11/pxr/usd/usdLux/
H A DpluginLight.h64 class UsdLuxPluginLight : public UsdGeomXformable
77 : UsdGeomXformable(prim) in UsdGeomXformable() function
85 : UsdGeomXformable(schemaObj) in UsdLuxPluginLight()
H A DlightFilter.h78 class UsdLuxLightFilter : public UsdGeomXformable
91 : UsdGeomXformable(prim) in UsdGeomXformable() function
99 : UsdGeomXformable(schemaObj) in UsdLuxLightFilter()
H A DnonboundableLightBase.h61 class UsdLuxNonboundableLightBase : public UsdGeomXformable
74 : UsdGeomXformable(prim) in UsdGeomXformable() function
82 : UsdGeomXformable(schemaObj) in UsdLuxNonboundableLightBase()
H A DpluginLight.cpp37 TfType::Bases< UsdGeomXformable > >(); in TF_REGISTRY_FUNCTION()
112 UsdGeomXformable::GetSchemaAttributeNames(true); in GetSchemaAttributeNames()
H A DnonboundableLightBase.cpp37 TfType::Bases< UsdGeomXformable > >(); in TF_REGISTRY_FUNCTION()
93 UsdGeomXformable::GetSchemaAttributeNames(true); in GetSchemaAttributeNames()
H A DlightFilter.cpp37 TfType::Bases< UsdGeomXformable > >(); in TF_REGISTRY_FUNCTION()
145 UsdGeomXformable::GetSchemaAttributeNames(true), in GetSchemaAttributeNames()
/dports/misc/usd/USD-21.11/pxr/usd/usdMedia/
H A DspatialAudio.h108 class UsdMediaSpatialAudio : public UsdGeomXformable
121 : UsdGeomXformable(prim) in UsdGeomXformable() function
129 : UsdGeomXformable(schemaObj) in UsdMediaSpatialAudio()
H A DspatialAudio.cpp37 TfType::Bases< UsdGeomXformable > >(); in TF_REGISTRY_FUNCTION()
252 UsdGeomXformable::GetSchemaAttributeNames(true), in GetSchemaAttributeNames()
/dports/misc/usd/USD-21.11/pxr/usdImaging/usdImaging/
H A DlightFilterAdapter.cpp103 if (UsdGeomXformable::IsTransformationAffectedByAttrNamed( in TrackVariability()
140 if (UsdGeomXformable::IsTransformationAffectedByAttrNamed(propertyName)) { in ProcessPropertyChange()
H A DlightAdapter.cpp116 if (UsdGeomXformable::IsTransformationAffectedByAttrNamed( in TrackVariability()
177 if (UsdGeomXformable::IsTransformationAffectedByAttrNamed(propertyName)) { in ProcessPropertyChange()
H A DresolvedAttributeCache.h448 typedef UsdGeomXformable::XformQuery query_type;
457 if (UsdGeomXformable xf = UsdGeomXformable(prim)) in MakeQuery()
497 } else if (UsdGeomXformable xf = UsdGeomXformable(p)) { in ComputeTransform()

123