Salome HOME
Join modifications from BR_Dev_For_4_0 tag V4_1_1.
[modules/geom.git] / src / GEOMAlgo / GEOMAlgo_HAlgo.hxx
1 // Copyright (C) 2005  OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
2 // CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
3 //
4 // This library is free software; you can redistribute it and/or
5 // modify it under the terms of the GNU Lesser General Public
6 // License as published by the Free Software Foundation; either
7 // version 2.1 of the License.
8 //
9 // This library is distributed in the hope that it will be useful
10 // but WITHOUT ANY WARRANTY; without even the implied warranty of
11 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
12 // Lesser General Public License for more details.
13 //
14 // You should have received a copy of the GNU Lesser General Public
15 // License along with this library; if not, write to the Free Software
16 // Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA
17 //
18 // See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
19
20 #ifndef _GEOMAlgo_HAlgo_HeaderFile
21 #define _GEOMAlgo_HAlgo_HeaderFile
22
23 #ifndef _Standard_HeaderFile
24 #include <Standard.hxx>
25 #endif
26 #ifndef _Handle_GEOMAlgo_HAlgo_HeaderFile
27 #include <Handle_GEOMAlgo_HAlgo.hxx>
28 #endif
29
30 #ifndef _Standard_Integer_HeaderFile
31 #include <Standard_Integer.hxx>
32 #endif
33 #ifndef _MMgt_TShared_HeaderFile
34 #include <MMgt_TShared.hxx>
35 #endif
36
37
38
39 class GEOMAlgo_HAlgo : public MMgt_TShared {
40
41 public:
42  // Methods PUBLIC
43  // 
44
45
46 Standard_EXPORT virtual  void Perform()  = 0;
47
48
49 Standard_EXPORT virtual  void CheckData() ;
50
51
52 Standard_EXPORT virtual  void CheckResult() ;
53
54
55 Standard_EXPORT   Standard_Integer ErrorStatus() const;
56
57
58 Standard_EXPORT   Standard_Integer WarningStatus() const;
59 //Standard_EXPORT ~GEOMAlgo_HAlgo();
60
61
62
63
64  // Type management
65  //
66  Standard_EXPORT const Handle(Standard_Type)& DynamicType() const;
67  //Standard_EXPORT Standard_Boolean            IsKind(const Handle(Standard_Type)&) const;
68
69 protected:
70
71  // Methods PROTECTED
72  // 
73
74
75 Standard_EXPORT GEOMAlgo_HAlgo();
76 Standard_EXPORT virtual ~GEOMAlgo_HAlgo();
77
78
79  // Fields PROTECTED
80  //
81 Standard_Integer myErrorStatus;
82 Standard_Integer myWarningStatus;
83
84
85 private: 
86
87  // Methods PRIVATE
88  // 
89
90
91  // Fields PRIVATE
92  //
93
94
95 };
96
97
98
99
100
101 // other Inline functions and methods (like "C++: function call" methods)
102 //
103
104
105 #endif