// 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 _StepVisual_SurfaceStyleFillArea_HeaderFile #define _StepVisual_SurfaceStyleFillArea_HeaderFile #ifndef _Standard_HeaderFile #include #endif #ifndef _Standard_DefineHandle_HeaderFile #include #endif #ifndef _Handle_StepVisual_SurfaceStyleFillArea_HeaderFile #include #endif #ifndef _Handle_StepVisual_FillAreaStyle_HeaderFile #include #endif #ifndef _MMgt_TShared_HeaderFile #include #endif class StepVisual_FillAreaStyle; class StepVisual_SurfaceStyleFillArea : public MMgt_TShared { public: //! Returns a SurfaceStyleFillArea
Standard_EXPORT StepVisual_SurfaceStyleFillArea(); Standard_EXPORT virtual void Init(const Handle(StepVisual_FillAreaStyle)& aFillArea) ; Standard_EXPORT void SetFillArea(const Handle(StepVisual_FillAreaStyle)& aFillArea) ; Standard_EXPORT Handle_StepVisual_FillAreaStyle FillArea() const; DEFINE_STANDARD_RTTI(StepVisual_SurfaceStyleFillArea) protected: private: Handle_StepVisual_FillAreaStyle fillArea; }; // other Inline functions and methods (like "C++: function call" methods) #endif