Open CASCADE Technology
6.5.4
|
An abstract framework to define a projector.
StdSelect_TextProjector2d inherits this framework
and provides a projector for texts.
#include <Select2D_Projector.hxx>
Public Member Functions | |
virtual void | Convert (const gp_Pnt2d &aPointIn, gp_Pnt2d &aPointOut) const =0 |
Protected Member Functions | |
Select2D_Projector () | |
Protected Attributes | |
gp_Trsf2d | mytrsf |
Select2D_Projector::Select2D_Projector | ( | ) | [protected] |
virtual void Select2D_Projector::Convert | ( | const gp_Pnt2d & | aPointIn, |
gp_Pnt2d & | aPointOut | ||
) | const [pure virtual] |
Implemented in StdSelect_TextProjector2d.
gp_Trsf2d Select2D_Projector::mytrsf [protected] |