X-Git-Url: https://gerrit.simantics.org/r/gitweb?a=blobdiff_plain;f=org.jcae.opencascade%2Fsrc%2FAPIHeaderSection_MakeHeader.i;h=92696f059bc193b87ba1c9a14ab10f0dee11a76b;hb=efb52587babd1b858c8e77fedc44a5b4ef0c1088;hp=52cb30906f95d66c8d2e1ac607b42ff5488bc801;hpb=471c46e9a685e20de958d77166461aebc7a7b6ee;p=simantics%2F3d.git diff --git a/org.jcae.opencascade/src/APIHeaderSection_MakeHeader.i b/org.jcae.opencascade/src/APIHeaderSection_MakeHeader.i index 52cb3090..92696f05 100644 --- a/org.jcae.opencascade/src/APIHeaderSection_MakeHeader.i +++ b/org.jcae.opencascade/src/APIHeaderSection_MakeHeader.i @@ -1,19 +1,20 @@ -%{ -#include -%} - -class APIHeaderSection_MakeHeader{ - %rename(setName) SetName; - %rename(setAuthorValue) SetAuthorValue; - %rename(setOrganizationValue) SetOrganizationValue; - %rename(setOriginatingSystem) SetOriginatingSystem; - %rename(setDescriptionValue) SetDescriptionValue; - - public: - APIHeaderSection_MakeHeader(const Handle_StepData_StepModel& model); - void SetName(const Handle_TCollection_HAsciiString& aName); - void SetAuthorValue (const Standard_Integer num,const Handle_TCollection_HAsciiString& aAuthor); - void SetOrganizationValue (const Standard_Integer num,const Handle_TCollection_HAsciiString& aOrganization); - void SetOriginatingSystem(const Handle_TCollection_HAsciiString& aOriginatingSystem); - void SetDescriptionValue(const Standard_Integer num,const Handle_TCollection_HAsciiString& description); -}; \ No newline at end of file +// FIXME: 7.3.0 Handle_StepData_StepModel cannot be resolved +//%{ +//#include +//%} +// +//class APIHeaderSection_MakeHeader{ +// %rename(setName) SetName; +// %rename(setAuthorValue) SetAuthorValue; +// %rename(setOrganizationValue) SetOrganizationValue; +// %rename(setOriginatingSystem) SetOriginatingSystem; +// %rename(setDescriptionValue) SetDescriptionValue; +// +// public: +// APIHeaderSection_MakeHeader(const Handle_StepData_StepModel& model); +// void SetName(const Handle_TCollection_HAsciiString& aName); +// void SetAuthorValue (const Standard_Integer num,const Handle_TCollection_HAsciiString& aAuthor); +// void SetOrganizationValue (const Standard_Integer num,const Handle_TCollection_HAsciiString& aOrganization); +// void SetOriginatingSystem(const Handle_TCollection_HAsciiString& aOriginatingSystem); +// void SetDescriptionValue(const Standard_Integer num,const Handle_TCollection_HAsciiString& description); +//}; \ No newline at end of file