// 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 _DBC_VArrayNodeOfVArrayOfReal_HeaderFile #define _DBC_VArrayNodeOfVArrayOfReal_HeaderFile #ifndef _Standard_Macro_HeaderFile #include #endif #ifndef _Standard_DefineHandle_HeaderFile #include #endif #ifndef _Standard_HeaderFile #include #endif #ifndef _Handle_DBC_VArrayNodeOfVArrayOfReal_HeaderFile #include #endif #ifndef _Standard_Address_HeaderFile #include #endif #ifndef _Standard_Real_HeaderFile #include #endif #ifndef _PStandard_ArrayNode_HeaderFile #include #endif class DBC_VArrayOfReal; class DBC_VArrayTNodeOfVArrayOfReal; class DBC_VArrayNodeOfVArrayOfReal : public PStandard_ArrayNode { public: Standard_EXPORT DBC_VArrayNodeOfVArrayOfReal(); Standard_EXPORT DBC_VArrayNodeOfVArrayOfReal(const Standard_Real& aValue); Standard_EXPORT void SetValue(const Standard_Real& aValue) ; Standard_EXPORT Standard_Address Value() const; DBC_VArrayNodeOfVArrayOfReal(const Storage_stCONSTclCOM& a) : PStandard_ArrayNode(a) { } Standard_Real _CSFDB_GetDBC_VArrayNodeOfVArrayOfRealmyValue() const { return myValue; } void _CSFDB_SetDBC_VArrayNodeOfVArrayOfRealmyValue(const Standard_Real p) { myValue = p; } DEFINE_STANDARD_RTTI(DBC_VArrayNodeOfVArrayOfReal) protected: private: Standard_Real myValue; }; // other Inline functions and methods (like "C++: function call" methods) #endif