Searched refs:RemoveAPI (Results 1 – 10 of 10) sorted by relevance
/dports/misc/usd/USD-21.11/pxr/usd/usdGeom/testenv/ |
H A D | testUsdGeomHasAPI.cpp | 49 prim.RemoveAPI<UsdGeomMotionAPI>(); in TestHasAPI() 59 prim.RemoveAPI<UsdGeomModelAPI>(); in TestHasAPI()
|
/dports/misc/usd/USD-21.11/pxr/usd/usd/testenv/ |
H A D | testUsdAppliedAPISchemas.py | 763 prim.RemoveAPI(self.SingleApplyAPIType) 768 prim.RemoveAPI(self.SingleApplyAPIType) 774 prim.RemoveAPI(self.MultiApplyAPIType, "foo") 803 prim.RemoveAPI(self.MultiApplyAPIType, "bar") 882 prim.RemoveAPI(self.MultiApplyAPIType, "bar") 883 prim.RemoveAPI(self.MultiApplyAPIType, "foo") 909 prim.RemoveAPI(self.MultiApplyAPIType) 920 prim.RemoveAPI(self.SingleApplyAPIType, "foo") 930 prim.RemoveAPI(Usd.ModelAPI) 1414 outerSinglePrim.RemoveAPI(self.NestedOuterSingleApplyAPIType)
|
H A D | testUsdSchemaBase.cpp | 145 prim.RemoveAPI<UsdCollectionAPI>(/*instanceName*/ TfToken("testColl")); in TestPrimQueries()
|
/dports/games/solarus/solarus-f43727b232b3ed13d98440a845e2a29e470e4f0d/work/ZBStudioPlugin/ |
H A D | solarus.lua | 107 ide:RemoveAPI("lua","solarus")
|
/dports/misc/usd/USD-21.11/pxr/usd/usd/ |
H A D | prim.h | 797 bool RemoveAPI() const { in RemoveAPI() function 816 bool RemoveAPI(const TfType& schemaType) const; 840 bool RemoveAPI(const TfToken &instanceName) const { in RemoveAPI() function 859 bool RemoveAPI(const TfType& schemaType,
|
H A D | wrapPrim.cpp | 296 &UsdPrim::RemoveAPI, in wrapUsdPrim() 300 &UsdPrim::RemoveAPI, in wrapUsdPrim()
|
H A D | prim.cpp | 516 UsdPrim::RemoveAPI(const TfType& schemaType) const in RemoveAPI() function in UsdPrim 530 UsdPrim::RemoveAPI(const TfType& schemaType, const TfToken& instanceName) const in RemoveAPI() function in UsdPrim
|
/dports/graphics/opencv/opencv-4.5.3/modules/gapi/test/ |
H A D | gapi_kernel_tests.cpp | 220 TEST(KernelPackage, RemoveAPI) in TEST() argument
|
/dports/misc/usd/USD-21.11/pxr/usd/usdPhysics/ |
H A D | overview.dox | 96 accomplished in most cases using UsdPrim::RemoveAPI(). 102 not be animated over time - which cannot be done with just RemoveAPI(). For a
|
/dports/misc/usd/USD-21.11/ |
H A D | CHANGELOG.md | 1323 - Added UsdPrim::ApplyAPI, RemoveAPI, AddAppliedSchemas,
|