// 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 _Select2D_Projector_HeaderFile #define _Select2D_Projector_HeaderFile #ifndef _Standard_HeaderFile #include #endif #ifndef _Standard_DefineHandle_HeaderFile #include #endif #ifndef _Handle_Select2D_Projector_HeaderFile #include #endif #ifndef _gp_Trsf2d_HeaderFile #include #endif #ifndef _MMgt_TShared_HeaderFile #include #endif class gp_Pnt2d; //! An abstract framework to define a projector.
//! StdSelect_TextProjector2d inherits this framework
//! and provides a projector for texts.
class Select2D_Projector : public MMgt_TShared { public: Standard_EXPORT virtual void Convert(const gp_Pnt2d& aPointIn,gp_Pnt2d& aPointOut) const = 0; DEFINE_STANDARD_RTTI(Select2D_Projector) protected: Standard_EXPORT Select2D_Projector(); gp_Trsf2d mytrsf; private: }; // other Inline functions and methods (like "C++: function call" methods) #endif