OCC22322 Improvement of Extrema performance
[occt.git] / src / BRepExtrema / BRepExtrema_SupportType.hxx
1 // This file is generated by WOK (CPPExt).
2 // Please do not edit this file; modify original file instead.
3 // The copyright and license terms as defined for the original file apply to 
4 // this header file considered to be the "object code" form of the original source.
5
6 #ifndef _BRepExtrema_SupportType_HeaderFile
7 #define _BRepExtrema_SupportType_HeaderFile
8
9 enum BRepExtrema_SupportType
10 {
11   BRepExtrema_IsVertex,
12   BRepExtrema_IsOnEdge,
13   BRepExtrema_IsInFace
14 };
15
16 #ifndef _Standard_PrimitiveTypes_HeaderFile
17 #include <Standard_PrimitiveTypes.hxx>
18 #endif
19
20 #endif