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