#include <GEOMImpl_ICircle.hxx>
Public Member Functions | |
| GEOMImpl_ICircle (Handle(GEOM_Function) theFunction) | |
| void | SetPoint1 (Handle(GEOM_Function) theP) |
| void | SetPoint2 (Handle(GEOM_Function) theP) |
| void | SetPoint3 (Handle(GEOM_Function) theP) |
| void | SetCenter (Handle(GEOM_Function) theP) |
| void | SetVector (Handle(GEOM_Function) theV) |
| void | SetRadius (double theR) |
| Handle (GEOM_Function) GetPoint1() | |
| Handle (GEOM_Function) GetPoint2() | |
| Handle (GEOM_Function) GetPoint3() | |
| Handle (GEOM_Function) GetCenter() | |
| Handle (GEOM_Function) GetVector() | |
| double | GetRadius () |
Private Member Functions | |
| Handle (GEOM_Function) _func | |
| GEOMImpl_ICircle.GEOMImpl_ICircle | ( | Handle(GEOM_Function) | theFunction | ) |
| void GEOMImpl_ICircle.SetPoint1 | ( | Handle(GEOM_Function) | theP | ) |
References CIRC_ARG_P1.
| void GEOMImpl_ICircle.SetPoint2 | ( | Handle(GEOM_Function) | theP | ) |
References CIRC_ARG_P2.
| void GEOMImpl_ICircle.SetPoint3 | ( | Handle(GEOM_Function) | theP | ) |
References CIRC_ARG_P3.
| void GEOMImpl_ICircle.SetCenter | ( | Handle(GEOM_Function) | theP | ) |
References CIRC_ARG_CC.
| void GEOMImpl_ICircle.SetVector | ( | Handle(GEOM_Function) | theV | ) |
References CIRC_ARG_VV.
| void GEOMImpl_ICircle.SetRadius | ( | double | theR | ) |
References CIRC_ARG_RR.
| GEOMImpl_ICircle.Handle | ( | GEOM_Function | ) |
References CIRC_ARG_P1.
| GEOMImpl_ICircle.Handle | ( | GEOM_Function | ) |
References CIRC_ARG_P2.
| GEOMImpl_ICircle.Handle | ( | GEOM_Function | ) |
References CIRC_ARG_P3.
| GEOMImpl_ICircle.Handle | ( | GEOM_Function | ) |
References CIRC_ARG_CC.
| GEOMImpl_ICircle.Handle | ( | GEOM_Function | ) |
References CIRC_ARG_VV.
| double GEOMImpl_ICircle.GetRadius | ( | ) |
References CIRC_ARG_RR.
| GEOMImpl_ICircle.Handle | ( | GEOM_Function | ) | [private] |