#include <GEOMImpl_IRotate.hxx>
Public Member Functions | |
| GEOMImpl_IRotate (Handle(GEOM_Function) theFunction) | |
| void | SetCentPoint (Handle(GEOM_Function) theCentPoint) |
| Handle (GEOM_Function) GetCentPoint() | |
| void | SetPoint1 (Handle(GEOM_Function) thePoint1) |
| Handle (GEOM_Function) GetPoint1() | |
| void | SetPoint2 (Handle(GEOM_Function) thePoint2) |
| Handle (GEOM_Function) GetPoint2() | |
| void | SetAngle (Standard_Real theAngle) |
| Standard_Real | GetAngle () |
| void | SetAxis (Handle(GEOM_Function) theVector) |
| Handle (GEOM_Function) GetAxis() | |
| void | SetOriginal (Handle(GEOM_Function) theOriginal) |
| Handle (GEOM_Function) GetOriginal() | |
| void | SetStep (double theStep) |
| double | GetStep () |
| void | SetNbIter1 (int theNbIter) |
| int | GetNbIter1 () |
| void | SetNbIter2 (int theNbIter) |
| int | GetNbIter2 () |
| void | SetDir2 (gp_XYZ theDir2) |
| gp_XYZ | GetDir2 () |
Private Member Functions | |
| Handle (GEOM_Function) _func | |
| GEOMImpl_IRotate.GEOMImpl_IRotate | ( | Handle(GEOM_Function) | theFunction | ) |
| void GEOMImpl_IRotate.SetCentPoint | ( | Handle(GEOM_Function) | theCentPoint | ) |
References ROTATE_CENTRAL_POINT.
| GEOMImpl_IRotate.Handle | ( | GEOM_Function | ) |
References ROTATE_CENTRAL_POINT.
| void GEOMImpl_IRotate.SetPoint1 | ( | Handle(GEOM_Function) | thePoint1 | ) |
References ROTATE_POINT1.
| GEOMImpl_IRotate.Handle | ( | GEOM_Function | ) |
References ROTATE_POINT1.
| void GEOMImpl_IRotate.SetPoint2 | ( | Handle(GEOM_Function) | thePoint2 | ) |
References ROTATE_POINT2.
| GEOMImpl_IRotate.Handle | ( | GEOM_Function | ) |
References ROTATE_POINT2.
| void GEOMImpl_IRotate.SetAngle | ( | Standard_Real | theAngle | ) |
References ROTATE_ANGLE.
| Standard_Real GEOMImpl_IRotate.GetAngle | ( | ) |
References ROTATE_ANGLE.
| void GEOMImpl_IRotate.SetAxis | ( | Handle(GEOM_Function) | theVector | ) |
References ROTATE_AXIS.
| GEOMImpl_IRotate.Handle | ( | GEOM_Function | ) |
References ROTATE_AXIS.
| void GEOMImpl_IRotate.SetOriginal | ( | Handle(GEOM_Function) | theOriginal | ) |
References ROTATE_ORGN.
| GEOMImpl_IRotate.Handle | ( | GEOM_Function | ) |
References ROTATE_ORGN.
| void GEOMImpl_IRotate.SetStep | ( | double | theStep | ) |
References ROTATE_STEP1.
| double GEOMImpl_IRotate.GetStep | ( | ) |
References ROTATE_STEP1.
| void GEOMImpl_IRotate.SetNbIter1 | ( | int | theNbIter | ) |
References ROTATE_NBITER1.
| int GEOMImpl_IRotate.GetNbIter1 | ( | ) |
References ROTATE_NBITER1.
| void GEOMImpl_IRotate.SetNbIter2 | ( | int | theNbIter | ) |
References ROTATE_NBITER2.
| int GEOMImpl_IRotate.GetNbIter2 | ( | ) |
References ROTATE_NBITER2.
| void GEOMImpl_IRotate.SetDir2 | ( | gp_XYZ | theDir2 | ) |
References ROTATE_DIR2_X, ROTATE_DIR2_Y, and ROTATE_DIR2_Z.
| gp_XYZ GEOMImpl_IRotate.GetDir2 | ( | ) |
References ROTATE_DIR2_X, ROTATE_DIR2_Y, and ROTATE_DIR2_Z.
| GEOMImpl_IRotate.Handle | ( | GEOM_Function | ) | [private] |