// 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 _AdvApp2Var_Node_HeaderFile #define _AdvApp2Var_Node_HeaderFile #ifndef _Standard_HeaderFile #include #endif #ifndef _Standard_Macro_HeaderFile #include #endif #ifndef _gp_XY_HeaderFile #include #endif #ifndef _Standard_Integer_HeaderFile #include #endif #ifndef _Handle_TColgp_HArray2OfPnt_HeaderFile #include #endif #ifndef _Handle_TColStd_HArray2OfReal_HeaderFile #include #endif #ifndef _Standard_Real_HeaderFile #include #endif class TColgp_HArray2OfPnt; class TColStd_HArray2OfReal; class gp_XY; class gp_Pnt; class AdvApp2Var_Node { public: void* operator new(size_t,void* anAddress) { return anAddress; } void* operator new(size_t size) { return Standard::Allocate(size); } void operator delete(void *anAddress) { if (anAddress) Standard::Free((Standard_Address&)anAddress); } Standard_EXPORT AdvApp2Var_Node(); Standard_EXPORT AdvApp2Var_Node(const Standard_Integer iu,const Standard_Integer iv); Standard_EXPORT AdvApp2Var_Node(const gp_XY& UV,const Standard_Integer iu,const Standard_Integer iv); Standard_EXPORT gp_XY Coord() const; Standard_EXPORT void SetCoord(const Standard_Real x1,const Standard_Real x2) ; Standard_EXPORT Standard_Integer UOrder() const; Standard_EXPORT Standard_Integer VOrder() const; Standard_EXPORT void SetPoint(const Standard_Integer iu,const Standard_Integer iv,const gp_Pnt& Cte) ; Standard_EXPORT gp_Pnt Point(const Standard_Integer iu,const Standard_Integer iv) const; Standard_EXPORT void SetError(const Standard_Integer iu,const Standard_Integer iv,const Standard_Real error) ; Standard_EXPORT Standard_Real Error(const Standard_Integer iu,const Standard_Integer iv) const; protected: private: Standard_EXPORT AdvApp2Var_Node(const AdvApp2Var_Node& Other); gp_XY myCoord; Standard_Integer myOrdInU; Standard_Integer myOrdInV; Handle_TColgp_HArray2OfPnt myTruePoints; Handle_TColStd_HArray2OfReal myErrors; }; // other Inline functions and methods (like "C++: function call" methods) #endif