File indexing completed on 2026-09-14 09:14:45
0001
0002
0003
0004
0005
0006
0007
0008
0009
0010
0011
0012
0013
0014
0015
0016
0017 #ifndef _HLRTopoBRep_DSFiller_HeaderFile
0018 #define _HLRTopoBRep_DSFiller_HeaderFile
0019
0020 #include <Standard.hxx>
0021 #include <Standard_DefineAlloc.hxx>
0022
0023 #include <TopoDS_Shape.hxx>
0024 #include <BRepTopAdaptor_Tool.hxx>
0025 #include <TopTools_ShapeMapHasher.hxx>
0026 #include <NCollection_DataMap.hxx>
0027 #include <Standard_Integer.hxx>
0028 class TopoDS_Shape;
0029 class Contap_Contour;
0030 class HLRTopoBRep_Data;
0031 class TopoDS_Face;
0032 class TopoDS_Vertex;
0033 class Contap_Point;
0034 class TopoDS_Edge;
0035
0036
0037 class HLRTopoBRep_DSFiller
0038 {
0039 public:
0040 DEFINE_STANDARD_ALLOC
0041
0042
0043
0044 Standard_EXPORT static void Insert(
0045 const TopoDS_Shape& S,
0046 Contap_Contour& FO,
0047 HLRTopoBRep_Data& DS,
0048 NCollection_DataMap<TopoDS_Shape, BRepTopAdaptor_Tool, TopTools_ShapeMapHasher>& MST,
0049 const int nbIso);
0050
0051 private:
0052
0053
0054 Standard_EXPORT static void InsertFace(const int FI,
0055 const TopoDS_Face& F,
0056 Contap_Contour& FO,
0057 HLRTopoBRep_Data& DS,
0058 const bool withPCurve);
0059
0060
0061
0062 Standard_EXPORT static TopoDS_Vertex MakeVertex(const Contap_Point& P,
0063 const double tol,
0064 HLRTopoBRep_Data& DS);
0065
0066
0067
0068
0069 Standard_EXPORT static void InsertVertex(const Contap_Point& P,
0070 const double tol,
0071 const TopoDS_Edge& E,
0072 HLRTopoBRep_Data& DS);
0073
0074
0075
0076 Standard_EXPORT static void ProcessEdges(HLRTopoBRep_Data& DS);
0077 };
0078
0079 #endif