Home
last modified time | relevance | path

Searched refs:RemoveAPI (Results 1 – 10 of 10) sorted by relevance

/dports/misc/usd/USD-21.11/pxr/usd/usdGeom/testenv/
H A DtestUsdGeomHasAPI.cpp49 prim.RemoveAPI<UsdGeomMotionAPI>(); in TestHasAPI()
59 prim.RemoveAPI<UsdGeomModelAPI>(); in TestHasAPI()
/dports/misc/usd/USD-21.11/pxr/usd/usd/testenv/
H A DtestUsdAppliedAPISchemas.py763 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 DtestUsdSchemaBase.cpp145 prim.RemoveAPI<UsdCollectionAPI>(/*instanceName*/ TfToken("testColl")); in TestPrimQueries()
/dports/games/solarus/solarus-f43727b232b3ed13d98440a845e2a29e470e4f0d/work/ZBStudioPlugin/
H A Dsolarus.lua107 ide:RemoveAPI("lua","solarus")
/dports/misc/usd/USD-21.11/pxr/usd/usd/
H A Dprim.h797 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 DwrapPrim.cpp296 &UsdPrim::RemoveAPI, in wrapUsdPrim()
300 &UsdPrim::RemoveAPI, in wrapUsdPrim()
H A Dprim.cpp516 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 Dgapi_kernel_tests.cpp220 TEST(KernelPackage, RemoveAPI) in TEST() argument
/dports/misc/usd/USD-21.11/pxr/usd/usdPhysics/
H A Doverview.dox96 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 DCHANGELOG.md1323 - Added UsdPrim::ApplyAPI, RemoveAPI, AddAppliedSchemas,