#include <GEOMImpl_IBox.hxx>
Public Member Functions | |
| GEOMImpl_IBox (Handle(GEOM_Function) theFunction) | |
| void | SetDX (double theX) |
| double | GetDX () |
| void | SetDY (double theY) |
| double | GetDY () |
| void | SetDZ (double theZ) |
| double | GetDZ () |
| void | SetRef1 (Handle(GEOM_Function) theRefPoint1) |
| Handle (GEOM_Function) GetRef1() | |
| void | SetRef2 (Handle(GEOM_Function) theRefPoint2) |
| Handle (GEOM_Function) GetRef2() | |
Private Member Functions | |
| Handle (GEOM_Function) _func | |
| GEOMImpl_IBox.GEOMImpl_IBox | ( | Handle(GEOM_Function) | theFunction | ) |
| void GEOMImpl_IBox.SetDX | ( | double | theX | ) |
References BOX_ARG_DX.
| double GEOMImpl_IBox.GetDX | ( | ) |
References BOX_ARG_DX.
| void GEOMImpl_IBox.SetDY | ( | double | theY | ) |
References BOX_ARG_DY.
| double GEOMImpl_IBox.GetDY | ( | ) |
References BOX_ARG_DY.
| void GEOMImpl_IBox.SetDZ | ( | double | theZ | ) |
References BOX_ARG_DZ.
| double GEOMImpl_IBox.GetDZ | ( | ) |
References BOX_ARG_DZ.
| void GEOMImpl_IBox.SetRef1 | ( | Handle(GEOM_Function) | theRefPoint1 | ) |
References BOX_ARG_REF1.
| GEOMImpl_IBox.Handle | ( | GEOM_Function | ) |
References BOX_ARG_REF1.
| void GEOMImpl_IBox.SetRef2 | ( | Handle(GEOM_Function) | theRefPoint2 | ) |
References BOX_ARG_REF2.
| GEOMImpl_IBox.Handle | ( | GEOM_Function | ) |
References BOX_ARG_REF2.
| GEOMImpl_IBox.Handle | ( | GEOM_Function | ) | [private] |