#include <GEOMImpl_ICone.hxx>
Public Member Functions | |
| GEOMImpl_ICone (Handle(GEOM_Function) theFunction) | |
| void | SetR1 (double theR) |
| double | GetR1 () |
| void | SetR2 (double theR) |
| double | GetR2 () |
| void | SetH (double theH) |
| double | GetH () |
| void | SetPoint (Handle(GEOM_Function) theRefPoint) |
| Handle (GEOM_Function) GetPoint() | |
| void | SetVector (Handle(GEOM_Function) theRefVector) |
| Handle (GEOM_Function) GetVector() | |
Private Member Functions | |
| Handle (GEOM_Function) _func | |
| GEOMImpl_ICone.GEOMImpl_ICone | ( | Handle(GEOM_Function) | theFunction | ) |
| void GEOMImpl_ICone.SetR1 | ( | double | theR | ) |
References CONE_ARG_R1.
| double GEOMImpl_ICone.GetR1 | ( | ) |
References CONE_ARG_R1.
| void GEOMImpl_ICone.SetR2 | ( | double | theR | ) |
References CONE_ARG_R2.
| double GEOMImpl_ICone.GetR2 | ( | ) |
References CONE_ARG_R2.
| void GEOMImpl_ICone.SetH | ( | double | theH | ) |
References CONE_ARG_H.
| double GEOMImpl_ICone.GetH | ( | ) |
References CONE_ARG_H.
| void GEOMImpl_ICone.SetPoint | ( | Handle(GEOM_Function) | theRefPoint | ) |
References CONE_ARG_PNT.
| GEOMImpl_ICone.Handle | ( | GEOM_Function | ) |
References CONE_ARG_PNT.
| void GEOMImpl_ICone.SetVector | ( | Handle(GEOM_Function) | theRefVector | ) |
References CONE_ARG_VEC.
| GEOMImpl_ICone.Handle | ( | GEOM_Function | ) |
References CONE_ARG_VEC.
| GEOMImpl_ICone.Handle | ( | GEOM_Function | ) | [private] |