1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-08-09 13:22:24 +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:
abv
2015-06-28 15:16:42 +03:00
parent 4f953fa991
commit df8d39700d
1424 changed files with 28413 additions and 2013 deletions

20
src/StepShape/FILES Normal file
View File

@@ -0,0 +1,20 @@
StepShape_Array1OfOrientedClosedShell.hxx
StepShape_HArray1OfOrientedClosedShell.hxx
StepShape_Array1OfEdge.hxx
StepShape_HArray1OfEdge.hxx
StepShape_Array1OfFace.hxx
StepShape_HArray1OfFace.hxx
StepShape_Array1OfFaceBound.hxx
StepShape_HArray1OfFaceBound.hxx
StepShape_Array1OfConnectedEdgeSet.hxx
StepShape_HArray1OfConnectedEdgeSet.hxx
StepShape_Array1OfConnectedFaceSet.hxx
StepShape_HArray1OfConnectedFaceSet.hxx
StepShape_Array1OfGeometricSetSelect.hxx
StepShape_HArray1OfGeometricSetSelect.hxx
StepShape_Array1OfOrientedEdge.hxx
StepShape_HArray1OfOrientedEdge.hxx
StepShape_Array1OfShell.hxx
StepShape_HArray1OfShell.hxx
StepShape_Array1OfValueQualifier.hxx
StepShape_HArray1OfValueQualifier.hxx

View File

