File indexing completed on 2025-11-04 10:17:35
0001 
0002 
0003 
0004 
0005 
0006 
0007 
0008 
0009 
0010 
0011 
0012 
0013 
0014 
0015 
0016 
0017 
0018 #ifndef _BOPAlgo_WireEdgeSet_HeaderFile
0019 #define _BOPAlgo_WireEdgeSet_HeaderFile
0020 
0021 #include <Standard.hxx>
0022 #include <Standard_DefineAlloc.hxx>
0023 #include <Standard_Handle.hxx>
0024 
0025 #include <NCollection_BaseAllocator.hxx>
0026 #include <TopoDS_Face.hxx>
0027 #include <TopTools_ListOfShape.hxx>
0028 class TopoDS_Face;
0029 class TopoDS_Shape;
0030 
0031 
0032 
0033 class BOPAlgo_WireEdgeSet 
0034 {
0035 public:
0036 
0037   DEFINE_STANDARD_ALLOC
0038 
0039   
0040     BOPAlgo_WireEdgeSet();
0041  virtual ~BOPAlgo_WireEdgeSet();
0042   
0043     BOPAlgo_WireEdgeSet(const Handle(NCollection_BaseAllocator)& theAllocator);
0044   
0045     void Clear();
0046   
0047     void SetFace (const TopoDS_Face& aF);
0048   
0049     const TopoDS_Face& Face() const;
0050   
0051     void AddStartElement (const TopoDS_Shape& sS);
0052   
0053     const TopTools_ListOfShape& StartElements() const;
0054   
0055     void AddShape (const TopoDS_Shape& sS);
0056   
0057     const TopTools_ListOfShape& Shapes() const;
0058 
0059 
0060 
0061 
0062 protected:
0063 
0064 
0065 
0066   TopoDS_Face myFace;
0067   TopTools_ListOfShape myStartShapes;
0068   TopTools_ListOfShape myShapes;
0069 
0070 
0071 private:
0072 
0073 
0074 
0075 
0076 
0077 };
0078 
0079 
0080 #include <BOPAlgo_WireEdgeSet.lxx>
0081 
0082 
0083 
0084 
0085 
0086 #endif