@@ -68,12 +68,11 @@ public:
6868 // ! @param[in] theRegularityLayer optional edge-regularity layer to populate
6969 // ! @param[in] theTmpAlloc optional allocator for temporary scratch data
7070 static Standard_EXPORT void Perform (
71- BRepGraphInc_Storage& theStorage,
72- const TopoDS_Shape& theShape,
73- const bool theParallel,
74- const Options& theOptions = Options(),
75- const occ::handle<BRepGraph_LayerParam>& theParamLayer =
76- occ::handle<BRepGraph_LayerParam>(),
71+ BRepGraphInc_Storage& theStorage,
72+ const TopoDS_Shape& theShape,
73+ const bool theParallel,
74+ const Options& theOptions = Options(),
75+ const occ::handle<BRepGraph_LayerParam>& theParamLayer = occ::handle<BRepGraph_LayerParam>(),
7776 const occ::handle<BRepGraph_LayerRegularity>& theRegularityLayer =
7877 occ::handle<BRepGraph_LayerRegularity>(),
7978 const occ::handle<NCollection_BaseAllocator>& theTmpAlloc =
@@ -90,13 +89,12 @@ public:
9089 // ! @param[in] theOptions optional post-pass controls
9190 // ! @param[in] theTmpAlloc optional allocator for temporary scratch data
9291 static Standard_EXPORT void AppendFlattened (
93- BRepGraphInc_Storage& theStorage,
94- const TopoDS_Shape& theShape,
95- const bool theParallel,
96- NCollection_DynamicArray<BRepGraph_NodeId>& theAppendedRoots,
97- const Options& theOptions = Options(),
98- const occ::handle<BRepGraph_LayerParam>& theParamLayer =
99- occ::handle<BRepGraph_LayerParam>(),
92+ BRepGraphInc_Storage& theStorage,
93+ const TopoDS_Shape& theShape,
94+ const bool theParallel,
95+ NCollection_DynamicArray<BRepGraph_NodeId>& theAppendedRoots,
96+ const Options& theOptions = Options(),
97+ const occ::handle<BRepGraph_LayerParam>& theParamLayer = occ::handle<BRepGraph_LayerParam>(),
10098 const occ::handle<BRepGraph_LayerRegularity>& theRegularityLayer =
10199 occ::handle<BRepGraph_LayerRegularity>(),
102100 const occ::handle<NCollection_BaseAllocator>& theTmpAlloc =
@@ -112,12 +110,11 @@ public:
112110 // ! @param[in] theOptions optional post-pass controls
113111 // ! @param[in] theTmpAlloc optional allocator for temporary scratch data
114112 static Standard_EXPORT void Append (
115- BRepGraphInc_Storage& theStorage,
116- const TopoDS_Shape& theShape,
117- const bool theParallel,
118- const Options& theOptions = Options(),
119- const occ::handle<BRepGraph_LayerParam>& theParamLayer =
120- occ::handle<BRepGraph_LayerParam>(),
113+ BRepGraphInc_Storage& theStorage,
114+ const TopoDS_Shape& theShape,
115+ const bool theParallel,
116+ const Options& theOptions = Options(),
117+ const occ::handle<BRepGraph_LayerParam>& theParamLayer = occ::handle<BRepGraph_LayerParam>(),
121118 const occ::handle<BRepGraph_LayerRegularity>& theRegularityLayer =
122119 occ::handle<BRepGraph_LayerRegularity>(),
123120 const occ::handle<NCollection_BaseAllocator>& theTmpAlloc =
0 commit comments