@@ -182,32 +182,32 @@ class BoxDomain;
class ContextDependentShapeRepresentation;
class Array1OfOrientedClosedShell instantiates Array1 from TCollection (OrientedClosedShell);
class HArray1OfOrientedClosedShell instantiates HArray1 from TCollection (OrientedClosedShell,Array1OfOrientedClosedShell from StepShape);
imported Array1OfOrientedClosedShell;
imported transient class HArray1OfOrientedClosedShell;
class Array1OfEdge instantiates Array1 from TCollection (Edge);
class HArray1OfEdge instantiates HArray1 from TCollection (Edge,Array1OfEdge from StepShape);
imported Array1OfEdge;
imported transient class HArray1OfEdge;
class Array1OfFace instantiates Array1 from TCollection (Face);
class HArray1OfFace instantiates HArray1 from TCollection (Face,Array1OfFace from StepShape);
imported Array1OfFace;
imported transient class HArray1OfFace;
class Array1OfFaceBound instantiates Array1 from TCollection (FaceBound);
class HArray1OfFaceBound instantiates HArray1 from TCollection (FaceBound,Array1OfFaceBound from StepShape);
imported Array1OfFaceBound;
imported transient class HArray1OfFaceBound;
class Array1OfConnectedEdgeSet instantiates Array1 from TCollection (ConnectedEdgeSet);
class HArray1OfConnectedEdgeSet instantiates HArray1 from TCollection (ConnectedEdgeSet,Array1OfConnectedEdgeSet from StepShape);
imported Array1OfConnectedEdgeSet;
imported transient class HArray1OfConnectedEdgeSet;
class Array1OfConnectedFaceSet instantiates Array1 from TCollection (ConnectedFaceSet);
class HArray1OfConnectedFaceSet instantiates HArray1 from TCollection (ConnectedFaceSet,Array1OfConnectedFaceSet from StepShape);
imported Array1OfConnectedFaceSet;
imported transient class HArray1OfConnectedFaceSet;
class Array1OfGeometricSetSelect instantiates Array1 from TCollection (GeometricSetSelect);
class HArray1OfGeometricSetSelect instantiates HArray1 from TCollection (GeometricSetSelect,Array1OfGeometricSetSelect from StepShape);
imported Array1OfGeometricSetSelect;
imported transient class HArray1OfGeometricSetSelect;
class Array1OfOrientedEdge instantiates Array1 from TCollection (OrientedEdge);
class HArray1OfOrientedEdge instantiates HArray1 from TCollection (OrientedEdge,Array1OfOrientedEdge from StepShape);
imported Array1OfOrientedEdge;
imported transient class HArray1OfOrientedEdge;
class Array1OfShell instantiates Array1 from TCollection (Shell);
class HArray1OfShell instantiates HArray1 from TCollection (Shell,Array1OfShell from StepShape);
imported Array1OfShell;
imported transient class HArray1OfShell;
-- ABV 18 Apr 00: for dimensions and tolerances (Part 47)
enumeration AngleRelator is
@@ -240,9 +240,8 @@ class HArray1OfShell instantiates HArray1 from TCollection (Shell,Array1OfShell
class QualifiedRepresentationItem;
class MeasureRepresentationItemAndQualifiedRepresentationItem;
class Array1OfValueQualifier instantiates Array1 from TCollection (ValueQualifier);
class HArray1OfValueQualifier instantiates HArray1 from TCollection
(ValueQualifier,Array1OfValueQualifier);
imported Array1OfValueQualifier;
imported transient class HArray1OfValueQualifier;
--added for AP209

View File

@@ -0,0 +1,26 @@
// Created on: 1995-12-01
// Created by: EXPRESS->CDL V0.2 Translator
// Copyright (c) 1995-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 StepShape_Array1OfConnectedEdgeSet_HeaderFile
#define StepShape_Array1OfConnectedEdgeSet_HeaderFile
#include <StepShape_ConnectedEdgeSet.hxx>
#include <NCollection_Array1.hxx>
typedef NCollection_Array1<Handle(StepShape_ConnectedEdgeSet)> StepShape_Array1OfConnectedEdgeSet;
#endif

View File

@@ -0,0 +1,26 @@
// Created on: 1995-12-01
// Created by: EXPRESS->CDL V0.2 Translator
// Copyright (c) 1995-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 StepShape_Array1OfConnectedFaceSet_HeaderFile
#define StepShape_Array1OfConnectedFaceSet_HeaderFile
#include <StepShape_ConnectedFaceSet.hxx>
#include <NCollection_Array1.hxx>
typedef NCollection_Array1<Handle(StepShape_ConnectedFaceSet)> StepShape_Array1OfConnectedFaceSet;
#endif

View File

@@ -0,0 +1,26 @@
// Created on: 1995-12-01
// Created by: EXPRESS->CDL V0.2 Translator
// Copyright (c) 1995-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 StepShape_Array1OfEdge_HeaderFile
#define StepShape_Array1OfEdge_HeaderFile
#include <StepShape_Edge.hxx>
#include <NCollection_Array1.hxx>
typedef NCollection_Array1<Handle(StepShape_Edge)> StepShape_Array1OfEdge;
#endif

View File

@@ -0,0 +1,26 @@
// Created on: 1995-12-01
// Created by: EXPRESS->CDL V0.2 Translator
// Copyright (c) 1995-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 StepShape_Array1OfFace_HeaderFile
#define StepShape_Array1OfFace_HeaderFile
#include <StepShape_Face.hxx>
#include <NCollection_Array1.hxx>
typedef NCollection_Array1<Handle(StepShape_Face)> StepShape_Array1OfFace;
#endif

View File

@@ -0,0 +1,26 @@
// Created on: 1995-12-01
// Created by: EXPRESS->CDL V0.2 Translator
// Copyright (c) 1995-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 StepShape_Array1OfFaceBound_HeaderFile
#define StepShape_Array1OfFaceBound_HeaderFile
#include <StepShape_FaceBound.hxx>
#include <NCollection_Array1.hxx>
typedef NCollection_Array1<Handle(StepShape_FaceBound)> StepShape_Array1OfFaceBound;
#endif

View File

@@ -0,0 +1,26 @@
// Created on: 1995-12-01
// Created by: EXPRESS->CDL V0.2 Translator
// Copyright (c) 1995-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 StepShape_Array1OfGeometricSetSelect_HeaderFile
#define StepShape_Array1OfGeometricSetSelect_HeaderFile
#include <StepShape_GeometricSetSelect.hxx>
#include <NCollection_Array1.hxx>
typedef NCollection_Array1<StepShape_GeometricSetSelect> StepShape_Array1OfGeometricSetSelect;
#endif

View File

@@ -0,0 +1,26 @@
// Created on: 1995-12-01
// Created by: EXPRESS->CDL V0.2 Translator
// Copyright (c) 1995-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 StepShape_Array1OfOrientedClosedShell_HeaderFile
#define StepShape_Array1OfOrientedClosedShell_HeaderFile
#include <StepShape_OrientedClosedShell.hxx>
#include <NCollection_Array1.hxx>
typedef NCollection_Array1<Handle(StepShape_OrientedClosedShell)> StepShape_Array1OfOrientedClosedShell;
#endif

View File

@@ -0,0 +1,26 @@
// Created on: 1995-12-01
// Created by: EXPRESS->CDL V0.2 Translator
// Copyright (c) 1995-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 StepShape_Array1OfOrientedEdge_HeaderFile
#define StepShape_Array1OfOrientedEdge_HeaderFile
#include <StepShape_OrientedEdge.hxx>
#include <NCollection_Array1.hxx>
typedef NCollection_Array1<Handle(StepShape_OrientedEdge)> StepShape_Array1OfOrientedEdge;
#endif

View File

@@ -0,0 +1,26 @@
// Created on: 1995-12-01
// Created by: EXPRESS->CDL V0.2 Translator
// Copyright (c) 1995-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 StepShape_Array1OfShell_HeaderFile
#define StepShape_Array1OfShell_HeaderFile
#include <StepShape_Shell.hxx>
#include <NCollection_Array1.hxx>
typedef NCollection_Array1<StepShape_Shell> StepShape_Array1OfShell;
#endif

View File

@@ -0,0 +1,26 @@
// Created on: 1995-12-01
// Created by: EXPRESS->CDL V0.2 Translator
// Copyright (c) 1995-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 StepShape_Array1OfValueQualifier_HeaderFile
#define StepShape_Array1OfValueQualifier_HeaderFile
#include <StepShape_ValueQualifier.hxx>
#include <NCollection_Array1.hxx>
typedef NCollection_Array1<StepShape_ValueQualifier> StepShape_Array1OfValueQualifier;
#endif

View File

@@ -0,0 +1,27 @@
// Created on: 1995-12-01
// Created by: EXPRESS->CDL V0.2 Translator
// Copyright (c) 1995-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 StepShape_HArray1OfConnectedEdgeSet_HeaderFile
#define StepShape_HArray1OfConnectedEdgeSet_HeaderFile
#include <StepShape_ConnectedEdgeSet.hxx>
#include <StepShape_Array1OfConnectedEdgeSet.hxx>
#include <NCollection_DefineHArray1.hxx>
DEFINE_HARRAY1(StepShape_HArray1OfConnectedEdgeSet, StepShape_Array1OfConnectedEdgeSet)
#endif

View File

@@ -0,0 +1,27 @@
// Created on: 1995-12-01
// Created by: EXPRESS->CDL V0.2 Translator
// Copyright (c) 1995-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 StepShape_HArray1OfConnectedFaceSet_HeaderFile
#define StepShape_HArray1OfConnectedFaceSet_HeaderFile
#include <StepShape_ConnectedFaceSet.hxx>
#include <StepShape_Array1OfConnectedFaceSet.hxx>
#include <NCollection_DefineHArray1.hxx>
DEFINE_HARRAY1(StepShape_HArray1OfConnectedFaceSet, StepShape_Array1OfConnectedFaceSet)
#endif

View File

@@ -0,0 +1,27 @@
// Created on: 1995-12-01
// Created by: EXPRESS->CDL V0.2 Translator
// Copyright (c) 1995-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 StepShape_HArray1OfEdge_HeaderFile
#define StepShape_HArray1OfEdge_HeaderFile
#include <StepShape_Edge.hxx>
#include <StepShape_Array1OfEdge.hxx>
#include <NCollection_DefineHArray1.hxx>
DEFINE_HARRAY1(StepShape_HArray1OfEdge, StepShape_Array1OfEdge)
#endif

View File

@@ -0,0 +1,27 @@
// Created on: 1995-12-01
// Created by: EXPRESS->CDL V0.2 Translator
// Copyright (c) 1995-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 StepShape_HArray1OfFace_HeaderFile
#define StepShape_HArray1OfFace_HeaderFile
#include <StepShape_Face.hxx>
#include <StepShape_Array1OfFace.hxx>
#include <NCollection_DefineHArray1.hxx>
DEFINE_HARRAY1(StepShape_HArray1OfFace, StepShape_Array1OfFace)
#endif

View File

@@ -0,0 +1,27 @@
// Created on: 1995-12-01
// Created by: EXPRESS->CDL V0.2 Translator
// Copyright (c) 1995-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 StepShape_HArray1OfFaceBound_HeaderFile
#define StepShape_HArray1OfFaceBound_HeaderFile
#include <StepShape_FaceBound.hxx>
#include <StepShape_Array1OfFaceBound.hxx>
#include <NCollection_DefineHArray1.hxx>
DEFINE_HARRAY1(StepShape_HArray1OfFaceBound, StepShape_Array1OfFaceBound)
#endif

View File

@@ -0,0 +1,27 @@
// Created on: 1995-12-01
// Created by: EXPRESS->CDL V0.2 Translator
// Copyright (c) 1995-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 StepShape_HArray1OfGeometricSetSelect_HeaderFile
#define StepShape_HArray1OfGeometricSetSelect_HeaderFile
#include <StepShape_GeometricSetSelect.hxx>
#include <StepShape_Array1OfGeometricSetSelect.hxx>
#include <NCollection_DefineHArray1.hxx>
DEFINE_HARRAY1(StepShape_HArray1OfGeometricSetSelect, StepShape_Array1OfGeometricSetSelect)
#endif

View File

@@ -0,0 +1,27 @@
// Created on: 1995-12-01
// Created by: EXPRESS->CDL V0.2 Translator
// Copyright (c) 1995-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 StepShape_HArray1OfOrientedClosedShell_HeaderFile
#define StepShape_HArray1OfOrientedClosedShell_HeaderFile
#include <StepShape_OrientedClosedShell.hxx>
#include <StepShape_Array1OfOrientedClosedShell.hxx>
#include <NCollection_DefineHArray1.hxx>
DEFINE_HARRAY1(StepShape_HArray1OfOrientedClosedShell, StepShape_Array1OfOrientedClosedShell)
#endif

View File

@@ -0,0 +1,27 @@
// Created on: 1995-12-01
// Created by: EXPRESS->CDL V0.2 Translator
// Copyright (c) 1995-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 StepShape_HArray1OfOrientedEdge_HeaderFile
#define StepShape_HArray1OfOrientedEdge_HeaderFile
#include <StepShape_OrientedEdge.hxx>
#include <StepShape_Array1OfOrientedEdge.hxx>
#include <NCollection_DefineHArray1.hxx>
DEFINE_HARRAY1(StepShape_HArray1OfOrientedEdge, StepShape_Array1OfOrientedEdge)
#endif

View File

@@ -0,0 +1,27 @@
// Created on: 1995-12-01
// Created by: EXPRESS->CDL V0.2 Translator
// Copyright (c) 1995-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 StepShape_HArray1OfShell_HeaderFile
#define StepShape_HArray1OfShell_HeaderFile
#include <StepShape_Shell.hxx>
#include <StepShape_Array1OfShell.hxx>
#include <NCollection_DefineHArray1.hxx>
DEFINE_HARRAY1(StepShape_HArray1OfShell, StepShape_Array1OfShell)
#endif

View File

@@ -0,0 +1,27 @@
// Created on: 1995-12-01
// Created by: EXPRESS->CDL V0.2 Translator
// Copyright (c) 1995-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 StepShape_HArray1OfValueQualifier_HeaderFile
#define StepShape_HArray1OfValueQualifier_HeaderFile
#include <StepShape_ValueQualifier.hxx>
#include <StepShape_Array1OfValueQualifier.hxx>
#include <NCollection_DefineHArray1.hxx>
DEFINE_HARRAY1(StepShape_HArray1OfValueQualifier, StepShape_Array1OfValueQualifier)
#endif