mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-09-03 14:10:33 +03:00
0024002: Overall code and build procedure refactoring -- automatic
Automatic upgrade of OCCT code by command "occt_upgrade . -nocdl": - WOK-generated header files from inc and sources from drv are moved to src - CDL files removed - All packages are converted to nocdlpack
This commit is contained in:
@@ -1,54 +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.
|
||||
|
||||
package BOPCol
|
||||
|
||||
---Purpose:
|
||||
-- The package contains collection classes
|
||||
-- that are used by
|
||||
-- partition and boolean operation algorithms
|
||||
uses
|
||||
TCollection
|
||||
|
||||
is
|
||||
imported BaseAllocator from BOPCol;
|
||||
imported DataMapOfShapeInteger from BOPCol;
|
||||
imported DataMapOfShapeReal from BOPCol;
|
||||
imported MapOfInteger from BOPCol;
|
||||
imported ListOfInteger from BOPCol;
|
||||
imported PInteger from BOPCol;
|
||||
imported DataMapOfIntegerInteger from BOPCol;
|
||||
imported DataMapOfIntegerReal from BOPCol;
|
||||
imported DataMapOfIntegerListOfInteger from BOPCol;
|
||||
imported IndexedDataMapOfShapeBox from BOPCol;
|
||||
imported IndexedMapOfInteger from BOPCol;
|
||||
imported ListOfShape from BOPCol;
|
||||
imported DataMapOfShapeAddress from BOPCol;
|
||||
imported DataMapOfTransientAddress from BOPCol;
|
||||
imported PListOfInteger from BOPCol;
|
||||
imported MapOfShape from BOPCol;
|
||||
imported DataMapOfShapeShape from BOPCol;
|
||||
imported DataMapOfShapeListOfShape from BOPCol;
|
||||
imported MapOfOrientedShape from BOPCol;
|
||||
imported IndexedDataMapOfShapeListOfShape from BOPCol;
|
||||
imported IndexedMapOfShape from BOPCol;
|
||||
imported ListOfListOfShape from BOPCol;
|
||||
imported SequenceOfShape from BOPCol;
|
||||
imported SequenceOfPnt2d from BOPCol;
|
||||
imported DataMapOfIntegerListOfShape from BOPCol;
|
||||
imported IndexedDataMapOfIntegerListOfInteger from BOPCol;
|
||||
imported IndexedDataMapOfShapeInteger from BOPCol;
|
||||
|
||||
|
||||
end BOPCol;
|
@@ -1,37 +1,37 @@
|
||||
BOPCol_DataMapOfShapeInteger.hxx
|
||||
BOPCol_DataMapOfShapeReal.hxx
|
||||
BOPCol_MapOfInteger.hxx
|
||||
BOPCol_ListOfInteger.hxx
|
||||
BOPCol_PInteger.hxx
|
||||
BOPCol_DataMapOfIntegerListOfInteger.hxx
|
||||
BOPCol_IndexedDataMapOfShapeBox.hxx
|
||||
BOPCol_DataMapOfIntegerInteger.hxx
|
||||
BOPCol_DataMapOfIntegerReal.hxx
|
||||
BOPCol_DataMapOfIntegerMapOfInteger.hxx
|
||||
BOPCol_IndexedMapOfInteger.hxx
|
||||
BOPCol_ListOfShape.hxx
|
||||
BOPCol_DataMapOfShapeAddress.hxx
|
||||
BOPCol_DataMapOfTransientAddress.hxx
|
||||
BOPCol_PListOfInteger.hxx
|
||||
BOPCol_MapOfShape.hxx
|
||||
BOPCol_DataMapOfShapeShape.hxx
|
||||
BOPCol_DataMapOfShapeListOfShape.hxx
|
||||
BOPCol_MapOfOrientedShape.hxx
|
||||
BOPCol_IndexedDataMapOfShapeListOfShape.hxx
|
||||
BOPCol_IndexedMapOfShape.hxx
|
||||
BOPCol_ListOfListOfShape.hxx
|
||||
BOPCol_SequenceOfShape.hxx
|
||||
BOPCol_SequenceOfPnt2d.hxx
|
||||
BOPCol_BaseAllocator.hxx
|
||||
BOPCol_DataMapOfIntegerListOfShape.hxx
|
||||
BOPCol_SequenceOfReal.hxx
|
||||
BOPCol_DataMapOfIntegerShape.hxx
|
||||
BOPCol_IndexedDataMapOfIntegerListOfInteger.hxx
|
||||
BOPCol_IndexedDataMapOfShapeInteger.hxx
|
||||
BOPCol_Parallel.hxx
|
||||
BOPCol_NCVector.hxx
|
||||
|
||||
BOPCol_BoxBndTree.hxx
|
||||
BOPCol_BoxBndTree.cxx
|
||||
BOPCol_Box2DBndTree.hxx
|
||||
BOPCol_Box2DBndTree.cxx
|
||||
BOPCol_Box2DBndTree.hxx
|
||||
BOPCol_BoxBndTree.cxx
|
||||
BOPCol_BoxBndTree.hxx
|
||||
BOPCol_DataMapOfIntegerInteger.hxx
|
||||
BOPCol_DataMapOfIntegerListOfInteger.hxx
|
||||
BOPCol_DataMapOfIntegerListOfShape.hxx
|
||||
BOPCol_DataMapOfIntegerMapOfInteger.hxx
|
||||
BOPCol_DataMapOfIntegerReal.hxx
|
||||
BOPCol_DataMapOfIntegerShape.hxx
|
||||
BOPCol_DataMapOfShapeAddress.hxx
|
||||
BOPCol_DataMapOfShapeInteger.hxx
|
||||
BOPCol_DataMapOfShapeListOfShape.hxx
|
||||
BOPCol_DataMapOfShapeReal.hxx
|
||||
BOPCol_DataMapOfShapeShape.hxx
|
||||
BOPCol_DataMapOfTransientAddress.hxx
|
||||
BOPCol_IndexedDataMapOfIntegerListOfInteger.hxx
|
||||
BOPCol_IndexedDataMapOfShapeBox.hxx
|
||||
BOPCol_IndexedDataMapOfShapeInteger.hxx
|
||||
BOPCol_IndexedDataMapOfShapeListOfShape.hxx
|
||||
BOPCol_IndexedMapOfInteger.hxx
|
||||
BOPCol_IndexedMapOfShape.hxx
|
||||
BOPCol_ListOfInteger.hxx
|
||||
BOPCol_ListOfListOfShape.hxx
|
||||
BOPCol_ListOfShape.hxx
|
||||
BOPCol_MapOfInteger.hxx
|
||||
BOPCol_MapOfOrientedShape.hxx
|
||||
BOPCol_MapOfShape.hxx
|
||||
BOPCol_NCVector.hxx
|
||||
BOPCol_Parallel.hxx
|
||||
BOPCol_PInteger.hxx
|
||||
BOPCol_PListOfInteger.hxx
|
||||
BOPCol_SequenceOfPnt2d.hxx
|
||||
BOPCol_SequenceOfReal.hxx
|
||||
BOPCol_SequenceOfShape.hxx
|
||||
BOPCol_VectorOfInteger.hxx
|
||||
|
Reference in New Issue
Block a user