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:
@@ -1 +1,35 @@
|
||||
StepAP214_CMPLRS.edl
|
||||
StepAP214_Array1OfAutoDesignDateAndTimeItem.hxx
|
||||
StepAP214_HArray1OfAutoDesignDateAndTimeItem.hxx
|
||||
StepAP214_Array1OfAutoDesignDatedItem.hxx
|
||||
StepAP214_HArray1OfAutoDesignDatedItem.hxx
|
||||
StepAP214_Array1OfAutoDesignGeneralOrgItem.hxx
|
||||
StepAP214_HArray1OfAutoDesignGeneralOrgItem.hxx
|
||||
StepAP214_Array1OfAutoDesignDateAndPersonItem.hxx
|
||||
StepAP214_HArray1OfAutoDesignDateAndPersonItem.hxx
|
||||
StepAP214_Array1OfAutoDesignGroupedItem.hxx
|
||||
StepAP214_HArray1OfAutoDesignGroupedItem.hxx
|
||||
StepAP214_Array1OfAutoDesignPresentedItemSelect.hxx
|
||||
StepAP214_HArray1OfAutoDesignPresentedItemSelect.hxx
|
||||
StepAP214_Array1OfAutoDesignReferencingItem.hxx
|
||||
StepAP214_HArray1OfAutoDesignReferencingItem.hxx
|
||||
StepAP214_Array1OfDateAndTimeItem.hxx
|
||||
StepAP214_HArray1OfDateAndTimeItem.hxx
|
||||
StepAP214_Array1OfDateItem.hxx
|
||||
StepAP214_HArray1OfDateItem.hxx
|
||||
StepAP214_Array1OfApprovalItem.hxx
|
||||
StepAP214_HArray1OfApprovalItem.hxx
|
||||
StepAP214_Array1OfOrganizationItem.hxx
|
||||
StepAP214_HArray1OfOrganizationItem.hxx
|
||||
StepAP214_Array1OfPersonAndOrganizationItem.hxx
|
||||
StepAP214_HArray1OfPersonAndOrganizationItem.hxx
|
||||
StepAP214_Array1OfGroupItem.hxx
|
||||
StepAP214_HArray1OfGroupItem.hxx
|
||||
StepAP214_Array1OfSecurityClassificationItem.hxx
|
||||
StepAP214_HArray1OfSecurityClassificationItem.hxx
|
||||
StepAP214_Array1OfPresentedItemSelect.hxx
|
||||
StepAP214_HArray1OfPresentedItemSelect.hxx
|
||||
StepAP214_Array1OfDocumentReferenceItem.hxx
|
||||
StepAP214_HArray1OfDocumentReferenceItem.hxx
|
||||
StepAP214_Array1OfExternalIdentificationItem.hxx
|
||||
StepAP214_HArray1OfExternalIdentificationItem.hxx
|
||||
|
@@ -249,30 +249,30 @@ class ExternallyDefinedClass;
|
||||
class ExternallyDefinedGeneralProperty;
|
||||
class RepItemGroup;
|
||||
|
||||
class Array1OfAutoDesignDateAndTimeItem instantiates Array1 from TCollection (AutoDesignDateAndTimeItem);
|
||||
class HArray1OfAutoDesignDateAndTimeItem instantiates HArray1 from TCollection (AutoDesignDateAndTimeItem,Array1OfAutoDesignDateAndTimeItem from StepAP214);
|
||||
imported Array1OfAutoDesignDateAndTimeItem;
|
||||
imported transient class HArray1OfAutoDesignDateAndTimeItem;
|
||||
|
||||
class Array1OfAutoDesignDatedItem instantiates Array1 from TCollection (AutoDesignDatedItem);
|
||||
class HArray1OfAutoDesignDatedItem instantiates HArray1 from TCollection (AutoDesignDatedItem,Array1OfAutoDesignDatedItem from StepAP214);
|
||||
imported Array1OfAutoDesignDatedItem;
|
||||
imported transient class HArray1OfAutoDesignDatedItem;
|
||||
|
||||
class Array1OfAutoDesignGeneralOrgItem instantiates Array1 from TCollection (AutoDesignGeneralOrgItem);
|
||||
class HArray1OfAutoDesignGeneralOrgItem instantiates HArray1 from TCollection (AutoDesignGeneralOrgItem,Array1OfAutoDesignGeneralOrgItem from StepAP214);
|
||||
imported Array1OfAutoDesignGeneralOrgItem;
|
||||
imported transient class HArray1OfAutoDesignGeneralOrgItem;
|
||||
|
||||
class Array1OfAutoDesignDateAndPersonItem instantiates Array1 from TCollection (AutoDesignDateAndPersonItem);
|
||||
class HArray1OfAutoDesignDateAndPersonItem instantiates HArray1 from TCollection (AutoDesignDateAndPersonItem,Array1OfAutoDesignDateAndPersonItem from StepAP214);
|
||||
imported Array1OfAutoDesignDateAndPersonItem;
|
||||
imported transient class HArray1OfAutoDesignDateAndPersonItem;
|
||||
|
||||
class Array1OfAutoDesignGroupedItem instantiates Array1 from TCollection (AutoDesignGroupedItem);
|
||||
class HArray1OfAutoDesignGroupedItem instantiates HArray1 from TCollection (AutoDesignGroupedItem,Array1OfAutoDesignGroupedItem from StepAP214);
|
||||
imported Array1OfAutoDesignGroupedItem;
|
||||
imported transient class HArray1OfAutoDesignGroupedItem;
|
||||
|
||||
-- Added from Rev2 to Rev4
|
||||
|
||||
class Array1OfAutoDesignPresentedItemSelect instantiates Array1 from TCollection (AutoDesignPresentedItemSelect from StepAP214);
|
||||
class HArray1OfAutoDesignPresentedItemSelect instantiates HArray1 from TCollection (AutoDesignPresentedItemSelect from StepAP214,Array1OfAutoDesignPresentedItemSelect);
|
||||
imported Array1OfAutoDesignPresentedItemSelect;
|
||||
imported transient class HArray1OfAutoDesignPresentedItemSelect;
|
||||
|
||||
-- Added from CC1 to CC2 of STEP214
|
||||
|
||||
class Array1OfAutoDesignReferencingItem instantiates Array1 from TCollection (AutoDesignReferencingItem from StepAP214);
|
||||
class HArray1OfAutoDesignReferencingItem instantiates HArray1 from TCollection (AutoDesignReferencingItem from StepAP214,Array1OfAutoDesignReferencingItem);
|
||||
imported Array1OfAutoDesignReferencingItem;
|
||||
imported transient class HArray1OfAutoDesignReferencingItem;
|
||||
|
||||
-- Protocol returns Protocol from StepAP214;
|
||||
-- : creates a Protocol
|
||||
@@ -280,35 +280,35 @@ class HArray1OfAutoDesignReferencingItem instantiates HArray1 from TCollection (
|
||||
-- added from Cc2 to DIS
|
||||
|
||||
|
||||
class Array1OfDateAndTimeItem instantiates Array1 from TCollection (DateAndTimeItem);
|
||||
class HArray1OfDateAndTimeItem instantiates HArray1 from TCollection (DateAndTimeItem,Array1OfDateAndTimeItem from StepAP214);
|
||||
imported Array1OfDateAndTimeItem;
|
||||
imported transient class HArray1OfDateAndTimeItem;
|
||||
|
||||
class Array1OfDateItem instantiates Array1 from TCollection (DateItem);
|
||||
class HArray1OfDateItem instantiates HArray1 from TCollection (DateItem,Array1OfDateItem from StepAP214);
|
||||
imported Array1OfDateItem;
|
||||
imported transient class HArray1OfDateItem;
|
||||
|
||||
class Array1OfApprovalItem instantiates Array1 from TCollection (ApprovalItem);
|
||||
class HArray1OfApprovalItem instantiates HArray1 from TCollection (ApprovalItem,Array1OfApprovalItem from StepAP214);
|
||||
imported Array1OfApprovalItem;
|
||||
imported transient class HArray1OfApprovalItem;
|
||||
|
||||
class Array1OfOrganizationItem instantiates Array1 from TCollection (OrganizationItem);
|
||||
class HArray1OfOrganizationItem instantiates HArray1 from TCollection (OrganizationItem,Array1OfOrganizationItem from StepAP214);
|
||||
imported Array1OfOrganizationItem;
|
||||
imported transient class HArray1OfOrganizationItem;
|
||||
|
||||
class Array1OfPersonAndOrganizationItem instantiates Array1 from TCollection (PersonAndOrganizationItem);
|
||||
class HArray1OfPersonAndOrganizationItem instantiates HArray1 from TCollection (PersonAndOrganizationItem,Array1OfPersonAndOrganizationItem from StepAP214);
|
||||
imported Array1OfPersonAndOrganizationItem;
|
||||
imported transient class HArray1OfPersonAndOrganizationItem;
|
||||
|
||||
class Array1OfGroupItem instantiates Array1 from TCollection (GroupItem);
|
||||
class HArray1OfGroupItem instantiates HArray1 from TCollection (GroupItem,Array1OfGroupItem from StepAP214);
|
||||
imported Array1OfGroupItem;
|
||||
imported transient class HArray1OfGroupItem;
|
||||
|
||||
class Array1OfSecurityClassificationItem instantiates Array1 from TCollection (SecurityClassificationItem);
|
||||
class HArray1OfSecurityClassificationItem instantiates HArray1 from TCollection (SecurityClassificationItem,Array1OfSecurityClassificationItem from StepAP214);
|
||||
imported Array1OfSecurityClassificationItem;
|
||||
imported transient class HArray1OfSecurityClassificationItem;
|
||||
|
||||
class Array1OfPresentedItemSelect instantiates Array1 from TCollection (PresentedItemSelect);
|
||||
class HArray1OfPresentedItemSelect instantiates HArray1 from TCollection (PresentedItemSelect,Array1OfPresentedItemSelect from StepAP214);
|
||||
imported Array1OfPresentedItemSelect;
|
||||
imported transient class HArray1OfPresentedItemSelect;
|
||||
|
||||
class Array1OfDocumentReferenceItem instantiates Array1 from TCollection (DocumentReferenceItem);
|
||||
class HArray1OfDocumentReferenceItem instantiates HArray1 from TCollection (DocumentReferenceItem,Array1OfDocumentReferenceItem from StepAP214);
|
||||
imported Array1OfDocumentReferenceItem;
|
||||
imported transient class HArray1OfDocumentReferenceItem;
|
||||
|
||||
class Array1OfExternalIdentificationItem instantiates Array1 from TCollection (ExternalIdentificationItem);
|
||||
class HArray1OfExternalIdentificationItem instantiates HArray1 from TCollection (ExternalIdentificationItem,Array1OfExternalIdentificationItem from StepAP214);
|
||||
imported Array1OfExternalIdentificationItem;
|
||||
imported transient class HArray1OfExternalIdentificationItem;
|
||||
|
||||
|
||||
Protocol returns Protocol from StepAP214;
|
||||
|
26
src/StepAP214/StepAP214_Array1OfApprovalItem.hxx
Normal file
26
src/StepAP214/StepAP214_Array1OfApprovalItem.hxx
Normal 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 StepAP214_Array1OfApprovalItem_HeaderFile
|
||||
#define StepAP214_Array1OfApprovalItem_HeaderFile
|
||||
|
||||
#include <StepAP214_ApprovalItem.hxx>
|
||||
#include <NCollection_Array1.hxx>
|
||||
|
||||
typedef NCollection_Array1<StepAP214_ApprovalItem> StepAP214_Array1OfApprovalItem;
|
||||
|
||||
|
||||
#endif
|
@@ -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 StepAP214_Array1OfAutoDesignDateAndPersonItem_HeaderFile
|
||||
#define StepAP214_Array1OfAutoDesignDateAndPersonItem_HeaderFile
|
||||
|
||||
#include <StepAP214_AutoDesignDateAndPersonItem.hxx>
|
||||
#include <NCollection_Array1.hxx>
|
||||
|
||||
typedef NCollection_Array1<StepAP214_AutoDesignDateAndPersonItem> StepAP214_Array1OfAutoDesignDateAndPersonItem;
|
||||
|
||||
|
||||
#endif
|
@@ -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 StepAP214_Array1OfAutoDesignDateAndTimeItem_HeaderFile
|
||||
#define StepAP214_Array1OfAutoDesignDateAndTimeItem_HeaderFile
|
||||
|
||||
#include <StepAP214_AutoDesignDateAndTimeItem.hxx>
|
||||
#include <NCollection_Array1.hxx>
|
||||
|
||||
typedef NCollection_Array1<StepAP214_AutoDesignDateAndTimeItem> StepAP214_Array1OfAutoDesignDateAndTimeItem;
|
||||
|
||||
|
||||
#endif
|
26
src/StepAP214/StepAP214_Array1OfAutoDesignDatedItem.hxx
Normal file
26
src/StepAP214/StepAP214_Array1OfAutoDesignDatedItem.hxx
Normal 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 StepAP214_Array1OfAutoDesignDatedItem_HeaderFile
|
||||
#define StepAP214_Array1OfAutoDesignDatedItem_HeaderFile
|
||||
|
||||
#include <StepAP214_AutoDesignDatedItem.hxx>
|
||||
#include <NCollection_Array1.hxx>
|
||||
|
||||
typedef NCollection_Array1<StepAP214_AutoDesignDatedItem> StepAP214_Array1OfAutoDesignDatedItem;
|
||||
|
||||
|
||||
#endif
|
26
src/StepAP214/StepAP214_Array1OfAutoDesignGeneralOrgItem.hxx
Normal file
26
src/StepAP214/StepAP214_Array1OfAutoDesignGeneralOrgItem.hxx
Normal 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 StepAP214_Array1OfAutoDesignGeneralOrgItem_HeaderFile
|
||||
#define StepAP214_Array1OfAutoDesignGeneralOrgItem_HeaderFile
|
||||
|
||||
#include <StepAP214_AutoDesignGeneralOrgItem.hxx>
|
||||
#include <NCollection_Array1.hxx>
|
||||
|
||||
typedef NCollection_Array1<StepAP214_AutoDesignGeneralOrgItem> StepAP214_Array1OfAutoDesignGeneralOrgItem;
|
||||
|
||||
|
||||
#endif
|
26
src/StepAP214/StepAP214_Array1OfAutoDesignGroupedItem.hxx
Normal file
26
src/StepAP214/StepAP214_Array1OfAutoDesignGroupedItem.hxx
Normal 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 StepAP214_Array1OfAutoDesignGroupedItem_HeaderFile
|
||||
#define StepAP214_Array1OfAutoDesignGroupedItem_HeaderFile
|
||||
|
||||
#include <StepAP214_AutoDesignGroupedItem.hxx>
|
||||
#include <NCollection_Array1.hxx>
|
||||
|
||||
typedef NCollection_Array1<StepAP214_AutoDesignGroupedItem> StepAP214_Array1OfAutoDesignGroupedItem;
|
||||
|
||||
|
||||
#endif
|
@@ -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 StepAP214_Array1OfAutoDesignPresentedItemSelect_HeaderFile
|
||||
#define StepAP214_Array1OfAutoDesignPresentedItemSelect_HeaderFile
|
||||
|
||||
#include <StepAP214_AutoDesignPresentedItemSelect.hxx>
|
||||
#include <NCollection_Array1.hxx>
|
||||
|
||||
typedef NCollection_Array1<StepAP214_AutoDesignPresentedItemSelect> StepAP214_Array1OfAutoDesignPresentedItemSelect;
|
||||
|
||||
|
||||
#endif
|
@@ -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 StepAP214_Array1OfAutoDesignReferencingItem_HeaderFile
|
||||
#define StepAP214_Array1OfAutoDesignReferencingItem_HeaderFile
|
||||
|
||||
#include <StepAP214_AutoDesignReferencingItem.hxx>
|
||||
#include <NCollection_Array1.hxx>
|
||||
|
||||
typedef NCollection_Array1<StepAP214_AutoDesignReferencingItem> StepAP214_Array1OfAutoDesignReferencingItem;
|
||||
|
||||
|
||||
#endif
|
26
src/StepAP214/StepAP214_Array1OfDateAndTimeItem.hxx
Normal file
26
src/StepAP214/StepAP214_Array1OfDateAndTimeItem.hxx
Normal 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 StepAP214_Array1OfDateAndTimeItem_HeaderFile
|
||||
#define StepAP214_Array1OfDateAndTimeItem_HeaderFile
|
||||
|
||||
#include <StepAP214_DateAndTimeItem.hxx>
|
||||
#include <NCollection_Array1.hxx>
|
||||
|
||||
typedef NCollection_Array1<StepAP214_DateAndTimeItem> StepAP214_Array1OfDateAndTimeItem;
|
||||
|
||||
|
||||
#endif
|
26
src/StepAP214/StepAP214_Array1OfDateItem.hxx
Normal file
26
src/StepAP214/StepAP214_Array1OfDateItem.hxx
Normal 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 StepAP214_Array1OfDateItem_HeaderFile
|
||||
#define StepAP214_Array1OfDateItem_HeaderFile
|
||||
|
||||
#include <StepAP214_DateItem.hxx>
|
||||
#include <NCollection_Array1.hxx>
|
||||
|
||||
typedef NCollection_Array1<StepAP214_DateItem> StepAP214_Array1OfDateItem;
|
||||
|
||||
|
||||
#endif
|
26
src/StepAP214/StepAP214_Array1OfDocumentReferenceItem.hxx
Normal file
26
src/StepAP214/StepAP214_Array1OfDocumentReferenceItem.hxx
Normal 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 StepAP214_Array1OfDocumentReferenceItem_HeaderFile
|
||||
#define StepAP214_Array1OfDocumentReferenceItem_HeaderFile
|
||||
|
||||
#include <StepAP214_DocumentReferenceItem.hxx>
|
||||
#include <NCollection_Array1.hxx>
|
||||
|
||||
typedef NCollection_Array1<StepAP214_DocumentReferenceItem> StepAP214_Array1OfDocumentReferenceItem;
|
||||
|
||||
|
||||
#endif
|
@@ -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 StepAP214_Array1OfExternalIdentificationItem_HeaderFile
|
||||
#define StepAP214_Array1OfExternalIdentificationItem_HeaderFile
|
||||
|
||||
#include <StepAP214_ExternalIdentificationItem.hxx>
|
||||
#include <NCollection_Array1.hxx>
|
||||
|
||||
typedef NCollection_Array1<StepAP214_ExternalIdentificationItem> StepAP214_Array1OfExternalIdentificationItem;
|
||||
|
||||
|
||||
#endif
|
26
src/StepAP214/StepAP214_Array1OfGroupItem.hxx
Normal file
26
src/StepAP214/StepAP214_Array1OfGroupItem.hxx
Normal 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 StepAP214_Array1OfGroupItem_HeaderFile
|
||||
#define StepAP214_Array1OfGroupItem_HeaderFile
|
||||
|
||||
#include <StepAP214_GroupItem.hxx>
|
||||
#include <NCollection_Array1.hxx>
|
||||
|
||||
typedef NCollection_Array1<StepAP214_GroupItem> StepAP214_Array1OfGroupItem;
|
||||
|
||||
|
||||
#endif
|
26
src/StepAP214/StepAP214_Array1OfOrganizationItem.hxx
Normal file
26
src/StepAP214/StepAP214_Array1OfOrganizationItem.hxx
Normal 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 StepAP214_Array1OfOrganizationItem_HeaderFile
|
||||
#define StepAP214_Array1OfOrganizationItem_HeaderFile
|
||||
|
||||
#include <StepAP214_OrganizationItem.hxx>
|
||||
#include <NCollection_Array1.hxx>
|
||||
|
||||
typedef NCollection_Array1<StepAP214_OrganizationItem> StepAP214_Array1OfOrganizationItem;
|
||||
|
||||
|
||||
#endif
|
@@ -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 StepAP214_Array1OfPersonAndOrganizationItem_HeaderFile
|
||||
#define StepAP214_Array1OfPersonAndOrganizationItem_HeaderFile
|
||||
|
||||
#include <StepAP214_PersonAndOrganizationItem.hxx>
|
||||
#include <NCollection_Array1.hxx>
|
||||
|
||||
typedef NCollection_Array1<StepAP214_PersonAndOrganizationItem> StepAP214_Array1OfPersonAndOrganizationItem;
|
||||
|
||||
|
||||
#endif
|
26
src/StepAP214/StepAP214_Array1OfPresentedItemSelect.hxx
Normal file
26
src/StepAP214/StepAP214_Array1OfPresentedItemSelect.hxx
Normal 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 StepAP214_Array1OfPresentedItemSelect_HeaderFile
|
||||
#define StepAP214_Array1OfPresentedItemSelect_HeaderFile
|
||||
|
||||
#include <StepAP214_PresentedItemSelect.hxx>
|
||||
#include <NCollection_Array1.hxx>
|
||||
|
||||
typedef NCollection_Array1<StepAP214_PresentedItemSelect> StepAP214_Array1OfPresentedItemSelect;
|
||||
|
||||
|
||||
#endif
|
@@ -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 StepAP214_Array1OfSecurityClassificationItem_HeaderFile
|
||||
#define StepAP214_Array1OfSecurityClassificationItem_HeaderFile
|
||||
|
||||
#include <StepAP214_SecurityClassificationItem.hxx>
|
||||
#include <NCollection_Array1.hxx>
|
||||
|
||||
typedef NCollection_Array1<StepAP214_SecurityClassificationItem> StepAP214_Array1OfSecurityClassificationItem;
|
||||
|
||||
|
||||
#endif
|
27
src/StepAP214/StepAP214_HArray1OfApprovalItem.hxx
Normal file
27
src/StepAP214/StepAP214_HArray1OfApprovalItem.hxx
Normal 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 StepAP214_HArray1OfApprovalItem_HeaderFile
|
||||
#define StepAP214_HArray1OfApprovalItem_HeaderFile
|
||||
|
||||
#include <StepAP214_ApprovalItem.hxx>
|
||||
#include <StepAP214_Array1OfApprovalItem.hxx>
|
||||
#include <NCollection_DefineHArray1.hxx>
|
||||
|
||||
DEFINE_HARRAY1(StepAP214_HArray1OfApprovalItem, StepAP214_Array1OfApprovalItem)
|
||||
|
||||
|
||||
#endif
|
@@ -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 StepAP214_HArray1OfAutoDesignDateAndPersonItem_HeaderFile
|
||||
#define StepAP214_HArray1OfAutoDesignDateAndPersonItem_HeaderFile
|
||||
|
||||
#include <StepAP214_AutoDesignDateAndPersonItem.hxx>
|
||||
#include <StepAP214_Array1OfAutoDesignDateAndPersonItem.hxx>
|
||||
#include <NCollection_DefineHArray1.hxx>
|
||||
|
||||
DEFINE_HARRAY1(StepAP214_HArray1OfAutoDesignDateAndPersonItem, StepAP214_Array1OfAutoDesignDateAndPersonItem)
|
||||
|
||||
|
||||
#endif
|
@@ -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 StepAP214_HArray1OfAutoDesignDateAndTimeItem_HeaderFile
|
||||
#define StepAP214_HArray1OfAutoDesignDateAndTimeItem_HeaderFile
|
||||
|
||||
#include <StepAP214_AutoDesignDateAndTimeItem.hxx>
|
||||
#include <StepAP214_Array1OfAutoDesignDateAndTimeItem.hxx>
|
||||
#include <NCollection_DefineHArray1.hxx>
|
||||
|
||||
DEFINE_HARRAY1(StepAP214_HArray1OfAutoDesignDateAndTimeItem, StepAP214_Array1OfAutoDesignDateAndTimeItem)
|
||||
|
||||
|
||||
#endif
|
27
src/StepAP214/StepAP214_HArray1OfAutoDesignDatedItem.hxx
Normal file
27
src/StepAP214/StepAP214_HArray1OfAutoDesignDatedItem.hxx
Normal 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 StepAP214_HArray1OfAutoDesignDatedItem_HeaderFile
|
||||
#define StepAP214_HArray1OfAutoDesignDatedItem_HeaderFile
|
||||
|
||||
#include <StepAP214_AutoDesignDatedItem.hxx>
|
||||
#include <StepAP214_Array1OfAutoDesignDatedItem.hxx>
|
||||
#include <NCollection_DefineHArray1.hxx>
|
||||
|
||||
DEFINE_HARRAY1(StepAP214_HArray1OfAutoDesignDatedItem, StepAP214_Array1OfAutoDesignDatedItem)
|
||||
|
||||
|
||||
#endif
|
@@ -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 StepAP214_HArray1OfAutoDesignGeneralOrgItem_HeaderFile
|
||||
#define StepAP214_HArray1OfAutoDesignGeneralOrgItem_HeaderFile
|
||||
|
||||
#include <StepAP214_AutoDesignGeneralOrgItem.hxx>
|
||||
#include <StepAP214_Array1OfAutoDesignGeneralOrgItem.hxx>
|
||||
#include <NCollection_DefineHArray1.hxx>
|
||||
|
||||
DEFINE_HARRAY1(StepAP214_HArray1OfAutoDesignGeneralOrgItem, StepAP214_Array1OfAutoDesignGeneralOrgItem)
|
||||
|
||||
|
||||
#endif
|
27
src/StepAP214/StepAP214_HArray1OfAutoDesignGroupedItem.hxx
Normal file
27
src/StepAP214/StepAP214_HArray1OfAutoDesignGroupedItem.hxx
Normal 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 StepAP214_HArray1OfAutoDesignGroupedItem_HeaderFile
|
||||
#define StepAP214_HArray1OfAutoDesignGroupedItem_HeaderFile
|
||||
|
||||
#include <StepAP214_AutoDesignGroupedItem.hxx>
|
||||
#include <StepAP214_Array1OfAutoDesignGroupedItem.hxx>
|
||||
#include <NCollection_DefineHArray1.hxx>
|
||||
|
||||
DEFINE_HARRAY1(StepAP214_HArray1OfAutoDesignGroupedItem, StepAP214_Array1OfAutoDesignGroupedItem)
|
||||
|
||||
|
||||
#endif
|
@@ -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 StepAP214_HArray1OfAutoDesignPresentedItemSelect_HeaderFile
|
||||
#define StepAP214_HArray1OfAutoDesignPresentedItemSelect_HeaderFile
|
||||
|
||||
#include <StepAP214_AutoDesignPresentedItemSelect.hxx>
|
||||
#include <StepAP214_Array1OfAutoDesignPresentedItemSelect.hxx>
|
||||
#include <NCollection_DefineHArray1.hxx>
|
||||
|
||||
DEFINE_HARRAY1(StepAP214_HArray1OfAutoDesignPresentedItemSelect, StepAP214_Array1OfAutoDesignPresentedItemSelect)
|
||||
|
||||
|
||||
#endif
|
@@ -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 StepAP214_HArray1OfAutoDesignReferencingItem_HeaderFile
|
||||
#define StepAP214_HArray1OfAutoDesignReferencingItem_HeaderFile
|
||||
|
||||
#include <StepAP214_AutoDesignReferencingItem.hxx>
|
||||
#include <StepAP214_Array1OfAutoDesignReferencingItem.hxx>
|
||||
#include <NCollection_DefineHArray1.hxx>
|
||||
|
||||
DEFINE_HARRAY1(StepAP214_HArray1OfAutoDesignReferencingItem, StepAP214_Array1OfAutoDesignReferencingItem)
|
||||
|
||||
|
||||
#endif
|
27
src/StepAP214/StepAP214_HArray1OfDateAndTimeItem.hxx
Normal file
27
src/StepAP214/StepAP214_HArray1OfDateAndTimeItem.hxx
Normal 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 StepAP214_HArray1OfDateAndTimeItem_HeaderFile
|
||||
#define StepAP214_HArray1OfDateAndTimeItem_HeaderFile
|
||||
|
||||
#include <StepAP214_DateAndTimeItem.hxx>
|
||||
#include <StepAP214_Array1OfDateAndTimeItem.hxx>
|
||||
#include <NCollection_DefineHArray1.hxx>
|
||||
|
||||
DEFINE_HARRAY1(StepAP214_HArray1OfDateAndTimeItem, StepAP214_Array1OfDateAndTimeItem)
|
||||
|
||||
|
||||
#endif
|
27
src/StepAP214/StepAP214_HArray1OfDateItem.hxx
Normal file
27
src/StepAP214/StepAP214_HArray1OfDateItem.hxx
Normal 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 StepAP214_HArray1OfDateItem_HeaderFile
|
||||
#define StepAP214_HArray1OfDateItem_HeaderFile
|
||||
|
||||
#include <StepAP214_DateItem.hxx>
|
||||
#include <StepAP214_Array1OfDateItem.hxx>
|
||||
#include <NCollection_DefineHArray1.hxx>
|
||||
|
||||
DEFINE_HARRAY1(StepAP214_HArray1OfDateItem, StepAP214_Array1OfDateItem)
|
||||
|
||||
|
||||
#endif
|
27
src/StepAP214/StepAP214_HArray1OfDocumentReferenceItem.hxx
Normal file
27
src/StepAP214/StepAP214_HArray1OfDocumentReferenceItem.hxx
Normal 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 StepAP214_HArray1OfDocumentReferenceItem_HeaderFile
|
||||
#define StepAP214_HArray1OfDocumentReferenceItem_HeaderFile
|
||||
|
||||
#include <StepAP214_DocumentReferenceItem.hxx>
|
||||
#include <StepAP214_Array1OfDocumentReferenceItem.hxx>
|
||||
#include <NCollection_DefineHArray1.hxx>
|
||||
|
||||
DEFINE_HARRAY1(StepAP214_HArray1OfDocumentReferenceItem, StepAP214_Array1OfDocumentReferenceItem)
|
||||
|
||||
|
||||
#endif
|
@@ -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 StepAP214_HArray1OfExternalIdentificationItem_HeaderFile
|
||||
#define StepAP214_HArray1OfExternalIdentificationItem_HeaderFile
|
||||
|
||||
#include <StepAP214_ExternalIdentificationItem.hxx>
|
||||
#include <StepAP214_Array1OfExternalIdentificationItem.hxx>
|
||||
#include <NCollection_DefineHArray1.hxx>
|
||||
|
||||
DEFINE_HARRAY1(StepAP214_HArray1OfExternalIdentificationItem, StepAP214_Array1OfExternalIdentificationItem)
|
||||
|
||||
|
||||
#endif
|
27
src/StepAP214/StepAP214_HArray1OfGroupItem.hxx
Normal file
27
src/StepAP214/StepAP214_HArray1OfGroupItem.hxx
Normal 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 StepAP214_HArray1OfGroupItem_HeaderFile
|
||||
#define StepAP214_HArray1OfGroupItem_HeaderFile
|
||||
|
||||
#include <StepAP214_GroupItem.hxx>
|
||||
#include <StepAP214_Array1OfGroupItem.hxx>
|
||||
#include <NCollection_DefineHArray1.hxx>
|
||||
|
||||
DEFINE_HARRAY1(StepAP214_HArray1OfGroupItem, StepAP214_Array1OfGroupItem)
|
||||
|
||||
|
||||
#endif
|
27
src/StepAP214/StepAP214_HArray1OfOrganizationItem.hxx
Normal file
27
src/StepAP214/StepAP214_HArray1OfOrganizationItem.hxx
Normal 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 StepAP214_HArray1OfOrganizationItem_HeaderFile
|
||||
#define StepAP214_HArray1OfOrganizationItem_HeaderFile
|
||||
|
||||
#include <StepAP214_OrganizationItem.hxx>
|
||||
#include <StepAP214_Array1OfOrganizationItem.hxx>
|
||||
#include <NCollection_DefineHArray1.hxx>
|
||||
|
||||
DEFINE_HARRAY1(StepAP214_HArray1OfOrganizationItem, StepAP214_Array1OfOrganizationItem)
|
||||
|
||||
|
||||
#endif
|
@@ -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 StepAP214_HArray1OfPersonAndOrganizationItem_HeaderFile
|
||||
#define StepAP214_HArray1OfPersonAndOrganizationItem_HeaderFile
|
||||
|
||||
#include <StepAP214_PersonAndOrganizationItem.hxx>
|
||||
#include <StepAP214_Array1OfPersonAndOrganizationItem.hxx>
|
||||
#include <NCollection_DefineHArray1.hxx>
|
||||
|
||||
DEFINE_HARRAY1(StepAP214_HArray1OfPersonAndOrganizationItem, StepAP214_Array1OfPersonAndOrganizationItem)
|
||||
|
||||
|
||||
#endif
|
27
src/StepAP214/StepAP214_HArray1OfPresentedItemSelect.hxx
Normal file
27
src/StepAP214/StepAP214_HArray1OfPresentedItemSelect.hxx
Normal 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 StepAP214_HArray1OfPresentedItemSelect_HeaderFile
|
||||
#define StepAP214_HArray1OfPresentedItemSelect_HeaderFile
|
||||
|
||||
#include <StepAP214_PresentedItemSelect.hxx>
|
||||
#include <StepAP214_Array1OfPresentedItemSelect.hxx>
|
||||
#include <NCollection_DefineHArray1.hxx>
|
||||
|
||||
DEFINE_HARRAY1(StepAP214_HArray1OfPresentedItemSelect, StepAP214_Array1OfPresentedItemSelect)
|
||||
|
||||
|
||||
#endif
|
@@ -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 StepAP214_HArray1OfSecurityClassificationItem_HeaderFile
|
||||
#define StepAP214_HArray1OfSecurityClassificationItem_HeaderFile
|
||||
|
||||
#include <StepAP214_SecurityClassificationItem.hxx>
|
||||
#include <StepAP214_Array1OfSecurityClassificationItem.hxx>
|
||||
#include <NCollection_DefineHArray1.hxx>
|
||||
|
||||
DEFINE_HARRAY1(StepAP214_HArray1OfSecurityClassificationItem, StepAP214_Array1OfSecurityClassificationItem)
|
||||
|
||||
|
||||
#endif
|
Reference in New Issue
Block a user