Warning, file /include/opencascade/StepFEA_ElementGroup.hxx was not indexed
or was modified since last indexation (in which case cross-reference links may be missing, inaccurate or erroneous).
0001
0002
0003
0004
0005
0006
0007
0008
0009
0010
0011
0012
0013
0014
0015
0016 #ifndef _StepFEA_ElementGroup_HeaderFile
0017 #define _StepFEA_ElementGroup_HeaderFile
0018
0019 #include <Standard.hxx>
0020 #include <Standard_Type.hxx>
0021
0022 #include <StepFEA_HArray1OfElementRepresentation.hxx>
0023 #include <StepFEA_FeaGroup.hxx>
0024 class TCollection_HAsciiString;
0025 class StepFEA_FeaModel;
0026
0027 class StepFEA_ElementGroup;
0028 DEFINE_STANDARD_HANDLE(StepFEA_ElementGroup, StepFEA_FeaGroup)
0029
0030
0031 class StepFEA_ElementGroup : public StepFEA_FeaGroup
0032 {
0033
0034 public:
0035
0036 Standard_EXPORT StepFEA_ElementGroup();
0037
0038
0039 Standard_EXPORT void Init(const Handle(TCollection_HAsciiString)& aGroup_Name,
0040 const Handle(TCollection_HAsciiString)& aGroup_Description,
0041 const Handle(StepFEA_FeaModel)& aFeaGroup_ModelRef,
0042 const Handle(StepFEA_HArray1OfElementRepresentation)& aElements);
0043
0044
0045 Standard_EXPORT Handle(StepFEA_HArray1OfElementRepresentation) Elements() const;
0046
0047
0048 Standard_EXPORT void SetElements(const Handle(StepFEA_HArray1OfElementRepresentation)& Elements);
0049
0050 DEFINE_STANDARD_RTTIEXT(StepFEA_ElementGroup, StepFEA_FeaGroup)
0051
0052 protected:
0053 private:
0054 Handle(StepFEA_HArray1OfElementRepresentation) theElements;
0055 };
0056
0057 #endif