File indexing completed on 2026-07-27 09:44:34
0001
0002
0003
0004
0005
0006
0007
0008
0009
0010
0011
0012
0013
0014
0015
0016 #ifndef _StepRepr_ReprItemAndPlaneAngleMeasureWithUnitAndQRI_HeaderFile
0017 #define _StepRepr_ReprItemAndPlaneAngleMeasureWithUnitAndQRI_HeaderFile
0018
0019 #include <Standard.hxx>
0020 #include <Standard_Type.hxx>
0021
0022 #include <StepRepr_ReprItemAndMeasureWithUnitAndQRI.hxx>
0023 class StepBasic_PlaneAngleMeasureWithUnit;
0024
0025 class StepRepr_ReprItemAndPlaneAngleMeasureWithUnitAndQRI;
0026 DEFINE_STANDARD_HANDLE(StepRepr_ReprItemAndPlaneAngleMeasureWithUnitAndQRI,
0027 StepRepr_ReprItemAndMeasureWithUnitAndQRI)
0028
0029 class StepRepr_ReprItemAndPlaneAngleMeasureWithUnitAndQRI
0030 : public StepRepr_ReprItemAndMeasureWithUnitAndQRI
0031 {
0032
0033 public:
0034 Standard_EXPORT StepRepr_ReprItemAndPlaneAngleMeasureWithUnitAndQRI();
0035
0036 Standard_EXPORT void SetPlaneAngleMeasureWithUnit(
0037 const Handle(StepBasic_PlaneAngleMeasureWithUnit)& aLMWU);
0038
0039 Standard_EXPORT Handle(StepBasic_PlaneAngleMeasureWithUnit) GetPlaneAngleMeasureWithUnit() const;
0040
0041 DEFINE_STANDARD_RTTIEXT(StepRepr_ReprItemAndPlaneAngleMeasureWithUnitAndQRI,
0042 StepRepr_ReprItemAndMeasureWithUnitAndQRI)
0043
0044 private:
0045 Handle(StepBasic_PlaneAngleMeasureWithUnit) myPlaneAngleMeasureWithUnit;
0046 };
0047 #endif