1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-08-09 13:22:24 +03:00

0027491: GeomAdaptor_Curve Is Not Thread-Safe (Anymore?)

Added hint about BSpline cache and missing thread-safety to adaptor classes.
This commit is contained in:
Benjamin Bihler
2016-06-01 13:24:23 +02:00
committed by bugmaster
parent a3d2cb2425
commit 34e4e9f26e
6 changed files with 24 additions and 0 deletions

View File

@@ -49,6 +49,10 @@ class Geom2d_BSplineCurve;
//! the curve by algorithms, which use it.
//! A derived concrete class is provided:
//! Geom2dAdaptor_Curve for a curve from the Geom2d package.
//!
//! Polynomial coefficients of BSpline curves used for their evaluation are
//! cached for better performance. Therefore these evaluations are not
//! thread-safe and parallel evaluations need to be prevented.
class Adaptor2d_Curve2d
{
public: