File indexing completed on 2026-06-21 08:29:34
0001
0002
0003
0004
0005
0006
0007
0008
0009
0010
0011
0012
0013
0014
0015
0016
0017 #ifndef _TopOpeBRep_FaceEdgeFiller_HeaderFile
0018 #define _TopOpeBRep_FaceEdgeFiller_HeaderFile
0019
0020 #include <Standard.hxx>
0021 #include <Standard_DefineAlloc.hxx>
0022 #include <Standard_Handle.hxx>
0023
0024 #include <Standard_Integer.hxx>
0025 #include <TopOpeBRepDS_ListOfInterference.hxx>
0026 class TopoDS_Shape;
0027 class TopOpeBRep_FaceEdgeIntersector;
0028 class TopOpeBRepDS_HDataStructure;
0029 class TopOpeBRepDS_Point;
0030 class TopOpeBRepDS_DataStructure;
0031 class TopOpeBRepDS_Interference;
0032
0033 class TopOpeBRep_FaceEdgeFiller
0034 {
0035 public:
0036 DEFINE_STANDARD_ALLOC
0037
0038 Standard_EXPORT TopOpeBRep_FaceEdgeFiller();
0039
0040 Standard_EXPORT void Insert(const TopoDS_Shape& F,
0041 const TopoDS_Shape& E,
0042 TopOpeBRep_FaceEdgeIntersector& FEINT,
0043 const Handle(TopOpeBRepDS_HDataStructure)& HDS);
0044
0045 protected:
0046 private:
0047
0048
0049
0050
0051
0052
0053 Standard_EXPORT Standard_Boolean ScanInterfList(TopOpeBRepDS_ListIteratorOfListOfInterference& IT,
0054 const TopOpeBRepDS_Point& DSP,
0055 const TopOpeBRepDS_DataStructure& BDS) const;
0056
0057
0058
0059
0060
0061
0062 Standard_EXPORT Standard_Boolean GetGeometry(TopOpeBRepDS_ListIteratorOfListOfInterference& IT,
0063 const TopOpeBRep_FaceEdgeIntersector& EI,
0064 Standard_Integer& G,
0065 const TopOpeBRepDS_DataStructure& DS) const;
0066
0067 Standard_EXPORT Standard_Integer MakeGeometry(TopOpeBRep_FaceEdgeIntersector& EI,
0068 TopOpeBRepDS_DataStructure& DS) const;
0069
0070
0071
0072
0073
0074
0075
0076
0077 Standard_EXPORT Standard_Boolean GetGeometry(const TopOpeBRepDS_ListOfInterference& L,
0078 const TopOpeBRepDS_Point& DSP,
0079 Standard_Integer& G,
0080 TopOpeBRepDS_DataStructure& DS) const;
0081
0082
0083
0084 Standard_EXPORT void StoreInterference(const Handle(TopOpeBRepDS_Interference)& I,
0085 TopOpeBRepDS_ListOfInterference& LI,
0086 TopOpeBRepDS_DataStructure& BDS) const;
0087 };
0088
0089 #endif