Home
last modified time | relevance | path

Searched refs:MapOfIEdgePtr (Results 1 – 11 of 11) sorted by relevance

/dports/devel/py-cadquery-pywrap/pywrap-e8c7bc9/opencascade/
H A DBRepMesh_FaceChecker.hxx59 …typedef NCollection_Shared<NCollection_Array1<Handle(IMeshData::MapOfIEdgePtr)> > ArrayOfMapOfIEdg…
74 const Handle(IMeshData::MapOfIEdgePtr)& GetIntersectingEdges() const in Handle() argument
118 Handle(IMeshData::MapOfIEdgePtr) myIntersectingEdges;
H A DIMeshData_Types.hxx156 …d<NCollection_Map<IEdgePtr, WeakEqual<IMeshData_Edge> > > MapOfIEdgePtr; typedef
161 …typedef NCollection_Shared<NCollection_DataMap<IFacePtr, Handle(MapOfIEdgePtr), WeakEqual<IMeshDat…
H A DBRepMesh_ModelHealer.hxx176 Standard_Boolean popEdgesToUpdate(IMeshData::MapOfIEdgePtr& theEdgesToUpdate);
/dports/cad/opencascade/opencascade-7.6.0/inc/
H A DBRepMesh_FaceChecker.hxx60 …typedef NCollection_Shared<NCollection_Array1<Handle(IMeshData::MapOfIEdgePtr)> > ArrayOfMapOfIEdg…
75 const Handle(IMeshData::MapOfIEdgePtr)& GetIntersectingEdges() const in Handle() argument
119 Handle(IMeshData::MapOfIEdgePtr) myIntersectingEdges;
H A DIMeshData_Types.hxx156 …d<NCollection_Map<IEdgePtr, WeakEqual<IMeshData_Edge> > > MapOfIEdgePtr; typedef
161 …typedef NCollection_Shared<NCollection_DataMap<IFacePtr, Handle(MapOfIEdgePtr), WeakEqual<IMeshDat…
H A DBRepMesh_ModelHealer.hxx177 Standard_Boolean popEdgesToUpdate(IMeshData::MapOfIEdgePtr& theEdgesToUpdate);
/dports/cad/opencascade/opencascade-7.6.0/src/BRepMesh/
H A DBRepMesh_FaceChecker.hxx60 …typedef NCollection_Shared<NCollection_Array1<Handle(IMeshData::MapOfIEdgePtr)> > ArrayOfMapOfIEdg…
75 const Handle(IMeshData::MapOfIEdgePtr)& GetIntersectingEdges() const in Handle() argument
119 Handle(IMeshData::MapOfIEdgePtr) myIntersectingEdges;
H A DBRepMesh_ModelHealer.cxx143 …myFaceIntersectingEdges->Bind(myModel->GetFace(aFaceIt).get(), Handle(IMeshData::MapOfIEdgePtr)()); in performInternal()
177 IMeshData::MapOfIEdgePtr aEdgesToUpdate(1, aTmpAlloc); in amplifyEdges()
189 IMeshData::MapOfIEdgePtr::Iterator aEdgeIt(aEdgesToUpdate); in amplifyEdges()
213 IMeshData::MapOfIEdgePtr& theEdgesToUpdate) in popEdgesToUpdate()
218 Handle(IMeshData::MapOfIEdgePtr)& aIntersections = aFaceIt.ChangeValue(); in popEdgesToUpdate()
239 …Handle(IMeshData::MapOfIEdgePtr)& aIntersections = myFaceIntersectingEdges->ChangeFind(theDFace.ge… in process()
270 aIntersections = new IMeshData::MapOfIEdgePtr; in process()
H A DBRepMesh_FaceChecker.cxx236 myIntersectingEdges = new IMeshData::MapOfIEdgePtr; in Perform()
267 …Handle(IMeshData::MapOfIEdgePtr)& aIntersections = myWiresIntersectingEdges->ChangeValue(theWireIn… in perform()
285 aIntersections = new IMeshData::MapOfIEdgePtr; in perform()
309 const Handle(IMeshData::MapOfIEdgePtr)& aEdges = myWiresIntersectingEdges->Value(aWireIt); in collectResult()
H A DBRepMesh_ModelHealer.hxx177 Standard_Boolean popEdgesToUpdate(IMeshData::MapOfIEdgePtr& theEdgesToUpdate);
/dports/cad/opencascade/opencascade-7.6.0/src/IMeshData/
H A DIMeshData_Types.hxx156 …d<NCollection_Map<IEdgePtr, WeakEqual<IMeshData_Edge> > > MapOfIEdgePtr; typedef
161 …typedef NCollection_Shared<NCollection_DataMap<IFacePtr, Handle(MapOfIEdgePtr), WeakEqual<IMeshDat…