mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-08-04 13:13:25 +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:
22
src/StepVisual/FILES
Normal file
22
src/StepVisual/FILES
Normal file
@@ -0,0 +1,22 @@
|
||||
StepVisual_Array1OfTextOrCharacter.hxx
|
||||
StepVisual_HArray1OfTextOrCharacter.hxx
|
||||
StepVisual_Array1OfStyleContextSelect.hxx
|
||||
StepVisual_HArray1OfStyleContextSelect.hxx
|
||||
StepVisual_Array1OfCurveStyleFontPattern.hxx
|
||||
StepVisual_HArray1OfCurveStyleFontPattern.hxx
|
||||
StepVisual_Array1OfFillStyleSelect.hxx
|
||||
StepVisual_HArray1OfFillStyleSelect.hxx
|
||||
StepVisual_Array1OfInvisibleItem.hxx
|
||||
StepVisual_HArray1OfInvisibleItem.hxx
|
||||
StepVisual_Array1OfLayeredItem.hxx
|
||||
StepVisual_HArray1OfLayeredItem.hxx
|
||||
StepVisual_Array1OfPresentationStyleSelect.hxx
|
||||
StepVisual_HArray1OfPresentationStyleSelect.hxx
|
||||
StepVisual_Array1OfPresentationStyleAssignment.hxx
|
||||
StepVisual_HArray1OfPresentationStyleAssignment.hxx
|
||||
StepVisual_Array1OfSurfaceStyleElementSelect.hxx
|
||||
StepVisual_HArray1OfSurfaceStyleElementSelect.hxx
|
||||
StepVisual_Array1OfDirectionCountSelect.hxx
|
||||
StepVisual_HArray1OfDirectionCountSelect.hxx
|
||||
StepVisual_Array1OfBoxCharacteristicSelect.hxx
|
||||
StepVisual_HArray1OfBoxCharacteristicSelect.hxx
|
@@ -310,50 +310,45 @@ class PresentationLayerUsage;
|
||||
|
||||
|
||||
-- Removed from CC1-Rev2 to CC1-Rev4, re-added CC2-Rev4 :
|
||||
class Array1OfTextOrCharacter instantiates Array1 from TCollection (TextOrCharacter);
|
||||
class HArray1OfTextOrCharacter instantiates HArray1 from TCollection (TextOrCharacter,Array1OfTextOrCharacter from StepVisual);
|
||||
imported Array1OfTextOrCharacter;
|
||||
imported transient class HArray1OfTextOrCharacter;
|
||||
|
||||
class Array1OfStyleContextSelect instantiates Array1 from TCollection (StyleContextSelect);
|
||||
class HArray1OfStyleContextSelect instantiates HArray1 from TCollection (StyleContextSelect,Array1OfStyleContextSelect from StepVisual);
|
||||
imported Array1OfStyleContextSelect;
|
||||
imported transient class HArray1OfStyleContextSelect;
|
||||
|
||||
class Array1OfCurveStyleFontPattern instantiates Array1 from TCollection (CurveStyleFontPattern);
|
||||
class HArray1OfCurveStyleFontPattern instantiates HArray1 from TCollection (CurveStyleFontPattern,Array1OfCurveStyleFontPattern from StepVisual);
|
||||
imported Array1OfCurveStyleFontPattern;
|
||||
imported transient class HArray1OfCurveStyleFontPattern;
|
||||
|
||||
-- Removed from CC1-Rev2 to Rev4 :class HArray1OfDraughtingCalloutElement and Array
|
||||
|
||||
class Array1OfFillStyleSelect instantiates Array1 from TCollection (FillStyleSelect);
|
||||
class HArray1OfFillStyleSelect instantiates HArray1 from TCollection (FillStyleSelect,Array1OfFillStyleSelect from StepVisual);
|
||||
imported Array1OfFillStyleSelect;
|
||||
imported transient class HArray1OfFillStyleSelect;
|
||||
|
||||
-- Removed from CC1-Rev2 to Rev4 :class HArray1OfFillAreaStyleTileSymbolWithStyle
|
||||
|
||||
class Array1OfInvisibleItem instantiates Array1 from TCollection (InvisibleItem);
|
||||
class HArray1OfInvisibleItem instantiates HArray1 from TCollection (InvisibleItem,Array1OfInvisibleItem from StepVisual);
|
||||
imported Array1OfInvisibleItem;
|
||||
imported transient class HArray1OfInvisibleItem;
|
||||
|
||||
class Array1OfLayeredItem instantiates Array1 from TCollection (LayeredItem);
|
||||
class HArray1OfLayeredItem instantiates HArray1 from TCollection (LayeredItem,Array1OfLayeredItem from StepVisual);
|
||||
imported Array1OfLayeredItem;
|
||||
imported transient class HArray1OfLayeredItem;
|
||||
|
||||
class Array1OfPresentationStyleSelect instantiates Array1 from TCollection (PresentationStyleSelect);
|
||||
class HArray1OfPresentationStyleSelect instantiates HArray1 from TCollection (PresentationStyleSelect,Array1OfPresentationStyleSelect from StepVisual);
|
||||
imported Array1OfPresentationStyleSelect;
|
||||
imported transient class HArray1OfPresentationStyleSelect;
|
||||
|
||||
class Array1OfPresentationStyleAssignment instantiates Array1 from TCollection (PresentationStyleAssignment);
|
||||
class HArray1OfPresentationStyleAssignment instantiates HArray1 from TCollection (PresentationStyleAssignment,Array1OfPresentationStyleAssignment from StepVisual);
|
||||
imported Array1OfPresentationStyleAssignment;
|
||||
imported transient class HArray1OfPresentationStyleAssignment;
|
||||
|
||||
class Array1OfSurfaceStyleElementSelect instantiates Array1 from TCollection (SurfaceStyleElementSelect);
|
||||
class HArray1OfSurfaceStyleElementSelect instantiates HArray1 from TCollection (SurfaceStyleElementSelect,Array1OfSurfaceStyleElementSelect from StepVisual);
|
||||
imported Array1OfSurfaceStyleElementSelect;
|
||||
imported transient class HArray1OfSurfaceStyleElementSelect;
|
||||
|
||||
-- Instantiated class made by FMA
|
||||
|
||||
class Array1OfDirectionCountSelect instantiates Array1 from TCollection (DirectionCountSelect);
|
||||
class HArray1OfDirectionCountSelect
|
||||
instantiates HArray1 from TCollection (DirectionCountSelect,
|
||||
Array1OfDirectionCountSelect from StepVisual);
|
||||
imported Array1OfDirectionCountSelect;
|
||||
imported transient class HArray1OfDirectionCountSelect;
|
||||
|
||||
-- Removed from CC1-Rev2 to CC1-Rev4, re-added CC2-Rev4
|
||||
class Array1OfBoxCharacteristicSelect
|
||||
instantiates Array1 from TCollection (BoxCharacteristicSelect);
|
||||
class HArray1OfBoxCharacteristicSelect
|
||||
instantiates HArray1 from TCollection (BoxCharacteristicSelect,
|
||||
Array1OfBoxCharacteristicSelect);
|
||||
imported Array1OfBoxCharacteristicSelect;
|
||||
imported transient class HArray1OfBoxCharacteristicSelect;
|
||||
|
||||
-- Protocol returns Protocol from StepVisual;
|
||||
|
||||
|
@@ -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 StepVisual_Array1OfBoxCharacteristicSelect_HeaderFile
|
||||
#define StepVisual_Array1OfBoxCharacteristicSelect_HeaderFile
|
||||
|
||||
#include <StepVisual_BoxCharacteristicSelect.hxx>
|
||||
#include <NCollection_Array1.hxx>
|
||||
|
||||
typedef NCollection_Array1<StepVisual_BoxCharacteristicSelect> StepVisual_Array1OfBoxCharacteristicSelect;
|
||||
|
||||
|
||||
#endif
|
26
src/StepVisual/StepVisual_Array1OfCurveStyleFontPattern.hxx
Normal file
26
src/StepVisual/StepVisual_Array1OfCurveStyleFontPattern.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 StepVisual_Array1OfCurveStyleFontPattern_HeaderFile
|
||||
#define StepVisual_Array1OfCurveStyleFontPattern_HeaderFile
|
||||
|
||||
#include <StepVisual_CurveStyleFontPattern.hxx>
|
||||
#include <NCollection_Array1.hxx>
|
||||
|
||||
typedef NCollection_Array1<Handle(StepVisual_CurveStyleFontPattern)> StepVisual_Array1OfCurveStyleFontPattern;
|
||||
|
||||
|
||||
#endif
|
26
src/StepVisual/StepVisual_Array1OfDirectionCountSelect.hxx
Normal file
26
src/StepVisual/StepVisual_Array1OfDirectionCountSelect.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 StepVisual_Array1OfDirectionCountSelect_HeaderFile
|
||||
#define StepVisual_Array1OfDirectionCountSelect_HeaderFile
|
||||
|
||||
#include <StepVisual_DirectionCountSelect.hxx>
|
||||
#include <NCollection_Array1.hxx>
|
||||
|
||||
typedef NCollection_Array1<StepVisual_DirectionCountSelect> StepVisual_Array1OfDirectionCountSelect;
|
||||
|
||||
|
||||
#endif
|
26
src/StepVisual/StepVisual_Array1OfFillStyleSelect.hxx
Normal file
26
src/StepVisual/StepVisual_Array1OfFillStyleSelect.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 StepVisual_Array1OfFillStyleSelect_HeaderFile
|
||||
#define StepVisual_Array1OfFillStyleSelect_HeaderFile
|
||||
|
||||
#include <StepVisual_FillStyleSelect.hxx>
|
||||
#include <NCollection_Array1.hxx>
|
||||
|
||||
typedef NCollection_Array1<StepVisual_FillStyleSelect> StepVisual_Array1OfFillStyleSelect;
|
||||
|
||||
|
||||
#endif
|
26
src/StepVisual/StepVisual_Array1OfInvisibleItem.hxx
Normal file
26
src/StepVisual/StepVisual_Array1OfInvisibleItem.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 StepVisual_Array1OfInvisibleItem_HeaderFile
|
||||
#define StepVisual_Array1OfInvisibleItem_HeaderFile
|
||||
|
||||
#include <StepVisual_InvisibleItem.hxx>
|
||||
#include <NCollection_Array1.hxx>
|
||||
|
||||
typedef NCollection_Array1<StepVisual_InvisibleItem> StepVisual_Array1OfInvisibleItem;
|
||||
|
||||
|
||||
#endif
|
26
src/StepVisual/StepVisual_Array1OfLayeredItem.hxx
Normal file
26
src/StepVisual/StepVisual_Array1OfLayeredItem.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 StepVisual_Array1OfLayeredItem_HeaderFile
|
||||
#define StepVisual_Array1OfLayeredItem_HeaderFile
|
||||
|
||||
#include <StepVisual_LayeredItem.hxx>
|
||||
#include <NCollection_Array1.hxx>
|
||||
|
||||
typedef NCollection_Array1<StepVisual_LayeredItem> StepVisual_Array1OfLayeredItem;
|
||||
|
||||
|
||||
#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 StepVisual_Array1OfPresentationStyleAssignment_HeaderFile
|
||||
#define StepVisual_Array1OfPresentationStyleAssignment_HeaderFile
|
||||
|
||||
#include <StepVisual_PresentationStyleAssignment.hxx>
|
||||
#include <NCollection_Array1.hxx>
|
||||
|
||||
typedef NCollection_Array1<Handle(StepVisual_PresentationStyleAssignment)> StepVisual_Array1OfPresentationStyleAssignment;
|
||||
|
||||
|
||||
#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 StepVisual_Array1OfPresentationStyleSelect_HeaderFile
|
||||
#define StepVisual_Array1OfPresentationStyleSelect_HeaderFile
|
||||
|
||||
#include <StepVisual_PresentationStyleSelect.hxx>
|
||||
#include <NCollection_Array1.hxx>
|
||||
|
||||
typedef NCollection_Array1<StepVisual_PresentationStyleSelect> StepVisual_Array1OfPresentationStyleSelect;
|
||||
|
||||
|
||||
#endif
|
26
src/StepVisual/StepVisual_Array1OfStyleContextSelect.hxx
Normal file
26
src/StepVisual/StepVisual_Array1OfStyleContextSelect.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 StepVisual_Array1OfStyleContextSelect_HeaderFile
|
||||
#define StepVisual_Array1OfStyleContextSelect_HeaderFile
|
||||
|
||||
#include <StepVisual_StyleContextSelect.hxx>
|
||||
#include <NCollection_Array1.hxx>
|
||||
|
||||
typedef NCollection_Array1<StepVisual_StyleContextSelect> StepVisual_Array1OfStyleContextSelect;
|
||||
|
||||
|
||||
#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 StepVisual_Array1OfSurfaceStyleElementSelect_HeaderFile
|
||||
#define StepVisual_Array1OfSurfaceStyleElementSelect_HeaderFile
|
||||
|
||||
#include <StepVisual_SurfaceStyleElementSelect.hxx>
|
||||
#include <NCollection_Array1.hxx>
|
||||
|
||||
typedef NCollection_Array1<StepVisual_SurfaceStyleElementSelect> StepVisual_Array1OfSurfaceStyleElementSelect;
|
||||
|
||||
|
||||
#endif
|
26
src/StepVisual/StepVisual_Array1OfTextOrCharacter.hxx
Normal file
26
src/StepVisual/StepVisual_Array1OfTextOrCharacter.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 StepVisual_Array1OfTextOrCharacter_HeaderFile
|
||||
#define StepVisual_Array1OfTextOrCharacter_HeaderFile
|
||||
|
||||
#include <StepVisual_TextOrCharacter.hxx>
|
||||
#include <NCollection_Array1.hxx>
|
||||
|
||||
typedef NCollection_Array1<StepVisual_TextOrCharacter> StepVisual_Array1OfTextOrCharacter;
|
||||
|
||||
|
||||
#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 StepVisual_HArray1OfBoxCharacteristicSelect_HeaderFile
|
||||
#define StepVisual_HArray1OfBoxCharacteristicSelect_HeaderFile
|
||||
|
||||
#include <StepVisual_BoxCharacteristicSelect.hxx>
|
||||
#include <StepVisual_Array1OfBoxCharacteristicSelect.hxx>
|
||||
#include <NCollection_DefineHArray1.hxx>
|
||||
|
||||
DEFINE_HARRAY1(StepVisual_HArray1OfBoxCharacteristicSelect, StepVisual_Array1OfBoxCharacteristicSelect)
|
||||
|
||||
|
||||
#endif
|
27
src/StepVisual/StepVisual_HArray1OfCurveStyleFontPattern.hxx
Normal file
27
src/StepVisual/StepVisual_HArray1OfCurveStyleFontPattern.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 StepVisual_HArray1OfCurveStyleFontPattern_HeaderFile
|
||||
#define StepVisual_HArray1OfCurveStyleFontPattern_HeaderFile
|
||||
|
||||
#include <StepVisual_CurveStyleFontPattern.hxx>
|
||||
#include <StepVisual_Array1OfCurveStyleFontPattern.hxx>
|
||||
#include <NCollection_DefineHArray1.hxx>
|
||||
|
||||
DEFINE_HARRAY1(StepVisual_HArray1OfCurveStyleFontPattern, StepVisual_Array1OfCurveStyleFontPattern)
|
||||
|
||||
|
||||
#endif
|
27
src/StepVisual/StepVisual_HArray1OfDirectionCountSelect.hxx
Normal file
27
src/StepVisual/StepVisual_HArray1OfDirectionCountSelect.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 StepVisual_HArray1OfDirectionCountSelect_HeaderFile
|
||||
#define StepVisual_HArray1OfDirectionCountSelect_HeaderFile
|
||||
|
||||
#include <StepVisual_DirectionCountSelect.hxx>
|
||||
#include <StepVisual_Array1OfDirectionCountSelect.hxx>
|
||||
#include <NCollection_DefineHArray1.hxx>
|
||||
|
||||
DEFINE_HARRAY1(StepVisual_HArray1OfDirectionCountSelect, StepVisual_Array1OfDirectionCountSelect)
|
||||
|
||||
|
||||
#endif
|
27
src/StepVisual/StepVisual_HArray1OfFillStyleSelect.hxx
Normal file
27
src/StepVisual/StepVisual_HArray1OfFillStyleSelect.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 StepVisual_HArray1OfFillStyleSelect_HeaderFile
|
||||
#define StepVisual_HArray1OfFillStyleSelect_HeaderFile
|
||||
|
||||
#include <StepVisual_FillStyleSelect.hxx>
|
||||
#include <StepVisual_Array1OfFillStyleSelect.hxx>
|
||||
#include <NCollection_DefineHArray1.hxx>
|
||||
|
||||
DEFINE_HARRAY1(StepVisual_HArray1OfFillStyleSelect, StepVisual_Array1OfFillStyleSelect)
|
||||
|
||||
|
||||
#endif
|
27
src/StepVisual/StepVisual_HArray1OfInvisibleItem.hxx
Normal file
27
src/StepVisual/StepVisual_HArray1OfInvisibleItem.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 StepVisual_HArray1OfInvisibleItem_HeaderFile
|
||||
#define StepVisual_HArray1OfInvisibleItem_HeaderFile
|
||||
|
||||
#include <StepVisual_InvisibleItem.hxx>
|
||||
#include <StepVisual_Array1OfInvisibleItem.hxx>
|
||||
#include <NCollection_DefineHArray1.hxx>
|
||||
|
||||
DEFINE_HARRAY1(StepVisual_HArray1OfInvisibleItem, StepVisual_Array1OfInvisibleItem)
|
||||
|
||||
|
||||
#endif
|
27
src/StepVisual/StepVisual_HArray1OfLayeredItem.hxx
Normal file
27
src/StepVisual/StepVisual_HArray1OfLayeredItem.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 StepVisual_HArray1OfLayeredItem_HeaderFile
|
||||
#define StepVisual_HArray1OfLayeredItem_HeaderFile
|
||||
|
||||
#include <StepVisual_LayeredItem.hxx>
|
||||
#include <StepVisual_Array1OfLayeredItem.hxx>
|
||||
#include <NCollection_DefineHArray1.hxx>
|
||||
|
||||
DEFINE_HARRAY1(StepVisual_HArray1OfLayeredItem, StepVisual_Array1OfLayeredItem)
|
||||
|
||||
|
||||
#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 StepVisual_HArray1OfPresentationStyleAssignment_HeaderFile
|
||||
#define StepVisual_HArray1OfPresentationStyleAssignment_HeaderFile
|
||||
|
||||
#include <StepVisual_PresentationStyleAssignment.hxx>
|
||||
#include <StepVisual_Array1OfPresentationStyleAssignment.hxx>
|
||||
#include <NCollection_DefineHArray1.hxx>
|
||||
|
||||
DEFINE_HARRAY1(StepVisual_HArray1OfPresentationStyleAssignment, StepVisual_Array1OfPresentationStyleAssignment)
|
||||
|
||||
|
||||
#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 StepVisual_HArray1OfPresentationStyleSelect_HeaderFile
|
||||
#define StepVisual_HArray1OfPresentationStyleSelect_HeaderFile
|
||||
|
||||
#include <StepVisual_PresentationStyleSelect.hxx>
|
||||
#include <StepVisual_Array1OfPresentationStyleSelect.hxx>
|
||||
#include <NCollection_DefineHArray1.hxx>
|
||||
|
||||
DEFINE_HARRAY1(StepVisual_HArray1OfPresentationStyleSelect, StepVisual_Array1OfPresentationStyleSelect)
|
||||
|
||||
|
||||
#endif
|
27
src/StepVisual/StepVisual_HArray1OfStyleContextSelect.hxx
Normal file
27
src/StepVisual/StepVisual_HArray1OfStyleContextSelect.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 StepVisual_HArray1OfStyleContextSelect_HeaderFile
|
||||
#define StepVisual_HArray1OfStyleContextSelect_HeaderFile
|
||||
|
||||
#include <StepVisual_StyleContextSelect.hxx>
|
||||
#include <StepVisual_Array1OfStyleContextSelect.hxx>
|
||||
#include <NCollection_DefineHArray1.hxx>
|
||||
|
||||
DEFINE_HARRAY1(StepVisual_HArray1OfStyleContextSelect, StepVisual_Array1OfStyleContextSelect)
|
||||
|
||||
|
||||
#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 StepVisual_HArray1OfSurfaceStyleElementSelect_HeaderFile
|
||||
#define StepVisual_HArray1OfSurfaceStyleElementSelect_HeaderFile
|
||||
|
||||
#include <StepVisual_SurfaceStyleElementSelect.hxx>
|
||||
#include <StepVisual_Array1OfSurfaceStyleElementSelect.hxx>
|
||||
#include <NCollection_DefineHArray1.hxx>
|
||||
|
||||
DEFINE_HARRAY1(StepVisual_HArray1OfSurfaceStyleElementSelect, StepVisual_Array1OfSurfaceStyleElementSelect)
|
||||
|
||||
|
||||
#endif
|
27
src/StepVisual/StepVisual_HArray1OfTextOrCharacter.hxx
Normal file
27
src/StepVisual/StepVisual_HArray1OfTextOrCharacter.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 StepVisual_HArray1OfTextOrCharacter_HeaderFile
|
||||
#define StepVisual_HArray1OfTextOrCharacter_HeaderFile
|
||||
|
||||
#include <StepVisual_TextOrCharacter.hxx>
|
||||
#include <StepVisual_Array1OfTextOrCharacter.hxx>
|
||||
#include <NCollection_DefineHArray1.hxx>
|
||||
|
||||
DEFINE_HARRAY1(StepVisual_HArray1OfTextOrCharacter, StepVisual_Array1OfTextOrCharacter)
|
||||
|
||||
|
||||
#endif
|
Reference in New Issue
Block a user