mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-08-19 13:40:49 +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:
20
src/StepAP203/FILES
Normal file
20
src/StepAP203/FILES
Normal file
@@ -0,0 +1,20 @@
|
||||
StepAP203_Array1OfApprovedItem.hxx
|
||||
StepAP203_HArray1OfApprovedItem.hxx
|
||||
StepAP203_Array1OfCertifiedItem.hxx
|
||||
StepAP203_HArray1OfCertifiedItem.hxx
|
||||
StepAP203_Array1OfClassifiedItem.hxx
|
||||
StepAP203_HArray1OfClassifiedItem.hxx
|
||||
StepAP203_Array1OfContractedItem.hxx
|
||||
StepAP203_HArray1OfContractedItem.hxx
|
||||
StepAP203_Array1OfDateTimeItem.hxx
|
||||
StepAP203_HArray1OfDateTimeItem.hxx
|
||||
StepAP203_Array1OfPersonOrganizationItem.hxx
|
||||
StepAP203_HArray1OfPersonOrganizationItem.hxx
|
||||
StepAP203_Array1OfSpecifiedItem.hxx
|
||||
StepAP203_HArray1OfSpecifiedItem.hxx
|
||||
StepAP203_Array1OfWorkItem.hxx
|
||||
StepAP203_HArray1OfWorkItem.hxx
|
||||
StepAP203_Array1OfChangeRequestItem.hxx
|
||||
StepAP203_HArray1OfChangeRequestItem.hxx
|
||||
StepAP203_Array1OfStartRequestItem.hxx
|
||||
StepAP203_HArray1OfStartRequestItem.hxx
|
@@ -47,54 +47,34 @@ is
|
||||
class StartWork;
|
||||
class WorkItem;
|
||||
|
||||
class Array1OfApprovedItem instantiates
|
||||
Array1 from TCollection (ApprovedItem);
|
||||
class HArray1OfApprovedItem instantiates
|
||||
HArray1 from TCollection (ApprovedItem, Array1OfApprovedItem);
|
||||
imported Array1OfApprovedItem;
|
||||
imported transient class HArray1OfApprovedItem;
|
||||
|
||||
class Array1OfCertifiedItem instantiates
|
||||
Array1 from TCollection (CertifiedItem);
|
||||
class HArray1OfCertifiedItem instantiates
|
||||
HArray1 from TCollection (CertifiedItem, Array1OfCertifiedItem);
|
||||
imported Array1OfCertifiedItem;
|
||||
imported transient class HArray1OfCertifiedItem;
|
||||
|
||||
class Array1OfClassifiedItem instantiates
|
||||
Array1 from TCollection (ClassifiedItem);
|
||||
class HArray1OfClassifiedItem instantiates
|
||||
HArray1 from TCollection (ClassifiedItem, Array1OfClassifiedItem);
|
||||
imported Array1OfClassifiedItem;
|
||||
imported transient class HArray1OfClassifiedItem;
|
||||
|
||||
class Array1OfContractedItem instantiates
|
||||
Array1 from TCollection (ContractedItem);
|
||||
class HArray1OfContractedItem instantiates
|
||||
HArray1 from TCollection (ContractedItem, Array1OfContractedItem);
|
||||
imported Array1OfContractedItem;
|
||||
imported transient class HArray1OfContractedItem;
|
||||
|
||||
class Array1OfDateTimeItem instantiates
|
||||
Array1 from TCollection (DateTimeItem);
|
||||
class HArray1OfDateTimeItem instantiates
|
||||
HArray1 from TCollection (DateTimeItem, Array1OfDateTimeItem);
|
||||
imported Array1OfDateTimeItem;
|
||||
imported transient class HArray1OfDateTimeItem;
|
||||
|
||||
class Array1OfPersonOrganizationItem instantiates
|
||||
Array1 from TCollection (PersonOrganizationItem);
|
||||
class HArray1OfPersonOrganizationItem instantiates
|
||||
HArray1 from TCollection (PersonOrganizationItem, Array1OfPersonOrganizationItem);
|
||||
imported Array1OfPersonOrganizationItem;
|
||||
imported transient class HArray1OfPersonOrganizationItem;
|
||||
|
||||
class Array1OfSpecifiedItem instantiates
|
||||
Array1 from TCollection (SpecifiedItem);
|
||||
class HArray1OfSpecifiedItem instantiates
|
||||
HArray1 from TCollection (SpecifiedItem, Array1OfSpecifiedItem);
|
||||
imported Array1OfSpecifiedItem;
|
||||
imported transient class HArray1OfSpecifiedItem;
|
||||
|
||||
class Array1OfWorkItem instantiates
|
||||
Array1 from TCollection (WorkItem);
|
||||
class HArray1OfWorkItem instantiates
|
||||
HArray1 from TCollection (WorkItem, Array1OfWorkItem);
|
||||
imported Array1OfWorkItem;
|
||||
imported transient class HArray1OfWorkItem;
|
||||
|
||||
class Array1OfChangeRequestItem instantiates
|
||||
Array1 from TCollection (ChangeRequestItem);
|
||||
class HArray1OfChangeRequestItem instantiates
|
||||
HArray1 from TCollection (ChangeRequestItem, Array1OfChangeRequestItem);
|
||||
imported Array1OfChangeRequestItem;
|
||||
imported transient class HArray1OfChangeRequestItem;
|
||||
|
||||
class Array1OfStartRequestItem instantiates
|
||||
Array1 from TCollection (StartRequestItem);
|
||||
class HArray1OfStartRequestItem instantiates
|
||||
HArray1 from TCollection (StartRequestItem, Array1OfStartRequestItem);
|
||||
imported Array1OfStartRequestItem;
|
||||
imported transient class HArray1OfStartRequestItem;
|
||||
|
||||
end StepAP203;
|
||||
|
26
src/StepAP203/StepAP203_Array1OfApprovedItem.hxx
Normal file
26
src/StepAP203/StepAP203_Array1OfApprovedItem.hxx
Normal file
@@ -0,0 +1,26 @@
|
||||
// Created on: 1999-11-09
|
||||
// Created by: data exchange team
|
||||
// Copyright (c) 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 StepAP203_Array1OfApprovedItem_HeaderFile
|
||||
#define StepAP203_Array1OfApprovedItem_HeaderFile
|
||||
|
||||
#include <StepAP203_ApprovedItem.hxx>
|
||||
#include <NCollection_Array1.hxx>
|
||||
|
||||
typedef NCollection_Array1<StepAP203_ApprovedItem> StepAP203_Array1OfApprovedItem;
|
||||
|
||||
|
||||
#endif
|
26
src/StepAP203/StepAP203_Array1OfCertifiedItem.hxx
Normal file
26
src/StepAP203/StepAP203_Array1OfCertifiedItem.hxx
Normal file
@@ -0,0 +1,26 @@
|
||||
// Created on: 1999-11-09
|
||||
// Created by: data exchange team
|
||||
// Copyright (c) 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 StepAP203_Array1OfCertifiedItem_HeaderFile
|
||||
#define StepAP203_Array1OfCertifiedItem_HeaderFile
|
||||
|
||||
#include <StepAP203_CertifiedItem.hxx>
|
||||
#include <NCollection_Array1.hxx>
|
||||
|
||||
typedef NCollection_Array1<StepAP203_CertifiedItem> StepAP203_Array1OfCertifiedItem;
|
||||
|
||||
|
||||
#endif
|
26
src/StepAP203/StepAP203_Array1OfChangeRequestItem.hxx
Normal file
26
src/StepAP203/StepAP203_Array1OfChangeRequestItem.hxx
Normal file
@@ -0,0 +1,26 @@
|
||||
// Created on: 1999-11-09
|
||||
// Created by: data exchange team
|
||||
// Copyright (c) 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 StepAP203_Array1OfChangeRequestItem_HeaderFile
|
||||
#define StepAP203_Array1OfChangeRequestItem_HeaderFile
|
||||
|
||||
#include <StepAP203_ChangeRequestItem.hxx>
|
||||
#include <NCollection_Array1.hxx>
|
||||
|
||||
typedef NCollection_Array1<StepAP203_ChangeRequestItem> StepAP203_Array1OfChangeRequestItem;
|
||||
|
||||
|
||||
#endif
|
26
src/StepAP203/StepAP203_Array1OfClassifiedItem.hxx
Normal file
26
src/StepAP203/StepAP203_Array1OfClassifiedItem.hxx
Normal file
@@ -0,0 +1,26 @@
|
||||
// Created on: 1999-11-09
|
||||
// Created by: data exchange team
|
||||
// Copyright (c) 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 StepAP203_Array1OfClassifiedItem_HeaderFile
|
||||
#define StepAP203_Array1OfClassifiedItem_HeaderFile
|
||||
|
||||
#include <StepAP203_ClassifiedItem.hxx>
|
||||
#include <NCollection_Array1.hxx>
|
||||
|
||||
typedef NCollection_Array1<StepAP203_ClassifiedItem> StepAP203_Array1OfClassifiedItem;
|
||||
|
||||
|
||||
#endif
|
26
src/StepAP203/StepAP203_Array1OfContractedItem.hxx
Normal file
26
src/StepAP203/StepAP203_Array1OfContractedItem.hxx
Normal file
@@ -0,0 +1,26 @@
|
||||
// Created on: 1999-11-09
|
||||
// Created by: data exchange team
|
||||
// Copyright (c) 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 StepAP203_Array1OfContractedItem_HeaderFile
|
||||
#define StepAP203_Array1OfContractedItem_HeaderFile
|
||||
|
||||
#include <StepAP203_ContractedItem.hxx>
|
||||
#include <NCollection_Array1.hxx>
|
||||
|
||||
typedef NCollection_Array1<StepAP203_ContractedItem> StepAP203_Array1OfContractedItem;
|
||||
|
||||
|
||||
#endif
|
26
src/StepAP203/StepAP203_Array1OfDateTimeItem.hxx
Normal file
26
src/StepAP203/StepAP203_Array1OfDateTimeItem.hxx
Normal file
@@ -0,0 +1,26 @@
|
||||
// Created on: 1999-11-09
|
||||
// Created by: data exchange team
|
||||
// Copyright (c) 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 StepAP203_Array1OfDateTimeItem_HeaderFile
|
||||
#define StepAP203_Array1OfDateTimeItem_HeaderFile
|
||||
|
||||
#include <StepAP203_DateTimeItem.hxx>
|
||||
#include <NCollection_Array1.hxx>
|
||||
|
||||
typedef NCollection_Array1<StepAP203_DateTimeItem> StepAP203_Array1OfDateTimeItem;
|
||||
|
||||
|
||||
#endif
|
26
src/StepAP203/StepAP203_Array1OfPersonOrganizationItem.hxx
Normal file
26
src/StepAP203/StepAP203_Array1OfPersonOrganizationItem.hxx
Normal file
@@ -0,0 +1,26 @@
|
||||
// Created on: 1999-11-09
|
||||
// Created by: data exchange team
|
||||
// Copyright (c) 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 StepAP203_Array1OfPersonOrganizationItem_HeaderFile
|
||||
#define StepAP203_Array1OfPersonOrganizationItem_HeaderFile
|
||||
|
||||
#include <StepAP203_PersonOrganizationItem.hxx>
|
||||
#include <NCollection_Array1.hxx>
|
||||
|
||||
typedef NCollection_Array1<StepAP203_PersonOrganizationItem> StepAP203_Array1OfPersonOrganizationItem;
|
||||
|
||||
|
||||
#endif
|
26
src/StepAP203/StepAP203_Array1OfSpecifiedItem.hxx
Normal file
26
src/StepAP203/StepAP203_Array1OfSpecifiedItem.hxx
Normal file
@@ -0,0 +1,26 @@
|
||||
// Created on: 1999-11-09
|
||||
// Created by: data exchange team
|
||||
// Copyright (c) 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 StepAP203_Array1OfSpecifiedItem_HeaderFile
|
||||
#define StepAP203_Array1OfSpecifiedItem_HeaderFile
|
||||
|
||||
#include <StepAP203_SpecifiedItem.hxx>
|
||||
#include <NCollection_Array1.hxx>
|
||||
|
||||
typedef NCollection_Array1<StepAP203_SpecifiedItem> StepAP203_Array1OfSpecifiedItem;
|
||||
|
||||
|
||||
#endif
|
26
src/StepAP203/StepAP203_Array1OfStartRequestItem.hxx
Normal file
26
src/StepAP203/StepAP203_Array1OfStartRequestItem.hxx
Normal file
@@ -0,0 +1,26 @@
|
||||
// Created on: 1999-11-09
|
||||
// Created by: data exchange team
|
||||
// Copyright (c) 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 StepAP203_Array1OfStartRequestItem_HeaderFile
|
||||
#define StepAP203_Array1OfStartRequestItem_HeaderFile
|
||||
|
||||
#include <StepAP203_StartRequestItem.hxx>
|
||||
#include <NCollection_Array1.hxx>
|
||||
|
||||
typedef NCollection_Array1<StepAP203_StartRequestItem> StepAP203_Array1OfStartRequestItem;
|
||||
|
||||
|
||||
#endif
|
26
src/StepAP203/StepAP203_Array1OfWorkItem.hxx
Normal file
26
src/StepAP203/StepAP203_Array1OfWorkItem.hxx
Normal file
@@ -0,0 +1,26 @@
|
||||
// Created on: 1999-11-09
|
||||
// Created by: data exchange team
|
||||
// Copyright (c) 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 StepAP203_Array1OfWorkItem_HeaderFile
|
||||
#define StepAP203_Array1OfWorkItem_HeaderFile
|
||||
|
||||
#include <StepAP203_WorkItem.hxx>
|
||||
#include <NCollection_Array1.hxx>
|
||||
|
||||
typedef NCollection_Array1<StepAP203_WorkItem> StepAP203_Array1OfWorkItem;
|
||||
|
||||
|
||||
#endif
|
27
src/StepAP203/StepAP203_HArray1OfApprovedItem.hxx
Normal file
27
src/StepAP203/StepAP203_HArray1OfApprovedItem.hxx
Normal file
@@ -0,0 +1,27 @@
|
||||
// Created on: 1999-11-09
|
||||
// Created by: data exchange team
|
||||
// Copyright (c) 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 StepAP203_HArray1OfApprovedItem_HeaderFile
|
||||
#define StepAP203_HArray1OfApprovedItem_HeaderFile
|
||||
|
||||
#include <StepAP203_ApprovedItem.hxx>
|
||||
#include <StepAP203_Array1OfApprovedItem.hxx>
|
||||
#include <NCollection_DefineHArray1.hxx>
|
||||
|
||||
DEFINE_HARRAY1(StepAP203_HArray1OfApprovedItem, StepAP203_Array1OfApprovedItem)
|
||||
|
||||
|
||||
#endif
|
27
src/StepAP203/StepAP203_HArray1OfCertifiedItem.hxx
Normal file
27
src/StepAP203/StepAP203_HArray1OfCertifiedItem.hxx
Normal file
@@ -0,0 +1,27 @@
|
||||
// Created on: 1999-11-09
|
||||
// Created by: data exchange team
|
||||
// Copyright (c) 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 StepAP203_HArray1OfCertifiedItem_HeaderFile
|
||||
#define StepAP203_HArray1OfCertifiedItem_HeaderFile
|
||||
|
||||
#include <StepAP203_CertifiedItem.hxx>
|
||||
#include <StepAP203_Array1OfCertifiedItem.hxx>
|
||||
#include <NCollection_DefineHArray1.hxx>
|
||||
|
||||
DEFINE_HARRAY1(StepAP203_HArray1OfCertifiedItem, StepAP203_Array1OfCertifiedItem)
|
||||
|
||||
|
||||
#endif
|
27
src/StepAP203/StepAP203_HArray1OfChangeRequestItem.hxx
Normal file
27
src/StepAP203/StepAP203_HArray1OfChangeRequestItem.hxx
Normal file
@@ -0,0 +1,27 @@
|
||||
// Created on: 1999-11-09
|
||||
// Created by: data exchange team
|
||||
// Copyright (c) 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 StepAP203_HArray1OfChangeRequestItem_HeaderFile
|
||||
#define StepAP203_HArray1OfChangeRequestItem_HeaderFile
|
||||
|
||||
#include <StepAP203_ChangeRequestItem.hxx>
|
||||
#include <StepAP203_Array1OfChangeRequestItem.hxx>
|
||||
#include <NCollection_DefineHArray1.hxx>
|
||||
|
||||
DEFINE_HARRAY1(StepAP203_HArray1OfChangeRequestItem, StepAP203_Array1OfChangeRequestItem)
|
||||
|
||||
|
||||
#endif
|
27
src/StepAP203/StepAP203_HArray1OfClassifiedItem.hxx
Normal file
27
src/StepAP203/StepAP203_HArray1OfClassifiedItem.hxx
Normal file
@@ -0,0 +1,27 @@
|
||||
// Created on: 1999-11-09
|
||||
// Created by: data exchange team
|
||||
// Copyright (c) 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 StepAP203_HArray1OfClassifiedItem_HeaderFile
|
||||
#define StepAP203_HArray1OfClassifiedItem_HeaderFile
|
||||
|
||||
#include <StepAP203_ClassifiedItem.hxx>
|
||||
#include <StepAP203_Array1OfClassifiedItem.hxx>
|
||||
#include <NCollection_DefineHArray1.hxx>
|
||||
|
||||
DEFINE_HARRAY1(StepAP203_HArray1OfClassifiedItem, StepAP203_Array1OfClassifiedItem)
|
||||
|
||||
|
||||
#endif
|
27
src/StepAP203/StepAP203_HArray1OfContractedItem.hxx
Normal file
27
src/StepAP203/StepAP203_HArray1OfContractedItem.hxx
Normal file
@@ -0,0 +1,27 @@
|
||||
// Created on: 1999-11-09
|
||||
// Created by: data exchange team
|
||||
// Copyright (c) 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 StepAP203_HArray1OfContractedItem_HeaderFile
|
||||
#define StepAP203_HArray1OfContractedItem_HeaderFile
|
||||
|
||||
#include <StepAP203_ContractedItem.hxx>
|
||||
#include <StepAP203_Array1OfContractedItem.hxx>
|
||||
#include <NCollection_DefineHArray1.hxx>
|
||||
|
||||
DEFINE_HARRAY1(StepAP203_HArray1OfContractedItem, StepAP203_Array1OfContractedItem)
|
||||
|
||||
|
||||
#endif
|
27
src/StepAP203/StepAP203_HArray1OfDateTimeItem.hxx
Normal file
27
src/StepAP203/StepAP203_HArray1OfDateTimeItem.hxx
Normal file
@@ -0,0 +1,27 @@
|
||||
// Created on: 1999-11-09
|
||||
// Created by: data exchange team
|
||||
// Copyright (c) 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 StepAP203_HArray1OfDateTimeItem_HeaderFile
|
||||
#define StepAP203_HArray1OfDateTimeItem_HeaderFile
|
||||
|
||||
#include <StepAP203_DateTimeItem.hxx>
|
||||
#include <StepAP203_Array1OfDateTimeItem.hxx>
|
||||
#include <NCollection_DefineHArray1.hxx>
|
||||
|
||||
DEFINE_HARRAY1(StepAP203_HArray1OfDateTimeItem, StepAP203_Array1OfDateTimeItem)
|
||||
|
||||
|
||||
#endif
|
27
src/StepAP203/StepAP203_HArray1OfPersonOrganizationItem.hxx
Normal file
27
src/StepAP203/StepAP203_HArray1OfPersonOrganizationItem.hxx
Normal file
@@ -0,0 +1,27 @@
|
||||
// Created on: 1999-11-09
|
||||
// Created by: data exchange team
|
||||
// Copyright (c) 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 StepAP203_HArray1OfPersonOrganizationItem_HeaderFile
|
||||
#define StepAP203_HArray1OfPersonOrganizationItem_HeaderFile
|
||||
|
||||
#include <StepAP203_PersonOrganizationItem.hxx>
|
||||
#include <StepAP203_Array1OfPersonOrganizationItem.hxx>
|
||||
#include <NCollection_DefineHArray1.hxx>
|
||||
|
||||
DEFINE_HARRAY1(StepAP203_HArray1OfPersonOrganizationItem, StepAP203_Array1OfPersonOrganizationItem)
|
||||
|
||||
|
||||
#endif
|
27
src/StepAP203/StepAP203_HArray1OfSpecifiedItem.hxx
Normal file
27
src/StepAP203/StepAP203_HArray1OfSpecifiedItem.hxx
Normal file
@@ -0,0 +1,27 @@
|
||||
// Created on: 1999-11-09
|
||||
// Created by: data exchange team
|
||||
// Copyright (c) 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 StepAP203_HArray1OfSpecifiedItem_HeaderFile
|
||||
#define StepAP203_HArray1OfSpecifiedItem_HeaderFile
|
||||
|
||||
#include <StepAP203_SpecifiedItem.hxx>
|
||||
#include <StepAP203_Array1OfSpecifiedItem.hxx>
|
||||
#include <NCollection_DefineHArray1.hxx>
|
||||
|
||||
DEFINE_HARRAY1(StepAP203_HArray1OfSpecifiedItem, StepAP203_Array1OfSpecifiedItem)
|
||||
|
||||
|
||||
#endif
|
27
src/StepAP203/StepAP203_HArray1OfStartRequestItem.hxx
Normal file
27
src/StepAP203/StepAP203_HArray1OfStartRequestItem.hxx
Normal file
@@ -0,0 +1,27 @@
|
||||
// Created on: 1999-11-09
|
||||
// Created by: data exchange team
|
||||
// Copyright (c) 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 StepAP203_HArray1OfStartRequestItem_HeaderFile
|
||||
#define StepAP203_HArray1OfStartRequestItem_HeaderFile
|
||||
|
||||
#include <StepAP203_StartRequestItem.hxx>
|
||||
#include <StepAP203_Array1OfStartRequestItem.hxx>
|
||||
#include <NCollection_DefineHArray1.hxx>
|
||||
|
||||
DEFINE_HARRAY1(StepAP203_HArray1OfStartRequestItem, StepAP203_Array1OfStartRequestItem)
|
||||
|
||||
|
||||
#endif
|
27
src/StepAP203/StepAP203_HArray1OfWorkItem.hxx
Normal file
27
src/StepAP203/StepAP203_HArray1OfWorkItem.hxx
Normal file
@@ -0,0 +1,27 @@
|
||||
// Created on: 1999-11-09
|
||||
// Created by: data exchange team
|
||||
// Copyright (c) 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 StepAP203_HArray1OfWorkItem_HeaderFile
|
||||
#define StepAP203_HArray1OfWorkItem_HeaderFile
|
||||
|
||||
#include <StepAP203_WorkItem.hxx>
|
||||
#include <StepAP203_Array1OfWorkItem.hxx>
|
||||
#include <NCollection_DefineHArray1.hxx>
|
||||
|
||||
DEFINE_HARRAY1(StepAP203_HArray1OfWorkItem, StepAP203_Array1OfWorkItem)
|
||||
|
||||
|
||||
#endif
|
Reference in New Issue
Block a user