#include <GEOMImpl_IEllipse.hxx>
Public Member Functions | |
| GEOMImpl_IEllipse (Handle(GEOM_Function) theFunction) | |
| void | SetCenter (Handle(GEOM_Function) theP) |
| void | SetVector (Handle(GEOM_Function) theV) |
| void | SetRMajor (double theR) |
| void | SetRMinor (double theR) |
| void | SetVectorMajor (Handle(GEOM_Function) theV) |
| Handle (GEOM_Function) GetCenter() | |
| Handle (GEOM_Function) GetVector() | |
| double | GetRMajor () |
| double | GetRMinor () |
| Handle (GEOM_Function) GetVectorMajor() | |
Private Member Functions | |
| Handle (GEOM_Function) _func | |
| GEOMImpl_IEllipse.GEOMImpl_IEllipse | ( | Handle(GEOM_Function) | theFunction | ) |
| void GEOMImpl_IEllipse.SetCenter | ( | Handle(GEOM_Function) | theP | ) |
References ELLIPS_ARG_CC.
| void GEOMImpl_IEllipse.SetVector | ( | Handle(GEOM_Function) | theV | ) |
References ELLIPS_ARG_VV.
| void GEOMImpl_IEllipse.SetRMajor | ( | double | theR | ) |
References ELLIPS_ARG_RMAJ.
| void GEOMImpl_IEllipse.SetRMinor | ( | double | theR | ) |
References ELLIPS_ARG_RMIN.
| void GEOMImpl_IEllipse.SetVectorMajor | ( | Handle(GEOM_Function) | theV | ) |
References ELLIPS_ARG_VVMAJ.
| GEOMImpl_IEllipse.Handle | ( | GEOM_Function | ) |
References ELLIPS_ARG_CC.
| GEOMImpl_IEllipse.Handle | ( | GEOM_Function | ) |
References ELLIPS_ARG_VV.
| double GEOMImpl_IEllipse.GetRMajor | ( | ) |
References ELLIPS_ARG_RMAJ.
| double GEOMImpl_IEllipse.GetRMinor | ( | ) |
References ELLIPS_ARG_RMIN.
| GEOMImpl_IEllipse.Handle | ( | GEOM_Function | ) |
References ELLIPS_ARG_VVMAJ.
| GEOMImpl_IEllipse.Handle | ( | GEOM_Function | ) | [private] |