mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-08-19 13:40:49 +03:00
0024737: Coding - remove <br> tag from header files
Eliminate #ifdefs around #includes, some unnecessary includes and macros
This commit is contained in:
@@ -22,6 +22,4 @@
|
||||
typedef NCollection_DataMap<Standard_Integer, Standard_Integer, TColStd_MapIntegerHasher> BOPCol_DataMapOfIntegerInteger;
|
||||
typedef BOPCol_DataMapOfIntegerInteger::Iterator BOPCol_DataMapIteratorOfDataMapOfIntegerInteger;
|
||||
|
||||
#undef _NCollection_MapHasher
|
||||
|
||||
#endif
|
||||
|
@@ -24,6 +24,4 @@
|
||||
typedef NCollection_DataMap<Standard_Integer, BOPCol_ListOfInteger, TColStd_MapIntegerHasher> BOPCol_DataMapOfIntegerListOfInteger;
|
||||
typedef BOPCol_DataMapOfIntegerListOfInteger::Iterator BOPCol_DataMapIteratorOfDataMapOfIntegerListOfInteger;
|
||||
|
||||
#undef _NCollection_MapHasher
|
||||
|
||||
#endif
|
||||
|
@@ -23,7 +23,4 @@
|
||||
typedef NCollection_DataMap<Standard_Integer, BOPCol_ListOfShape, TColStd_MapIntegerHasher> BOPCol_DataMapOfIntegerListOfShape;
|
||||
typedef BOPCol_DataMapOfIntegerListOfShape::Iterator BOPCol_DataMapIteratorOfDataMapOfIntegerListOfShape;
|
||||
|
||||
#undef _NCollection_MapHasher
|
||||
|
||||
|
||||
#endif
|
||||
|
@@ -24,6 +24,4 @@
|
||||
typedef NCollection_DataMap<Standard_Integer, BOPCol_MapOfInteger, TColStd_MapIntegerHasher> BOPCol_DataMapOfIntegerMapOfInteger;
|
||||
typedef BOPCol_DataMapOfIntegerMapOfInteger::Iterator BOPCol_DataMapIteratorOfDataMapOfIntegerMapOfInteger;
|
||||
|
||||
#undef _NCollection_MapHasher
|
||||
|
||||
#endif
|
||||
|
@@ -22,6 +22,4 @@
|
||||
typedef NCollection_DataMap<Standard_Integer, Standard_Real, TColStd_MapIntegerHasher> BOPCol_DataMapOfIntegerReal;
|
||||
typedef BOPCol_DataMapOfIntegerReal::Iterator BOPCol_DataMapIteratorOfDataMapOfIntegerReal;
|
||||
|
||||
#undef _NCollection_MapHasher
|
||||
|
||||
#endif
|
||||
|
@@ -15,22 +15,12 @@
|
||||
#ifndef BOPCol_DataMapOfIntegerShape_HeaderFile
|
||||
#define BOPCol_DataMapOfIntegerShape_HeaderFile
|
||||
|
||||
#ifndef _Standard_HeaderFile
|
||||
#include <Standard.hxx>
|
||||
#endif
|
||||
#ifndef _Standard_Macro_HeaderFile
|
||||
#include <Standard_Macro.hxx>
|
||||
#endif
|
||||
|
||||
#include <TopoDS_Shape.hxx>
|
||||
#include <TColStd_MapIntegerHasher.hxx>
|
||||
|
||||
#include <NCollection_DataMap.hxx>
|
||||
|
||||
|
||||
typedef NCollection_DataMap<Standard_Integer, TopoDS_Shape, TColStd_MapIntegerHasher> BOPCol_DataMapOfIntegerShape;
|
||||
typedef BOPCol_DataMapOfIntegerShape::Iterator BOPCol_DataMapIteratorOfDataMapOfIntegerShape;
|
||||
|
||||
#undef _NCollection_MapHasher
|
||||
|
||||
#endif
|
||||
|
@@ -15,13 +15,6 @@
|
||||
#ifndef BOPCol_DataMapOfShapeAddress_HeaderFile
|
||||
#define BOPCol_DataMapOfShapeAddress_HeaderFile
|
||||
|
||||
#ifndef _Standard_HeaderFile
|
||||
#include <Standard.hxx>
|
||||
#endif
|
||||
#ifndef _Standard_Macro_HeaderFile
|
||||
#include <Standard_Macro.hxx>
|
||||
#endif
|
||||
|
||||
#include <TopoDS_Shape.hxx>
|
||||
#include <TopTools_ShapeMapHasher.hxx>
|
||||
|
||||
@@ -30,7 +23,4 @@
|
||||
typedef NCollection_DataMap<TopoDS_Shape, Standard_Address, TopTools_ShapeMapHasher> BOPCol_DataMapOfShapeAddress;
|
||||
typedef BOPCol_DataMapOfShapeAddress::Iterator BOPCol_DataMapIteratorOfDataMapOfShapeAddress;
|
||||
|
||||
#undef _NCollection_MapHasher
|
||||
|
||||
|
||||
#endif
|
||||
|
@@ -15,13 +15,6 @@
|
||||
#ifndef BOPCol_DataMapOfShapeInteger_HeaderFile
|
||||
#define BOPCol_DataMapOfShapeInteger_HeaderFile
|
||||
|
||||
#ifndef _Standard_HeaderFile
|
||||
#include <Standard.hxx>
|
||||
#endif
|
||||
#ifndef _Standard_Macro_HeaderFile
|
||||
#include <Standard_Macro.hxx>
|
||||
#endif
|
||||
|
||||
#include <TopoDS_Shape.hxx>
|
||||
#include <TopTools_ShapeMapHasher.hxx>
|
||||
|
||||
@@ -30,6 +23,4 @@
|
||||
typedef NCollection_DataMap<TopoDS_Shape, Standard_Integer, TopTools_ShapeMapHasher> BOPCol_DataMapOfShapeInteger;
|
||||
typedef BOPCol_DataMapOfShapeInteger::Iterator BOPCol_DataMapIteratorOfDataMapOfShapeInteger;
|
||||
|
||||
#undef _NCollection_MapHasher
|
||||
|
||||
#endif
|
||||
|
@@ -21,11 +21,7 @@
|
||||
|
||||
#include <NCollection_DataMap.hxx>
|
||||
|
||||
|
||||
|
||||
typedef NCollection_DataMap<TopoDS_Shape, BOPCol_ListOfShape, TopTools_ShapeMapHasher> BOPCol_DataMapOfShapeListOfShape;
|
||||
typedef BOPCol_DataMapOfShapeListOfShape::Iterator BOPCol_DataMapIteratorOfDataMapOfShapeListOfShape;
|
||||
|
||||
#undef _NCollection_MapHasher
|
||||
|
||||
#endif
|
||||
|
@@ -23,7 +23,4 @@
|
||||
typedef NCollection_DataMap<TopoDS_Shape, TopoDS_Shape, TopTools_ShapeMapHasher> BOPCol_DataMapOfShapeShape;
|
||||
typedef BOPCol_DataMapOfShapeShape::Iterator BOPCol_DataMapIteratorOfDataMapOfShapeShape;
|
||||
|
||||
#undef _NCollection_MapHasher
|
||||
|
||||
|
||||
#endif
|
||||
|
@@ -15,21 +15,10 @@
|
||||
#ifndef BOPCol_DataMapOfTransientAddress_HeaderFile
|
||||
#define BOPCol_DataMapOfTransientAddress_HeaderFile
|
||||
|
||||
#ifndef _Standard_HeaderFile
|
||||
#include <Standard.hxx>
|
||||
#endif
|
||||
#ifndef _Standard_Macro_HeaderFile
|
||||
#include <Standard_Macro.hxx>
|
||||
#endif
|
||||
|
||||
|
||||
#include <NCollection_DataMap.hxx>
|
||||
#include <TColStd_MapTransientHasher.hxx>
|
||||
|
||||
typedef NCollection_DataMap<Handle(Standard_Transient), Standard_Address, TColStd_MapTransientHasher> BOPCol_DataMapOfTransientAddress;
|
||||
typedef BOPCol_DataMapOfTransientAddress::Iterator BOPCol_DataMapIteratorOfDataMapOfTransientAddress;
|
||||
|
||||
#undef _NCollection_MapHasher
|
||||
|
||||
|
||||
#endif
|
||||
|
@@ -23,6 +23,4 @@
|
||||
|
||||
typedef NCollection_IndexedDataMap<Standard_Integer, BOPCol_ListOfInteger, TColStd_MapIntegerHasher> BOPCol_IndexedDataMapOfIntegerListOfInteger;
|
||||
|
||||
#undef _NCollection_MapHasher
|
||||
|
||||
#endif
|
||||
|
@@ -21,10 +21,6 @@
|
||||
|
||||
#include <NCollection_IndexedDataMap.hxx>
|
||||
|
||||
|
||||
typedef NCollection_IndexedDataMap<TopoDS_Shape, Bnd_Box, TopTools_ShapeMapHasher> BOPCol_IndexedDataMapOfShapeBox;
|
||||
|
||||
#undef _NCollection_MapHasher
|
||||
|
||||
|
||||
#endif
|
||||
|
@@ -15,13 +15,6 @@
|
||||
#ifndef BOPCol_IndexedDataMapOfShapeInteger_HeaderFile
|
||||
#define BOPCol_IndexedDataMapOfShapeInteger_HeaderFile
|
||||
|
||||
#ifndef _Standard_HeaderFile
|
||||
#include <Standard.hxx>
|
||||
#endif
|
||||
#ifndef _Standard_Macro_HeaderFile
|
||||
#include <Standard_Macro.hxx>
|
||||
#endif
|
||||
|
||||
#include <TopoDS_Shape.hxx>
|
||||
#include <TopTools_ShapeMapHasher.hxx>
|
||||
|
||||
@@ -29,6 +22,4 @@
|
||||
|
||||
typedef NCollection_IndexedDataMap<TopoDS_Shape, Standard_Integer, TopTools_ShapeMapHasher> BOPCol_IndexedDataMapOfShapeInteger;
|
||||
|
||||
#undef _NCollection_MapHasher
|
||||
|
||||
#endif
|
||||
|
@@ -23,7 +23,5 @@
|
||||
#include <NCollection_IndexedDataMap.hxx>
|
||||
|
||||
typedef NCollection_IndexedDataMap<TopoDS_Shape, BOPCol_ListOfShape, TopTools_ShapeMapHasher> BOPCol_IndexedDataMapOfShapeListOfShape;
|
||||
#undef _NCollection_MapHasher
|
||||
|
||||
|
||||
#endif
|
||||
|
@@ -20,6 +20,4 @@
|
||||
|
||||
typedef NCollection_IndexedMap<Standard_Integer, TColStd_MapIntegerHasher> BOPCol_IndexedMapOfInteger;
|
||||
|
||||
#undef _NCollection_MapHasher
|
||||
|
||||
#endif
|
||||
|
@@ -17,13 +17,8 @@
|
||||
|
||||
#include <TopoDS_Shape.hxx>
|
||||
#include <TopTools_ShapeMapHasher.hxx>
|
||||
|
||||
|
||||
#include <NCollection_IndexedMap.hxx>
|
||||
|
||||
typedef NCollection_IndexedMap<TopoDS_Shape, TopTools_ShapeMapHasher> BOPCol_IndexedMapOfShape;
|
||||
|
||||
#undef _NCollection_MapHasher
|
||||
|
||||
|
||||
#endif
|
||||
|
@@ -15,13 +15,6 @@
|
||||
#ifndef BOPCol_ListOfInteger_HeaderFile
|
||||
#define BOPCol_ListOfInteger_HeaderFile
|
||||
|
||||
#ifndef _Standard_HeaderFile
|
||||
#include <Standard.hxx>
|
||||
#endif
|
||||
#ifndef _Standard_Macro_HeaderFile
|
||||
#include <Standard_Macro.hxx>
|
||||
#endif
|
||||
|
||||
#include <NCollection_List.hxx>
|
||||
|
||||
typedef NCollection_List<Standard_Integer> BOPCol_ListOfInteger;
|
||||
|
@@ -15,21 +15,10 @@
|
||||
#ifndef BOPCol_MapOfInteger_HeaderFile
|
||||
#define BOPCol_MapOfInteger_HeaderFile
|
||||
|
||||
|
||||
#ifndef _Standard_HeaderFile
|
||||
#include <Standard.hxx>
|
||||
#endif
|
||||
#ifndef _Standard_Macro_HeaderFile
|
||||
#include <Standard_Macro.hxx>
|
||||
#endif
|
||||
|
||||
#include <TColStd_MapIntegerHasher.hxx>
|
||||
|
||||
#include <NCollection_Map.hxx>
|
||||
|
||||
typedef NCollection_Map<Standard_Integer, TColStd_MapIntegerHasher> BOPCol_MapOfInteger;
|
||||
typedef BOPCol_MapOfInteger::Iterator BOPCol_MapIteratorOfMapOfInteger;
|
||||
|
||||
#undef _NCollection_MapHasher
|
||||
|
||||
#endif
|
||||
|
@@ -23,7 +23,4 @@
|
||||
typedef NCollection_Map<TopoDS_Shape, TopTools_OrientedShapeMapHasher> BOPCol_MapOfOrientedShape;
|
||||
typedef BOPCol_MapOfOrientedShape::Iterator BOPCol_MapIteratorOfMapOfOrientedShape;
|
||||
|
||||
#undef _NCollection_MapHasher
|
||||
|
||||
|
||||
#endif
|
||||
|
@@ -23,6 +23,4 @@
|
||||
typedef NCollection_Map<TopoDS_Shape, TopTools_ShapeMapHasher> BOPCol_MapOfShape;
|
||||
typedef BOPCol_MapOfShape::Iterator BOPCol_MapIteratorOfMapOfShape;
|
||||
|
||||
#undef _NCollection_MapHasher
|
||||
|
||||
#endif
|
||||
|
@@ -15,16 +15,8 @@
|
||||
#ifndef BOPCol_VectorOfInteger_HeaderFile
|
||||
#define BOPCol_VectorOfInteger_HeaderFile
|
||||
|
||||
#ifndef _Standard_HeaderFile
|
||||
#include <Standard.hxx>
|
||||
#endif
|
||||
#ifndef _Standard_Macro_HeaderFile
|
||||
#include <Standard_Macro.hxx>
|
||||
#endif
|
||||
|
||||
#include <BOPCol_Array1.hxx>
|
||||
|
||||
typedef BOPCol_Array1<Standard_Integer> BOPDS_VectorOfInteger;
|
||||
|
||||
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user