#include <GEOMImpl_IPolyline.hxx>
Public Member Functions | |
| GEOMImpl_IPolyline (Handle(GEOM_Function) theFunction) | |
| void | SetLength (int theLen) |
| void | SetPoint (int theId, Handle(GEOM_Function) theP) |
| void | SetIsClosed (bool theIsClosed) |
| int | GetLength () |
| Handle (GEOM_Function) GetPoint(int theId) | |
| bool | GetIsClosed () |
| 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_IPolyline.GEOMImpl_IPolyline | ( | Handle(GEOM_Function) | theFunction | ) |
| void GEOMImpl_IPolyline.SetLength | ( | int | theLen | ) |
References POLY_ARG_LENG.
| void GEOMImpl_IPolyline.SetPoint | ( | int | theId, |
| Handle(GEOM_Function) | theP | ||
| ) |
References POLY_ARG_LAST.
| void GEOMImpl_IPolyline.SetIsClosed | ( | bool | theIsClosed | ) |
References POLY_ARG_CLOS.
| int GEOMImpl_IPolyline.GetLength | ( | ) |
References POLY_ARG_LENG.
| GEOMImpl_IPolyline.Handle | ( | GEOM_Function | ) |
References POLY_ARG_LAST.
| bool GEOMImpl_IPolyline.GetIsClosed | ( | ) |
References POLY_ARG_CLOS.
| void GEOMImpl_IPolyline.SetConstructorType | ( | int | theConstructor | ) |
References POLY_CONSTRUCTOR.
| int GEOMImpl_IPolyline.GetConstructorType | ( | ) |
References POLY_CONSTRUCTOR.
| void GEOMImpl_IPolyline.SetCoordinates | ( | const Handle(TColStd_HArray1OfReal)& | theValue | ) |
References POLY_ARG_ARRAY.
| GEOMImpl_IPolyline.Handle | ( | TColStd_HArray1OfReal | ) |
References POLY_ARG_ARRAY.
| GEOMImpl_IPolyline.Handle | ( | GEOM_Function | ) | [private] |