File indexing completed on 2025-01-18 10:03:35
0001
0002
0003
0004
0005
0006
0007
0008
0009
0010
0011
0012
0013
0014
0015
0016
0017 #ifndef _Geom2dInt_TheLocateExtPCOfTheProjPCurOfGInter_HeaderFile
0018 #define _Geom2dInt_TheLocateExtPCOfTheProjPCurOfGInter_HeaderFile
0019
0020 #include <Standard.hxx>
0021 #include <Standard_DefineAlloc.hxx>
0022 #include <Standard_Handle.hxx>
0023
0024 #include <Standard_Boolean.hxx>
0025 #include <Geom2dInt_PCLocFOfTheLocateExtPCOfTheProjPCurOfGInter.hxx>
0026 class Standard_DomainError;
0027 class Standard_TypeMismatch;
0028 class StdFail_NotDone;
0029 class Adaptor2d_Curve2d;
0030 class Geom2dInt_Geom2dCurveTool;
0031 class Extrema_POnCurv2d;
0032 class gp_Pnt2d;
0033 class gp_Vec2d;
0034
0035 class Geom2dInt_TheLocateExtPCOfTheProjPCurOfGInter
0036 {
0037 public:
0038
0039 DEFINE_STANDARD_ALLOC
0040
0041
0042 Standard_EXPORT Geom2dInt_TheLocateExtPCOfTheProjPCurOfGInter();
0043
0044
0045
0046
0047
0048
0049
0050
0051
0052
0053 Standard_EXPORT Geom2dInt_TheLocateExtPCOfTheProjPCurOfGInter(const gp_Pnt2d& P, const Adaptor2d_Curve2d& C, const Standard_Real U0, const Standard_Real TolU);
0054
0055
0056
0057
0058
0059
0060
0061
0062
0063
0064
0065 Standard_EXPORT Geom2dInt_TheLocateExtPCOfTheProjPCurOfGInter(const gp_Pnt2d& P, const Adaptor2d_Curve2d& C, const Standard_Real U0, const Standard_Real Umin, const Standard_Real Usup, const Standard_Real TolU);
0066
0067
0068 Standard_EXPORT void Initialize (const Adaptor2d_Curve2d& C, const Standard_Real Umin, const Standard_Real Usup, const Standard_Real TolU);
0069
0070
0071
0072
0073 Standard_EXPORT void Perform (const gp_Pnt2d& P, const Standard_Real U0);
0074
0075
0076 Standard_EXPORT Standard_Boolean IsDone() const;
0077
0078
0079 Standard_EXPORT Standard_Real SquareDistance() const;
0080
0081
0082 Standard_EXPORT Standard_Boolean IsMin() const;
0083
0084
0085 Standard_EXPORT const Extrema_POnCurv2d& Point() const;
0086
0087
0088
0089
0090 protected:
0091
0092
0093
0094
0095
0096 private:
0097
0098
0099
0100 Standard_Boolean myDone;
0101 Standard_Real mytolU;
0102 Standard_Real myumin;
0103 Standard_Real myusup;
0104 Geom2dInt_PCLocFOfTheLocateExtPCOfTheProjPCurOfGInter myF;
0105
0106
0107 };
0108
0109
0110
0111
0112
0113
0114
0115 #endif