mirror of
https://github.com/Open-Cascade-SAS/OCCT.git
synced 2026-08-10 16:32:33 +08:00
Coding - Remove unused typedefs and includes, replace with forward declarations (#971)
- Deleted TopoDS_ListOfShape.hxx and removed its references in various files. - Replaced instances of TopoDS_ListOfShape with NCollection_List in TopoDS_Builder, TopoDS_Iterator, and TopoDS_TShape. - Updated CMake files to exclude TopoDS_ListOfShape from the build. - Removed Geom2dConvert_SequenceOfPPoint and its usages, replacing them with NCollection_Sequence. - Cleaned up Select3D and SelectMgr modules by removing Select3D_EntitySequence, Select3D_IndexedMapOfEntity, and SelectMgr_IndexedMapOfOwner. - Adjusted includes in various files to use NCollection types instead of removed classes. - Overall, this commit streamlines the codebase by eliminating unused types and reducing dependencies.
This commit is contained in:
@@ -18,7 +18,7 @@
|
||||
#include <BOPAlgo_Builder.hxx>
|
||||
#include <BOPAlgo_PaveFiller.hxx>
|
||||
#include <BOPDS_DS.hxx>
|
||||
#include <BOPDS_ListOfPaveBlock.hxx>
|
||||
#include <Standard_Handle.hxx>
|
||||
#include <BOPDS_PaveBlock.hxx>
|
||||
#include <BOPDS_ShapeInfo.hxx>
|
||||
#include <BOPTools_AlgoTools.hxx>
|
||||
@@ -33,6 +33,7 @@
|
||||
#include <NCollection_List.hxx>
|
||||
#include <TopTools_ShapeMapHasher.hxx>
|
||||
#include <NCollection_Map.hxx>
|
||||
class BOPDS_PaveBlock;
|
||||
|
||||
//=================================================================================================
|
||||
|
||||
|
||||
@@ -27,7 +27,6 @@
|
||||
#include <BOPAlgo_SectionAttribute.hxx>
|
||||
#include <NCollection_DataMap.hxx>
|
||||
#include <BOPDS_PaveBlock.hxx>
|
||||
#include <BOPDS_ListOfPaveBlock.hxx>
|
||||
#include <NCollection_IndexedDataMap.hxx>
|
||||
#include <Standard_Integer.hxx>
|
||||
#include <NCollection_List.hxx>
|
||||
|
||||
@@ -31,8 +31,10 @@
|
||||
|
||||
#include <NCollection_Map.hxx>
|
||||
#include <BOPDS_CommonBlock.hxx>
|
||||
#include <BOPDS_ListOfPaveBlock.hxx>
|
||||
#include <NCollection_List.hxx>
|
||||
#include <Standard_Handle.hxx>
|
||||
#include <BOPDS_DS.hxx>
|
||||
class BOPDS_PaveBlock;
|
||||
|
||||
//=================================================================================================
|
||||
|
||||
|
||||
@@ -24,7 +24,7 @@
|
||||
#include <BOPDS_Curve.hxx>
|
||||
#include <NCollection_DataMap.hxx>
|
||||
#include <BOPDS_PaveBlock.hxx>
|
||||
#include <BOPDS_ListOfPaveBlock.hxx>
|
||||
#include <Standard_Handle.hxx>
|
||||
#include <BOPDS_DS.hxx>
|
||||
#include <BOPDS_FaceInfo.hxx>
|
||||
#include <BOPDS_Interf.hxx>
|
||||
@@ -75,6 +75,7 @@
|
||||
#include <TopoDS_Vertex.hxx>
|
||||
#include <TopoDS_Shape.hxx>
|
||||
#include <TopTools_ShapeMapHasher.hxx>
|
||||
class BOPDS_PaveBlock;
|
||||
|
||||
static double ToleranceFF(const BRepAdaptor_Surface& aBAS1, const BRepAdaptor_Surface& aBAS2);
|
||||
|
||||
|
||||
@@ -24,7 +24,8 @@
|
||||
#include <BOPDS_FaceInfo.hxx>
|
||||
#include <BOPDS_Interf.hxx>
|
||||
#include <BOPDS_Iterator.hxx>
|
||||
#include <BOPDS_ListOfPaveBlock.hxx>
|
||||
#include <NCollection_List.hxx>
|
||||
#include <Standard_Handle.hxx>
|
||||
#include <NCollection_Map.hxx>
|
||||
#include <BOPDS_CommonBlock.hxx>
|
||||
#include <BOPDS_Pair.hxx>
|
||||
@@ -56,6 +57,7 @@
|
||||
#include <TopoDS_Vertex.hxx>
|
||||
#include <TopTools_ShapeMapHasher.hxx>
|
||||
#include <NCollection_IndexedMap.hxx>
|
||||
class BOPDS_PaveBlock;
|
||||
|
||||
static bool IsBasedOnPlane(const TopoDS_Face& aF);
|
||||
|
||||
|
||||
@@ -15,7 +15,8 @@
|
||||
#include <BOPAlgo_PaveFiller.hxx>
|
||||
#include <BOPDS_DS.hxx>
|
||||
#include <BOPDS_Iterator.hxx>
|
||||
#include <BOPDS_ListOfPaveBlock.hxx>
|
||||
#include <NCollection_List.hxx>
|
||||
#include <Standard_Handle.hxx>
|
||||
#include <BOPDS_PaveBlock.hxx>
|
||||
#include <BOPDS_ShapeInfo.hxx>
|
||||
#include <BOPTools_Parallel.hxx>
|
||||
@@ -26,6 +27,7 @@
|
||||
#include <NCollection_Map.hxx>
|
||||
#include <TopoDS_Edge.hxx>
|
||||
#include <TopoDS_Vertex.hxx>
|
||||
class BOPDS_PaveBlock;
|
||||
|
||||
//
|
||||
//=================================================================================================
|
||||
|
||||
@@ -17,7 +17,7 @@
|
||||
#include <BOPAlgo_PaveFiller.hxx>
|
||||
#include <BOPDS_DS.hxx>
|
||||
#include <BOPDS_FaceInfo.hxx>
|
||||
#include <BOPDS_ListOfPaveBlock.hxx>
|
||||
#include <Standard_Handle.hxx>
|
||||
#include <BOPDS_PaveBlock.hxx>
|
||||
#include <NCollection_Vector.hxx>
|
||||
#include <BOPTools_AlgoTools.hxx>
|
||||
@@ -31,6 +31,7 @@
|
||||
#include <NCollection_IndexedDataMap.hxx>
|
||||
#include <NCollection_IndexedMap.hxx>
|
||||
#include <NCollection_Map.hxx>
|
||||
class BOPDS_PaveBlock;
|
||||
|
||||
//=================================================================================================
|
||||
|
||||
|
||||
@@ -18,7 +18,7 @@
|
||||
#include <BOPAlgo_BuilderFace.hxx>
|
||||
#include <NCollection_DataMap.hxx>
|
||||
#include <BOPDS_PaveBlock.hxx>
|
||||
#include <BOPDS_ListOfPaveBlock.hxx>
|
||||
#include <Standard_Handle.hxx>
|
||||
#include <BOPDS_DS.hxx>
|
||||
#include <BOPTools_AlgoTools.hxx>
|
||||
#include <BOPTools_BoxTree.hxx>
|
||||
@@ -58,6 +58,7 @@
|
||||
#include <NCollection_Map.hxx>
|
||||
|
||||
#include <algorithm>
|
||||
class BOPDS_PaveBlock;
|
||||
|
||||
typedef NCollection_IndexedDataMap<TopoDS_Shape, gp_Dir, TopTools_ShapeMapHasher>
|
||||
BOPAlgo_IndexedDataMapOfShapeDir;
|
||||
|
||||
@@ -22,7 +22,7 @@
|
||||
#include <Standard_Integer.hxx>
|
||||
#include <NCollection_List.hxx>
|
||||
#include <BOPDS_PaveBlock.hxx>
|
||||
#include <BOPDS_ListOfPaveBlock.hxx>
|
||||
#include <Standard_Handle.hxx>
|
||||
#include <BOPDS_PDS.hxx>
|
||||
#include <NCollection_BaseAllocator.hxx>
|
||||
#include <Bnd_Box.hxx>
|
||||
|
||||
@@ -18,7 +18,7 @@
|
||||
#include <Standard.hxx>
|
||||
#include <Standard_Type.hxx>
|
||||
|
||||
#include <BOPDS_ListOfPaveBlock.hxx>
|
||||
#include <Standard_Handle.hxx>
|
||||
#include <NCollection_BaseAllocator.hxx>
|
||||
#include <Standard_Integer.hxx>
|
||||
#include <Standard_Transient.hxx>
|
||||
|
||||
@@ -20,7 +20,6 @@
|
||||
#include <Standard_Handle.hxx>
|
||||
|
||||
#include <Bnd_Box.hxx>
|
||||
#include <BOPDS_ListOfPaveBlock.hxx>
|
||||
#include <IntTools_Curve.hxx>
|
||||
#include <NCollection_BaseAllocator.hxx>
|
||||
#include <Standard_Integer.hxx>
|
||||
|
||||
@@ -21,7 +21,6 @@
|
||||
|
||||
#include <NCollection_DataMap.hxx>
|
||||
#include <BOPDS_CommonBlock.hxx>
|
||||
#include <BOPDS_ListOfPaveBlock.hxx>
|
||||
#include <NCollection_Map.hxx>
|
||||
#include <BOPDS_Pair.hxx>
|
||||
#include <BOPDS_PaveBlock.hxx>
|
||||
|
||||
@@ -1,25 +0,0 @@
|
||||
// Created by: Peter KURNEV
|
||||
// Copyright (c) 1999-2014 OPEN CASCADE SAS
|
||||
//
|
||||
// This file is part of Open CASCADE Technology software library.
|
||||
//
|
||||
// This library is free software; you can redistribute it and/or modify it under
|
||||
// the terms of the GNU Lesser General Public License version 2.1 as published
|
||||
// by the Free Software Foundation, with special exception defined in the file
|
||||
// OCCT_LGPL_EXCEPTION.txt. Consult the file LICENSE_LGPL_21.txt included in OCCT
|
||||
// distribution for complete text of the license and disclaimer of any warranty.
|
||||
//
|
||||
// Alternatively, this file may be used under the terms of Open CASCADE
|
||||
// commercial license or contractual agreement.
|
||||
|
||||
#ifndef BOPDS_ListOfPaveBlock_HeaderFile
|
||||
#define BOPDS_ListOfPaveBlock_HeaderFile
|
||||
|
||||
#include <NCollection_List.hxx>
|
||||
#include <Standard_Handle.hxx>
|
||||
|
||||
class BOPDS_PaveBlock;
|
||||
|
||||
typedef NCollection_List<occ::handle<BOPDS_PaveBlock>> BOPDS_ListOfPaveBlock;
|
||||
|
||||
#endif
|
||||
@@ -20,11 +20,12 @@
|
||||
#include <Bnd_Box.hxx>
|
||||
#include <NCollection_List.hxx>
|
||||
#include <BOPDS_Pave.hxx>
|
||||
#include <BOPDS_ListOfPaveBlock.hxx>
|
||||
#include <Standard_Handle.hxx>
|
||||
#include <NCollection_BaseAllocator.hxx>
|
||||
#include <Standard_Integer.hxx>
|
||||
#include <Standard_Transient.hxx>
|
||||
#include <NCollection_Map.hxx>
|
||||
class BOPDS_PaveBlock;
|
||||
|
||||
//! The class BOPDS_PaveBlock is to store
|
||||
//! the information about pave block on an edge.
|
||||
|
||||
@@ -23,7 +23,6 @@ set(OCCT_BOPDS_FILES
|
||||
BOPDS_IteratorSI.cxx
|
||||
BOPDS_IteratorSI.hxx
|
||||
|
||||
BOPDS_ListOfPaveBlock.hxx
|
||||
|
||||
BOPDS_Pave.cxx
|
||||
BOPDS_Pave.hxx
|
||||
|
||||
@@ -20,7 +20,6 @@
|
||||
#include <Standard.hxx>
|
||||
|
||||
#include <Expr_UnaryExpression.hxx>
|
||||
#include <Expr_Array1OfNamedUnknown.hxx>
|
||||
#include <NCollection_Array1.hxx>
|
||||
class Expr_GeneralExpression;
|
||||
class Expr_NamedUnknown;
|
||||
|
||||
@@ -20,7 +20,6 @@
|
||||
#include <Standard.hxx>
|
||||
|
||||
#include <Expr_UnaryExpression.hxx>
|
||||
#include <Expr_Array1OfNamedUnknown.hxx>
|
||||
#include <NCollection_Array1.hxx>
|
||||
class Expr_GeneralExpression;
|
||||
class Expr_NamedUnknown;
|
||||
|
||||
@@ -20,7 +20,6 @@
|
||||
#include <Standard.hxx>
|
||||
|
||||
#include <Expr_UnaryExpression.hxx>
|
||||
#include <Expr_Array1OfNamedUnknown.hxx>
|
||||
#include <NCollection_Array1.hxx>
|
||||
class Expr_GeneralExpression;
|
||||
class Expr_NamedUnknown;
|
||||
|
||||
@@ -20,7 +20,6 @@
|
||||
#include <Standard.hxx>
|
||||
|
||||
#include <Expr_UnaryExpression.hxx>
|
||||
#include <Expr_Array1OfNamedUnknown.hxx>
|
||||
#include <NCollection_Array1.hxx>
|
||||
class Expr_GeneralExpression;
|
||||
class Expr_NamedUnknown;
|
||||
|
||||
@@ -20,7 +20,6 @@
|
||||
#include <Standard.hxx>
|
||||
|
||||
#include <Expr_UnaryExpression.hxx>
|
||||
#include <Expr_Array1OfNamedUnknown.hxx>
|
||||
#include <NCollection_Array1.hxx>
|
||||
class Expr_GeneralExpression;
|
||||
class Expr_NamedUnknown;
|
||||
|
||||
@@ -20,7 +20,6 @@
|
||||
#include <Standard.hxx>
|
||||
|
||||
#include <Expr_UnaryExpression.hxx>
|
||||
#include <Expr_Array1OfNamedUnknown.hxx>
|
||||
#include <NCollection_Array1.hxx>
|
||||
class Expr_GeneralExpression;
|
||||
class Expr_NamedUnknown;
|
||||
|
||||
@@ -20,7 +20,6 @@
|
||||
#include <Standard.hxx>
|
||||
|
||||
#include <Expr_UnaryExpression.hxx>
|
||||
#include <Expr_Array1OfNamedUnknown.hxx>
|
||||
#include <NCollection_Array1.hxx>
|
||||
class Expr_GeneralExpression;
|
||||
class Expr_NamedUnknown;
|
||||
|
||||
@@ -1,25 +0,0 @@
|
||||
// Created on: 1991-01-14
|
||||
// Created by: Arnaud BOUZY
|
||||
// Copyright (c) 1991-1999 Matra Datavision
|
||||
// Copyright (c) 1999-2014 OPEN CASCADE SAS
|
||||
//
|
||||
// This file is part of Open CASCADE Technology software library.
|
||||
//
|
||||
// This library is free software; you can redistribute it and/or modify it under
|
||||
// the terms of the GNU Lesser General Public License version 2.1 as published
|
||||
// by the Free Software Foundation, with special exception defined in the file
|
||||
// OCCT_LGPL_EXCEPTION.txt. Consult the file LICENSE_LGPL_21.txt included in OCCT
|
||||
// distribution for complete text of the license and disclaimer of any warranty.
|
||||
//
|
||||
// Alternatively, this file may be used under the terms of Open CASCADE
|
||||
// commercial license or contractual agreement.
|
||||
|
||||
#ifndef Expr_Array1OfNamedUnknown_HeaderFile
|
||||
#define Expr_Array1OfNamedUnknown_HeaderFile
|
||||
|
||||
#include <NCollection_Array1.hxx>
|
||||
|
||||
class Expr_NamedUnknown;
|
||||
typedef NCollection_Array1<occ::handle<Expr_NamedUnknown>> Expr_Array1OfNamedUnknown;
|
||||
|
||||
#endif
|
||||
@@ -22,7 +22,6 @@
|
||||
#include <Expr.hxx>
|
||||
#include <Expr_GeneralExpression.hxx>
|
||||
#include <NCollection_Array1.hxx>
|
||||
#include <Expr_Array1OfNamedUnknown.hxx>
|
||||
#include <Expr_BinaryFunction.hxx>
|
||||
#include <Expr_GeneralFunction.hxx>
|
||||
#include <Expr_InvalidFunction.hxx>
|
||||
@@ -31,6 +30,7 @@
|
||||
#include <Expr_Sum.hxx>
|
||||
#include <Standard_Type.hxx>
|
||||
#include <TCollection_AsciiString.hxx>
|
||||
class Expr_NamedUnknown;
|
||||
|
||||
IMPLEMENT_STANDARD_RTTIEXT(Expr_BinaryFunction, Expr_BinaryExpression)
|
||||
|
||||
|
||||
@@ -21,7 +21,6 @@
|
||||
#include <Standard_Type.hxx>
|
||||
|
||||
#include <Expr_BinaryExpression.hxx>
|
||||
#include <Expr_Array1OfNamedUnknown.hxx>
|
||||
#include <NCollection_Array1.hxx>
|
||||
class Expr_GeneralFunction;
|
||||
class Expr_GeneralExpression;
|
||||
|
||||
@@ -21,7 +21,6 @@
|
||||
#include <Standard_Type.hxx>
|
||||
|
||||
#include <Expr_UnaryExpression.hxx>
|
||||
#include <Expr_Array1OfNamedUnknown.hxx>
|
||||
#include <NCollection_Array1.hxx>
|
||||
class Expr_GeneralExpression;
|
||||
class Expr_NamedUnknown;
|
||||
|
||||
@@ -21,7 +21,6 @@
|
||||
#include <Standard_Type.hxx>
|
||||
|
||||
#include <Expr_UnaryExpression.hxx>
|
||||
#include <Expr_Array1OfNamedUnknown.hxx>
|
||||
#include <NCollection_Array1.hxx>
|
||||
class Expr_GeneralExpression;
|
||||
class Expr_NamedUnknown;
|
||||
|
||||
@@ -21,7 +21,6 @@
|
||||
|
||||
#include <Expr_BinaryExpression.hxx>
|
||||
#include <Standard_Integer.hxx>
|
||||
#include <Expr_Array1OfNamedUnknown.hxx>
|
||||
#include <NCollection_Array1.hxx>
|
||||
class Expr_GeneralExpression;
|
||||
class Expr_NamedUnknown;
|
||||
|
||||
@@ -21,7 +21,6 @@
|
||||
#include <Standard_Type.hxx>
|
||||
|
||||
#include <Expr_BinaryExpression.hxx>
|
||||
#include <Expr_Array1OfNamedUnknown.hxx>
|
||||
#include <NCollection_Array1.hxx>
|
||||
class Expr_GeneralExpression;
|
||||
class Expr_NamedUnknown;
|
||||
|
||||
@@ -20,7 +20,6 @@
|
||||
#include <Standard.hxx>
|
||||
|
||||
#include <Expr_UnaryExpression.hxx>
|
||||
#include <Expr_Array1OfNamedUnknown.hxx>
|
||||
#include <NCollection_Array1.hxx>
|
||||
class Expr_GeneralExpression;
|
||||
class Expr_NamedUnknown;
|
||||
|
||||
@@ -21,7 +21,6 @@
|
||||
#include <Standard_Type.hxx>
|
||||
|
||||
#include <Expr_BinaryExpression.hxx>
|
||||
#include <Expr_Array1OfNamedUnknown.hxx>
|
||||
#include <NCollection_Array1.hxx>
|
||||
class Expr_GeneralExpression;
|
||||
class Expr_NamedUnknown;
|
||||
|
||||
@@ -23,7 +23,6 @@
|
||||
#include <Standard_Integer.hxx>
|
||||
#include <Expr_GeneralFunction.hxx>
|
||||
#include <Standard_Real.hxx>
|
||||
#include <Expr_Array1OfNamedUnknown.hxx>
|
||||
#include <NCollection_Array1.hxx>
|
||||
class Expr_GeneralExpression;
|
||||
class Expr_NamedUnknown;
|
||||
|
||||
@@ -23,7 +23,6 @@
|
||||
#include <Standard_Transient.hxx>
|
||||
#include <Standard_Integer.hxx>
|
||||
#include <Standard_Real.hxx>
|
||||
#include <Expr_Array1OfNamedUnknown.hxx>
|
||||
#include <NCollection_Array1.hxx>
|
||||
class Expr_NamedUnknown;
|
||||
class TCollection_AsciiString;
|
||||
|
||||
@@ -23,7 +23,6 @@
|
||||
#include <Standard_Transient.hxx>
|
||||
#include <Standard_Integer.hxx>
|
||||
#include <Standard_Real.hxx>
|
||||
#include <Expr_Array1OfNamedUnknown.hxx>
|
||||
#include <NCollection_Array1.hxx>
|
||||
class Expr_NamedUnknown;
|
||||
class TCollection_AsciiString;
|
||||
|
||||
@@ -21,7 +21,6 @@
|
||||
#include <Standard_Type.hxx>
|
||||
|
||||
#include <Expr_UnaryExpression.hxx>
|
||||
#include <Expr_Array1OfNamedUnknown.hxx>
|
||||
#include <NCollection_Array1.hxx>
|
||||
class Expr_GeneralExpression;
|
||||
class Expr_NamedUnknown;
|
||||
|
||||
@@ -21,7 +21,6 @@
|
||||
#include <Standard_Type.hxx>
|
||||
|
||||
#include <Expr_UnaryExpression.hxx>
|
||||
#include <Expr_Array1OfNamedUnknown.hxx>
|
||||
#include <NCollection_Array1.hxx>
|
||||
class Expr_GeneralExpression;
|
||||
class Expr_NamedUnknown;
|
||||
|
||||
@@ -22,7 +22,6 @@
|
||||
|
||||
#include <Expr_NamedExpression.hxx>
|
||||
#include <Standard_Integer.hxx>
|
||||
#include <Expr_Array1OfNamedUnknown.hxx>
|
||||
#include <NCollection_Array1.hxx>
|
||||
class TCollection_AsciiString;
|
||||
class Expr_GeneralExpression;
|
||||
|
||||
@@ -21,7 +21,6 @@
|
||||
#include <Standard_Type.hxx>
|
||||
|
||||
#include <TCollection_AsciiString.hxx>
|
||||
#include <Expr_Array1OfNamedUnknown.hxx>
|
||||
#include <Expr_GeneralFunction.hxx>
|
||||
#include <Standard_Integer.hxx>
|
||||
#include <NCollection_Array1.hxx>
|
||||
|
||||
@@ -22,7 +22,6 @@
|
||||
|
||||
#include <Expr_NamedExpression.hxx>
|
||||
#include <Standard_Integer.hxx>
|
||||
#include <Expr_Array1OfNamedUnknown.hxx>
|
||||
#include <NCollection_Array1.hxx>
|
||||
class Expr_GeneralExpression;
|
||||
class TCollection_AsciiString;
|
||||
@@ -101,5 +100,6 @@ private:
|
||||
};
|
||||
|
||||
#include <Expr_NamedUnknown.lxx>
|
||||
class Expr_NamedUnknown;
|
||||
|
||||
#endif // _Expr_NamedUnknown_HeaderFile
|
||||
|
||||
@@ -22,7 +22,6 @@
|
||||
|
||||
#include <Expr_GeneralExpression.hxx>
|
||||
#include <Standard_Integer.hxx>
|
||||
#include <Expr_Array1OfNamedUnknown.hxx>
|
||||
#include <NCollection_Array1.hxx>
|
||||
class Expr_NamedUnknown;
|
||||
class TCollection_AsciiString;
|
||||
|
||||
@@ -20,7 +20,7 @@
|
||||
#endif
|
||||
|
||||
#include <Expr.hxx>
|
||||
#include <Expr_Array1OfNamedUnknown.hxx>
|
||||
#include <NCollection_Array1.hxx>
|
||||
#include <Expr_FunctionDerivative.hxx>
|
||||
#include <Expr_GeneralFunction.hxx>
|
||||
#include <Expr_NamedUnknown.hxx>
|
||||
@@ -31,6 +31,7 @@
|
||||
#include <Expr_Sum.hxx>
|
||||
#include <Standard_Type.hxx>
|
||||
#include <TCollection_AsciiString.hxx>
|
||||
class Expr_NamedUnknown;
|
||||
|
||||
IMPLEMENT_STANDARD_RTTIEXT(Expr_PolyFunction, Expr_PolyExpression)
|
||||
|
||||
|
||||
@@ -23,7 +23,6 @@
|
||||
#include <Expr_PolyExpression.hxx>
|
||||
#include <Expr_GeneralExpression.hxx>
|
||||
#include <NCollection_Array1.hxx>
|
||||
#include <Expr_Array1OfNamedUnknown.hxx>
|
||||
class Expr_GeneralFunction;
|
||||
class Expr_GeneralExpression;
|
||||
class Expr_NamedUnknown;
|
||||
|
||||
@@ -23,7 +23,6 @@
|
||||
#include <Expr_PolyExpression.hxx>
|
||||
#include <Expr_GeneralExpression.hxx>
|
||||
#include <NCollection_Sequence.hxx>
|
||||
#include <Expr_Array1OfNamedUnknown.hxx>
|
||||
#include <NCollection_Array1.hxx>
|
||||
class Expr_GeneralExpression;
|
||||
class Expr_NamedUnknown;
|
||||
|
||||
@@ -21,7 +21,6 @@
|
||||
#include <Standard_Type.hxx>
|
||||
|
||||
#include <Expr_UnaryExpression.hxx>
|
||||
#include <Expr_Array1OfNamedUnknown.hxx>
|
||||
#include <NCollection_Array1.hxx>
|
||||
class Expr_GeneralExpression;
|
||||
class Expr_NamedUnknown;
|
||||
|
||||
@@ -21,7 +21,6 @@
|
||||
#include <Standard_Type.hxx>
|
||||
|
||||
#include <Expr_UnaryExpression.hxx>
|
||||
#include <Expr_Array1OfNamedUnknown.hxx>
|
||||
#include <NCollection_Array1.hxx>
|
||||
class Expr_GeneralExpression;
|
||||
class Expr_NamedUnknown;
|
||||
|
||||
@@ -21,7 +21,6 @@
|
||||
#include <Standard_Type.hxx>
|
||||
|
||||
#include <Expr_UnaryExpression.hxx>
|
||||
#include <Expr_Array1OfNamedUnknown.hxx>
|
||||
#include <NCollection_Array1.hxx>
|
||||
class Expr_GeneralExpression;
|
||||
class Expr_NamedUnknown;
|
||||
|
||||
@@ -21,7 +21,6 @@
|
||||
#include <Standard_Type.hxx>
|
||||
|
||||
#include <Expr_UnaryExpression.hxx>
|
||||
#include <Expr_Array1OfNamedUnknown.hxx>
|
||||
#include <NCollection_Array1.hxx>
|
||||
class Expr_GeneralExpression;
|
||||
class Expr_NamedUnknown;
|
||||
|
||||
@@ -21,7 +21,6 @@
|
||||
#include <Standard_Type.hxx>
|
||||
|
||||
#include <Expr_UnaryExpression.hxx>
|
||||
#include <Expr_Array1OfNamedUnknown.hxx>
|
||||
#include <NCollection_Array1.hxx>
|
||||
class Expr_GeneralExpression;
|
||||
class Expr_NamedUnknown;
|
||||
|
||||
@@ -24,7 +24,6 @@
|
||||
#include <Expr_GeneralExpression.hxx>
|
||||
#include <NCollection_Sequence.hxx>
|
||||
#include <Standard_Integer.hxx>
|
||||
#include <Expr_Array1OfNamedUnknown.hxx>
|
||||
#include <NCollection_Array1.hxx>
|
||||
class Expr_GeneralExpression;
|
||||
class Expr_NamedUnknown;
|
||||
|
||||
@@ -21,7 +21,6 @@
|
||||
#include <Standard_Type.hxx>
|
||||
|
||||
#include <Expr_UnaryExpression.hxx>
|
||||
#include <Expr_Array1OfNamedUnknown.hxx>
|
||||
#include <NCollection_Array1.hxx>
|
||||
class Expr_GeneralExpression;
|
||||
class Expr_NamedUnknown;
|
||||
|
||||
@@ -21,7 +21,6 @@
|
||||
#include <Standard_Type.hxx>
|
||||
|
||||
#include <Expr_UnaryExpression.hxx>
|
||||
#include <Expr_Array1OfNamedUnknown.hxx>
|
||||
#include <NCollection_Array1.hxx>
|
||||
class Expr_GeneralExpression;
|
||||
class Expr_NamedUnknown;
|
||||
|
||||
@@ -22,7 +22,6 @@
|
||||
#include <Expr.hxx>
|
||||
#include <Expr_GeneralExpression.hxx>
|
||||
#include <NCollection_Array1.hxx>
|
||||
#include <Expr_Array1OfNamedUnknown.hxx>
|
||||
#include <Expr_FunctionDerivative.hxx>
|
||||
#include <Expr_GeneralFunction.hxx>
|
||||
#include <Expr_InvalidFunction.hxx>
|
||||
@@ -32,6 +31,7 @@
|
||||
#include <Expr_UnaryFunction.hxx>
|
||||
#include <Standard_Type.hxx>
|
||||
#include <TCollection_AsciiString.hxx>
|
||||
class Expr_NamedUnknown;
|
||||
|
||||
IMPLEMENT_STANDARD_RTTIEXT(Expr_UnaryFunction, Expr_UnaryExpression)
|
||||
|
||||
|
||||
@@ -21,7 +21,6 @@
|
||||
#include <Standard_Type.hxx>
|
||||
|
||||
#include <Expr_UnaryExpression.hxx>
|
||||
#include <Expr_Array1OfNamedUnknown.hxx>
|
||||
#include <NCollection_Array1.hxx>
|
||||
class Expr_GeneralFunction;
|
||||
class Expr_GeneralExpression;
|
||||
|
||||
@@ -22,7 +22,6 @@
|
||||
|
||||
#include <Expr_UnaryExpression.hxx>
|
||||
#include <Standard_Integer.hxx>
|
||||
#include <Expr_Array1OfNamedUnknown.hxx>
|
||||
#include <NCollection_Array1.hxx>
|
||||
class Expr_GeneralExpression;
|
||||
class Expr_NamedUnknown;
|
||||
|
||||
@@ -19,7 +19,6 @@ set(OCCT_Expr_FILES
|
||||
Expr_ArgTanh.cxx
|
||||
Expr_ArgTanh.hxx
|
||||
|
||||
Expr_Array1OfNamedUnknown.hxx
|
||||
|
||||
Expr_BinaryExpression.cxx
|
||||
Expr_BinaryExpression.hxx
|
||||
|
||||
@@ -48,8 +48,8 @@
|
||||
#include <NCollection_Sequence.hxx>
|
||||
#include <Expr_Operators.hxx>
|
||||
#include <ExprIntrp_SyntaxError.hxx>
|
||||
#include <Expr_Array1OfNamedUnknown.hxx>
|
||||
#include <NCollection_Array1.hxx>
|
||||
class Expr_NamedUnknown;
|
||||
|
||||
static TCollection_AsciiString ExprIntrp_assname;
|
||||
static TCollection_AsciiString ExprIntrp_funcdefname;
|
||||
|
||||
@@ -18,7 +18,7 @@
|
||||
#include <BOPDS_FaceInfo.hxx>
|
||||
#include <NCollection_List.hxx>
|
||||
#include <BOPDS_Pave.hxx>
|
||||
#include <BOPDS_ListOfPaveBlock.hxx>
|
||||
#include <Standard_Handle.hxx>
|
||||
#include <NCollection_Map.hxx>
|
||||
#include <BOPDS_PaveBlock.hxx>
|
||||
#include <BOPDS_ShapeInfo.hxx>
|
||||
@@ -37,6 +37,7 @@
|
||||
#include <TopoDS_Shape.hxx>
|
||||
#include <TopTools_ShapeMapHasher.hxx>
|
||||
#include <NCollection_DataMap.hxx>
|
||||
class BOPDS_PaveBlock;
|
||||
|
||||
//=================================================================================================
|
||||
|
||||
|
||||
@@ -30,8 +30,6 @@
|
||||
#include <Standard_Integer.hxx>
|
||||
#include <NCollection_Map.hxx>
|
||||
|
||||
typedef NCollection_UBTree<int, Bnd_Box> ShapeAnalysis_BoxBndTree;
|
||||
|
||||
class ShapeAnalysis_BoxBndTreeSelector : public NCollection_UBTree<int, Bnd_Box>::Selector
|
||||
{
|
||||
public:
|
||||
|
||||
@@ -28,7 +28,6 @@
|
||||
#include <Precision.hxx>
|
||||
|
||||
// Typedef to reduce code complexity.
|
||||
typedef NCollection_UBTree<int, Bnd_Box> BRepClass3d_BndBoxTree;
|
||||
|
||||
// Class representing tree selector for point object.
|
||||
class BRepClass3d_BndBoxTreeSelectorPoint : public NCollection_UBTree<int, Bnd_Box>::Selector
|
||||
|
||||
Reference in New Issue
Block a user