// This file is generated by WOK (CPPExt). // Please do not edit this file; modify original file instead. // The copyright and license terms as defined for the original file apply to // this header file considered to be the "object code" form of the original source. #ifndef _StepBasic_SiUnitAndPlaneAngleUnit_HeaderFile #define _StepBasic_SiUnitAndPlaneAngleUnit_HeaderFile #ifndef _Standard_HeaderFile #include #endif #ifndef _Standard_DefineHandle_HeaderFile #include #endif #ifndef _Handle_StepBasic_SiUnitAndPlaneAngleUnit_HeaderFile #include #endif #ifndef _Handle_StepBasic_PlaneAngleUnit_HeaderFile #include #endif #ifndef _StepBasic_SiUnit_HeaderFile #include #endif #ifndef _Handle_StepBasic_DimensionalExponents_HeaderFile #include #endif #ifndef _Standard_Boolean_HeaderFile #include #endif #ifndef _StepBasic_SiPrefix_HeaderFile #include #endif #ifndef _StepBasic_SiUnitName_HeaderFile #include #endif class StepBasic_PlaneAngleUnit; class StepBasic_DimensionalExponents; class StepBasic_SiUnitAndPlaneAngleUnit : public StepBasic_SiUnit { public: //! Returns a SiUnitAndPlaneAngleUnit
Standard_EXPORT StepBasic_SiUnitAndPlaneAngleUnit(); Standard_EXPORT virtual void Init(const Handle(StepBasic_DimensionalExponents)& aDimensions) ; Standard_EXPORT virtual void Init(const Standard_Boolean hasAprefix,const StepBasic_SiPrefix aPrefix,const StepBasic_SiUnitName aName) ; Standard_EXPORT void SetPlaneAngleUnit(const Handle(StepBasic_PlaneAngleUnit)& aPlaneAngleUnit) ; Standard_EXPORT Handle_StepBasic_PlaneAngleUnit PlaneAngleUnit() const; DEFINE_STANDARD_RTTI(StepBasic_SiUnitAndPlaneAngleUnit) protected: private: Handle_StepBasic_PlaneAngleUnit planeAngleUnit; }; // other Inline functions and methods (like "C++: function call" methods) #endif