Salome HOME
Preparation of intermediate revision
[modules/geom.git] / src / GEOMAlgo / GEOMAlgo_Clsf.hxx
1 //  Copyright (C) 2007-2008  CEA/DEN, EDF R&D, OPEN CASCADE
2 //
3 //  Copyright (C) 2003-2007  OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
4 //  CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
5 //
6 //  This library is free software; you can redistribute it and/or
7 //  modify it under the terms of the GNU Lesser General Public
8 //  License as published by the Free Software Foundation; either
9 //  version 2.1 of the License.
10 //
11 //  This library is distributed in the hope that it will be useful,
12 //  but WITHOUT ANY WARRANTY; without even the implied warranty of
13 //  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
14 //  Lesser General Public License for more details.
15 //
16 //  You should have received a copy of the GNU Lesser General Public
17 //  License along with this library; if not, write to the Free Software
18 //  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA
19 //
20 //  See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
21 //
22 #ifndef _GEOMAlgo_Clsf_HeaderFile
23 #define _GEOMAlgo_Clsf_HeaderFile
24
25 #ifndef _Standard_HeaderFile
26 #include <Standard.hxx>
27 #endif
28 #ifndef _Handle_GEOMAlgo_Clsf_HeaderFile
29 #include <Handle_GEOMAlgo_Clsf.hxx>
30 #endif
31
32 #ifndef _TopAbs_State_HeaderFile
33 #include <TopAbs_State.hxx>
34 #endif
35 #ifndef _gp_Pnt_HeaderFile
36 #include <gp_Pnt.hxx>
37 #endif
38 #ifndef _Standard_Real_HeaderFile
39 #include <Standard_Real.hxx>
40 #endif
41 #ifndef _GEOMAlgo_HAlgo_HeaderFile
42 #include <GEOMAlgo_HAlgo.hxx>
43 #endif
44 #ifndef _Standard_Boolean_HeaderFile
45 #include <Standard_Boolean.hxx>
46 #endif
47 #ifndef _Handle_Geom_Curve_HeaderFile
48 #include <Handle_Geom_Curve.hxx>
49 #endif
50 #ifndef _Handle_Geom_Surface_HeaderFile
51 #include <Handle_Geom_Surface.hxx>
52 #endif
53 class gp_Pnt;
54 class Geom_Curve;
55 class Geom_Surface;
56
57
58
59 class GEOMAlgo_Clsf : public GEOMAlgo_HAlgo {
60
61 public:
62  // Methods PUBLIC
63  // 
64
65
66 Standard_EXPORT   void SetPnt(const gp_Pnt& aP) ;
67
68
69 Standard_EXPORT  const gp_Pnt& Pnt() const;
70
71
72 Standard_EXPORT   void SetTolerance(const Standard_Real aT) ;
73
74
75 Standard_EXPORT   Standard_Real Tolerance() const;
76
77
78 Standard_EXPORT   TopAbs_State State() const;
79
80
81 Standard_EXPORT virtual  Standard_Boolean CanBeON(const Handle(Geom_Curve)& aCT) const;
82
83
84 Standard_EXPORT virtual  Standard_Boolean CanBeON(const Handle(Geom_Surface)& aST) const;
85 //Standard_EXPORT ~GEOMAlgo_Clsf();
86
87
88
89
90  // Type management
91  //
92  Standard_EXPORT const Handle(Standard_Type)& DynamicType() const;
93  //Standard_EXPORT Standard_Boolean            IsKind(const Handle(Standard_Type)&) const;
94
95 protected:
96
97  // Methods PROTECTED
98  // 
99
100
101 Standard_EXPORT GEOMAlgo_Clsf();
102 Standard_EXPORT virtual ~GEOMAlgo_Clsf();
103
104
105  // Fields PROTECTED
106  //
107 TopAbs_State myState;
108 gp_Pnt myPnt;
109 Standard_Real myTolerance;
110
111
112 private: 
113
114  // Methods PRIVATE
115  // 
116
117
118  // Fields PRIVATE
119  //
120
121
122 };
123
124
125
126
127
128 // other Inline functions and methods (like "C++: function call" methods)
129 //
130
131
132 #endif