Salome HOME
PAL7508: Development of new block functionalities. Implement GetShapesOn<xxx>() funct...
[modules/geom.git] / src / GEOMAlgo / GEOMAlgo_State.hxx
1 // File generated by CPPExt (Enum)
2 //
3 //                     Copyright (C) 1991 - 2000 by  
4 //                      Matra Datavision SA.  All rights reserved.
5 //  
6 //                     Copyright (C) 2001 - 2004 by
7 //                     Open CASCADE SA.  All rights reserved.
8 // 
9 // This file is part of the Open CASCADE Technology software.
10 //
11 // This software may be distributed and/or modified under the terms and
12 // conditions of the Open CASCADE Public License as defined by Open CASCADE SA
13 // and appearing in the file LICENSE included in the packaging of this file.
14 //  
15 // This software is distributed on an "AS IS" basis, without warranty of any
16 // kind, and Open CASCADE SA hereby disclaims all such warranties,
17 // including without limitation, any warranties of merchantability, fitness
18 // for a particular purpose or non-infringement. Please see the License for
19 // the specific terms and conditions governing rights and limitations under the
20 // License.
21
22 #ifndef _GEOMAlgo_State_HeaderFile
23 #define _GEOMAlgo_State_HeaderFile
24
25 enum GEOMAlgo_State { 
26  GEOMAlgo_ST_UNKNOWN,
27 GEOMAlgo_ST_IN,
28 GEOMAlgo_ST_OUT,
29 GEOMAlgo_ST_ON,
30 GEOMAlgo_ST_ONIN,
31 GEOMAlgo_ST_ONOUT,
32 GEOMAlgo_ST_INOUT
33 };
34
35
36 #ifndef _Standard_PrimitiveTypes_HeaderFile
37 #include <Standard_PrimitiveTypes.hxx>
38 #endif
39
40 #endif