|
Public Member Functions |
| void * | operator new (size_t, void *anAddress) |
| void * | operator new (size_t size) |
| void | operator delete (void *anAddress) |
| Standard_EXPORT | Geom2dInt_ThePolygon2dOfTheIntPCurvePCurveOfGInter (const Adaptor2d_Curve2d &Curve, const Standard_Integer NbPnt, const IntRes2d_Domain &Domain, const Standard_Real Tol) |
| Standard_EXPORT | Geom2dInt_ThePolygon2dOfTheIntPCurvePCurveOfGInter (const Adaptor2d_Curve2d &Curve, const Standard_Integer NbPnt, const IntRes2d_Domain &Domain, const Standard_Real Tol, const Bnd_Box2d &OtherBox) |
| Standard_EXPORT void | ComputeWithBox (const Adaptor2d_Curve2d &Curve, const Bnd_Box2d &OtherBox) |
| const Bnd_Box2d & | Bounding () const |
| Standard_Real | DeflectionOverEstimation () const |
| void | SetDeflectionOverEstimation (const Standard_Real x) |
| void | Closed (const Standard_Boolean clos) |
| Standard_Boolean | Closed () const |
| Standard_Integer | NbSegments () const |
| const gp_Pnt2d & | BeginOfSeg (const Standard_Integer Index) const |
| const gp_Pnt2d & | EndOfSeg (const Standard_Integer Index) const |
| Standard_Real | InfParameter () const |
| Standard_Real | SupParameter () const |
| Standard_EXPORT Standard_Boolean | AutoIntersectionIsPossible () const |
| Standard_EXPORT Standard_Real | ApproxParamOnCurve (const Standard_Integer Index, const Standard_Real ParamOnLine) const |
| Standard_Integer | CalculRegion (const Standard_Real x, const Standard_Real y, const Standard_Real x1, const Standard_Real x2, const Standard_Real y1, const Standard_Real y2) const |
| Standard_EXPORT void | Dump () const |
Private Attributes |
| Bnd_Box2d | TheBnd |
| Standard_Real | TheDeflection |
| Standard_Integer | NbPntIn |
| Standard_Integer | TheMaxNbPoints |
| TColgp_Array1OfPnt2d | ThePnts |
| TColStd_Array1OfReal | TheParams |
| TColStd_Array1OfInteger | TheIndex |
| Standard_Boolean | ClosedPolygon |
| Standard_Real | Binf |
| Standard_Real | Bsup |