Public Member Functions | |
| GEOMAlgo_InfoEdge () | |
| ~GEOMAlgo_InfoEdge () | |
| void | Init (const TopoDS_Edge &aE, const TopoDS_Face &aF) |
| void | SetTolInt (const Standard_Real aTolInt) |
| const Standard_Real | TolInt () const |
| const Geom2dAdaptor_Curve & | Adaptor () const |
| const IntRes2d_Domain & | Domain () const |
| const | Handle (Geom2d_Curve)&CurveOnSurface() const |
| const | Handle (Geom_Curve)&Curve() const |
| Standard_Integer | ErrorStatus () const |
Protected Member Functions | |
| Handle (Geom2d_Curve) myC2D | |
| Handle (Geom_Curve) myC3D | |
Protected Attributes | |
| Standard_Integer | myErrorStatus |
| Standard_Real | myTolInt |
| Geom2dAdaptor_Curve | myGAC2D |
| IntRes2d_Domain | myDomain |
| GEOMAlgo_InfoEdge.GEOMAlgo_InfoEdge | ( | ) |
References myErrorStatus, and myTolInt.
| GEOMAlgo_InfoEdge.~GEOMAlgo_InfoEdge | ( | ) |
| void GEOMAlgo_InfoEdge::Init | ( | const TopoDS_Edge & | aE, |
| const TopoDS_Face & | aF | ||
| ) |
References myDomain, myErrorStatus, myGAC2D, and myTolInt.
| void GEOMAlgo_InfoEdge.SetTolInt | ( | const Standard_Real | aTolInt | ) |
References myTolInt.
| const Standard_Real GEOMAlgo_InfoEdge.TolInt | ( | ) | const |
References myTolInt.
| const Geom2dAdaptor_Curve& GEOMAlgo_InfoEdge.Adaptor | ( | ) | const |
References myGAC2D.
| const IntRes2d_Domain& GEOMAlgo_InfoEdge.Domain | ( | ) | const |
References myDomain.
| const GEOMAlgo_InfoEdge.Handle | ( | Geom2d_Curve | ) | const |
| const GEOMAlgo_InfoEdge.Handle | ( | Geom_Curve | ) | const |
| Standard_Integer GEOMAlgo_InfoEdge.ErrorStatus | ( | ) | const |
References myErrorStatus.
| GEOMAlgo_InfoEdge.Handle | ( | Geom2d_Curve | ) | [protected] |
| GEOMAlgo_InfoEdge.Handle | ( | Geom_Curve | ) | [protected] |
Standard_Integer GEOMAlgo_InfoEdge.myErrorStatus [protected] |
Standard_Real GEOMAlgo_InfoEdge.myTolInt [protected] |
Geom2dAdaptor_Curve GEOMAlgo_InfoEdge.myGAC2D [protected] |
IntRes2d_Domain GEOMAlgo_InfoEdge.myDomain [protected] |