Home
last modified time | relevance | path

Searched defs:IShape (Results 1 – 8 of 8) sorted by relevance

/dports/lang/mono/mono-5.10.1.57/mcs/tests/
H A Dgtest-301.cs16 interface IShape interface in Test
/dports/cad/opencascade/opencascade-7.6.0/src/BRepToIGES/
H A DBRepToIGES_BRSolid.cxx222 Handle(IGESData_IGESEntity) IShape; in Handle() local
/dports/devel/spatialindex/spatialindex-src-1.8.5/src/tprtree/
H A DTPRTree.cc358 void SpatialIndex::TPRTree::TPRTree::nearestNeighborQuery(uint32_t, const IShape&, IVisitor&, INear… in nearestNeighborQuery()
370 void SpatialIndex::TPRTree::TPRTree::selfJoinQuery(const IShape&, IVisitor&) in selfJoinQuery()
/dports/devel/spatialindex/spatialindex-src-1.8.5/src/mvrtree/
H A DMVRTree.cc340 void SpatialIndex::MVRTree::MVRTree::nearestNeighborQuery(uint32_t, const IShape&, IVisitor&, INear… in nearestNeighborQuery()
352 void SpatialIndex::MVRTree::MVRTree::selfJoinQuery(const IShape&, IVisitor&) in selfJoinQuery()
/dports/cad/opencascade/opencascade-7.6.0/src/ChFi3d/
H A DChFi3d_Builder_C2.cxx634 Standard_Integer IShape = DStr.AddShape(F); in PerformTwoCornerbyInter() local
H A DChFi3d_Builder_C1.cxx914 Standard_Integer IShape = DStr.AddShape(Fv); in PerformOneCorner() local
4126 Standard_Integer IShape = DStr.AddShape(Fv); in IntersectMoreCorner() local
/dports/cad/opencascade/opencascade-7.6.0/src/BRepToIGESBRep/
H A DBRepToIGESBRep_Entity.cxx819 Handle(IGESData_IGESEntity) IShape; in Handle() local
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/windows-0.24.0/src/Windows/UI/Xaml/Shapes/
H A Dmod.rs2462 pub struct IShape(::windows::runtime::IInspectable); struct
2463 unsafe impl ::windows::runtime::Interface for IShape { implementation