#include <GEOMImpl_ITranslate.hxx>
Public Member Functions | |
| GEOMImpl_ITranslate (Handle(GEOM_Function) theFunction) | |
| void | SetPoint1 (Handle(GEOM_Function) thePoint1) |
| Handle (GEOM_Function) GetPoint1() | |
| void | SetPoint2 (Handle(GEOM_Function) thePoint2) |
| Handle (GEOM_Function) GetPoint2() | |
| void | SetVector (Handle(GEOM_Function) theVector) |
| Handle (GEOM_Function) GetVector() | |
| void | SetOriginal (Handle(GEOM_Function) theOriginal) |
| Handle (GEOM_Function) GetOriginal() | |
| void | SetStep1 (double theStep) |
| double | GetStep1 () |
| void | SetNbIter1 (int theNbIter) |
| int | GetNbIter1 () |
| void | SetStep2 (double theStep) |
| double | GetStep2 () |
| void | SetNbIter2 (int theNbIter) |
| int | GetNbIter2 () |
| void | SetVector2 (Handle(GEOM_Function) theVector) |
| Handle (GEOM_Function) GetVector2() | |
| void | SetDX (double theDX) |
| double | GetDX () |
| void | SetDistance (double theDistance) |
| double | GetDistance () |
| void | SetDY (double theDY) |
| double | GetDY () |
| void | SetDZ (double theDZ) |
| double | GetDZ () |
Private Member Functions | |
| Handle (GEOM_Function) _func | |
| GEOMImpl_ITranslate.GEOMImpl_ITranslate | ( | Handle(GEOM_Function) | theFunction | ) |
| void GEOMImpl_ITranslate.SetPoint1 | ( | Handle(GEOM_Function) | thePoint1 | ) |
References TRANSLATE_ARG_POINT1.
| GEOMImpl_ITranslate.Handle | ( | GEOM_Function | ) |
References TRANSLATE_ARG_POINT1.
| void GEOMImpl_ITranslate.SetPoint2 | ( | Handle(GEOM_Function) | thePoint2 | ) |
References TRANSLATE_ARG_POINT2.
| GEOMImpl_ITranslate.Handle | ( | GEOM_Function | ) |
References TRANSLATE_ARG_POINT2.
| void GEOMImpl_ITranslate.SetVector | ( | Handle(GEOM_Function) | theVector | ) |
References TRANSLATE_ARG_VECTOR.
| GEOMImpl_ITranslate.Handle | ( | GEOM_Function | ) |
References TRANSLATE_ARG_VECTOR.
| void GEOMImpl_ITranslate.SetOriginal | ( | Handle(GEOM_Function) | theOriginal | ) |
References TRANSLATE_ARG_ORIGINAL.
| GEOMImpl_ITranslate.Handle | ( | GEOM_Function | ) |
References TRANSLATE_ARG_ORIGINAL.
| void GEOMImpl_ITranslate.SetStep1 | ( | double | theStep | ) |
References TRANSLATE_ARG_STEP1.
| double GEOMImpl_ITranslate.GetStep1 | ( | ) |
References TRANSLATE_ARG_STEP1.
| void GEOMImpl_ITranslate.SetNbIter1 | ( | int | theNbIter | ) |
References TRANSLATE_ARG_NBITER1.
| int GEOMImpl_ITranslate.GetNbIter1 | ( | ) |
References TRANSLATE_ARG_NBITER1.
| void GEOMImpl_ITranslate.SetStep2 | ( | double | theStep | ) |
References TRANSLATE_ARG_STEP2.
| double GEOMImpl_ITranslate.GetStep2 | ( | ) |
References TRANSLATE_ARG_STEP2.
| void GEOMImpl_ITranslate.SetNbIter2 | ( | int | theNbIter | ) |
References TRANSLATE_ARG_NBITER2.
| int GEOMImpl_ITranslate.GetNbIter2 | ( | ) |
References TRANSLATE_ARG_NBITER2.
| void GEOMImpl_ITranslate.SetVector2 | ( | Handle(GEOM_Function) | theVector | ) |
References TRANSLATE_ARG_VECTOR2.
| GEOMImpl_ITranslate.Handle | ( | GEOM_Function | ) |
References TRANSLATE_ARG_VECTOR2.
| void GEOMImpl_ITranslate.SetDX | ( | double | theDX | ) |
References TRANSLATE_ARG_DX.
| double GEOMImpl_ITranslate.GetDX | ( | ) |
References TRANSLATE_ARG_DX.
| void GEOMImpl_ITranslate.SetDistance | ( | double | theDistance | ) |
References TRANSLATE_ARG_DISTANCE.
| double GEOMImpl_ITranslate.GetDistance | ( | ) |
References TRANSLATE_ARG_DISTANCE.
| void GEOMImpl_ITranslate.SetDY | ( | double | theDY | ) |
References TRANSLATE_ARG_DY.
| double GEOMImpl_ITranslate.GetDY | ( | ) |
References TRANSLATE_ARG_DY.
| void GEOMImpl_ITranslate.SetDZ | ( | double | theDZ | ) |
References TRANSLATE_ARG_DZ.
| double GEOMImpl_ITranslate.GetDZ | ( | ) |
References TRANSLATE_ARG_DZ.
| GEOMImpl_ITranslate.Handle | ( | GEOM_Function | ) | [private] |