Salome HOME
BugID IPAL9186: Added a call to method initGeomGen
[modules/geom.git] / src / GEOMAlgo / GEOMAlgo_Algo.cxx
1 // File:        GEOMAlgo_Algo.cxx
2 // Created:     Sat Dec 04 12:39:47 2004
3 // Author:      Peter KURNEV
4 //              <peter@PREFEX>
5
6
7 #include <GEOMAlgo_Algo.ixx>
8
9 //=======================================================================
10 // function: 
11 // purpose: 
12 //=======================================================================
13   GEOMAlgo_Algo::GEOMAlgo_Algo()
14 :
15   myErrorStatus(1),
16   myWarningStatus(0)
17 {}
18 //=======================================================================
19 // function: ~
20 // purpose: 
21 //=======================================================================
22   GEOMAlgo_Algo::~GEOMAlgo_Algo()
23 {
24 }
25 //=======================================================================
26 // function: CheckData
27 // purpose: 
28 //=======================================================================
29   void GEOMAlgo_Algo::CheckData()
30 {
31   myErrorStatus=0;
32 }
33 //=======================================================================
34 // function: CheckResult
35 // purpose: 
36 //=======================================================================
37   void GEOMAlgo_Algo::CheckResult()
38 {
39   myErrorStatus=0;
40 }
41 //=======================================================================
42 // function: ErrorStatus
43 // purpose: 
44 //=======================================================================
45   Standard_Integer GEOMAlgo_Algo::ErrorStatus()const
46 {
47   return myErrorStatus;
48 }
49 //=======================================================================
50 // function: WarningStatus
51 // purpose: 
52 //=======================================================================
53   Standard_Integer GEOMAlgo_Algo::WarningStatus()const
54 {
55   return myWarningStatus;
56 }
57 //  myErrorStatus
58 //
59 // 1 - object is just initialized