// 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 _PGeom2d_Transformation_HeaderFile #define _PGeom2d_Transformation_HeaderFile #ifndef _Standard_Macro_HeaderFile #include #endif #ifndef _Standard_DefineHandle_HeaderFile #include #endif #ifndef _Standard_HeaderFile #include #endif #ifndef _Handle_PGeom2d_Transformation_HeaderFile #include #endif #ifndef _gp_Trsf2d_HeaderFile #include #endif #ifndef _Standard_Persistent_HeaderFile #include #endif class gp_Trsf2d; class PGeom2d_Transformation : public Standard_Persistent { public: //! Creates a transformation with default values.
Standard_EXPORT PGeom2d_Transformation(); //! Creates a transformation with .
Standard_EXPORT PGeom2d_Transformation(const gp_Trsf2d& aTrsf); //! Creates a Transformation with .
Standard_EXPORT void Trsf(const gp_Trsf2d& aTrsf) ; //! Returns the value of the field trsf.
Standard_EXPORT gp_Trsf2d Trsf() const; PGeom2d_Transformation(const Storage_stCONSTclCOM& a) : Standard_Persistent(a) { } const gp_Trsf2d& _CSFDB_GetPGeom2d_Transformationtrsf() const { return trsf; } DEFINE_STANDARD_RTTI(PGeom2d_Transformation) protected: private: gp_Trsf2d trsf; }; // other Inline functions and methods (like "C++: function call" methods) #endif