mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-09-03 14:10:33 +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,16 +39,24 @@ class ChFiDS_HElSpine : public Adaptor3d_HCurve
|
||||
public:
|
||||
|
||||
|
||||
//! Creates an empty GenHCurve.
|
||||
Standard_EXPORT ChFiDS_HElSpine();
|
||||
|
||||
//! Creates a GenHCurve from a Curve
|
||||
Standard_EXPORT ChFiDS_HElSpine(const ChFiDS_ElSpine& C);
|
||||
|
||||
//! Sets the field of the GenHCurve.
|
||||
Standard_EXPORT void Set (const ChFiDS_ElSpine& C);
|
||||
|
||||
//! Returns the curve used to create the GenHCurve.
|
||||
//! This is redefined from HCurve, cannot be inline.
|
||||
Standard_EXPORT const Adaptor3d_Curve& Curve() const;
|
||||
|
||||
//! Returns the curve used to create the GenHCurve.
|
||||
//! This is redefined from HCurve, cannot be inline.
|
||||
Standard_EXPORT Adaptor3d_Curve& GetCurve();
|
||||
|
||||
//! Returns the curve used to create the GenHCurve.
|
||||
ChFiDS_ElSpine& ChangeCurve();
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user