// 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 _StepElement_SurfaceSectionFieldConstant_HeaderFile #define _StepElement_SurfaceSectionFieldConstant_HeaderFile #ifndef _Standard_HeaderFile #include #endif #ifndef _Standard_DefineHandle_HeaderFile #include #endif #ifndef _Handle_StepElement_SurfaceSectionFieldConstant_HeaderFile #include #endif #ifndef _Handle_StepElement_SurfaceSection_HeaderFile #include #endif #ifndef _StepElement_SurfaceSectionField_HeaderFile #include #endif class StepElement_SurfaceSection; //! Representation of STEP entity SurfaceSectionFieldConstant
class StepElement_SurfaceSectionFieldConstant : public StepElement_SurfaceSectionField { public: //! Empty constructor
Standard_EXPORT StepElement_SurfaceSectionFieldConstant(); //! Initialize all fields (own and inherited)
Standard_EXPORT void Init(const Handle(StepElement_SurfaceSection)& aDefinition) ; //! Returns field Definition
Standard_EXPORT Handle_StepElement_SurfaceSection Definition() const; //! Set field Definition
Standard_EXPORT void SetDefinition(const Handle(StepElement_SurfaceSection)& Definition) ; DEFINE_STANDARD_RTTI(StepElement_SurfaceSectionFieldConstant) protected: private: Handle_StepElement_SurfaceSection theDefinition; }; // other Inline functions and methods (like "C++: function call" methods) #endif