File indexing completed on 2026-09-16 09:18:46
0001
0002
0003
0004
0005
0006
0007
0008
0009
0010
0011
0012
0013
0014
0015
0016 #ifndef _StepRepr_ReprItemAndMeasureWithUnitAndQRI_HeaderFile
0017 #define _StepRepr_ReprItemAndMeasureWithUnitAndQRI_HeaderFile
0018
0019 #include <Standard.hxx>
0020 #include <Standard_Type.hxx>
0021
0022 #include <StepRepr_ReprItemAndMeasureWithUnit.hxx>
0023 class StepShape_QualifiedRepresentationItem;
0024
0025
0026
0027
0028 class StepRepr_ReprItemAndMeasureWithUnitAndQRI : public StepRepr_ReprItemAndMeasureWithUnit
0029 {
0030
0031 public:
0032 Standard_EXPORT StepRepr_ReprItemAndMeasureWithUnitAndQRI();
0033
0034 Standard_EXPORT void Init(const occ::handle<StepBasic_MeasureWithUnit>& aMWU,
0035 const occ::handle<StepRepr_RepresentationItem>& aRI,
0036 const occ::handle<StepShape_QualifiedRepresentationItem>& aQRI);
0037
0038 Standard_EXPORT void SetQualifiedRepresentationItem(
0039 const occ::handle<StepShape_QualifiedRepresentationItem>& aQRI);
0040
0041 Standard_EXPORT occ::handle<StepShape_QualifiedRepresentationItem>
0042 GetQualifiedRepresentationItem() const;
0043
0044 DEFINE_STANDARD_RTTIEXT(StepRepr_ReprItemAndMeasureWithUnitAndQRI,
0045 StepRepr_ReprItemAndMeasureWithUnit)
0046
0047 private:
0048 occ::handle<StepShape_QualifiedRepresentationItem> myQualifiedRepresentationItem;
0049 };
0050 #endif