#include <GEOMImpl_ICylinder.hxx>
Public Member Functions | |
| GEOMImpl_ICylinder (Handle(GEOM_Function) theFunction) | |
| void | SetR (double theR) |
| double | GetR () |
| 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_ICylinder.GEOMImpl_ICylinder | ( | Handle(GEOM_Function) | theFunction | ) |
| void GEOMImpl_ICylinder.SetR | ( | double | theR | ) |
References CYL_ARG_R.
| double GEOMImpl_ICylinder.GetR | ( | ) |
References CYL_ARG_R.
| void GEOMImpl_ICylinder.SetH | ( | double | theH | ) |
References CYL_ARG_H.
| double GEOMImpl_ICylinder.GetH | ( | ) |
References CYL_ARG_H.
| void GEOMImpl_ICylinder.SetPoint | ( | Handle(GEOM_Function) | theRefPoint | ) |
References CYL_ARG_PNT.
| GEOMImpl_ICylinder.Handle | ( | GEOM_Function | ) |
References CYL_ARG_PNT.
| void GEOMImpl_ICylinder.SetVector | ( | Handle(GEOM_Function) | theRefVector | ) |
References CYL_ARG_VEC.
| GEOMImpl_ICylinder.Handle | ( | GEOM_Function | ) |
References CYL_ARG_VEC.
| GEOMImpl_ICylinder.Handle | ( | GEOM_Function | ) | [private] |