Back to home page

EIC code displayed by LXR

 
 

    


File indexing completed on 2026-09-23 09:19:24

0001 // Copyright (c) 2025 OPEN CASCADE SAS
0002 //
0003 // This file is part of Open CASCADE Technology software library.
0004 //
0005 // This library is free software; you can redistribute it and/or modify it under
0006 // the terms of the GNU Lesser General Public License version 2.1 as published
0007 // by the Free Software Foundation, with special exception defined in the file
0008 // OCCT_LGPL_EXCEPTION.txt. Consult the file LICENSE_LGPL_21.txt included in OCCT
0009 // distribution for complete text of the license and disclaimer of any warranty.
0010 //
0011 // Alternatively, this file may be used under the terms of Open CASCADE
0012 // commercial license or contractual agreement.
0013 
0014 //! @file TopOpeBRepDS_IndexedDataMapOfShapeWithState.hxx
0015 //! @brief Deprecated typedef for backward compatibility.
0016 //! @deprecated This header is deprecated since OCCT 8.0.0.
0017 //!             Use NCollection_IndexedDataMap<TopoDS_Shape, TopOpeBRepDS_ShapeWithState,
0018 //!             TopTools_ShapeMapHasher> directly instead.
0019 
0020 #ifndef _TopOpeBRepDS_IndexedDataMapOfShapeWithState_hxx
0021 #define _TopOpeBRepDS_IndexedDataMapOfShapeWithState_hxx
0022 
0023 #include <Standard_Macro.hxx>
0024 #include <TopoDS_Shape.hxx>
0025 #include <TopOpeBRepDS_ShapeWithState.hxx>
0026 #include <TopTools_ShapeMapHasher.hxx>
0027 #include <NCollection_IndexedDataMap.hxx>
0028 
0029 Standard_HEADER_DEPRECATED("TopOpeBRepDS_IndexedDataMapOfShapeWithState.hxx is deprecated since "
0030                            "OCCT 8.0.0. Use NCollection_IndexedDataMap<TopoDS_Shape, "
0031                            "TopOpeBRepDS_ShapeWithState, TopTools_ShapeMapHasher> directly.")
0032 
0033   Standard_DEPRECATED("TopOpeBRepDS_IndexedDataMapOfShapeWithState is deprecated, use "
0034                       "NCollection_IndexedDataMap<TopoDS_Shape, TopOpeBRepDS_ShapeWithState, "
0035                       "TopTools_ShapeMapHasher> directly")
0036 typedef NCollection_IndexedDataMap<TopoDS_Shape,
0037                                    TopOpeBRepDS_ShapeWithState,
0038                                    TopTools_ShapeMapHasher>
0039   TopOpeBRepDS_IndexedDataMapOfShapeWithState;
0040 
0041 #endif // _TopOpeBRepDS_IndexedDataMapOfShapeWithState_hxx