mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-08-29 14:00: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:
58
src/TColgp/FILES
Normal file
58
src/TColgp/FILES
Normal file
@@ -0,0 +1,58 @@
|
||||
TColgp_Array1OfCirc2d.hxx
|
||||
TColgp_Array1OfDir2d.hxx
|
||||
TColgp_Array1OfLin2d.hxx
|
||||
TColgp_Array1OfPnt2d.hxx
|
||||
TColgp_Array1OfVec2d.hxx
|
||||
TColgp_Array1OfXY.hxx
|
||||
TColgp_Array1OfDir.hxx
|
||||
TColgp_Array1OfPnt.hxx
|
||||
TColgp_Array1OfVec.hxx
|
||||
TColgp_Array1OfXYZ.hxx
|
||||
TColgp_Array2OfCirc2d.hxx
|
||||
TColgp_Array2OfDir2d.hxx
|
||||
TColgp_Array2OfLin2d.hxx
|
||||
TColgp_Array2OfPnt2d.hxx
|
||||
TColgp_Array2OfVec2d.hxx
|
||||
TColgp_Array2OfXY.hxx
|
||||
TColgp_Array2OfDir.hxx
|
||||
TColgp_Array2OfPnt.hxx
|
||||
TColgp_Array2OfVec.hxx
|
||||
TColgp_Array2OfXYZ.hxx
|
||||
TColgp_HArray1OfCirc2d.hxx
|
||||
TColgp_HArray1OfDir2d.hxx
|
||||
TColgp_HArray1OfLin2d.hxx
|
||||
TColgp_HArray1OfPnt2d.hxx
|
||||
TColgp_HArray1OfVec2d.hxx
|
||||
TColgp_HArray1OfXY.hxx
|
||||
TColgp_HArray1OfDir.hxx
|
||||
TColgp_HArray1OfPnt.hxx
|
||||
TColgp_HArray1OfVec.hxx
|
||||
TColgp_HArray1OfXYZ.hxx
|
||||
TColgp_HArray2OfCirc2d.hxx
|
||||
TColgp_HArray2OfDir2d.hxx
|
||||
TColgp_HArray2OfLin2d.hxx
|
||||
TColgp_HArray2OfPnt2d.hxx
|
||||
TColgp_HArray2OfVec2d.hxx
|
||||
TColgp_HArray2OfXY.hxx
|
||||
TColgp_HArray2OfDir.hxx
|
||||
TColgp_HArray2OfPnt.hxx
|
||||
TColgp_HArray2OfVec.hxx
|
||||
TColgp_HArray2OfXYZ.hxx
|
||||
TColgp_SequenceOfDir.hxx
|
||||
TColgp_SequenceOfPnt.hxx
|
||||
TColgp_SequenceOfVec.hxx
|
||||
TColgp_SequenceOfXYZ.hxx
|
||||
TColgp_SequenceOfAx1.hxx
|
||||
TColgp_HSequenceOfDir.hxx
|
||||
TColgp_HSequenceOfPnt.hxx
|
||||
TColgp_HSequenceOfVec.hxx
|
||||
TColgp_HSequenceOfXYZ.hxx
|
||||
TColgp_SequenceOfDir2d.hxx
|
||||
TColgp_SequenceOfPnt2d.hxx
|
||||
TColgp_SequenceOfVec2d.hxx
|
||||
TColgp_SequenceOfXY.hxx
|
||||
TColgp_SequenceOfArray1OfPnt2d.hxx
|
||||
TColgp_HSequenceOfDir2d.hxx
|
||||
TColgp_HSequenceOfPnt2d.hxx
|
||||
TColgp_HSequenceOfVec2d.hxx
|
||||
TColgp_HSequenceOfXY.hxx
|
@@ -29,195 +29,109 @@ is
|
||||
|
||||
-- Array1 of 2D objects.
|
||||
|
||||
class Array1OfCirc2d
|
||||
instantiates Array1 from TCollection (Circ2d from gp);
|
||||
class Array1OfDir2d
|
||||
instantiates Array1 from TCollection (Dir2d from gp);
|
||||
class Array1OfLin2d
|
||||
instantiates Array1 from TCollection (Lin2d from gp);
|
||||
class Array1OfPnt2d
|
||||
instantiates Array1 from TCollection (Pnt2d from gp);
|
||||
class Array1OfVec2d
|
||||
instantiates Array1 from TCollection (Vec2d from gp);
|
||||
class Array1OfXY
|
||||
instantiates Array1 from TCollection (XY from gp);
|
||||
imported Array1OfCirc2d;
|
||||
imported Array1OfDir2d;
|
||||
imported Array1OfLin2d;
|
||||
imported Array1OfPnt2d;
|
||||
imported Array1OfVec2d;
|
||||
imported Array1OfXY;
|
||||
|
||||
|
||||
-- Array1 of 3D objects.
|
||||
|
||||
class Array1OfDir
|
||||
instantiates Array1 from TCollection (Dir from gp);
|
||||
class Array1OfPnt
|
||||
instantiates Array1 from TCollection (Pnt from gp);
|
||||
class Array1OfVec
|
||||
instantiates Array1 from TCollection (Vec from gp);
|
||||
class Array1OfXYZ
|
||||
instantiates Array1 from TCollection (XYZ from gp);
|
||||
imported Array1OfDir;
|
||||
imported Array1OfPnt;
|
||||
imported Array1OfVec;
|
||||
imported Array1OfXYZ;
|
||||
|
||||
|
||||
-- Array2 of 2D objects.
|
||||
|
||||
class Array2OfCirc2d
|
||||
instantiates Array2 from TCollection (Circ2d from gp);
|
||||
class Array2OfDir2d
|
||||
instantiates Array2 from TCollection (Dir2d from gp);
|
||||
class Array2OfLin2d
|
||||
instantiates Array2 from TCollection (Lin2d from gp);
|
||||
class Array2OfPnt2d
|
||||
instantiates Array2 from TCollection (Pnt2d from gp);
|
||||
class Array2OfVec2d
|
||||
instantiates Array2 from TCollection (Vec2d from gp);
|
||||
class Array2OfXY
|
||||
instantiates Array2 from TCollection (XY from gp);
|
||||
imported Array2OfCirc2d;
|
||||
imported Array2OfDir2d;
|
||||
imported Array2OfLin2d;
|
||||
imported Array2OfPnt2d;
|
||||
imported Array2OfVec2d;
|
||||
imported Array2OfXY;
|
||||
|
||||
|
||||
-- Array2 of 3D objects.
|
||||
|
||||
class Array2OfDir
|
||||
instantiates Array2 from TCollection (Dir from gp);
|
||||
class Array2OfPnt
|
||||
instantiates Array2 from TCollection (Pnt from gp);
|
||||
class Array2OfVec
|
||||
instantiates Array2 from TCollection (Vec from gp);
|
||||
class Array2OfXYZ
|
||||
instantiates Array2 from TCollection (XYZ from gp);
|
||||
imported Array2OfDir;
|
||||
imported Array2OfPnt;
|
||||
imported Array2OfVec;
|
||||
imported Array2OfXYZ;
|
||||
|
||||
|
||||
-- HArray1 of 2D objects.
|
||||
|
||||
class HArray1OfCirc2d
|
||||
instantiates HArray1 from TCollection (Circ2d from gp,
|
||||
Array1OfCirc2d from TColgp);
|
||||
class HArray1OfDir2d
|
||||
instantiates HArray1 from TCollection (Dir2d from gp,
|
||||
Array1OfDir2d from TColgp);
|
||||
class HArray1OfLin2d
|
||||
instantiates HArray1 from TCollection (Lin2d from gp,
|
||||
Array1OfLin2d from TColgp);
|
||||
class HArray1OfPnt2d
|
||||
instantiates HArray1 from TCollection (Pnt2d from gp,
|
||||
Array1OfPnt2d from TColgp);
|
||||
class HArray1OfVec2d
|
||||
instantiates HArray1 from TCollection (Vec2d from gp,
|
||||
Array1OfVec2d from TColgp);
|
||||
class HArray1OfXY
|
||||
instantiates HArray1 from TCollection (XY from gp,
|
||||
Array1OfXY from TColgp);
|
||||
imported transient class HArray1OfCirc2d;
|
||||
imported transient class HArray1OfDir2d;
|
||||
imported transient class HArray1OfLin2d;
|
||||
imported transient class HArray1OfPnt2d;
|
||||
imported transient class HArray1OfVec2d;
|
||||
imported transient class HArray1OfXY;
|
||||
|
||||
|
||||
-- HArray1 of 3D objects.
|
||||
|
||||
class HArray1OfDir
|
||||
instantiates HArray1 from TCollection (Dir from gp,
|
||||
Array1OfDir from TColgp);
|
||||
class HArray1OfPnt
|
||||
instantiates HArray1 from TCollection (Pnt from gp,
|
||||
Array1OfPnt from TColgp);
|
||||
class HArray1OfVec
|
||||
instantiates HArray1 from TCollection (Vec from gp,
|
||||
Array1OfVec from TColgp);
|
||||
class HArray1OfXYZ
|
||||
instantiates HArray1 from TCollection (XYZ from gp,
|
||||
Array1OfXYZ from TColgp);
|
||||
imported transient class HArray1OfDir;
|
||||
imported transient class HArray1OfPnt;
|
||||
imported transient class HArray1OfVec;
|
||||
imported transient class HArray1OfXYZ;
|
||||
|
||||
|
||||
-- HArray2 of 2D objects.
|
||||
|
||||
class HArray2OfCirc2d
|
||||
instantiates HArray2 from TCollection (Circ2d from gp,
|
||||
Array2OfCirc2d from TColgp);
|
||||
class HArray2OfDir2d
|
||||
instantiates HArray2 from TCollection (Dir2d from gp,
|
||||
Array2OfDir2d from TColgp);
|
||||
class HArray2OfLin2d
|
||||
instantiates HArray2 from TCollection (Lin2d from gp,
|
||||
Array2OfLin2d from TColgp);
|
||||
class HArray2OfPnt2d
|
||||
instantiates HArray2 from TCollection (Pnt2d from gp,
|
||||
Array2OfPnt2d from TColgp);
|
||||
class HArray2OfVec2d
|
||||
instantiates HArray2 from TCollection (Vec2d from gp,
|
||||
Array2OfVec2d from TColgp);
|
||||
class HArray2OfXY
|
||||
instantiates HArray2 from TCollection (XY from gp,
|
||||
Array2OfXY from TColgp);
|
||||
imported transient class HArray2OfCirc2d;
|
||||
imported transient class HArray2OfDir2d;
|
||||
imported transient class HArray2OfLin2d;
|
||||
imported transient class HArray2OfPnt2d;
|
||||
imported transient class HArray2OfVec2d;
|
||||
imported transient class HArray2OfXY;
|
||||
|
||||
|
||||
-- HArray2 of 3D objects.
|
||||
|
||||
class HArray2OfDir
|
||||
instantiates HArray2 from TCollection (Dir from gp,
|
||||
Array2OfDir from TColgp);
|
||||
class HArray2OfPnt
|
||||
instantiates HArray2 from TCollection (Pnt from gp,
|
||||
Array2OfPnt from TColgp);
|
||||
class HArray2OfVec
|
||||
instantiates HArray2 from TCollection (Vec from gp,
|
||||
Array2OfVec from TColgp);
|
||||
class HArray2OfXYZ
|
||||
instantiates HArray2 from TCollection (XYZ from gp,
|
||||
Array2OfXYZ from TColgp);
|
||||
imported transient class HArray2OfDir;
|
||||
imported transient class HArray2OfPnt;
|
||||
imported transient class HArray2OfVec;
|
||||
imported transient class HArray2OfXYZ;
|
||||
|
||||
|
||||
-- Sequences of 3D objects.
|
||||
|
||||
class SequenceOfDir
|
||||
instantiates Sequence from TCollection (Dir from gp);
|
||||
class SequenceOfPnt
|
||||
instantiates Sequence from TCollection (Pnt from gp);
|
||||
class SequenceOfVec
|
||||
instantiates Sequence from TCollection (Vec from gp);
|
||||
class SequenceOfXYZ
|
||||
instantiates Sequence from TCollection (XYZ from gp);
|
||||
class SequenceOfAx1
|
||||
instantiates Sequence from TCollection (Ax1 from gp);
|
||||
imported SequenceOfDir;
|
||||
imported SequenceOfPnt;
|
||||
imported SequenceOfVec;
|
||||
imported SequenceOfXYZ;
|
||||
imported SequenceOfAx1;
|
||||
|
||||
|
||||
-- HSequences of 3D objects.
|
||||
|
||||
class HSequenceOfDir
|
||||
instantiates HSequence from TCollection (Dir from gp,
|
||||
SequenceOfDir from TColgp);
|
||||
class HSequenceOfPnt
|
||||
instantiates HSequence from TCollection (Pnt from gp,
|
||||
SequenceOfPnt from TColgp);
|
||||
imported transient class HSequenceOfDir;
|
||||
imported transient class HSequenceOfPnt;
|
||||
|
||||
class HSequenceOfVec
|
||||
instantiates HSequence from TCollection (Vec from gp,
|
||||
SequenceOfVec from TColgp);
|
||||
imported transient class HSequenceOfVec;
|
||||
|
||||
class HSequenceOfXYZ
|
||||
instantiates HSequence from TCollection (XYZ from gp,
|
||||
SequenceOfXYZ from TColgp);
|
||||
imported transient class HSequenceOfXYZ;
|
||||
|
||||
|
||||
-- Sequences of 2D objects.
|
||||
|
||||
class SequenceOfDir2d
|
||||
instantiates Sequence from TCollection (Dir2d from gp);
|
||||
class SequenceOfPnt2d
|
||||
instantiates Sequence from TCollection (Pnt2d from gp);
|
||||
class SequenceOfVec2d
|
||||
instantiates Sequence from TCollection (Vec2d from gp);
|
||||
class SequenceOfXY
|
||||
instantiates Sequence from TCollection (XY from gp);
|
||||
class SequenceOfArray1OfPnt2d
|
||||
instantiates Sequence from TCollection(HArray1OfPnt2d from TColgp);
|
||||
imported SequenceOfDir2d;
|
||||
imported SequenceOfPnt2d;
|
||||
imported SequenceOfVec2d;
|
||||
imported SequenceOfXY;
|
||||
imported SequenceOfArray1OfPnt2d;
|
||||
|
||||
|
||||
-- HSequences of 2D objects.
|
||||
|
||||
class HSequenceOfDir2d
|
||||
instantiates HSequence from TCollection (Dir2d from gp,
|
||||
SequenceOfDir2d from TColgp);
|
||||
class HSequenceOfPnt2d
|
||||
instantiates HSequence from TCollection (Pnt2d from gp,
|
||||
SequenceOfPnt2d from TColgp);
|
||||
class HSequenceOfVec2d
|
||||
instantiates HSequence from TCollection (Vec2d from gp,
|
||||
SequenceOfVec2d from TColgp);
|
||||
class HSequenceOfXY
|
||||
instantiates HSequence from TCollection (XY from gp,
|
||||
SequenceOfXY from TColgp);
|
||||
imported transient class HSequenceOfDir2d;
|
||||
imported transient class HSequenceOfPnt2d;
|
||||
imported transient class HSequenceOfVec2d;
|
||||
imported transient class HSequenceOfXY;
|
||||
|
||||
end TColgp;
|
||||
|
26
src/TColgp/TColgp_Array1OfCirc2d.hxx
Normal file
26
src/TColgp/TColgp_Array1OfCirc2d.hxx
Normal file
@@ -0,0 +1,26 @@
|
||||
// Created on: 1993-03-10
|
||||
// Created by: Philippe DAUTRY
|
||||
// Copyright (c) 1993-1999 Matra Datavision
|
||||
// Copyright (c) 1999-2014 OPEN CASCADE SAS
|
||||
//
|
||||
// This file is part of Open CASCADE Technology software library.
|
||||
//
|
||||
// This library is free software; you can redistribute it and/or modify it under
|
||||
// the terms of the GNU Lesser General Public License version 2.1 as published
|
||||
// by the Free Software Foundation, with special exception defined in the file
|
||||
// OCCT_LGPL_EXCEPTION.txt. Consult the file LICENSE_LGPL_21.txt included in OCCT
|
||||
// distribution for complete text of the license and disclaimer of any warranty.
|
||||
//
|
||||
// Alternatively, this file may be used under the terms of Open CASCADE
|
||||
// commercial license or contractual agreement.
|
||||
|
||||
#ifndef TColgp_Array1OfCirc2d_HeaderFile
|
||||
#define TColgp_Array1OfCirc2d_HeaderFile
|
||||
|
||||
#include <gp_Circ2d.hxx>
|
||||
#include <NCollection_Array1.hxx>
|
||||
|
||||
typedef NCollection_Array1<gp_Circ2d> TColgp_Array1OfCirc2d;
|
||||
|
||||
|
||||
#endif
|
26
src/TColgp/TColgp_Array1OfDir.hxx
Normal file
26
src/TColgp/TColgp_Array1OfDir.hxx
Normal file
@@ -0,0 +1,26 @@
|
||||
// Created on: 1993-03-10
|
||||
// Created by: Philippe DAUTRY
|
||||
// Copyright (c) 1993-1999 Matra Datavision
|
||||
// Copyright (c) 1999-2014 OPEN CASCADE SAS
|
||||
//
|
||||
// This file is part of Open CASCADE Technology software library.
|
||||
//
|
||||
// This library is free software; you can redistribute it and/or modify it under
|
||||
// the terms of the GNU Lesser General Public License version 2.1 as published
|
||||
// by the Free Software Foundation, with special exception defined in the file
|
||||
// OCCT_LGPL_EXCEPTION.txt. Consult the file LICENSE_LGPL_21.txt included in OCCT
|
||||
// distribution for complete text of the license and disclaimer of any warranty.
|
||||
//
|
||||
// Alternatively, this file may be used under the terms of Open CASCADE
|
||||
// commercial license or contractual agreement.
|
||||
|
||||
#ifndef TColgp_Array1OfDir_HeaderFile
|
||||
#define TColgp_Array1OfDir_HeaderFile
|
||||
|
||||
#include <gp_Dir.hxx>
|
||||
#include <NCollection_Array1.hxx>
|
||||
|
||||
typedef NCollection_Array1<gp_Dir> TColgp_Array1OfDir;
|
||||
|
||||
|
||||
#endif
|
26
src/TColgp/TColgp_Array1OfDir2d.hxx
Normal file
26
src/TColgp/TColgp_Array1OfDir2d.hxx
Normal file
@@ -0,0 +1,26 @@
|
||||
// Created on: 1993-03-10
|
||||
// Created by: Philippe DAUTRY
|
||||
// Copyright (c) 1993-1999 Matra Datavision
|
||||
// Copyright (c) 1999-2014 OPEN CASCADE SAS
|
||||
//
|
||||
// This file is part of Open CASCADE Technology software library.
|
||||
//
|
||||
// This library is free software; you can redistribute it and/or modify it under
|
||||
// the terms of the GNU Lesser General Public License version 2.1 as published
|
||||
// by the Free Software Foundation, with special exception defined in the file
|
||||
// OCCT_LGPL_EXCEPTION.txt. Consult the file LICENSE_LGPL_21.txt included in OCCT
|
||||
// distribution for complete text of the license and disclaimer of any warranty.
|
||||
//
|
||||
// Alternatively, this file may be used under the terms of Open CASCADE
|
||||
// commercial license or contractual agreement.
|
||||
|
||||
#ifndef TColgp_Array1OfDir2d_HeaderFile
|
||||
#define TColgp_Array1OfDir2d_HeaderFile
|
||||
|
||||
#include <gp_Dir2d.hxx>
|
||||
#include <NCollection_Array1.hxx>
|
||||
|
||||
typedef NCollection_Array1<gp_Dir2d> TColgp_Array1OfDir2d;
|
||||
|
||||
|
||||
#endif
|
26
src/TColgp/TColgp_Array1OfLin2d.hxx
Normal file
26
src/TColgp/TColgp_Array1OfLin2d.hxx
Normal file
@@ -0,0 +1,26 @@
|
||||
// Created on: 1993-03-10
|
||||
// Created by: Philippe DAUTRY
|
||||
// Copyright (c) 1993-1999 Matra Datavision
|
||||
// Copyright (c) 1999-2014 OPEN CASCADE SAS
|
||||
//
|
||||
// This file is part of Open CASCADE Technology software library.
|
||||
//
|
||||
// This library is free software; you can redistribute it and/or modify it under
|
||||
// the terms of the GNU Lesser General Public License version 2.1 as published
|
||||
// by the Free Software Foundation, with special exception defined in the file
|
||||
// OCCT_LGPL_EXCEPTION.txt. Consult the file LICENSE_LGPL_21.txt included in OCCT
|
||||
// distribution for complete text of the license and disclaimer of any warranty.
|
||||
//
|
||||
// Alternatively, this file may be used under the terms of Open CASCADE
|
||||
// commercial license or contractual agreement.
|
||||
|
||||
#ifndef TColgp_Array1OfLin2d_HeaderFile
|
||||
#define TColgp_Array1OfLin2d_HeaderFile
|
||||
|
||||
#include <gp_Lin2d.hxx>
|
||||
#include <NCollection_Array1.hxx>
|
||||
|
||||
typedef NCollection_Array1<gp_Lin2d> TColgp_Array1OfLin2d;
|
||||
|
||||
|
||||
#endif
|
26
src/TColgp/TColgp_Array1OfPnt.hxx
Normal file
26
src/TColgp/TColgp_Array1OfPnt.hxx
Normal file
@@ -0,0 +1,26 @@
|
||||
// Created on: 1993-03-10
|
||||
// Created by: Philippe DAUTRY
|
||||
// Copyright (c) 1993-1999 Matra Datavision
|
||||
// Copyright (c) 1999-2014 OPEN CASCADE SAS
|
||||
//
|
||||
// This file is part of Open CASCADE Technology software library.
|
||||
//
|
||||
// This library is free software; you can redistribute it and/or modify it under
|
||||
// the terms of the GNU Lesser General Public License version 2.1 as published
|
||||
// by the Free Software Foundation, with special exception defined in the file
|
||||
// OCCT_LGPL_EXCEPTION.txt. Consult the file LICENSE_LGPL_21.txt included in OCCT
|
||||
// distribution for complete text of the license and disclaimer of any warranty.
|
||||
//
|
||||
// Alternatively, this file may be used under the terms of Open CASCADE
|
||||
// commercial license or contractual agreement.
|
||||
|
||||
#ifndef TColgp_Array1OfPnt_HeaderFile
|
||||
#define TColgp_Array1OfPnt_HeaderFile
|
||||
|
||||
#include <gp_Pnt.hxx>
|
||||
#include <NCollection_Array1.hxx>
|
||||
|
||||
typedef NCollection_Array1<gp_Pnt> TColgp_Array1OfPnt;
|
||||
|
||||
|
||||
#endif
|
26
src/TColgp/TColgp_Array1OfPnt2d.hxx
Normal file
26
src/TColgp/TColgp_Array1OfPnt2d.hxx
Normal file
@@ -0,0 +1,26 @@
|
||||
// Created on: 1993-03-10
|
||||
// Created by: Philippe DAUTRY
|
||||
// Copyright (c) 1993-1999 Matra Datavision
|
||||
// Copyright (c) 1999-2014 OPEN CASCADE SAS
|
||||
//
|
||||
// This file is part of Open CASCADE Technology software library.
|
||||
//
|
||||
// This library is free software; you can redistribute it and/or modify it under
|
||||
// the terms of the GNU Lesser General Public License version 2.1 as published
|
||||
// by the Free Software Foundation, with special exception defined in the file
|
||||
// OCCT_LGPL_EXCEPTION.txt. Consult the file LICENSE_LGPL_21.txt included in OCCT
|
||||
// distribution for complete text of the license and disclaimer of any warranty.
|
||||
//
|
||||
// Alternatively, this file may be used under the terms of Open CASCADE
|
||||
// commercial license or contractual agreement.
|
||||
|
||||
#ifndef TColgp_Array1OfPnt2d_HeaderFile
|
||||
#define TColgp_Array1OfPnt2d_HeaderFile
|
||||
|
||||
#include <gp_Pnt2d.hxx>
|
||||
#include <NCollection_Array1.hxx>
|
||||
|
||||
typedef NCollection_Array1<gp_Pnt2d> TColgp_Array1OfPnt2d;
|
||||
|
||||
|
||||
#endif
|
26
src/TColgp/TColgp_Array1OfVec.hxx
Normal file
26
src/TColgp/TColgp_Array1OfVec.hxx
Normal file
@@ -0,0 +1,26 @@
|
||||
// Created on: 1993-03-10
|
||||
// Created by: Philippe DAUTRY
|
||||
// Copyright (c) 1993-1999 Matra Datavision
|
||||
// Copyright (c) 1999-2014 OPEN CASCADE SAS
|
||||
//
|
||||
// This file is part of Open CASCADE Technology software library.
|
||||
//
|
||||
// This library is free software; you can redistribute it and/or modify it under
|
||||
// the terms of the GNU Lesser General Public License version 2.1 as published
|
||||
// by the Free Software Foundation, with special exception defined in the file
|
||||
// OCCT_LGPL_EXCEPTION.txt. Consult the file LICENSE_LGPL_21.txt included in OCCT
|
||||
// distribution for complete text of the license and disclaimer of any warranty.
|
||||
//
|
||||
// Alternatively, this file may be used under the terms of Open CASCADE
|
||||
// commercial license or contractual agreement.
|
||||
|
||||
#ifndef TColgp_Array1OfVec_HeaderFile
|
||||
#define TColgp_Array1OfVec_HeaderFile
|
||||
|
||||
#include <gp_Vec.hxx>
|
||||
#include <NCollection_Array1.hxx>
|
||||
|
||||
typedef NCollection_Array1<gp_Vec> TColgp_Array1OfVec;
|
||||
|
||||
|
||||
#endif
|
26
src/TColgp/TColgp_Array1OfVec2d.hxx
Normal file
26
src/TColgp/TColgp_Array1OfVec2d.hxx
Normal file
@@ -0,0 +1,26 @@
|
||||
// Created on: 1993-03-10
|
||||
// Created by: Philippe DAUTRY
|
||||
// Copyright (c) 1993-1999 Matra Datavision
|
||||
// Copyright (c) 1999-2014 OPEN CASCADE SAS
|
||||
//
|
||||
// This file is part of Open CASCADE Technology software library.
|
||||
//
|
||||
// This library is free software; you can redistribute it and/or modify it under
|
||||
// the terms of the GNU Lesser General Public License version 2.1 as published
|
||||
// by the Free Software Foundation, with special exception defined in the file
|
||||
// OCCT_LGPL_EXCEPTION.txt. Consult the file LICENSE_LGPL_21.txt included in OCCT
|
||||
// distribution for complete text of the license and disclaimer of any warranty.
|
||||
//
|
||||
// Alternatively, this file may be used under the terms of Open CASCADE
|
||||
// commercial license or contractual agreement.
|
||||
|
||||
#ifndef TColgp_Array1OfVec2d_HeaderFile
|
||||
#define TColgp_Array1OfVec2d_HeaderFile
|
||||
|
||||
#include <gp_Vec2d.hxx>
|
||||
#include <NCollection_Array1.hxx>
|
||||
|
||||
typedef NCollection_Array1<gp_Vec2d> TColgp_Array1OfVec2d;
|
||||
|
||||
|
||||
#endif
|
26
src/TColgp/TColgp_Array1OfXY.hxx
Normal file
26
src/TColgp/TColgp_Array1OfXY.hxx
Normal file
@@ -0,0 +1,26 @@
|
||||
// Created on: 1993-03-10
|
||||
// Created by: Philippe DAUTRY
|
||||
// Copyright (c) 1993-1999 Matra Datavision
|
||||
// Copyright (c) 1999-2014 OPEN CASCADE SAS
|
||||
//
|
||||
// This file is part of Open CASCADE Technology software library.
|
||||
//
|
||||
// This library is free software; you can redistribute it and/or modify it under
|
||||
// the terms of the GNU Lesser General Public License version 2.1 as published
|
||||
// by the Free Software Foundation, with special exception defined in the file
|
||||
// OCCT_LGPL_EXCEPTION.txt. Consult the file LICENSE_LGPL_21.txt included in OCCT
|
||||
// distribution for complete text of the license and disclaimer of any warranty.
|
||||
//
|
||||
// Alternatively, this file may be used under the terms of Open CASCADE
|
||||
// commercial license or contractual agreement.
|
||||
|
||||
#ifndef TColgp_Array1OfXY_HeaderFile
|
||||
#define TColgp_Array1OfXY_HeaderFile
|
||||
|
||||
#include <gp_XY.hxx>
|
||||
#include <NCollection_Array1.hxx>
|
||||
|
||||
typedef NCollection_Array1<gp_XY> TColgp_Array1OfXY;
|
||||
|
||||
|
||||
#endif
|
26
src/TColgp/TColgp_Array1OfXYZ.hxx
Normal file
26
src/TColgp/TColgp_Array1OfXYZ.hxx
Normal file
@@ -0,0 +1,26 @@
|
||||
// Created on: 1993-03-10
|
||||
// Created by: Philippe DAUTRY
|
||||
// Copyright (c) 1993-1999 Matra Datavision
|
||||
// Copyright (c) 1999-2014 OPEN CASCADE SAS
|
||||
//
|
||||
// This file is part of Open CASCADE Technology software library.
|
||||
//
|
||||
// This library is free software; you can redistribute it and/or modify it under
|
||||
// the terms of the GNU Lesser General Public License version 2.1 as published
|
||||
// by the Free Software Foundation, with special exception defined in the file
|
||||
// OCCT_LGPL_EXCEPTION.txt. Consult the file LICENSE_LGPL_21.txt included in OCCT
|
||||
// distribution for complete text of the license and disclaimer of any warranty.
|
||||
//
|
||||
// Alternatively, this file may be used under the terms of Open CASCADE
|
||||
// commercial license or contractual agreement.
|
||||
|
||||
#ifndef TColgp_Array1OfXYZ_HeaderFile
|
||||
#define TColgp_Array1OfXYZ_HeaderFile
|
||||
|
||||
#include <gp_XYZ.hxx>
|
||||
#include <NCollection_Array1.hxx>
|
||||
|
||||
typedef NCollection_Array1<gp_XYZ> TColgp_Array1OfXYZ;
|
||||
|
||||
|
||||
#endif
|
26
src/TColgp/TColgp_Array2OfCirc2d.hxx
Normal file
26
src/TColgp/TColgp_Array2OfCirc2d.hxx
Normal file
@@ -0,0 +1,26 @@
|
||||
// Created on: 1993-03-10
|
||||
// Created by: Philippe DAUTRY
|
||||
// Copyright (c) 1993-1999 Matra Datavision
|
||||
// Copyright (c) 1999-2014 OPEN CASCADE SAS
|
||||
//
|
||||
// This file is part of Open CASCADE Technology software library.
|
||||
//
|
||||
// This library is free software; you can redistribute it and/or modify it under
|
||||
// the terms of the GNU Lesser General Public License version 2.1 as published
|
||||
// by the Free Software Foundation, with special exception defined in the file
|
||||
// OCCT_LGPL_EXCEPTION.txt. Consult the file LICENSE_LGPL_21.txt included in OCCT
|
||||
// distribution for complete text of the license and disclaimer of any warranty.
|
||||
//
|
||||
// Alternatively, this file may be used under the terms of Open CASCADE
|
||||
// commercial license or contractual agreement.
|
||||
|
||||
#ifndef TColgp_Array2OfCirc2d_HeaderFile
|
||||
#define TColgp_Array2OfCirc2d_HeaderFile
|
||||
|
||||
#include <gp_Circ2d.hxx>
|
||||
#include <NCollection_Array2.hxx>
|
||||
|
||||
typedef NCollection_Array2<gp_Circ2d> TColgp_Array2OfCirc2d;
|
||||
|
||||
|
||||
#endif
|
26
src/TColgp/TColgp_Array2OfDir.hxx
Normal file
26
src/TColgp/TColgp_Array2OfDir.hxx
Normal file
@@ -0,0 +1,26 @@
|
||||
// Created on: 1993-03-10
|
||||
// Created by: Philippe DAUTRY
|
||||
// Copyright (c) 1993-1999 Matra Datavision
|
||||
// Copyright (c) 1999-2014 OPEN CASCADE SAS
|
||||
//
|
||||
// This file is part of Open CASCADE Technology software library.
|
||||
//
|
||||
// This library is free software; you can redistribute it and/or modify it under
|
||||
// the terms of the GNU Lesser General Public License version 2.1 as published
|
||||
// by the Free Software Foundation, with special exception defined in the file
|
||||
// OCCT_LGPL_EXCEPTION.txt. Consult the file LICENSE_LGPL_21.txt included in OCCT
|
||||
// distribution for complete text of the license and disclaimer of any warranty.
|
||||
//
|
||||
// Alternatively, this file may be used under the terms of Open CASCADE
|
||||
// commercial license or contractual agreement.
|
||||
|
||||
#ifndef TColgp_Array2OfDir_HeaderFile
|
||||
#define TColgp_Array2OfDir_HeaderFile
|
||||
|
||||
#include <gp_Dir.hxx>
|
||||
#include <NCollection_Array2.hxx>
|
||||
|
||||
typedef NCollection_Array2<gp_Dir> TColgp_Array2OfDir;
|
||||
|
||||
|
||||
#endif
|
26
src/TColgp/TColgp_Array2OfDir2d.hxx
Normal file
26
src/TColgp/TColgp_Array2OfDir2d.hxx
Normal file
@@ -0,0 +1,26 @@
|
||||
// Created on: 1993-03-10
|
||||
// Created by: Philippe DAUTRY
|
||||
// Copyright (c) 1993-1999 Matra Datavision
|
||||
// Copyright (c) 1999-2014 OPEN CASCADE SAS
|
||||
//
|
||||
// This file is part of Open CASCADE Technology software library.
|
||||
//
|
||||
// This library is free software; you can redistribute it and/or modify it under
|
||||
// the terms of the GNU Lesser General Public License version 2.1 as published
|
||||
// by the Free Software Foundation, with special exception defined in the file
|
||||
// OCCT_LGPL_EXCEPTION.txt. Consult the file LICENSE_LGPL_21.txt included in OCCT
|
||||
// distribution for complete text of the license and disclaimer of any warranty.
|
||||
//
|
||||
// Alternatively, this file may be used under the terms of Open CASCADE
|
||||
// commercial license or contractual agreement.
|
||||
|
||||
#ifndef TColgp_Array2OfDir2d_HeaderFile
|
||||
#define TColgp_Array2OfDir2d_HeaderFile
|
||||
|
||||
#include <gp_Dir2d.hxx>
|
||||
#include <NCollection_Array2.hxx>
|
||||
|
||||
typedef NCollection_Array2<gp_Dir2d> TColgp_Array2OfDir2d;
|
||||
|
||||
|
||||
#endif
|
26
src/TColgp/TColgp_Array2OfLin2d.hxx
Normal file
26
src/TColgp/TColgp_Array2OfLin2d.hxx
Normal file
@@ -0,0 +1,26 @@
|
||||
// Created on: 1993-03-10
|
||||
// Created by: Philippe DAUTRY
|
||||
// Copyright (c) 1993-1999 Matra Datavision
|
||||
// Copyright (c) 1999-2014 OPEN CASCADE SAS
|
||||
//
|
||||
// This file is part of Open CASCADE Technology software library.
|
||||
//
|
||||
// This library is free software; you can redistribute it and/or modify it under
|
||||
// the terms of the GNU Lesser General Public License version 2.1 as published
|
||||
// by the Free Software Foundation, with special exception defined in the file
|
||||
// OCCT_LGPL_EXCEPTION.txt. Consult the file LICENSE_LGPL_21.txt included in OCCT
|
||||
// distribution for complete text of the license and disclaimer of any warranty.
|
||||
//
|
||||
// Alternatively, this file may be used under the terms of Open CASCADE
|
||||
// commercial license or contractual agreement.
|
||||
|
||||
#ifndef TColgp_Array2OfLin2d_HeaderFile
|
||||
#define TColgp_Array2OfLin2d_HeaderFile
|
||||
|
||||
#include <gp_Lin2d.hxx>
|
||||
#include <NCollection_Array2.hxx>
|
||||
|
||||
typedef NCollection_Array2<gp_Lin2d> TColgp_Array2OfLin2d;
|
||||
|
||||
|
||||
#endif
|
26
src/TColgp/TColgp_Array2OfPnt.hxx
Normal file
26
src/TColgp/TColgp_Array2OfPnt.hxx
Normal file
@@ -0,0 +1,26 @@
|
||||
// Created on: 1993-03-10
|
||||
// Created by: Philippe DAUTRY
|
||||
// Copyright (c) 1993-1999 Matra Datavision
|
||||
// Copyright (c) 1999-2014 OPEN CASCADE SAS
|
||||
//
|
||||
// This file is part of Open CASCADE Technology software library.
|
||||
//
|
||||
// This library is free software; you can redistribute it and/or modify it under
|
||||
// the terms of the GNU Lesser General Public License version 2.1 as published
|
||||
// by the Free Software Foundation, with special exception defined in the file
|
||||
// OCCT_LGPL_EXCEPTION.txt. Consult the file LICENSE_LGPL_21.txt included in OCCT
|
||||
// distribution for complete text of the license and disclaimer of any warranty.
|
||||
//
|
||||
// Alternatively, this file may be used under the terms of Open CASCADE
|
||||
// commercial license or contractual agreement.
|
||||
|
||||
#ifndef TColgp_Array2OfPnt_HeaderFile
|
||||
#define TColgp_Array2OfPnt_HeaderFile
|
||||
|
||||
#include <gp_Pnt.hxx>
|
||||
#include <NCollection_Array2.hxx>
|
||||
|
||||
typedef NCollection_Array2<gp_Pnt> TColgp_Array2OfPnt;
|
||||
|
||||
|
||||
#endif
|
26
src/TColgp/TColgp_Array2OfPnt2d.hxx
Normal file
26
src/TColgp/TColgp_Array2OfPnt2d.hxx
Normal file
@@ -0,0 +1,26 @@
|
||||
// Created on: 1993-03-10
|
||||
// Created by: Philippe DAUTRY
|
||||
// Copyright (c) 1993-1999 Matra Datavision
|
||||
// Copyright (c) 1999-2014 OPEN CASCADE SAS
|
||||
//
|
||||
// This file is part of Open CASCADE Technology software library.
|
||||
//
|
||||
// This library is free software; you can redistribute it and/or modify it under
|
||||
// the terms of the GNU Lesser General Public License version 2.1 as published
|
||||
// by the Free Software Foundation, with special exception defined in the file
|
||||
// OCCT_LGPL_EXCEPTION.txt. Consult the file LICENSE_LGPL_21.txt included in OCCT
|
||||
// distribution for complete text of the license and disclaimer of any warranty.
|
||||
//
|
||||
// Alternatively, this file may be used under the terms of Open CASCADE
|
||||
// commercial license or contractual agreement.
|
||||
|
||||
#ifndef TColgp_Array2OfPnt2d_HeaderFile
|
||||
#define TColgp_Array2OfPnt2d_HeaderFile
|
||||
|
||||
#include <gp_Pnt2d.hxx>
|
||||
#include <NCollection_Array2.hxx>
|
||||
|
||||
typedef NCollection_Array2<gp_Pnt2d> TColgp_Array2OfPnt2d;
|
||||
|
||||
|
||||
#endif
|
26
src/TColgp/TColgp_Array2OfVec.hxx
Normal file
26
src/TColgp/TColgp_Array2OfVec.hxx
Normal file
@@ -0,0 +1,26 @@
|
||||
// Created on: 1993-03-10
|
||||
// Created by: Philippe DAUTRY
|
||||
// Copyright (c) 1993-1999 Matra Datavision
|
||||
// Copyright (c) 1999-2014 OPEN CASCADE SAS
|
||||
//
|
||||
// This file is part of Open CASCADE Technology software library.
|
||||
//
|
||||
// This library is free software; you can redistribute it and/or modify it under
|
||||
// the terms of the GNU Lesser General Public License version 2.1 as published
|
||||
// by the Free Software Foundation, with special exception defined in the file
|
||||
// OCCT_LGPL_EXCEPTION.txt. Consult the file LICENSE_LGPL_21.txt included in OCCT
|
||||
// distribution for complete text of the license and disclaimer of any warranty.
|
||||
//
|
||||
// Alternatively, this file may be used under the terms of Open CASCADE
|
||||
// commercial license or contractual agreement.
|
||||
|
||||
#ifndef TColgp_Array2OfVec_HeaderFile
|
||||
#define TColgp_Array2OfVec_HeaderFile
|
||||
|
||||
#include <gp_Vec.hxx>
|
||||
#include <NCollection_Array2.hxx>
|
||||
|
||||
typedef NCollection_Array2<gp_Vec> TColgp_Array2OfVec;
|
||||
|
||||
|
||||
#endif
|
26
src/TColgp/TColgp_Array2OfVec2d.hxx
Normal file
26
src/TColgp/TColgp_Array2OfVec2d.hxx
Normal file
@@ -0,0 +1,26 @@
|
||||
// Created on: 1993-03-10
|
||||
// Created by: Philippe DAUTRY
|
||||
// Copyright (c) 1993-1999 Matra Datavision
|
||||
// Copyright (c) 1999-2014 OPEN CASCADE SAS
|
||||
//
|
||||
// This file is part of Open CASCADE Technology software library.
|
||||
//
|
||||
// This library is free software; you can redistribute it and/or modify it under
|
||||
// the terms of the GNU Lesser General Public License version 2.1 as published
|
||||
// by the Free Software Foundation, with special exception defined in the file
|
||||
// OCCT_LGPL_EXCEPTION.txt. Consult the file LICENSE_LGPL_21.txt included in OCCT
|
||||
// distribution for complete text of the license and disclaimer of any warranty.
|
||||
//
|
||||
// Alternatively, this file may be used under the terms of Open CASCADE
|
||||
// commercial license or contractual agreement.
|
||||
|
||||
#ifndef TColgp_Array2OfVec2d_HeaderFile
|
||||
#define TColgp_Array2OfVec2d_HeaderFile
|
||||
|
||||
#include <gp_Vec2d.hxx>
|
||||
#include <NCollection_Array2.hxx>
|
||||
|
||||
typedef NCollection_Array2<gp_Vec2d> TColgp_Array2OfVec2d;
|
||||
|
||||
|
||||
#endif
|
26
src/TColgp/TColgp_Array2OfXY.hxx
Normal file
26
src/TColgp/TColgp_Array2OfXY.hxx
Normal file
@@ -0,0 +1,26 @@
|
||||
// Created on: 1993-03-10
|
||||
// Created by: Philippe DAUTRY
|
||||
// Copyright (c) 1993-1999 Matra Datavision
|
||||
// Copyright (c) 1999-2014 OPEN CASCADE SAS
|
||||
//
|
||||
// This file is part of Open CASCADE Technology software library.
|
||||
//
|
||||
// This library is free software; you can redistribute it and/or modify it under
|
||||
// the terms of the GNU Lesser General Public License version 2.1 as published
|
||||
// by the Free Software Foundation, with special exception defined in the file
|
||||
// OCCT_LGPL_EXCEPTION.txt. Consult the file LICENSE_LGPL_21.txt included in OCCT
|
||||
// distribution for complete text of the license and disclaimer of any warranty.
|
||||
//
|
||||
// Alternatively, this file may be used under the terms of Open CASCADE
|
||||
// commercial license or contractual agreement.
|
||||
|
||||
#ifndef TColgp_Array2OfXY_HeaderFile
|
||||
#define TColgp_Array2OfXY_HeaderFile
|
||||
|
||||
#include <gp_XY.hxx>
|
||||
#include <NCollection_Array2.hxx>
|
||||
|
||||
typedef NCollection_Array2<gp_XY> TColgp_Array2OfXY;
|
||||
|
||||
|
||||
#endif
|
26
src/TColgp/TColgp_Array2OfXYZ.hxx
Normal file
26
src/TColgp/TColgp_Array2OfXYZ.hxx
Normal file
@@ -0,0 +1,26 @@
|
||||
// Created on: 1993-03-10
|
||||
// Created by: Philippe DAUTRY
|
||||
// Copyright (c) 1993-1999 Matra Datavision
|
||||
// Copyright (c) 1999-2014 OPEN CASCADE SAS
|
||||
//
|
||||
// This file is part of Open CASCADE Technology software library.
|
||||
//
|
||||
// This library is free software; you can redistribute it and/or modify it under
|
||||
// the terms of the GNU Lesser General Public License version 2.1 as published
|
||||
// by the Free Software Foundation, with special exception defined in the file
|
||||
// OCCT_LGPL_EXCEPTION.txt. Consult the file LICENSE_LGPL_21.txt included in OCCT
|
||||
// distribution for complete text of the license and disclaimer of any warranty.
|
||||
//
|
||||
// Alternatively, this file may be used under the terms of Open CASCADE
|
||||
// commercial license or contractual agreement.
|
||||
|
||||
#ifndef TColgp_Array2OfXYZ_HeaderFile
|
||||
#define TColgp_Array2OfXYZ_HeaderFile
|
||||
|
||||
#include <gp_XYZ.hxx>
|
||||
#include <NCollection_Array2.hxx>
|
||||
|
||||
typedef NCollection_Array2<gp_XYZ> TColgp_Array2OfXYZ;
|
||||
|
||||
|
||||
#endif
|
27
src/TColgp/TColgp_HArray1OfCirc2d.hxx
Normal file
27
src/TColgp/TColgp_HArray1OfCirc2d.hxx
Normal file
@@ -0,0 +1,27 @@
|
||||
// Created on: 1993-03-10
|
||||
// Created by: Philippe DAUTRY
|
||||
// Copyright (c) 1993-1999 Matra Datavision
|
||||
// Copyright (c) 1999-2014 OPEN CASCADE SAS
|
||||
//
|
||||
// This file is part of Open CASCADE Technology software library.
|
||||
//
|
||||
// This library is free software; you can redistribute it and/or modify it under
|
||||
// the terms of the GNU Lesser General Public License version 2.1 as published
|
||||
// by the Free Software Foundation, with special exception defined in the file
|
||||
// OCCT_LGPL_EXCEPTION.txt. Consult the file LICENSE_LGPL_21.txt included in OCCT
|
||||
// distribution for complete text of the license and disclaimer of any warranty.
|
||||
//
|
||||
// Alternatively, this file may be used under the terms of Open CASCADE
|
||||
// commercial license or contractual agreement.
|
||||
|
||||
#ifndef TColgp_HArray1OfCirc2d_HeaderFile
|
||||
#define TColgp_HArray1OfCirc2d_HeaderFile
|
||||
|
||||
#include <gp_Circ2d.hxx>
|
||||
#include <TColgp_Array1OfCirc2d.hxx>
|
||||
#include <NCollection_DefineHArray1.hxx>
|
||||
|
||||
DEFINE_HARRAY1(TColgp_HArray1OfCirc2d, TColgp_Array1OfCirc2d)
|
||||
|
||||
|
||||
#endif
|
27
src/TColgp/TColgp_HArray1OfDir.hxx
Normal file
27
src/TColgp/TColgp_HArray1OfDir.hxx
Normal file
@@ -0,0 +1,27 @@
|
||||
// Created on: 1993-03-10
|
||||
// Created by: Philippe DAUTRY
|
||||
// Copyright (c) 1993-1999 Matra Datavision
|
||||
// Copyright (c) 1999-2014 OPEN CASCADE SAS
|
||||
//
|
||||
// This file is part of Open CASCADE Technology software library.
|
||||
//
|
||||
// This library is free software; you can redistribute it and/or modify it under
|
||||
// the terms of the GNU Lesser General Public License version 2.1 as published
|
||||
// by the Free Software Foundation, with special exception defined in the file
|
||||
// OCCT_LGPL_EXCEPTION.txt. Consult the file LICENSE_LGPL_21.txt included in OCCT
|
||||
// distribution for complete text of the license and disclaimer of any warranty.
|
||||
//
|
||||
// Alternatively, this file may be used under the terms of Open CASCADE
|
||||
// commercial license or contractual agreement.
|
||||
|
||||
#ifndef TColgp_HArray1OfDir_HeaderFile
|
||||
#define TColgp_HArray1OfDir_HeaderFile
|
||||
|
||||
#include <gp_Dir.hxx>
|
||||
#include <TColgp_Array1OfDir.hxx>
|
||||
#include <NCollection_DefineHArray1.hxx>
|
||||
|
||||
DEFINE_HARRAY1(TColgp_HArray1OfDir, TColgp_Array1OfDir)
|
||||
|
||||
|
||||
#endif
|
27
src/TColgp/TColgp_HArray1OfDir2d.hxx
Normal file
27
src/TColgp/TColgp_HArray1OfDir2d.hxx
Normal file
@@ -0,0 +1,27 @@
|
||||
// Created on: 1993-03-10
|
||||
// Created by: Philippe DAUTRY
|
||||
// Copyright (c) 1993-1999 Matra Datavision
|
||||
// Copyright (c) 1999-2014 OPEN CASCADE SAS
|
||||
//
|
||||
// This file is part of Open CASCADE Technology software library.
|
||||
//
|
||||
// This library is free software; you can redistribute it and/or modify it under
|
||||
// the terms of the GNU Lesser General Public License version 2.1 as published
|
||||
// by the Free Software Foundation, with special exception defined in the file
|
||||
// OCCT_LGPL_EXCEPTION.txt. Consult the file LICENSE_LGPL_21.txt included in OCCT
|
||||
// distribution for complete text of the license and disclaimer of any warranty.
|
||||
//
|
||||
// Alternatively, this file may be used under the terms of Open CASCADE
|
||||
// commercial license or contractual agreement.
|
||||
|
||||
#ifndef TColgp_HArray1OfDir2d_HeaderFile
|
||||
#define TColgp_HArray1OfDir2d_HeaderFile
|
||||
|
||||
#include <gp_Dir2d.hxx>
|
||||
#include <TColgp_Array1OfDir2d.hxx>
|
||||
#include <NCollection_DefineHArray1.hxx>
|
||||
|
||||
DEFINE_HARRAY1(TColgp_HArray1OfDir2d, TColgp_Array1OfDir2d)
|
||||
|
||||
|
||||
#endif
|
27
src/TColgp/TColgp_HArray1OfLin2d.hxx
Normal file
27
src/TColgp/TColgp_HArray1OfLin2d.hxx
Normal file
@@ -0,0 +1,27 @@
|
||||
// Created on: 1993-03-10
|
||||
// Created by: Philippe DAUTRY
|
||||
// Copyright (c) 1993-1999 Matra Datavision
|
||||
// Copyright (c) 1999-2014 OPEN CASCADE SAS
|
||||
//
|
||||
// This file is part of Open CASCADE Technology software library.
|
||||
//
|
||||
// This library is free software; you can redistribute it and/or modify it under
|
||||
// the terms of the GNU Lesser General Public License version 2.1 as published
|
||||
// by the Free Software Foundation, with special exception defined in the file
|
||||
// OCCT_LGPL_EXCEPTION.txt. Consult the file LICENSE_LGPL_21.txt included in OCCT
|
||||
// distribution for complete text of the license and disclaimer of any warranty.
|
||||
//
|
||||
// Alternatively, this file may be used under the terms of Open CASCADE
|
||||
// commercial license or contractual agreement.
|
||||
|
||||
#ifndef TColgp_HArray1OfLin2d_HeaderFile
|
||||
#define TColgp_HArray1OfLin2d_HeaderFile
|
||||
|
||||
#include <gp_Lin2d.hxx>
|
||||
#include <TColgp_Array1OfLin2d.hxx>
|
||||
#include <NCollection_DefineHArray1.hxx>
|
||||
|
||||
DEFINE_HARRAY1(TColgp_HArray1OfLin2d, TColgp_Array1OfLin2d)
|
||||
|
||||
|
||||
#endif
|
27
src/TColgp/TColgp_HArray1OfPnt.hxx
Normal file
27
src/TColgp/TColgp_HArray1OfPnt.hxx
Normal file
@@ -0,0 +1,27 @@
|
||||
// Created on: 1993-03-10
|
||||
// Created by: Philippe DAUTRY
|
||||
// Copyright (c) 1993-1999 Matra Datavision
|
||||
// Copyright (c) 1999-2014 OPEN CASCADE SAS
|
||||
//
|
||||
// This file is part of Open CASCADE Technology software library.
|
||||
//
|
||||
// This library is free software; you can redistribute it and/or modify it under
|
||||
// the terms of the GNU Lesser General Public License version 2.1 as published
|
||||
// by the Free Software Foundation, with special exception defined in the file
|
||||
// OCCT_LGPL_EXCEPTION.txt. Consult the file LICENSE_LGPL_21.txt included in OCCT
|
||||
// distribution for complete text of the license and disclaimer of any warranty.
|
||||
//
|
||||
// Alternatively, this file may be used under the terms of Open CASCADE
|
||||
// commercial license or contractual agreement.
|
||||
|
||||
#ifndef TColgp_HArray1OfPnt_HeaderFile
|
||||
#define TColgp_HArray1OfPnt_HeaderFile
|
||||
|
||||
#include <gp_Pnt.hxx>
|
||||
#include <TColgp_Array1OfPnt.hxx>
|
||||
#include <NCollection_DefineHArray1.hxx>
|
||||
|
||||
DEFINE_HARRAY1(TColgp_HArray1OfPnt, TColgp_Array1OfPnt)
|
||||
|
||||
|
||||
#endif
|
27
src/TColgp/TColgp_HArray1OfPnt2d.hxx
Normal file
27
src/TColgp/TColgp_HArray1OfPnt2d.hxx
Normal file
@@ -0,0 +1,27 @@
|
||||
// Created on: 1993-03-10
|
||||
// Created by: Philippe DAUTRY
|
||||
// Copyright (c) 1993-1999 Matra Datavision
|
||||
// Copyright (c) 1999-2014 OPEN CASCADE SAS
|
||||
//
|
||||
// This file is part of Open CASCADE Technology software library.
|
||||
//
|
||||
// This library is free software; you can redistribute it and/or modify it under
|
||||
// the terms of the GNU Lesser General Public License version 2.1 as published
|
||||
// by the Free Software Foundation, with special exception defined in the file
|
||||
// OCCT_LGPL_EXCEPTION.txt. Consult the file LICENSE_LGPL_21.txt included in OCCT
|
||||
// distribution for complete text of the license and disclaimer of any warranty.
|
||||
//
|
||||
// Alternatively, this file may be used under the terms of Open CASCADE
|
||||
// commercial license or contractual agreement.
|
||||
|
||||
#ifndef TColgp_HArray1OfPnt2d_HeaderFile
|
||||
#define TColgp_HArray1OfPnt2d_HeaderFile
|
||||
|
||||
#include <gp_Pnt2d.hxx>
|
||||
#include <TColgp_Array1OfPnt2d.hxx>
|
||||
#include <NCollection_DefineHArray1.hxx>
|
||||
|
||||
DEFINE_HARRAY1(TColgp_HArray1OfPnt2d, TColgp_Array1OfPnt2d)
|
||||
|
||||
|
||||
#endif
|
27
src/TColgp/TColgp_HArray1OfVec.hxx
Normal file
27
src/TColgp/TColgp_HArray1OfVec.hxx
Normal file
@@ -0,0 +1,27 @@
|
||||
// Created on: 1993-03-10
|
||||
// Created by: Philippe DAUTRY
|
||||
// Copyright (c) 1993-1999 Matra Datavision
|
||||
// Copyright (c) 1999-2014 OPEN CASCADE SAS
|
||||
//
|
||||
// This file is part of Open CASCADE Technology software library.
|
||||
//
|
||||
// This library is free software; you can redistribute it and/or modify it under
|
||||
// the terms of the GNU Lesser General Public License version 2.1 as published
|
||||
// by the Free Software Foundation, with special exception defined in the file
|
||||
// OCCT_LGPL_EXCEPTION.txt. Consult the file LICENSE_LGPL_21.txt included in OCCT
|
||||
// distribution for complete text of the license and disclaimer of any warranty.
|
||||
//
|
||||
// Alternatively, this file may be used under the terms of Open CASCADE
|
||||
// commercial license or contractual agreement.
|
||||
|
||||
#ifndef TColgp_HArray1OfVec_HeaderFile
|
||||
#define TColgp_HArray1OfVec_HeaderFile
|
||||
|
||||
#include <gp_Vec.hxx>
|
||||
#include <TColgp_Array1OfVec.hxx>
|
||||
#include <NCollection_DefineHArray1.hxx>
|
||||
|
||||
DEFINE_HARRAY1(TColgp_HArray1OfVec, TColgp_Array1OfVec)
|
||||
|
||||
|
||||
#endif
|
27
src/TColgp/TColgp_HArray1OfVec2d.hxx
Normal file
27
src/TColgp/TColgp_HArray1OfVec2d.hxx
Normal file
@@ -0,0 +1,27 @@
|
||||
// Created on: 1993-03-10
|
||||
// Created by: Philippe DAUTRY
|
||||
// Copyright (c) 1993-1999 Matra Datavision
|
||||
// Copyright (c) 1999-2014 OPEN CASCADE SAS
|
||||
//
|
||||
// This file is part of Open CASCADE Technology software library.
|
||||
//
|
||||
// This library is free software; you can redistribute it and/or modify it under
|
||||
// the terms of the GNU Lesser General Public License version 2.1 as published
|
||||
// by the Free Software Foundation, with special exception defined in the file
|
||||
// OCCT_LGPL_EXCEPTION.txt. Consult the file LICENSE_LGPL_21.txt included in OCCT
|
||||
// distribution for complete text of the license and disclaimer of any warranty.
|
||||
//
|
||||
// Alternatively, this file may be used under the terms of Open CASCADE
|
||||
// commercial license or contractual agreement.
|
||||
|
||||
#ifndef TColgp_HArray1OfVec2d_HeaderFile
|
||||
#define TColgp_HArray1OfVec2d_HeaderFile
|
||||
|
||||
#include <gp_Vec2d.hxx>
|
||||
#include <TColgp_Array1OfVec2d.hxx>
|
||||
#include <NCollection_DefineHArray1.hxx>
|
||||
|
||||
DEFINE_HARRAY1(TColgp_HArray1OfVec2d, TColgp_Array1OfVec2d)
|
||||
|
||||
|
||||
#endif
|
27
src/TColgp/TColgp_HArray1OfXY.hxx
Normal file
27
src/TColgp/TColgp_HArray1OfXY.hxx
Normal file
@@ -0,0 +1,27 @@
|
||||
// Created on: 1993-03-10
|
||||
// Created by: Philippe DAUTRY
|
||||
// Copyright (c) 1993-1999 Matra Datavision
|
||||
// Copyright (c) 1999-2014 OPEN CASCADE SAS
|
||||
//
|
||||
// This file is part of Open CASCADE Technology software library.
|
||||
//
|
||||
// This library is free software; you can redistribute it and/or modify it under
|
||||
// the terms of the GNU Lesser General Public License version 2.1 as published
|
||||
// by the Free Software Foundation, with special exception defined in the file
|
||||
// OCCT_LGPL_EXCEPTION.txt. Consult the file LICENSE_LGPL_21.txt included in OCCT
|
||||
// distribution for complete text of the license and disclaimer of any warranty.
|
||||
//
|
||||
// Alternatively, this file may be used under the terms of Open CASCADE
|
||||
// commercial license or contractual agreement.
|
||||
|
||||
#ifndef TColgp_HArray1OfXY_HeaderFile
|
||||
#define TColgp_HArray1OfXY_HeaderFile
|
||||
|
||||
#include <gp_XY.hxx>
|
||||
#include <TColgp_Array1OfXY.hxx>
|
||||
#include <NCollection_DefineHArray1.hxx>
|
||||
|
||||
DEFINE_HARRAY1(TColgp_HArray1OfXY, TColgp_Array1OfXY)
|
||||
|
||||
|
||||
#endif
|
27
src/TColgp/TColgp_HArray1OfXYZ.hxx
Normal file
27
src/TColgp/TColgp_HArray1OfXYZ.hxx
Normal file
@@ -0,0 +1,27 @@
|
||||
// Created on: 1993-03-10
|
||||
// Created by: Philippe DAUTRY
|
||||
// Copyright (c) 1993-1999 Matra Datavision
|
||||
// Copyright (c) 1999-2014 OPEN CASCADE SAS
|
||||
//
|
||||
// This file is part of Open CASCADE Technology software library.
|
||||
//
|
||||
// This library is free software; you can redistribute it and/or modify it under
|
||||
// the terms of the GNU Lesser General Public License version 2.1 as published
|
||||
// by the Free Software Foundation, with special exception defined in the file
|
||||
// OCCT_LGPL_EXCEPTION.txt. Consult the file LICENSE_LGPL_21.txt included in OCCT
|
||||
// distribution for complete text of the license and disclaimer of any warranty.
|
||||
//
|
||||
// Alternatively, this file may be used under the terms of Open CASCADE
|
||||
// commercial license or contractual agreement.
|
||||
|
||||
#ifndef TColgp_HArray1OfXYZ_HeaderFile
|
||||
#define TColgp_HArray1OfXYZ_HeaderFile
|
||||
|
||||
#include <gp_XYZ.hxx>
|
||||
#include <TColgp_Array1OfXYZ.hxx>
|
||||
#include <NCollection_DefineHArray1.hxx>
|
||||
|
||||
DEFINE_HARRAY1(TColgp_HArray1OfXYZ, TColgp_Array1OfXYZ)
|
||||
|
||||
|
||||
#endif
|
27
src/TColgp/TColgp_HArray2OfCirc2d.hxx
Normal file
27
src/TColgp/TColgp_HArray2OfCirc2d.hxx
Normal file
@@ -0,0 +1,27 @@
|
||||
// Created on: 1993-03-10
|
||||
// Created by: Philippe DAUTRY
|
||||
// Copyright (c) 1993-1999 Matra Datavision
|
||||
// Copyright (c) 1999-2014 OPEN CASCADE SAS
|
||||
//
|
||||
// This file is part of Open CASCADE Technology software library.
|
||||
//
|
||||
// This library is free software; you can redistribute it and/or modify it under
|
||||
// the terms of the GNU Lesser General Public License version 2.1 as published
|
||||
// by the Free Software Foundation, with special exception defined in the file
|
||||
// OCCT_LGPL_EXCEPTION.txt. Consult the file LICENSE_LGPL_21.txt included in OCCT
|
||||
// distribution for complete text of the license and disclaimer of any warranty.
|
||||
//
|
||||
// Alternatively, this file may be used under the terms of Open CASCADE
|
||||
// commercial license or contractual agreement.
|
||||
|
||||
#ifndef TColgp_HArray2OfCirc2d_HeaderFile
|
||||
#define TColgp_HArray2OfCirc2d_HeaderFile
|
||||
|
||||
#include <gp_Circ2d.hxx>
|
||||
#include <TColgp_Array2OfCirc2d.hxx>
|
||||
#include <NCollection_DefineHArray2.hxx>
|
||||
|
||||
DEFINE_HARRAY2(TColgp_HArray2OfCirc2d, TColgp_Array2OfCirc2d)
|
||||
|
||||
|
||||
#endif
|
27
src/TColgp/TColgp_HArray2OfDir.hxx
Normal file
27
src/TColgp/TColgp_HArray2OfDir.hxx
Normal file
@@ -0,0 +1,27 @@
|
||||
// Created on: 1993-03-10
|
||||
// Created by: Philippe DAUTRY
|
||||
// Copyright (c) 1993-1999 Matra Datavision
|
||||
// Copyright (c) 1999-2014 OPEN CASCADE SAS
|
||||
//
|
||||
// This file is part of Open CASCADE Technology software library.
|
||||
//
|
||||
// This library is free software; you can redistribute it and/or modify it under
|
||||
// the terms of the GNU Lesser General Public License version 2.1 as published
|
||||
// by the Free Software Foundation, with special exception defined in the file
|
||||
// OCCT_LGPL_EXCEPTION.txt. Consult the file LICENSE_LGPL_21.txt included in OCCT
|
||||
// distribution for complete text of the license and disclaimer of any warranty.
|
||||
//
|
||||
// Alternatively, this file may be used under the terms of Open CASCADE
|
||||
// commercial license or contractual agreement.
|
||||
|
||||
#ifndef TColgp_HArray2OfDir_HeaderFile
|
||||
#define TColgp_HArray2OfDir_HeaderFile
|
||||
|
||||
#include <gp_Dir.hxx>
|
||||
#include <TColgp_Array2OfDir.hxx>
|
||||
#include <NCollection_DefineHArray2.hxx>
|
||||
|
||||
DEFINE_HARRAY2(TColgp_HArray2OfDir, TColgp_Array2OfDir)
|
||||
|
||||
|
||||
#endif
|
27
src/TColgp/TColgp_HArray2OfDir2d.hxx
Normal file
27
src/TColgp/TColgp_HArray2OfDir2d.hxx
Normal file
@@ -0,0 +1,27 @@
|
||||
// Created on: 1993-03-10
|
||||
// Created by: Philippe DAUTRY
|
||||
// Copyright (c) 1993-1999 Matra Datavision
|
||||
// Copyright (c) 1999-2014 OPEN CASCADE SAS
|
||||
//
|
||||
// This file is part of Open CASCADE Technology software library.
|
||||
//
|
||||
// This library is free software; you can redistribute it and/or modify it under
|
||||
// the terms of the GNU Lesser General Public License version 2.1 as published
|
||||
// by the Free Software Foundation, with special exception defined in the file
|
||||
// OCCT_LGPL_EXCEPTION.txt. Consult the file LICENSE_LGPL_21.txt included in OCCT
|
||||
// distribution for complete text of the license and disclaimer of any warranty.
|
||||
//
|
||||
// Alternatively, this file may be used under the terms of Open CASCADE
|
||||
// commercial license or contractual agreement.
|
||||
|
||||
#ifndef TColgp_HArray2OfDir2d_HeaderFile
|
||||
#define TColgp_HArray2OfDir2d_HeaderFile
|
||||
|
||||
#include <gp_Dir2d.hxx>
|
||||
#include <TColgp_Array2OfDir2d.hxx>
|
||||
#include <NCollection_DefineHArray2.hxx>
|
||||
|
||||
DEFINE_HARRAY2(TColgp_HArray2OfDir2d, TColgp_Array2OfDir2d)
|
||||
|
||||
|
||||
#endif
|
27
src/TColgp/TColgp_HArray2OfLin2d.hxx
Normal file
27
src/TColgp/TColgp_HArray2OfLin2d.hxx
Normal file
@@ -0,0 +1,27 @@
|
||||
// Created on: 1993-03-10
|
||||
// Created by: Philippe DAUTRY
|
||||
// Copyright (c) 1993-1999 Matra Datavision
|
||||
// Copyright (c) 1999-2014 OPEN CASCADE SAS
|
||||
//
|
||||
// This file is part of Open CASCADE Technology software library.
|
||||
//
|
||||
// This library is free software; you can redistribute it and/or modify it under
|
||||
// the terms of the GNU Lesser General Public License version 2.1 as published
|
||||
// by the Free Software Foundation, with special exception defined in the file
|
||||
// OCCT_LGPL_EXCEPTION.txt. Consult the file LICENSE_LGPL_21.txt included in OCCT
|
||||
// distribution for complete text of the license and disclaimer of any warranty.
|
||||
//
|
||||
// Alternatively, this file may be used under the terms of Open CASCADE
|
||||
// commercial license or contractual agreement.
|
||||
|
||||
#ifndef TColgp_HArray2OfLin2d_HeaderFile
|
||||
#define TColgp_HArray2OfLin2d_HeaderFile
|
||||
|
||||
#include <gp_Lin2d.hxx>
|
||||
#include <TColgp_Array2OfLin2d.hxx>
|
||||
#include <NCollection_DefineHArray2.hxx>
|
||||
|
||||
DEFINE_HARRAY2(TColgp_HArray2OfLin2d, TColgp_Array2OfLin2d)
|
||||
|
||||
|
||||
#endif
|
27
src/TColgp/TColgp_HArray2OfPnt.hxx
Normal file
27
src/TColgp/TColgp_HArray2OfPnt.hxx
Normal file
@@ -0,0 +1,27 @@
|
||||
// Created on: 1993-03-10
|
||||
// Created by: Philippe DAUTRY
|
||||
// Copyright (c) 1993-1999 Matra Datavision
|
||||
// Copyright (c) 1999-2014 OPEN CASCADE SAS
|
||||
//
|
||||
// This file is part of Open CASCADE Technology software library.
|
||||
//
|
||||
// This library is free software; you can redistribute it and/or modify it under
|
||||
// the terms of the GNU Lesser General Public License version 2.1 as published
|
||||
// by the Free Software Foundation, with special exception defined in the file
|
||||
// OCCT_LGPL_EXCEPTION.txt. Consult the file LICENSE_LGPL_21.txt included in OCCT
|
||||
// distribution for complete text of the license and disclaimer of any warranty.
|
||||
//
|
||||
// Alternatively, this file may be used under the terms of Open CASCADE
|
||||
// commercial license or contractual agreement.
|
||||
|
||||
#ifndef TColgp_HArray2OfPnt_HeaderFile
|
||||
#define TColgp_HArray2OfPnt_HeaderFile
|
||||
|
||||
#include <gp_Pnt.hxx>
|
||||
#include <TColgp_Array2OfPnt.hxx>
|
||||
#include <NCollection_DefineHArray2.hxx>
|
||||
|
||||
DEFINE_HARRAY2(TColgp_HArray2OfPnt, TColgp_Array2OfPnt)
|
||||
|
||||
|
||||
#endif
|
27
src/TColgp/TColgp_HArray2OfPnt2d.hxx
Normal file
27
src/TColgp/TColgp_HArray2OfPnt2d.hxx
Normal file
@@ -0,0 +1,27 @@
|
||||
// Created on: 1993-03-10
|
||||
// Created by: Philippe DAUTRY
|
||||
// Copyright (c) 1993-1999 Matra Datavision
|
||||
// Copyright (c) 1999-2014 OPEN CASCADE SAS
|
||||
//
|
||||
// This file is part of Open CASCADE Technology software library.
|
||||
//
|
||||
// This library is free software; you can redistribute it and/or modify it under
|
||||
// the terms of the GNU Lesser General Public License version 2.1 as published
|
||||
// by the Free Software Foundation, with special exception defined in the file
|
||||
// OCCT_LGPL_EXCEPTION.txt. Consult the file LICENSE_LGPL_21.txt included in OCCT
|
||||
// distribution for complete text of the license and disclaimer of any warranty.
|
||||
//
|
||||
// Alternatively, this file may be used under the terms of Open CASCADE
|
||||
// commercial license or contractual agreement.
|
||||
|
||||
#ifndef TColgp_HArray2OfPnt2d_HeaderFile
|
||||
#define TColgp_HArray2OfPnt2d_HeaderFile
|
||||
|
||||
#include <gp_Pnt2d.hxx>
|
||||
#include <TColgp_Array2OfPnt2d.hxx>
|
||||
#include <NCollection_DefineHArray2.hxx>
|
||||
|
||||
DEFINE_HARRAY2(TColgp_HArray2OfPnt2d, TColgp_Array2OfPnt2d)
|
||||
|
||||
|
||||
#endif
|
27
src/TColgp/TColgp_HArray2OfVec.hxx
Normal file
27
src/TColgp/TColgp_HArray2OfVec.hxx
Normal file
@@ -0,0 +1,27 @@
|
||||
// Created on: 1993-03-10
|
||||
// Created by: Philippe DAUTRY
|
||||
// Copyright (c) 1993-1999 Matra Datavision
|
||||
// Copyright (c) 1999-2014 OPEN CASCADE SAS
|
||||
//
|
||||
// This file is part of Open CASCADE Technology software library.
|
||||
//
|
||||
// This library is free software; you can redistribute it and/or modify it under
|
||||
// the terms of the GNU Lesser General Public License version 2.1 as published
|
||||
// by the Free Software Foundation, with special exception defined in the file
|
||||
// OCCT_LGPL_EXCEPTION.txt. Consult the file LICENSE_LGPL_21.txt included in OCCT
|
||||
// distribution for complete text of the license and disclaimer of any warranty.
|
||||
//
|
||||
// Alternatively, this file may be used under the terms of Open CASCADE
|
||||
// commercial license or contractual agreement.
|
||||
|
||||
#ifndef TColgp_HArray2OfVec_HeaderFile
|
||||
#define TColgp_HArray2OfVec_HeaderFile
|
||||
|
||||
#include <gp_Vec.hxx>
|
||||
#include <TColgp_Array2OfVec.hxx>
|
||||
#include <NCollection_DefineHArray2.hxx>
|
||||
|
||||
DEFINE_HARRAY2(TColgp_HArray2OfVec, TColgp_Array2OfVec)
|
||||
|
||||
|
||||
#endif
|
27
src/TColgp/TColgp_HArray2OfVec2d.hxx
Normal file
27
src/TColgp/TColgp_HArray2OfVec2d.hxx
Normal file
@@ -0,0 +1,27 @@
|
||||
// Created on: 1993-03-10
|
||||
// Created by: Philippe DAUTRY
|
||||
// Copyright (c) 1993-1999 Matra Datavision
|
||||
// Copyright (c) 1999-2014 OPEN CASCADE SAS
|
||||
//
|
||||
// This file is part of Open CASCADE Technology software library.
|
||||
//
|
||||
// This library is free software; you can redistribute it and/or modify it under
|
||||
// the terms of the GNU Lesser General Public License version 2.1 as published
|
||||
// by the Free Software Foundation, with special exception defined in the file
|
||||
// OCCT_LGPL_EXCEPTION.txt. Consult the file LICENSE_LGPL_21.txt included in OCCT
|
||||
// distribution for complete text of the license and disclaimer of any warranty.
|
||||
//
|
||||
// Alternatively, this file may be used under the terms of Open CASCADE
|
||||
// commercial license or contractual agreement.
|
||||
|
||||
#ifndef TColgp_HArray2OfVec2d_HeaderFile
|
||||
#define TColgp_HArray2OfVec2d_HeaderFile
|
||||
|
||||
#include <gp_Vec2d.hxx>
|
||||
#include <TColgp_Array2OfVec2d.hxx>
|
||||
#include <NCollection_DefineHArray2.hxx>
|
||||
|
||||
DEFINE_HARRAY2(TColgp_HArray2OfVec2d, TColgp_Array2OfVec2d)
|
||||
|
||||
|
||||
#endif
|
27
src/TColgp/TColgp_HArray2OfXY.hxx
Normal file
27
src/TColgp/TColgp_HArray2OfXY.hxx
Normal file
@@ -0,0 +1,27 @@
|
||||
// Created on: 1993-03-10
|
||||
// Created by: Philippe DAUTRY
|
||||
// Copyright (c) 1993-1999 Matra Datavision
|
||||
// Copyright (c) 1999-2014 OPEN CASCADE SAS
|
||||
//
|
||||
// This file is part of Open CASCADE Technology software library.
|
||||
//
|
||||
// This library is free software; you can redistribute it and/or modify it under
|
||||
// the terms of the GNU Lesser General Public License version 2.1 as published
|
||||
// by the Free Software Foundation, with special exception defined in the file
|
||||
// OCCT_LGPL_EXCEPTION.txt. Consult the file LICENSE_LGPL_21.txt included in OCCT
|
||||
// distribution for complete text of the license and disclaimer of any warranty.
|
||||
//
|
||||
// Alternatively, this file may be used under the terms of Open CASCADE
|
||||
// commercial license or contractual agreement.
|
||||
|
||||
#ifndef TColgp_HArray2OfXY_HeaderFile
|
||||
#define TColgp_HArray2OfXY_HeaderFile
|
||||
|
||||
#include <gp_XY.hxx>
|
||||
#include <TColgp_Array2OfXY.hxx>
|
||||
#include <NCollection_DefineHArray2.hxx>
|
||||
|
||||
DEFINE_HARRAY2(TColgp_HArray2OfXY, TColgp_Array2OfXY)
|
||||
|
||||
|
||||
#endif
|
27
src/TColgp/TColgp_HArray2OfXYZ.hxx
Normal file
27
src/TColgp/TColgp_HArray2OfXYZ.hxx
Normal file
@@ -0,0 +1,27 @@
|
||||
// Created on: 1993-03-10
|
||||
// Created by: Philippe DAUTRY
|
||||
// Copyright (c) 1993-1999 Matra Datavision
|
||||
// Copyright (c) 1999-2014 OPEN CASCADE SAS
|
||||
//
|
||||
// This file is part of Open CASCADE Technology software library.
|
||||
//
|
||||
// This library is free software; you can redistribute it and/or modify it under
|
||||
// the terms of the GNU Lesser General Public License version 2.1 as published
|
||||
// by the Free Software Foundation, with special exception defined in the file
|
||||
// OCCT_LGPL_EXCEPTION.txt. Consult the file LICENSE_LGPL_21.txt included in OCCT
|
||||
// distribution for complete text of the license and disclaimer of any warranty.
|
||||
//
|
||||
// Alternatively, this file may be used under the terms of Open CASCADE
|
||||
// commercial license or contractual agreement.
|
||||
|
||||
#ifndef TColgp_HArray2OfXYZ_HeaderFile
|
||||
#define TColgp_HArray2OfXYZ_HeaderFile
|
||||
|
||||
#include <gp_XYZ.hxx>
|
||||
#include <TColgp_Array2OfXYZ.hxx>
|
||||
#include <NCollection_DefineHArray2.hxx>
|
||||
|
||||
DEFINE_HARRAY2(TColgp_HArray2OfXYZ, TColgp_Array2OfXYZ)
|
||||
|
||||
|
||||
#endif
|
27
src/TColgp/TColgp_HSequenceOfDir.hxx
Normal file
27
src/TColgp/TColgp_HSequenceOfDir.hxx
Normal file
@@ -0,0 +1,27 @@
|
||||
// Created on: 1993-03-10
|
||||
// Created by: Philippe DAUTRY
|
||||
// Copyright (c) 1993-1999 Matra Datavision
|
||||
// Copyright (c) 1999-2014 OPEN CASCADE SAS
|
||||
//
|
||||
// This file is part of Open CASCADE Technology software library.
|
||||
//
|
||||
// This library is free software; you can redistribute it and/or modify it under
|
||||
// the terms of the GNU Lesser General Public License version 2.1 as published
|
||||
// by the Free Software Foundation, with special exception defined in the file
|
||||
// OCCT_LGPL_EXCEPTION.txt. Consult the file LICENSE_LGPL_21.txt included in OCCT
|
||||
// distribution for complete text of the license and disclaimer of any warranty.
|
||||
//
|
||||
// Alternatively, this file may be used under the terms of Open CASCADE
|
||||
// commercial license or contractual agreement.
|
||||
|
||||
#ifndef TColgp_HSequenceOfDir_HeaderFile
|
||||
#define TColgp_HSequenceOfDir_HeaderFile
|
||||
|
||||
#include <gp_Dir.hxx>
|
||||
#include <TColgp_SequenceOfDir.hxx>
|
||||
#include <NCollection_DefineHSequence.hxx>
|
||||
|
||||
DEFINE_HSEQUENCE(TColgp_HSequenceOfDir, TColgp_SequenceOfDir)
|
||||
|
||||
|
||||
#endif
|
27
src/TColgp/TColgp_HSequenceOfDir2d.hxx
Normal file
27
src/TColgp/TColgp_HSequenceOfDir2d.hxx
Normal file
@@ -0,0 +1,27 @@
|
||||
// Created on: 1993-03-10
|
||||
// Created by: Philippe DAUTRY
|
||||
// Copyright (c) 1993-1999 Matra Datavision
|
||||
// Copyright (c) 1999-2014 OPEN CASCADE SAS
|
||||
//
|
||||
// This file is part of Open CASCADE Technology software library.
|
||||
//
|
||||
// This library is free software; you can redistribute it and/or modify it under
|
||||
// the terms of the GNU Lesser General Public License version 2.1 as published
|
||||
// by the Free Software Foundation, with special exception defined in the file
|
||||
// OCCT_LGPL_EXCEPTION.txt. Consult the file LICENSE_LGPL_21.txt included in OCCT
|
||||
// distribution for complete text of the license and disclaimer of any warranty.
|
||||
//
|
||||
// Alternatively, this file may be used under the terms of Open CASCADE
|
||||
// commercial license or contractual agreement.
|
||||
|
||||
#ifndef TColgp_HSequenceOfDir2d_HeaderFile
|
||||
#define TColgp_HSequenceOfDir2d_HeaderFile
|
||||
|
||||
#include <gp_Dir2d.hxx>
|
||||
#include <TColgp_SequenceOfDir2d.hxx>
|
||||
#include <NCollection_DefineHSequence.hxx>
|
||||
|
||||
DEFINE_HSEQUENCE(TColgp_HSequenceOfDir2d, TColgp_SequenceOfDir2d)
|
||||
|
||||
|
||||
#endif
|
27
src/TColgp/TColgp_HSequenceOfPnt.hxx
Normal file
27
src/TColgp/TColgp_HSequenceOfPnt.hxx
Normal file
@@ -0,0 +1,27 @@
|
||||
// Created on: 1993-03-10
|
||||
// Created by: Philippe DAUTRY
|
||||
// Copyright (c) 1993-1999 Matra Datavision
|
||||
// Copyright (c) 1999-2014 OPEN CASCADE SAS
|
||||
//
|
||||
// This file is part of Open CASCADE Technology software library.
|
||||
//
|
||||
// This library is free software; you can redistribute it and/or modify it under
|
||||
// the terms of the GNU Lesser General Public License version 2.1 as published
|
||||
// by the Free Software Foundation, with special exception defined in the file
|
||||
// OCCT_LGPL_EXCEPTION.txt. Consult the file LICENSE_LGPL_21.txt included in OCCT
|
||||
// distribution for complete text of the license and disclaimer of any warranty.
|
||||
//
|
||||
// Alternatively, this file may be used under the terms of Open CASCADE
|
||||
// commercial license or contractual agreement.
|
||||
|
||||
#ifndef TColgp_HSequenceOfPnt_HeaderFile
|
||||
#define TColgp_HSequenceOfPnt_HeaderFile
|
||||
|
||||
#include <gp_Pnt.hxx>
|
||||
#include <TColgp_SequenceOfPnt.hxx>
|
||||
#include <NCollection_DefineHSequence.hxx>
|
||||
|
||||
DEFINE_HSEQUENCE(TColgp_HSequenceOfPnt, TColgp_SequenceOfPnt)
|
||||
|
||||
|
||||
#endif
|
27
src/TColgp/TColgp_HSequenceOfPnt2d.hxx
Normal file
27
src/TColgp/TColgp_HSequenceOfPnt2d.hxx
Normal file
@@ -0,0 +1,27 @@
|
||||
// Created on: 1993-03-10
|
||||
// Created by: Philippe DAUTRY
|
||||
// Copyright (c) 1993-1999 Matra Datavision
|
||||
// Copyright (c) 1999-2014 OPEN CASCADE SAS
|
||||
//
|
||||
// This file is part of Open CASCADE Technology software library.
|
||||
//
|
||||
// This library is free software; you can redistribute it and/or modify it under
|
||||
// the terms of the GNU Lesser General Public License version 2.1 as published
|
||||
// by the Free Software Foundation, with special exception defined in the file
|
||||
// OCCT_LGPL_EXCEPTION.txt. Consult the file LICENSE_LGPL_21.txt included in OCCT
|
||||
// distribution for complete text of the license and disclaimer of any warranty.
|
||||
//
|
||||
// Alternatively, this file may be used under the terms of Open CASCADE
|
||||
// commercial license or contractual agreement.
|
||||
|
||||
#ifndef TColgp_HSequenceOfPnt2d_HeaderFile
|
||||
#define TColgp_HSequenceOfPnt2d_HeaderFile
|
||||
|
||||
#include <gp_Pnt2d.hxx>
|
||||
#include <TColgp_SequenceOfPnt2d.hxx>
|
||||
#include <NCollection_DefineHSequence.hxx>
|
||||
|
||||
DEFINE_HSEQUENCE(TColgp_HSequenceOfPnt2d, TColgp_SequenceOfPnt2d)
|
||||
|
||||
|
||||
#endif
|
27
src/TColgp/TColgp_HSequenceOfVec.hxx
Normal file
27
src/TColgp/TColgp_HSequenceOfVec.hxx
Normal file
@@ -0,0 +1,27 @@
|
||||
// Created on: 1993-03-10
|
||||
// Created by: Philippe DAUTRY
|
||||
// Copyright (c) 1993-1999 Matra Datavision
|
||||
// Copyright (c) 1999-2014 OPEN CASCADE SAS
|
||||
//
|
||||
// This file is part of Open CASCADE Technology software library.
|
||||
//
|
||||
// This library is free software; you can redistribute it and/or modify it under
|
||||
// the terms of the GNU Lesser General Public License version 2.1 as published
|
||||
// by the Free Software Foundation, with special exception defined in the file
|
||||
// OCCT_LGPL_EXCEPTION.txt. Consult the file LICENSE_LGPL_21.txt included in OCCT
|
||||
// distribution for complete text of the license and disclaimer of any warranty.
|
||||
//
|
||||
// Alternatively, this file may be used under the terms of Open CASCADE
|
||||
// commercial license or contractual agreement.
|
||||
|
||||
#ifndef TColgp_HSequenceOfVec_HeaderFile
|
||||
#define TColgp_HSequenceOfVec_HeaderFile
|
||||
|
||||
#include <gp_Vec.hxx>
|
||||
#include <TColgp_SequenceOfVec.hxx>
|
||||
#include <NCollection_DefineHSequence.hxx>
|
||||
|
||||
DEFINE_HSEQUENCE(TColgp_HSequenceOfVec, TColgp_SequenceOfVec)
|
||||
|
||||
|
||||
#endif
|
27
src/TColgp/TColgp_HSequenceOfVec2d.hxx
Normal file
27
src/TColgp/TColgp_HSequenceOfVec2d.hxx
Normal file
@@ -0,0 +1,27 @@
|
||||
// Created on: 1993-03-10
|
||||
// Created by: Philippe DAUTRY
|
||||
// Copyright (c) 1993-1999 Matra Datavision
|
||||
// Copyright (c) 1999-2014 OPEN CASCADE SAS
|
||||
//
|
||||
// This file is part of Open CASCADE Technology software library.
|
||||
//
|
||||
// This library is free software; you can redistribute it and/or modify it under
|
||||
// the terms of the GNU Lesser General Public License version 2.1 as published
|
||||
// by the Free Software Foundation, with special exception defined in the file
|
||||
// OCCT_LGPL_EXCEPTION.txt. Consult the file LICENSE_LGPL_21.txt included in OCCT
|
||||
// distribution for complete text of the license and disclaimer of any warranty.
|
||||
//
|
||||
// Alternatively, this file may be used under the terms of Open CASCADE
|
||||
// commercial license or contractual agreement.
|
||||
|
||||
#ifndef TColgp_HSequenceOfVec2d_HeaderFile
|
||||
#define TColgp_HSequenceOfVec2d_HeaderFile
|
||||
|
||||
#include <gp_Vec2d.hxx>
|
||||
#include <TColgp_SequenceOfVec2d.hxx>
|
||||
#include <NCollection_DefineHSequence.hxx>
|
||||
|
||||
DEFINE_HSEQUENCE(TColgp_HSequenceOfVec2d, TColgp_SequenceOfVec2d)
|
||||
|
||||
|
||||
#endif
|
27
src/TColgp/TColgp_HSequenceOfXY.hxx
Normal file
27
src/TColgp/TColgp_HSequenceOfXY.hxx
Normal file
@@ -0,0 +1,27 @@
|
||||
// Created on: 1993-03-10
|
||||
// Created by: Philippe DAUTRY
|
||||
// Copyright (c) 1993-1999 Matra Datavision
|
||||
// Copyright (c) 1999-2014 OPEN CASCADE SAS
|
||||
//
|
||||
// This file is part of Open CASCADE Technology software library.
|
||||
//
|
||||
// This library is free software; you can redistribute it and/or modify it under
|
||||
// the terms of the GNU Lesser General Public License version 2.1 as published
|
||||
// by the Free Software Foundation, with special exception defined in the file
|
||||
// OCCT_LGPL_EXCEPTION.txt. Consult the file LICENSE_LGPL_21.txt included in OCCT
|
||||
// distribution for complete text of the license and disclaimer of any warranty.
|
||||
//
|
||||
// Alternatively, this file may be used under the terms of Open CASCADE
|
||||
// commercial license or contractual agreement.
|
||||
|
||||
#ifndef TColgp_HSequenceOfXY_HeaderFile
|
||||
#define TColgp_HSequenceOfXY_HeaderFile
|
||||
|
||||
#include <gp_XY.hxx>
|
||||
#include <TColgp_SequenceOfXY.hxx>
|
||||
#include <NCollection_DefineHSequence.hxx>
|
||||
|
||||
DEFINE_HSEQUENCE(TColgp_HSequenceOfXY, TColgp_SequenceOfXY)
|
||||
|
||||
|
||||
#endif
|
27
src/TColgp/TColgp_HSequenceOfXYZ.hxx
Normal file
27
src/TColgp/TColgp_HSequenceOfXYZ.hxx
Normal file
@@ -0,0 +1,27 @@
|
||||
// Created on: 1993-03-10
|
||||
// Created by: Philippe DAUTRY
|
||||
// Copyright (c) 1993-1999 Matra Datavision
|
||||
// Copyright (c) 1999-2014 OPEN CASCADE SAS
|
||||
//
|
||||
// This file is part of Open CASCADE Technology software library.
|
||||
//
|
||||
// This library is free software; you can redistribute it and/or modify it under
|
||||
// the terms of the GNU Lesser General Public License version 2.1 as published
|
||||
// by the Free Software Foundation, with special exception defined in the file
|
||||
// OCCT_LGPL_EXCEPTION.txt. Consult the file LICENSE_LGPL_21.txt included in OCCT
|
||||
// distribution for complete text of the license and disclaimer of any warranty.
|
||||
//
|
||||
// Alternatively, this file may be used under the terms of Open CASCADE
|
||||
// commercial license or contractual agreement.
|
||||
|
||||
#ifndef TColgp_HSequenceOfXYZ_HeaderFile
|
||||
#define TColgp_HSequenceOfXYZ_HeaderFile
|
||||
|
||||
#include <gp_XYZ.hxx>
|
||||
#include <TColgp_SequenceOfXYZ.hxx>
|
||||
#include <NCollection_DefineHSequence.hxx>
|
||||
|
||||
DEFINE_HSEQUENCE(TColgp_HSequenceOfXYZ, TColgp_SequenceOfXYZ)
|
||||
|
||||
|
||||
#endif
|
26
src/TColgp/TColgp_SequenceOfArray1OfPnt2d.hxx
Normal file
26
src/TColgp/TColgp_SequenceOfArray1OfPnt2d.hxx
Normal file
@@ -0,0 +1,26 @@
|
||||
// Created on: 1993-03-10
|
||||
// Created by: Philippe DAUTRY
|
||||
// Copyright (c) 1993-1999 Matra Datavision
|
||||
// Copyright (c) 1999-2014 OPEN CASCADE SAS
|
||||
//
|
||||
// This file is part of Open CASCADE Technology software library.
|
||||
//
|
||||
// This library is free software; you can redistribute it and/or modify it under
|
||||
// the terms of the GNU Lesser General Public License version 2.1 as published
|
||||
// by the Free Software Foundation, with special exception defined in the file
|
||||
// OCCT_LGPL_EXCEPTION.txt. Consult the file LICENSE_LGPL_21.txt included in OCCT
|
||||
// distribution for complete text of the license and disclaimer of any warranty.
|
||||
//
|
||||
// Alternatively, this file may be used under the terms of Open CASCADE
|
||||
// commercial license or contractual agreement.
|
||||
|
||||
#ifndef TColgp_SequenceOfArray1OfPnt2d_HeaderFile
|
||||
#define TColgp_SequenceOfArray1OfPnt2d_HeaderFile
|
||||
|
||||
#include <TColgp_HArray1OfPnt2d.hxx>
|
||||
#include <NCollection_Sequence.hxx>
|
||||
|
||||
typedef NCollection_Sequence<Handle(TColgp_HArray1OfPnt2d)> TColgp_SequenceOfArray1OfPnt2d;
|
||||
|
||||
|
||||
#endif
|
26
src/TColgp/TColgp_SequenceOfAx1.hxx
Normal file
26
src/TColgp/TColgp_SequenceOfAx1.hxx
Normal file
@@ -0,0 +1,26 @@
|
||||
// Created on: 1993-03-10
|
||||
// Created by: Philippe DAUTRY
|
||||
// Copyright (c) 1993-1999 Matra Datavision
|
||||
// Copyright (c) 1999-2014 OPEN CASCADE SAS
|
||||
//
|
||||
// This file is part of Open CASCADE Technology software library.
|
||||
//
|
||||
// This library is free software; you can redistribute it and/or modify it under
|
||||
// the terms of the GNU Lesser General Public License version 2.1 as published
|
||||
// by the Free Software Foundation, with special exception defined in the file
|
||||
// OCCT_LGPL_EXCEPTION.txt. Consult the file LICENSE_LGPL_21.txt included in OCCT
|
||||
// distribution for complete text of the license and disclaimer of any warranty.
|
||||
//
|
||||
// Alternatively, this file may be used under the terms of Open CASCADE
|
||||
// commercial license or contractual agreement.
|
||||
|
||||
#ifndef TColgp_SequenceOfAx1_HeaderFile
|
||||
#define TColgp_SequenceOfAx1_HeaderFile
|
||||
|
||||
#include <gp_Ax1.hxx>
|
||||
#include <NCollection_Sequence.hxx>
|
||||
|
||||
typedef NCollection_Sequence<gp_Ax1> TColgp_SequenceOfAx1;
|
||||
|
||||
|
||||
#endif
|
26
src/TColgp/TColgp_SequenceOfDir.hxx
Normal file
26
src/TColgp/TColgp_SequenceOfDir.hxx
Normal file
@@ -0,0 +1,26 @@
|
||||
// Created on: 1993-03-10
|
||||
// Created by: Philippe DAUTRY
|
||||
// Copyright (c) 1993-1999 Matra Datavision
|
||||
// Copyright (c) 1999-2014 OPEN CASCADE SAS
|
||||
//
|
||||
// This file is part of Open CASCADE Technology software library.
|
||||
//
|
||||
// This library is free software; you can redistribute it and/or modify it under
|
||||
// the terms of the GNU Lesser General Public License version 2.1 as published
|
||||
// by the Free Software Foundation, with special exception defined in the file
|
||||
// OCCT_LGPL_EXCEPTION.txt. Consult the file LICENSE_LGPL_21.txt included in OCCT
|
||||
// distribution for complete text of the license and disclaimer of any warranty.
|
||||
//
|
||||
// Alternatively, this file may be used under the terms of Open CASCADE
|
||||
// commercial license or contractual agreement.
|
||||
|
||||
#ifndef TColgp_SequenceOfDir_HeaderFile
|
||||
#define TColgp_SequenceOfDir_HeaderFile
|
||||
|
||||
#include <gp_Dir.hxx>
|
||||
#include <NCollection_Sequence.hxx>
|
||||
|
||||
typedef NCollection_Sequence<gp_Dir> TColgp_SequenceOfDir;
|
||||
|
||||
|
||||
#endif
|
26
src/TColgp/TColgp_SequenceOfDir2d.hxx
Normal file
26
src/TColgp/TColgp_SequenceOfDir2d.hxx
Normal file
@@ -0,0 +1,26 @@
|
||||
// Created on: 1993-03-10
|
||||
// Created by: Philippe DAUTRY
|
||||
// Copyright (c) 1993-1999 Matra Datavision
|
||||
// Copyright (c) 1999-2014 OPEN CASCADE SAS
|
||||
//
|
||||
// This file is part of Open CASCADE Technology software library.
|
||||
//
|
||||
// This library is free software; you can redistribute it and/or modify it under
|
||||
// the terms of the GNU Lesser General Public License version 2.1 as published
|
||||
// by the Free Software Foundation, with special exception defined in the file
|
||||
// OCCT_LGPL_EXCEPTION.txt. Consult the file LICENSE_LGPL_21.txt included in OCCT
|
||||
// distribution for complete text of the license and disclaimer of any warranty.
|
||||
//
|
||||
// Alternatively, this file may be used under the terms of Open CASCADE
|
||||
// commercial license or contractual agreement.
|
||||
|
||||
#ifndef TColgp_SequenceOfDir2d_HeaderFile
|
||||
#define TColgp_SequenceOfDir2d_HeaderFile
|
||||
|
||||
#include <gp_Dir2d.hxx>
|
||||
#include <NCollection_Sequence.hxx>
|
||||
|
||||
typedef NCollection_Sequence<gp_Dir2d> TColgp_SequenceOfDir2d;
|
||||
|
||||
|
||||
#endif
|
26
src/TColgp/TColgp_SequenceOfPnt.hxx
Normal file
26
src/TColgp/TColgp_SequenceOfPnt.hxx
Normal file
@@ -0,0 +1,26 @@
|
||||
// Created on: 1993-03-10
|
||||
// Created by: Philippe DAUTRY
|
||||
// Copyright (c) 1993-1999 Matra Datavision
|
||||
// Copyright (c) 1999-2014 OPEN CASCADE SAS
|
||||
//
|
||||
// This file is part of Open CASCADE Technology software library.
|
||||
//
|
||||
// This library is free software; you can redistribute it and/or modify it under
|
||||
// the terms of the GNU Lesser General Public License version 2.1 as published
|
||||
// by the Free Software Foundation, with special exception defined in the file
|
||||
// OCCT_LGPL_EXCEPTION.txt. Consult the file LICENSE_LGPL_21.txt included in OCCT
|
||||
// distribution for complete text of the license and disclaimer of any warranty.
|
||||
//
|
||||
// Alternatively, this file may be used under the terms of Open CASCADE
|
||||
// commercial license or contractual agreement.
|
||||
|
||||
#ifndef TColgp_SequenceOfPnt_HeaderFile
|
||||
#define TColgp_SequenceOfPnt_HeaderFile
|
||||
|
||||
#include <gp_Pnt.hxx>
|
||||
#include <NCollection_Sequence.hxx>
|
||||
|
||||
typedef NCollection_Sequence<gp_Pnt> TColgp_SequenceOfPnt;
|
||||
|
||||
|
||||
#endif
|
26
src/TColgp/TColgp_SequenceOfPnt2d.hxx
Normal file
26
src/TColgp/TColgp_SequenceOfPnt2d.hxx
Normal file
@@ -0,0 +1,26 @@
|
||||
// Created on: 1993-03-10
|
||||
// Created by: Philippe DAUTRY
|
||||
// Copyright (c) 1993-1999 Matra Datavision
|
||||
// Copyright (c) 1999-2014 OPEN CASCADE SAS
|
||||
//
|
||||
// This file is part of Open CASCADE Technology software library.
|
||||
//
|
||||
// This library is free software; you can redistribute it and/or modify it under
|
||||
// the terms of the GNU Lesser General Public License version 2.1 as published
|
||||
// by the Free Software Foundation, with special exception defined in the file
|
||||
// OCCT_LGPL_EXCEPTION.txt. Consult the file LICENSE_LGPL_21.txt included in OCCT
|
||||
// distribution for complete text of the license and disclaimer of any warranty.
|
||||
//
|
||||
// Alternatively, this file may be used under the terms of Open CASCADE
|
||||
// commercial license or contractual agreement.
|
||||
|
||||
#ifndef TColgp_SequenceOfPnt2d_HeaderFile
|
||||
#define TColgp_SequenceOfPnt2d_HeaderFile
|
||||
|
||||
#include <gp_Pnt2d.hxx>
|
||||
#include <NCollection_Sequence.hxx>
|
||||
|
||||
typedef NCollection_Sequence<gp_Pnt2d> TColgp_SequenceOfPnt2d;
|
||||
|
||||
|
||||
#endif
|
26
src/TColgp/TColgp_SequenceOfVec.hxx
Normal file
26
src/TColgp/TColgp_SequenceOfVec.hxx
Normal file
@@ -0,0 +1,26 @@
|
||||
// Created on: 1993-03-10
|
||||
// Created by: Philippe DAUTRY
|
||||
// Copyright (c) 1993-1999 Matra Datavision
|
||||
// Copyright (c) 1999-2014 OPEN CASCADE SAS
|
||||
//
|
||||
// This file is part of Open CASCADE Technology software library.
|
||||
//
|
||||
// This library is free software; you can redistribute it and/or modify it under
|
||||
// the terms of the GNU Lesser General Public License version 2.1 as published
|
||||
// by the Free Software Foundation, with special exception defined in the file
|
||||
// OCCT_LGPL_EXCEPTION.txt. Consult the file LICENSE_LGPL_21.txt included in OCCT
|
||||
// distribution for complete text of the license and disclaimer of any warranty.
|
||||
//
|
||||
// Alternatively, this file may be used under the terms of Open CASCADE
|
||||
// commercial license or contractual agreement.
|
||||
|
||||
#ifndef TColgp_SequenceOfVec_HeaderFile
|
||||
#define TColgp_SequenceOfVec_HeaderFile
|
||||
|
||||
#include <gp_Vec.hxx>
|
||||
#include <NCollection_Sequence.hxx>
|
||||
|
||||
typedef NCollection_Sequence<gp_Vec> TColgp_SequenceOfVec;
|
||||
|
||||
|
||||
#endif
|
26
src/TColgp/TColgp_SequenceOfVec2d.hxx
Normal file
26
src/TColgp/TColgp_SequenceOfVec2d.hxx
Normal file
@@ -0,0 +1,26 @@
|
||||
// Created on: 1993-03-10
|
||||
// Created by: Philippe DAUTRY
|
||||
// Copyright (c) 1993-1999 Matra Datavision
|
||||
// Copyright (c) 1999-2014 OPEN CASCADE SAS
|
||||
//
|
||||
// This file is part of Open CASCADE Technology software library.
|
||||
//
|
||||
// This library is free software; you can redistribute it and/or modify it under
|
||||
// the terms of the GNU Lesser General Public License version 2.1 as published
|
||||
// by the Free Software Foundation, with special exception defined in the file
|
||||
// OCCT_LGPL_EXCEPTION.txt. Consult the file LICENSE_LGPL_21.txt included in OCCT
|
||||
// distribution for complete text of the license and disclaimer of any warranty.
|
||||
//
|
||||
// Alternatively, this file may be used under the terms of Open CASCADE
|
||||
// commercial license or contractual agreement.
|
||||
|
||||
#ifndef TColgp_SequenceOfVec2d_HeaderFile
|
||||
#define TColgp_SequenceOfVec2d_HeaderFile
|
||||
|
||||
#include <gp_Vec2d.hxx>
|
||||
#include <NCollection_Sequence.hxx>
|
||||
|
||||
typedef NCollection_Sequence<gp_Vec2d> TColgp_SequenceOfVec2d;
|
||||
|
||||
|
||||
#endif
|
26
src/TColgp/TColgp_SequenceOfXY.hxx
Normal file
26
src/TColgp/TColgp_SequenceOfXY.hxx
Normal file
@@ -0,0 +1,26 @@
|
||||
// Created on: 1993-03-10
|
||||
// Created by: Philippe DAUTRY
|
||||
// Copyright (c) 1993-1999 Matra Datavision
|
||||
// Copyright (c) 1999-2014 OPEN CASCADE SAS
|
||||
//
|
||||
// This file is part of Open CASCADE Technology software library.
|
||||
//
|
||||
// This library is free software; you can redistribute it and/or modify it under
|
||||
// the terms of the GNU Lesser General Public License version 2.1 as published
|
||||
// by the Free Software Foundation, with special exception defined in the file
|
||||
// OCCT_LGPL_EXCEPTION.txt. Consult the file LICENSE_LGPL_21.txt included in OCCT
|
||||
// distribution for complete text of the license and disclaimer of any warranty.
|
||||
//
|
||||
// Alternatively, this file may be used under the terms of Open CASCADE
|
||||
// commercial license or contractual agreement.
|
||||
|
||||
#ifndef TColgp_SequenceOfXY_HeaderFile
|
||||
#define TColgp_SequenceOfXY_HeaderFile
|
||||
|
||||
#include <gp_XY.hxx>
|
||||
#include <NCollection_Sequence.hxx>
|
||||
|
||||
typedef NCollection_Sequence<gp_XY> TColgp_SequenceOfXY;
|
||||
|
||||
|
||||
#endif
|
26
src/TColgp/TColgp_SequenceOfXYZ.hxx
Normal file
26
src/TColgp/TColgp_SequenceOfXYZ.hxx
Normal file
@@ -0,0 +1,26 @@
|
||||
// Created on: 1993-03-10
|
||||
// Created by: Philippe DAUTRY
|
||||
// Copyright (c) 1993-1999 Matra Datavision
|
||||
// Copyright (c) 1999-2014 OPEN CASCADE SAS
|
||||
//
|
||||
// This file is part of Open CASCADE Technology software library.
|
||||
//
|
||||
// This library is free software; you can redistribute it and/or modify it under
|
||||
// the terms of the GNU Lesser General Public License version 2.1 as published
|
||||
// by the Free Software Foundation, with special exception defined in the file
|
||||
// OCCT_LGPL_EXCEPTION.txt. Consult the file LICENSE_LGPL_21.txt included in OCCT
|
||||
// distribution for complete text of the license and disclaimer of any warranty.
|
||||
//
|
||||
// Alternatively, this file may be used under the terms of Open CASCADE
|
||||
// commercial license or contractual agreement.
|
||||
|
||||
#ifndef TColgp_SequenceOfXYZ_HeaderFile
|
||||
#define TColgp_SequenceOfXYZ_HeaderFile
|
||||
|
||||
#include <gp_XYZ.hxx>
|
||||
#include <NCollection_Sequence.hxx>
|
||||
|
||||
typedef NCollection_Sequence<gp_XYZ> TColgp_SequenceOfXYZ;
|
||||
|
||||
|
||||
#endif
|
Reference in New Issue
Block a user