// 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 _StepData_SelectReal_HeaderFile #define _StepData_SelectReal_HeaderFile #ifndef _Standard_HeaderFile #include #endif #ifndef _Standard_DefineHandle_HeaderFile #include #endif #ifndef _Handle_StepData_SelectReal_HeaderFile #include #endif #ifndef _Standard_Real_HeaderFile #include #endif #ifndef _StepData_SelectMember_HeaderFile #include #endif #ifndef _Standard_Integer_HeaderFile #include #endif //! A SelectReal is a SelectMember specialised for a basic real
//! type in a select which also accepts entities : this one has
//! NO NAME
//! For a named select, see SelectNamed
class StepData_SelectReal : public StepData_SelectMember { public: Standard_EXPORT StepData_SelectReal(); Standard_EXPORT virtual Standard_Integer Kind() const; Standard_EXPORT virtual Standard_Real Real() const; Standard_EXPORT virtual void SetReal(const Standard_Real val) ; DEFINE_STANDARD_RTTI(StepData_SelectReal) protected: private: Standard_Real theval; }; // other Inline functions and methods (like "C++: function call" methods) #endif