#include <GEOMImpl_IPoint.hxx>
Public Member Functions | |
| GEOMImpl_IPoint (Handle(GEOM_Function) theFunction) | |
| void | SetX (double theX) |
| void | SetY (double theY) |
| void | SetZ (double theZ) |
| double | GetX () |
| double | GetY () |
| double | GetZ () |
| void | SetRef (Handle(GEOM_Function) theRefPoint) |
| Handle (GEOM_Function) GetRef() | |
| void | SetCurve (Handle(GEOM_Function) theRef) |
| void | SetSurface (Handle(GEOM_Function) theRef) |
| void | SetLine1 (Handle(GEOM_Function) theRef) |
| void | SetLine2 (Handle(GEOM_Function) theRef) |
| Handle (GEOM_Function) GetCurve() | |
| Handle (GEOM_Function) GetSurface() | |
| Handle (GEOM_Function) GetLine1() | |
| Handle (GEOM_Function) GetLine2() | |
| void | SetParameter (double theParam) |
| void | SetParameter2 (double theParam) |
| void | SetLength (double theLength) |
| double | GetParameter () |
| double | GetParameter2 () |
| double | GetLength () |
Private Member Functions | |
| Handle (GEOM_Function) _func | |
| GEOMImpl_IPoint.GEOMImpl_IPoint | ( | Handle(GEOM_Function) | theFunction | ) |
| void GEOMImpl_IPoint.SetX | ( | double | theX | ) |
References ARG_X.
| void GEOMImpl_IPoint.SetY | ( | double | theY | ) |
References ARG_Y.
| void GEOMImpl_IPoint.SetZ | ( | double | theZ | ) |
References ARG_Z.
| double GEOMImpl_IPoint.GetX | ( | ) |
References ARG_X.
| double GEOMImpl_IPoint.GetY | ( | ) |
References ARG_Y.
| double GEOMImpl_IPoint.GetZ | ( | ) |
References ARG_Z.
| void GEOMImpl_IPoint.SetRef | ( | Handle(GEOM_Function) | theRefPoint | ) |
References ARG_REF.
| GEOMImpl_IPoint.Handle | ( | GEOM_Function | ) |
References ARG_REF.
| void GEOMImpl_IPoint.SetCurve | ( | Handle(GEOM_Function) | theRef | ) |
References ARG_CURVE.
| void GEOMImpl_IPoint.SetSurface | ( | Handle(GEOM_Function) | theRef | ) |
References ARG_SURFACE.
| void GEOMImpl_IPoint.SetLine1 | ( | Handle(GEOM_Function) | theRef | ) |
References ARG_LINE1.
| void GEOMImpl_IPoint.SetLine2 | ( | Handle(GEOM_Function) | theRef | ) |
References ARG_LINE2.
| GEOMImpl_IPoint.Handle | ( | GEOM_Function | ) |
References ARG_CURVE.
| GEOMImpl_IPoint.Handle | ( | GEOM_Function | ) |
References ARG_SURFACE.
| GEOMImpl_IPoint.Handle | ( | GEOM_Function | ) |
References ARG_LINE1.
| GEOMImpl_IPoint.Handle | ( | GEOM_Function | ) |
References ARG_LINE2.
| void GEOMImpl_IPoint.SetParameter | ( | double | theParam | ) |
References ARG_PARAM.
| void GEOMImpl_IPoint.SetParameter2 | ( | double | theParam | ) |
References ARG_PARAM2.
| void GEOMImpl_IPoint.SetLength | ( | double | theLength | ) |
References ARG_LENGTH.
| double GEOMImpl_IPoint.GetParameter | ( | ) |
References ARG_PARAM.
| double GEOMImpl_IPoint.GetParameter2 | ( | ) |
References ARG_PARAM2.
| double GEOMImpl_IPoint.GetLength | ( | ) |
References ARG_LENGTH.
| GEOMImpl_IPoint.Handle | ( | GEOM_Function | ) | [private] |