Back to home page

EIC code displayed by LXR

 
 

    


File indexing completed on 2026-09-27 09:19:31

0001 // Created on: 1997-09-24
0002 // Created by: Jean Yves LEBEY
0003 // Copyright (c) 1997-1999 Matra Datavision
0004 // Copyright (c) 1999-2014 OPEN CASCADE SAS
0005 //
0006 // This file is part of Open CASCADE Technology software library.
0007 //
0008 // This library is free software; you can redistribute it and/or modify it under
0009 // the terms of the GNU Lesser General Public License version 2.1 as published
0010 // by the Free Software Foundation, with special exception defined in the file
0011 // OCCT_LGPL_EXCEPTION.txt. Consult the file LICENSE_LGPL_21.txt included in OCCT
0012 // distribution for complete text of the license and disclaimer of any warranty.
0013 //
0014 // Alternatively, this file may be used under the terms of Open CASCADE
0015 // commercial license or contractual agreement.
0016 
0017 #ifndef _TopOpeBRepDS_define_HeaderFile
0018 #define _TopOpeBRepDS_define_HeaderFile
0019 
0020 #include <TopAbs_ShapeEnum.hxx>
0021 
0022 #include <TopAbs_Orientation.hxx>
0023 
0024 #include <TopAbs_State.hxx>
0025 
0026 #include <TopoDS_Shape.hxx>
0027 
0028 #include <TopTools_ShapeMapHasher.hxx>
0029 
0030 #include <NCollection_Map.hxx>
0031 
0032 #include <NCollection_List.hxx>
0033 
0034 #include <NCollection_IndexedMap.hxx>
0035 
0036 #include <NCollection_DataMap.hxx>
0037 
0038 #include <Standard_Integer.hxx>
0039 
0040 #include <NCollection_IndexedDataMap.hxx>
0041 
0042 #include <TopoDS_Face.hxx>
0043 
0044 #include <TopoDS_Edge.hxx>
0045 
0046 #include <TopoDS_Vertex.hxx>
0047 
0048 #include <TCollection_AsciiString.hxx>
0049 
0050 #include <TopOpeBRepDS_Interference.hxx>
0051 
0052 #include <TopOpeBRepDS_ShapeShapeInterference.hxx>
0053 #include <TopOpeBRepDS_CurvePointInterference.hxx>
0054 #include <TopOpeBRepDS_EdgeVertexInterference.hxx>
0055 #include <TopOpeBRepDS_FaceEdgeInterference.hxx>
0056 #include <TopOpeBRepDS_InterferenceIterator.hxx>
0057 #include <TopOpeBRepDS_HDataStructure.hxx>
0058 #include <TopOpeBRepDS_PDataStructure.hxx>
0059 #include <TopOpeBRepDS_DataStructure.hxx>
0060 #include <TopOpeBRepDS_Kind.hxx>
0061 #include <TopOpeBRepDS_Config.hxx>
0062 #include <TopOpeBRepDS_Transition.hxx>
0063 
0064 #define MDSlioloi NCollection_List<occ::handle<TopOpeBRepDS_Interference>>::Iterator
0065 #define MDSloi NCollection_List<occ::handle<TopOpeBRepDS_Interference>>
0066 #define MDShi occ::handle<TopOpeBRepDS_Interference>
0067 #define MDShssi occ::handle<TopOpeBRepDS_ShapeShapeInterference>
0068 #define MDShcpi occ::handle<TopOpeBRepDS_CurvePointInterference>
0069 #define MDScpi TopOpeBRepDS_CurvePointInterference
0070 #define MDShevi occ::handle<TopOpeBRepDS_EdgeVertexInterference>
0071 #define MDSevi TopOpeBRepDS_EdgeVertexInterference
0072 #define MDShfei occ::handle<TopOpeBRepDS_FaceEdgeInterference>
0073 #define MDShsci occ::handle<TopOpeBRepDS_SurfaceCurveInterference>
0074 #define MDScux TopOpeBRepDS_CurveExplorer
0075 #define MDScud TopOpeBRepDS_CurveData
0076 #define MDScu TopOpeBRepDS_Curve
0077 #define MDSpox TopOpeBRepDS_PointExplorer
0078 #define MDSpod TopOpeBRepDS_PointData
0079 #define MDSpo TopOpeBRepDS_Point
0080 #define MDSii TopOpeBRepDS_InterferenceIterator
0081 #define MDShds occ::handle<TopOpeBRepDS_HDataStructure>
0082 #define MDSds TopOpeBRepDS_DataStructure
0083 #define MDSpds TopOpeBRepDS_PDataStructure
0084 #define MDSk TopOpeBRepDS_Kind
0085 #define MDSc TopOpeBRepDS_Config
0086 #define MDSt TopOpeBRepDS_Transition
0087 
0088 #define MDSsd TopOpeBRepDS_ShapeData
0089 #define MDSmosd                                                                                    \
0090   NCollection_IndexedDataMap<TopoDS_Shape, TopOpeBRepDS_ShapeData, TopTools_ShapeMapHasher>
0091 #define MDSitl TopOpeBRepDS_InterferenceTool
0092 
0093 #endif