// 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 _PColPGeom2d_VArrayNodeOfFieldOfHArray1OfBoundedCurve_HeaderFile #define _PColPGeom2d_VArrayNodeOfFieldOfHArray1OfBoundedCurve_HeaderFile #ifndef _Standard_Macro_HeaderFile #include #endif #ifndef _Standard_DefineHandle_HeaderFile #include #endif #ifndef _Standard_HeaderFile #include #endif #ifndef _Handle_PColPGeom2d_VArrayNodeOfFieldOfHArray1OfBoundedCurve_HeaderFile #include #endif #ifndef _Standard_Address_HeaderFile #include #endif #ifndef _Handle_PGeom2d_BoundedCurve_HeaderFile #include #endif #ifndef _PStandard_ArrayNode_HeaderFile #include #endif class PGeom2d_BoundedCurve; class PColPGeom2d_FieldOfHArray1OfBoundedCurve; class PColPGeom2d_VArrayTNodeOfFieldOfHArray1OfBoundedCurve; class PColPGeom2d_VArrayNodeOfFieldOfHArray1OfBoundedCurve : public PStandard_ArrayNode { public: Standard_EXPORT PColPGeom2d_VArrayNodeOfFieldOfHArray1OfBoundedCurve(); Standard_EXPORT PColPGeom2d_VArrayNodeOfFieldOfHArray1OfBoundedCurve(const Handle(PGeom2d_BoundedCurve)& aValue); Standard_EXPORT void SetValue(const Handle(PGeom2d_BoundedCurve)& aValue) ; Standard_EXPORT Standard_Address Value() const; PColPGeom2d_VArrayNodeOfFieldOfHArray1OfBoundedCurve(const Storage_stCONSTclCOM& a) : PStandard_ArrayNode(a) { } Handle(PGeom2d_BoundedCurve) _CSFDB_GetPColPGeom2d_VArrayNodeOfFieldOfHArray1OfBoundedCurvemyValue() const { return myValue; } void _CSFDB_SetPColPGeom2d_VArrayNodeOfFieldOfHArray1OfBoundedCurvemyValue(const Handle(PGeom2d_BoundedCurve)& p) { myValue = p; } DEFINE_STANDARD_RTTI(PColPGeom2d_VArrayNodeOfFieldOfHArray1OfBoundedCurve) protected: private: Handle_PGeom2d_BoundedCurve myValue; }; // other Inline functions and methods (like "C++: function call" methods) #endif