Salome HOME
NPAL15298: KindOfShape(). A tool by PKV.
[modules/geom.git] / src / GEOMAlgo / GEOMAlgo_KindOfShape.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_KindOfShape_HeaderFile
23 #define _GEOMAlgo_KindOfShape_HeaderFile
24
25
26 enum GEOMAlgo_KindOfShape { 
27  GEOMAlgo_KS_UNKNOWN,
28 GEOMAlgo_KS_SPHERE,
29 GEOMAlgo_KS_CYLINDER,
30 GEOMAlgo_KS_BOX,
31 GEOMAlgo_KS_TORUS,
32 GEOMAlgo_KS_CONE,
33 GEOMAlgo_KS_ELLIPSE,
34 GEOMAlgo_KS_PLANE,
35 GEOMAlgo_KS_CIRCLE,
36 GEOMAlgo_KS_LINE,
37 GEOMAlgo_KS_DEGENERATED
38 };
39
40
41 #ifndef _Standard_PrimitiveTypes_HeaderFile
42 #include <Standard_PrimitiveTypes.hxx>
43 #endif
44
45 #endif