#include <GEOMImpl_IVector.hxx>
Public Member Functions | |
| GEOMImpl_IVector (Handle(GEOM_Function) theFunction) | |
| void | SetDX (double theDX) |
| void | SetDY (double theDY) |
| void | SetDZ (double theDZ) |
| double | GetDX () |
| double | GetDY () |
| double | GetDZ () |
| void | SetPoint1 (Handle(GEOM_Function) theRef) |
| void | SetPoint2 (Handle(GEOM_Function) theRef) |
| Handle (GEOM_Function) GetPoint1() | |
| Handle (GEOM_Function) GetPoint2() | |
| void | SetCurve (Handle(GEOM_Function) theRef) |
| Handle (GEOM_Function) GetCurve() | |
| void | SetParameter (double theParam) |
| double | GetParameter () |
Private Member Functions | |
| Handle (GEOM_Function) _func | |
| GEOMImpl_IVector.GEOMImpl_IVector | ( | Handle(GEOM_Function) | theFunction | ) |
| void GEOMImpl_IVector.SetDX | ( | double | theDX | ) |
References VEC_ARG_DX.
| void GEOMImpl_IVector.SetDY | ( | double | theDY | ) |
References VEC_ARG_DY.
| void GEOMImpl_IVector.SetDZ | ( | double | theDZ | ) |
References VEC_ARG_DZ.
| double GEOMImpl_IVector.GetDX | ( | ) |
References VEC_ARG_DX.
| double GEOMImpl_IVector.GetDY | ( | ) |
References VEC_ARG_DY.
| double GEOMImpl_IVector.GetDZ | ( | ) |
References VEC_ARG_DZ.
| void GEOMImpl_IVector.SetPoint1 | ( | Handle(GEOM_Function) | theRef | ) |
References VEC_ARG_PNT1.
| void GEOMImpl_IVector.SetPoint2 | ( | Handle(GEOM_Function) | theRef | ) |
References VEC_ARG_PNT2.
| GEOMImpl_IVector.Handle | ( | GEOM_Function | ) |
References VEC_ARG_PNT1.
| GEOMImpl_IVector.Handle | ( | GEOM_Function | ) |
References VEC_ARG_PNT2.
| void GEOMImpl_IVector.SetCurve | ( | Handle(GEOM_Function) | theRef | ) |
References VEC_ARG_CURVE.
| GEOMImpl_IVector.Handle | ( | GEOM_Function | ) |
References VEC_ARG_CURVE.
| void GEOMImpl_IVector.SetParameter | ( | double | theParam | ) |
References VEC_ARG_PARAM.
| double GEOMImpl_IVector.GetParameter | ( | ) |
References VEC_ARG_PARAM.
| GEOMImpl_IVector.Handle | ( | GEOM_Function | ) | [private] |