occt: master 8f08e231

Author Committer Branch Timestamp Parent
kgv bugmaster master 2020-04-08 07:22:26 master f0ada3e8
Affected Issues  0031490: Foundation Classes, Poly_Connect - speed up temporary allocations
Changeset 0031490: Foundation Classes, Poly_Connect - speed up temporary allocations

Poly_Connect::Load() now uses NCollection_IncAllocator instead of new/delete
for allocation temporary sequence elements.

StdPrs_ShadedShape, fillFaceBoundaries() now uses NCollection_IncAllocator for temporary points.
mod - src/Poly/Poly_Connect.cxx Diff File
mod - src/StdPrs/StdPrs_ShadedShape.cxx Diff File