Salome HOME
Join modifications from BR_Dev_For_4_0 tag V4_1_1.
[modules/geom.git] / src / GEOMAlgo / GEOMAlgo_KindOfBounds.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_KindOfBounds_HeaderFile
23 #define _GEOMAlgo_KindOfBounds_HeaderFile
24
25
26 enum GEOMAlgo_KindOfBounds { 
27  GEOMAlgo_KB_UNKNOWN,
28 GEOMAlgo_KB_TRIMMED,
29 GEOMAlgo_KB_INFINITE
30 };
31
32
33 #ifndef _Standard_PrimitiveTypes_HeaderFile
34 #include <Standard_PrimitiveTypes.hxx>
35 #endif
36
37 #endif