mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-08-09 13:22:24 +03:00
0026595: Lost some comments in OCCT-code after cdl elimination
Recovered comments for instance classes from CDL generic classes.
This commit is contained in:
@@ -39,14 +39,20 @@ class ProjLib_HCompProjectedCurve : public Adaptor2d_HCurve2d
|
||||
public:
|
||||
|
||||
|
||||
//! Creates an empty GenHCurve2d.
|
||||
Standard_EXPORT ProjLib_HCompProjectedCurve();
|
||||
|
||||
//! Creates a GenHCurve2d from a Curve
|
||||
Standard_EXPORT ProjLib_HCompProjectedCurve(const ProjLib_CompProjectedCurve& C);
|
||||
|
||||
//! Sets the field of the GenHCurve2d.
|
||||
Standard_EXPORT void Set (const ProjLib_CompProjectedCurve& C);
|
||||
|
||||
//! Returns the curve used to create the GenHCurve2d.
|
||||
//! This is redefined from HCurve2d, cannot be inline.
|
||||
Standard_EXPORT const Adaptor2d_Curve2d& Curve2d() const;
|
||||
|
||||
//! Returns the curve used to create the GenHCurve.
|
||||
ProjLib_CompProjectedCurve& ChangeCurve2d();
|
||||
|
||||
|
||||
|
@@ -39,14 +39,20 @@ class ProjLib_HProjectedCurve : public Adaptor2d_HCurve2d
|
||||
public:
|
||||
|
||||
|
||||
//! Creates an empty GenHCurve2d.
|
||||
Standard_EXPORT ProjLib_HProjectedCurve();
|
||||
|
||||
//! Creates a GenHCurve2d from a Curve
|
||||
Standard_EXPORT ProjLib_HProjectedCurve(const ProjLib_ProjectedCurve& C);
|
||||
|
||||
//! Sets the field of the GenHCurve2d.
|
||||
Standard_EXPORT void Set (const ProjLib_ProjectedCurve& C);
|
||||
|
||||
//! Returns the curve used to create the GenHCurve2d.
|
||||
//! This is redefined from HCurve2d, cannot be inline.
|
||||
Standard_EXPORT const Adaptor2d_Curve2d& Curve2d() const;
|
||||
|
||||
//! Returns the curve used to create the GenHCurve.
|
||||
ProjLib_ProjectedCurve& ChangeCurve2d();
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user