mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-09-13 14:27:08 +03:00
0024750: Replace instantiations of TCollection generic classes by NCollection templates -- automatic
Automatic upgrade of code by command "occt_upgrade . -tcollection"
This commit is contained in:
@@ -1 +1,9 @@
|
||||
IGESSolid_CMPLRS.edl
|
||||
IGESSolid_Array1OfLoop.hxx
|
||||
IGESSolid_Array1OfFace.hxx
|
||||
IGESSolid_Array1OfShell.hxx
|
||||
IGESSolid_Array1OfVertexList.hxx
|
||||
IGESSolid_HArray1OfLoop.hxx
|
||||
IGESSolid_HArray1OfFace.hxx
|
||||
IGESSolid_HArray1OfShell.hxx
|
||||
IGESSolid_HArray1OfVertexList.hxx
|
||||
|
@@ -120,14 +120,14 @@ is
|
||||
|
||||
-- Instantiations
|
||||
|
||||
class Array1OfLoop instantiates Array1 from TCollection (Loop);
|
||||
class Array1OfFace instantiates Array1 from TCollection (Face);
|
||||
class Array1OfShell instantiates Array1 from TCollection (Shell);
|
||||
class Array1OfVertexList instantiates Array1 from TCollection (VertexList);
|
||||
class HArray1OfLoop instantiates HArray1 from TCollection (Loop,Array1OfLoop);
|
||||
class HArray1OfFace instantiates HArray1 from TCollection (Face,Array1OfFace);
|
||||
class HArray1OfShell instantiates HArray1 from TCollection (Shell,Array1OfShell);
|
||||
class HArray1OfVertexList instantiates HArray1 from TCollection (VertexList,Array1OfVertexList);
|
||||
imported Array1OfLoop;
|
||||
imported Array1OfFace;
|
||||
imported Array1OfShell;
|
||||
imported Array1OfVertexList;
|
||||
imported transient class HArray1OfLoop;
|
||||
imported transient class HArray1OfFace;
|
||||
imported transient class HArray1OfShell;
|
||||
imported transient class HArray1OfVertexList;
|
||||
|
||||
-- Package methods
|
||||
|
||||
|
26
src/IGESSolid/IGESSolid_Array1OfFace.hxx
Normal file
26
src/IGESSolid/IGESSolid_Array1OfFace.hxx
Normal file
@@ -0,0 +1,26 @@
|
||||
// Created on: 1993-01-11
|
||||
// Created by: SIVA
|
||||
// Copyright (c) 1993-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 IGESSolid_Array1OfFace_HeaderFile
|
||||
#define IGESSolid_Array1OfFace_HeaderFile
|
||||
|
||||
#include <IGESSolid_Face.hxx>
|
||||
#include <NCollection_Array1.hxx>
|
||||
|
||||
typedef NCollection_Array1<Handle(IGESSolid_Face)> IGESSolid_Array1OfFace;
|
||||
|
||||
|
||||
#endif
|
26
src/IGESSolid/IGESSolid_Array1OfLoop.hxx
Normal file
26
src/IGESSolid/IGESSolid_Array1OfLoop.hxx
Normal file
@@ -0,0 +1,26 @@
|
||||
// Created on: 1993-01-11
|
||||
// Created by: SIVA
|
||||
// Copyright (c) 1993-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 IGESSolid_Array1OfLoop_HeaderFile
|
||||
#define IGESSolid_Array1OfLoop_HeaderFile
|
||||
|
||||
#include <IGESSolid_Loop.hxx>
|
||||
#include <NCollection_Array1.hxx>
|
||||
|
||||
typedef NCollection_Array1<Handle(IGESSolid_Loop)> IGESSolid_Array1OfLoop;
|
||||
|
||||
|
||||
#endif
|
26
src/IGESSolid/IGESSolid_Array1OfShell.hxx
Normal file
26
src/IGESSolid/IGESSolid_Array1OfShell.hxx
Normal file
@@ -0,0 +1,26 @@
|
||||
// Created on: 1993-01-11
|
||||
// Created by: SIVA
|
||||
// Copyright (c) 1993-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 IGESSolid_Array1OfShell_HeaderFile
|
||||
#define IGESSolid_Array1OfShell_HeaderFile
|
||||
|
||||
#include <IGESSolid_Shell.hxx>
|
||||
#include <NCollection_Array1.hxx>
|
||||
|
||||
typedef NCollection_Array1<Handle(IGESSolid_Shell)> IGESSolid_Array1OfShell;
|
||||
|
||||
|
||||
#endif
|
26
src/IGESSolid/IGESSolid_Array1OfVertexList.hxx
Normal file
26
src/IGESSolid/IGESSolid_Array1OfVertexList.hxx
Normal file
@@ -0,0 +1,26 @@
|
||||
// Created on: 1993-01-11
|
||||
// Created by: SIVA
|
||||
// Copyright (c) 1993-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 IGESSolid_Array1OfVertexList_HeaderFile
|
||||
#define IGESSolid_Array1OfVertexList_HeaderFile
|
||||
|
||||
#include <IGESSolid_VertexList.hxx>
|
||||
#include <NCollection_Array1.hxx>
|
||||
|
||||
typedef NCollection_Array1<Handle(IGESSolid_VertexList)> IGESSolid_Array1OfVertexList;
|
||||
|
||||
|
||||
#endif
|
27
src/IGESSolid/IGESSolid_HArray1OfFace.hxx
Normal file
27
src/IGESSolid/IGESSolid_HArray1OfFace.hxx
Normal file
@@ -0,0 +1,27 @@
|
||||
// Created on: 1993-01-11
|
||||
// Created by: SIVA
|
||||
// Copyright (c) 1993-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 IGESSolid_HArray1OfFace_HeaderFile
|
||||
#define IGESSolid_HArray1OfFace_HeaderFile
|
||||
|
||||
#include <IGESSolid_Face.hxx>
|
||||
#include <IGESSolid_Array1OfFace.hxx>
|
||||
#include <NCollection_DefineHArray1.hxx>
|
||||
|
||||
DEFINE_HARRAY1(IGESSolid_HArray1OfFace, IGESSolid_Array1OfFace)
|
||||
|
||||
|
||||
#endif
|
27
src/IGESSolid/IGESSolid_HArray1OfLoop.hxx
Normal file
27
src/IGESSolid/IGESSolid_HArray1OfLoop.hxx
Normal file
@@ -0,0 +1,27 @@
|
||||
// Created on: 1993-01-11
|
||||
// Created by: SIVA
|
||||
// Copyright (c) 1993-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 IGESSolid_HArray1OfLoop_HeaderFile
|
||||
#define IGESSolid_HArray1OfLoop_HeaderFile
|
||||
|
||||
#include <IGESSolid_Loop.hxx>
|
||||
#include <IGESSolid_Array1OfLoop.hxx>
|
||||
#include <NCollection_DefineHArray1.hxx>
|
||||
|
||||
DEFINE_HARRAY1(IGESSolid_HArray1OfLoop, IGESSolid_Array1OfLoop)
|
||||
|
||||
|
||||
#endif
|
27
src/IGESSolid/IGESSolid_HArray1OfShell.hxx
Normal file
27
src/IGESSolid/IGESSolid_HArray1OfShell.hxx
Normal file
@@ -0,0 +1,27 @@
|
||||
// Created on: 1993-01-11
|
||||
// Created by: SIVA
|
||||
// Copyright (c) 1993-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 IGESSolid_HArray1OfShell_HeaderFile
|
||||
#define IGESSolid_HArray1OfShell_HeaderFile
|
||||
|
||||
#include <IGESSolid_Shell.hxx>
|
||||
#include <IGESSolid_Array1OfShell.hxx>
|
||||
#include <NCollection_DefineHArray1.hxx>
|
||||
|
||||
DEFINE_HARRAY1(IGESSolid_HArray1OfShell, IGESSolid_Array1OfShell)
|
||||
|
||||
|
||||
#endif
|
27
src/IGESSolid/IGESSolid_HArray1OfVertexList.hxx
Normal file
27
src/IGESSolid/IGESSolid_HArray1OfVertexList.hxx
Normal file
@@ -0,0 +1,27 @@
|
||||
// Created on: 1993-01-11
|
||||
// Created by: SIVA
|
||||
// Copyright (c) 1993-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 IGESSolid_HArray1OfVertexList_HeaderFile
|
||||
#define IGESSolid_HArray1OfVertexList_HeaderFile
|
||||
|
||||
#include <IGESSolid_VertexList.hxx>
|
||||
#include <IGESSolid_Array1OfVertexList.hxx>
|
||||
#include <NCollection_DefineHArray1.hxx>
|
||||
|
||||
DEFINE_HARRAY1(IGESSolid_HArray1OfVertexList, IGESSolid_Array1OfVertexList)
|
||||
|
||||
|
||||
#endif
|
Reference in New Issue
Block a user