#include <GEOMImpl_ISpline.hxx>
Public Member Functions | |
| GEOMImpl_ISpline (Handle(GEOM_Function) theFunction) | |
| void | SetLength (int theLen) |
| void | SetIsClosed (bool theIsClosed) |
| void | SetDoReordering (bool theDoReordering) |
| void | SetPoint (int theId, Handle(GEOM_Function) theP) |
| int | GetLength () |
| bool | GetIsClosed () |
| bool | GetDoReordering () |
| Handle (GEOM_Function) GetPoint(int theId) | |
| void | SetConstructorType (int theConstructor) |
| int | GetConstructorType () |
| void | SetCoordinates (const Handle(TColStd_HArray1OfReal)&theValue) |
| Handle (TColStd_HArray1OfReal) GetCoordinates() | |
Private Member Functions | |
| Handle (GEOM_Function) _func | |
| GEOMImpl_ISpline.GEOMImpl_ISpline | ( | Handle(GEOM_Function) | theFunction | ) |
| void GEOMImpl_ISpline.SetLength | ( | int | theLen | ) |
References SPL_ARG_LENG.
| void GEOMImpl_ISpline.SetIsClosed | ( | bool | theIsClosed | ) |
References SPL_ARG_CLOS.
| void GEOMImpl_ISpline.SetDoReordering | ( | bool | theDoReordering | ) |
References SPL_ARG_REOR.
| void GEOMImpl_ISpline.SetPoint | ( | int | theId, |
| Handle(GEOM_Function) | theP | ||
| ) |
References SPL_ARG_LAST.
| int GEOMImpl_ISpline.GetLength | ( | ) |
References SPL_ARG_LENG.
| bool GEOMImpl_ISpline.GetIsClosed | ( | ) |
References SPL_ARG_CLOS.
| bool GEOMImpl_ISpline.GetDoReordering | ( | ) |
References SPL_ARG_REOR.
| GEOMImpl_ISpline.Handle | ( | GEOM_Function | ) |
References SPL_ARG_LAST.
| void GEOMImpl_ISpline.SetConstructorType | ( | int | theConstructor | ) |
References SPL_CONSTRUCTOR.
| int GEOMImpl_ISpline.GetConstructorType | ( | ) |
References SPL_CONSTRUCTOR.
| void GEOMImpl_ISpline.SetCoordinates | ( | const Handle(TColStd_HArray1OfReal)& | theValue | ) |
References SPL_ARG_ARRAY.
| GEOMImpl_ISpline.Handle | ( | TColStd_HArray1OfReal | ) |
References SPL_ARG_ARRAY.
| GEOMImpl_ISpline.Handle | ( | GEOM_Function | ) | [private] |