// 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 _PColgp_VArrayNodeOfFieldOfHArray2OfPnt2d_HeaderFile #define _PColgp_VArrayNodeOfFieldOfHArray2OfPnt2d_HeaderFile #ifndef _Standard_Macro_HeaderFile #include #endif #ifndef _Standard_DefineHandle_HeaderFile #include #endif #ifndef _Standard_HeaderFile #include #endif #ifndef _Handle_PColgp_VArrayNodeOfFieldOfHArray2OfPnt2d_HeaderFile #include #endif #ifndef _Standard_Address_HeaderFile #include #endif #ifndef _gp_Pnt2d_HeaderFile #include #endif #ifndef _PStandard_ArrayNode_HeaderFile #include #endif class gp_Pnt2d; class PColgp_FieldOfHArray2OfPnt2d; class PColgp_VArrayTNodeOfFieldOfHArray2OfPnt2d; class PColgp_VArrayNodeOfFieldOfHArray2OfPnt2d : public PStandard_ArrayNode { public: Standard_EXPORT PColgp_VArrayNodeOfFieldOfHArray2OfPnt2d(); Standard_EXPORT PColgp_VArrayNodeOfFieldOfHArray2OfPnt2d(const gp_Pnt2d& aValue); Standard_EXPORT void SetValue(const gp_Pnt2d& aValue) ; Standard_EXPORT Standard_Address Value() const; PColgp_VArrayNodeOfFieldOfHArray2OfPnt2d(const Storage_stCONSTclCOM& a) : PStandard_ArrayNode(a) { } const gp_Pnt2d& _CSFDB_GetPColgp_VArrayNodeOfFieldOfHArray2OfPnt2dmyValue() const { return myValue; } DEFINE_STANDARD_RTTI(PColgp_VArrayNodeOfFieldOfHArray2OfPnt2d) protected: private: gp_Pnt2d myValue; }; // other Inline functions and methods (like "C++: function call" methods) #endif