mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-08-04 13:13:25 +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:
committed by
bugmaster
parent
a3d2cb2425
commit
34e4e9f26e
@@ -52,6 +52,10 @@ class Geom_BSplineCurve;
|
||||
//! This class provides an interface between the services provided by any
|
||||
//! curve from the package Geom and those required of the curve by algorithms which use it.
|
||||
//! Creation of the loaded curve the curve is C1 by piece.
|
||||
//!
|
||||
//! 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 GeomAdaptor_Curve : public Adaptor3d_Curve
|
||||
{
|
||||
public:
|
||||
|
@@ -54,6 +54,10 @@ class Adaptor3d_HCurve;
|
||||
//! surface from the package Geom and those required
|
||||
//! of the surface by algorithms which use it.
|
||||
//! Creation of the loaded surface the surface is C1 by piece
|
||||
//!
|
||||
//! Polynomial coefficients of BSpline surfaces used for their evaluation are
|
||||
//! cached for better performance. Therefore these evaluations are not
|
||||
//! thread-safe and parallel evaluations need to be prevented.
|
||||
class GeomAdaptor_Surface : public Adaptor3d_Surface
|
||||
{
|
||||
public:
|
||||
|
Reference in New Issue
Block a user