#include <GEOMImpl_IFilling.hxx>
Public Member Functions | |
| GEOMImpl_IFilling (Handle(GEOM_Function) theFunction) | |
| void | SetTol2D (double theTol2D) |
| void | SetTol3D (double theTol3D) |
| double | GetTol2D () |
| double | GetTol3D () |
| void | SetMinDeg (int theMinDeg) |
| void | SetMaxDeg (int theMaxDeg) |
| int | GetMinDeg () |
| int | GetMaxDeg () |
| void | SetNbIter (int theNbIter) |
| int | GetNbIter () |
| void | SetApprox (bool theApprox) |
| bool | GetApprox () |
| void | SetMethod (int theMethod) |
| int | GetMethod () |
| void | SetShape (Handle(GEOM_Function) theShape) |
| Handle (GEOM_Function) GetShape() | |
Private Member Functions | |
| Handle (GEOM_Function) _func | |
| GEOMImpl_IFilling.GEOMImpl_IFilling | ( | Handle(GEOM_Function) | theFunction | ) |
| void GEOMImpl_IFilling.SetTol2D | ( | double | theTol2D | ) |
References FILL_ARG_TOL2D.
| void GEOMImpl_IFilling.SetTol3D | ( | double | theTol3D | ) |
References FILL_ARG_TOL3D.
| double GEOMImpl_IFilling.GetTol2D | ( | ) |
References FILL_ARG_TOL2D.
| double GEOMImpl_IFilling.GetTol3D | ( | ) |
References FILL_ARG_TOL3D.
| void GEOMImpl_IFilling.SetMinDeg | ( | int | theMinDeg | ) |
References FILL_ARG_MINDEG.
| void GEOMImpl_IFilling.SetMaxDeg | ( | int | theMaxDeg | ) |
References FILL_ARG_MAXDEG.
| int GEOMImpl_IFilling.GetMinDeg | ( | ) |
References FILL_ARG_MINDEG.
| int GEOMImpl_IFilling.GetMaxDeg | ( | ) |
References FILL_ARG_MAXDEG.
| void GEOMImpl_IFilling.SetNbIter | ( | int | theNbIter | ) |
References FILL_ARG_NBITER.
| int GEOMImpl_IFilling.GetNbIter | ( | ) |
References FILL_ARG_NBITER.
| void GEOMImpl_IFilling.SetApprox | ( | bool | theApprox | ) |
References FILL_ARG_APPROX.
| bool GEOMImpl_IFilling.GetApprox | ( | ) |
References FILL_ARG_APPROX.
| void GEOMImpl_IFilling.SetMethod | ( | int | theMethod | ) |
References FILL_ARG_METHOD.
| int GEOMImpl_IFilling.GetMethod | ( | ) |
References FILL_ARG_METHOD.
| void GEOMImpl_IFilling.SetShape | ( | Handle(GEOM_Function) | theShape | ) |
References FILL_ARG_SHAPE.
| GEOMImpl_IFilling.Handle | ( | GEOM_Function | ) |
References FILL_ARG_SHAPE.
| GEOMImpl_IFilling.Handle | ( | GEOM_Function | ) | [private] |