// 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 _StepShape_BoxedHalfSpace_HeaderFile #define _StepShape_BoxedHalfSpace_HeaderFile #ifndef _Standard_HeaderFile #include #endif #ifndef _Standard_DefineHandle_HeaderFile #include #endif #ifndef _Handle_StepShape_BoxedHalfSpace_HeaderFile #include #endif #ifndef _Handle_StepShape_BoxDomain_HeaderFile #include #endif #ifndef _StepShape_HalfSpaceSolid_HeaderFile #include #endif #ifndef _Handle_TCollection_HAsciiString_HeaderFile #include #endif #ifndef _Handle_StepGeom_Surface_HeaderFile #include #endif #ifndef _Standard_Boolean_HeaderFile #include #endif class StepShape_BoxDomain; class TCollection_HAsciiString; class StepGeom_Surface; class StepShape_BoxedHalfSpace : public StepShape_HalfSpaceSolid { public: //! Returns a BoxedHalfSpace
Standard_EXPORT StepShape_BoxedHalfSpace(); Standard_EXPORT virtual void Init(const Handle(TCollection_HAsciiString)& aName,const Handle(StepGeom_Surface)& aBaseSurface,const Standard_Boolean aAgreementFlag) ; Standard_EXPORT virtual void Init(const Handle(TCollection_HAsciiString)& aName,const Handle(StepGeom_Surface)& aBaseSurface,const Standard_Boolean aAgreementFlag,const Handle(StepShape_BoxDomain)& aEnclosure) ; Standard_EXPORT void SetEnclosure(const Handle(StepShape_BoxDomain)& aEnclosure) ; Standard_EXPORT Handle_StepShape_BoxDomain Enclosure() const; DEFINE_STANDARD_RTTI(StepShape_BoxedHalfSpace) protected: private: Handle_StepShape_BoxDomain enclosure; }; // other Inline functions and methods (like "C++: function call" methods) #endif