Back to home page

EIC code displayed by LXR

 
 

    


Warning, file /include/opencascade/StepFEA_Curve3dElementProperty.hxx was not indexed or was modified since last indexation (in which case cross-reference links may be missing, inaccurate or erroneous).

0001 // Created on: 2002-12-12
0002 // Created by: data exchange team
0003 // Copyright (c) 2002-2014 OPEN CASCADE SAS
0004 //
0005 // This file is part of Open CASCADE Technology software library.
0006 //
0007 // This library is free software; you can redistribute it and/or modify it under
0008 // the terms of the GNU Lesser General Public License version 2.1 as published
0009 // by the Free Software Foundation, with special exception defined in the file
0010 // OCCT_LGPL_EXCEPTION.txt. Consult the file LICENSE_LGPL_21.txt included in OCCT
0011 // distribution for complete text of the license and disclaimer of any warranty.
0012 //
0013 // Alternatively, this file may be used under the terms of Open CASCADE
0014 // commercial license or contractual agreement.
0015 
0016 #ifndef _StepFEA_Curve3dElementProperty_HeaderFile
0017 #define _StepFEA_Curve3dElementProperty_HeaderFile
0018 
0019 #include <Standard.hxx>
0020 
0021 #include <StepFEA_CurveElementInterval.hxx>
0022 #include <NCollection_Array1.hxx>
0023 #include <NCollection_HArray1.hxx>
0024 #include <StepFEA_CurveElementEndOffset.hxx>
0025 #include <StepFEA_CurveElementEndRelease.hxx>
0026 #include <Standard_Transient.hxx>
0027 class TCollection_HAsciiString;
0028 
0029 //! Representation of STEP entity Curve3dElementProperty
0030 class StepFEA_Curve3dElementProperty : public Standard_Transient
0031 {
0032 
0033 public:
0034   //! Empty constructor
0035   Standard_EXPORT StepFEA_Curve3dElementProperty();
0036 
0037   //! Initialize all fields (own and inherited)
0038   Standard_EXPORT void Init(
0039     const occ::handle<TCollection_HAsciiString>& aPropertyId,
0040     const occ::handle<TCollection_HAsciiString>& aDescription,
0041     const occ::handle<NCollection_HArray1<occ::handle<StepFEA_CurveElementInterval>>>&
0042       aIntervalDefinitions,
0043     const occ::handle<NCollection_HArray1<occ::handle<StepFEA_CurveElementEndOffset>>>& aEndOffsets,
0044     const occ::handle<NCollection_HArray1<occ::handle<StepFEA_CurveElementEndRelease>>>&
0045       aEndReleases);
0046 
0047   //! Returns field PropertyId
0048   Standard_EXPORT occ::handle<TCollection_HAsciiString> PropertyId() const;
0049 
0050   //! Set field PropertyId
0051   Standard_EXPORT void SetPropertyId(const occ::handle<TCollection_HAsciiString>& PropertyId);
0052 
0053   //! Returns field Description
0054   Standard_EXPORT occ::handle<TCollection_HAsciiString> Description() const;
0055 
0056   //! Set field Description
0057   Standard_EXPORT void SetDescription(const occ::handle<TCollection_HAsciiString>& Description);
0058 
0059   //! Returns field IntervalDefinitions
0060   Standard_EXPORT occ::handle<NCollection_HArray1<occ::handle<StepFEA_CurveElementInterval>>>
0061                   IntervalDefinitions() const;
0062 
0063   //! Set field IntervalDefinitions
0064   Standard_EXPORT void SetIntervalDefinitions(
0065     const occ::handle<NCollection_HArray1<occ::handle<StepFEA_CurveElementInterval>>>&
0066       IntervalDefinitions);
0067 
0068   //! Returns field EndOffsets
0069   Standard_EXPORT occ::handle<NCollection_HArray1<occ::handle<StepFEA_CurveElementEndOffset>>>
0070                   EndOffsets() const;
0071 
0072   //! Set field EndOffsets
0073   Standard_EXPORT void SetEndOffsets(
0074     const occ::handle<NCollection_HArray1<occ::handle<StepFEA_CurveElementEndOffset>>>& EndOffsets);
0075 
0076   //! Returns field EndReleases
0077   Standard_EXPORT occ::handle<NCollection_HArray1<occ::handle<StepFEA_CurveElementEndRelease>>>
0078                   EndReleases() const;
0079 
0080   //! Set field EndReleases
0081   Standard_EXPORT void SetEndReleases(
0082     const occ::handle<NCollection_HArray1<occ::handle<StepFEA_CurveElementEndRelease>>>&
0083       EndReleases);
0084 
0085   DEFINE_STANDARD_RTTIEXT(StepFEA_Curve3dElementProperty, Standard_Transient)
0086 
0087 private:
0088   occ::handle<TCollection_HAsciiString> thePropertyId;
0089   occ::handle<TCollection_HAsciiString> theDescription;
0090   occ::handle<NCollection_HArray1<occ::handle<StepFEA_CurveElementInterval>>>
0091     theIntervalDefinitions;
0092   occ::handle<NCollection_HArray1<occ::handle<StepFEA_CurveElementEndOffset>>>  theEndOffsets;
0093   occ::handle<NCollection_HArray1<occ::handle<StepFEA_CurveElementEndRelease>>> theEndReleases;
0094 };
0095 
0096 #endif // _StepFEA_Curve3dElementProperty_HeaderFile