#include <GEOMImpl_IMeasure.hxx>
Public Member Functions | |
| GEOMImpl_IMeasure (Handle(GEOM_Function) theFunction) | |
| void | SetBase (Handle(GEOM_Function) theRefBase) |
| Handle (GEOM_Function) GetBase() | |
| void | SetPoint (Handle(GEOM_Function) thePnt) |
| Handle (GEOM_Function) GetPoint() | |
| void | SetIndex (int theIndex) |
| int | GetIndex () |
Private Types | |
| enum | { MEASURE_ARG_BASE = 1, MEASURE_ARG_POINT = 2, MEASURE_INDEX = 3 } |
Private Member Functions | |
| Handle (GEOM_Function) _func | |
| GEOMImpl_IMeasure.GEOMImpl_IMeasure | ( | Handle(GEOM_Function) | theFunction | ) |
| void GEOMImpl_IMeasure.SetBase | ( | Handle(GEOM_Function) | theRefBase | ) |
References MEASURE_ARG_BASE.
| GEOMImpl_IMeasure.Handle | ( | GEOM_Function | ) |
References MEASURE_ARG_BASE.
| void GEOMImpl_IMeasure.SetPoint | ( | Handle(GEOM_Function) | thePnt | ) |
References MEASURE_ARG_POINT.
| GEOMImpl_IMeasure.Handle | ( | GEOM_Function | ) |
References MEASURE_ARG_POINT.
| void GEOMImpl_IMeasure.SetIndex | ( | int | theIndex | ) |
References MEASURE_INDEX.
| int GEOMImpl_IMeasure.GetIndex | ( | ) |
References MEASURE_INDEX.
| GEOMImpl_IMeasure.Handle | ( | GEOM_Function | ) | [private] |