#include <GEOMImpl_IPrism.hxx>
Public Member Functions | |
| GEOMImpl_IPrism (Handle(GEOM_Function) theFunction) | |
| void | SetBase (Handle(GEOM_Function) theRefBase) |
| void | SetVector (Handle(GEOM_Function) theRefVector) |
| void | SetFirstPoint (Handle(GEOM_Function) thePoint) |
| void | SetLastPoint (Handle(GEOM_Function) thePoint) |
| Handle (GEOM_Function) GetBase() | |
| Handle (GEOM_Function) GetVector() | |
| Handle (GEOM_Function) GetFirstPoint() | |
| Handle (GEOM_Function) GetLastPoint() | |
| void | SetDX (double theDX) |
| void | SetDY (double theDY) |
| void | SetDZ (double theDZ) |
| double | GetDX () |
| double | GetDY () |
| double | GetDZ () |
| void | SetH (double theH) |
| double | GetH () |
| void | SetScale (double theH) |
| double | GetScale () |
Private Member Functions | |
| Handle (GEOM_Function) _func | |
| GEOMImpl_IPrism.GEOMImpl_IPrism | ( | Handle(GEOM_Function) | theFunction | ) |
| void GEOMImpl_IPrism.SetBase | ( | Handle(GEOM_Function) | theRefBase | ) |
References PRISM_ARG_BASE.
| void GEOMImpl_IPrism.SetVector | ( | Handle(GEOM_Function) | theRefVector | ) |
References PRISM_ARG_VEC.
| void GEOMImpl_IPrism.SetFirstPoint | ( | Handle(GEOM_Function) | thePoint | ) |
References PRISM_ARG_PNT_F.
| void GEOMImpl_IPrism.SetLastPoint | ( | Handle(GEOM_Function) | thePoint | ) |
References PRISM_ARG_PNT_L.
| GEOMImpl_IPrism.Handle | ( | GEOM_Function | ) |
References PRISM_ARG_BASE.
| GEOMImpl_IPrism.Handle | ( | GEOM_Function | ) |
References PRISM_ARG_VEC.
| GEOMImpl_IPrism.Handle | ( | GEOM_Function | ) |
References PRISM_ARG_PNT_F.
| GEOMImpl_IPrism.Handle | ( | GEOM_Function | ) |
References PRISM_ARG_PNT_L.
| void GEOMImpl_IPrism.SetDX | ( | double | theDX | ) |
References PRISM_ARG_DX.
| void GEOMImpl_IPrism.SetDY | ( | double | theDY | ) |
References PRISM_ARG_DY.
| void GEOMImpl_IPrism.SetDZ | ( | double | theDZ | ) |
References PRISM_ARG_DZ.
| double GEOMImpl_IPrism.GetDX | ( | ) |
References PRISM_ARG_DX.
| double GEOMImpl_IPrism.GetDY | ( | ) |
References PRISM_ARG_DY.
| double GEOMImpl_IPrism.GetDZ | ( | ) |
References PRISM_ARG_DZ.
| void GEOMImpl_IPrism.SetH | ( | double | theH | ) |
References PRISM_ARG_H.
| double GEOMImpl_IPrism.GetH | ( | ) |
References PRISM_ARG_H.
| void GEOMImpl_IPrism.SetScale | ( | double | theH | ) |
References PRISM_ARG_SCALE.
| double GEOMImpl_IPrism.GetScale | ( | ) |
References PRISM_ARG_SCALE.
| GEOMImpl_IPrism.Handle | ( | GEOM_Function | ) | [private] |