Back to home page

EIC code displayed by LXR

 
 

    


File indexing completed on 2025-01-18 10:03:34

0001 // Created: 2009-01-09
0002 // 
0003 // Copyright (c) 2009-2013 OPEN CASCADE SAS
0004 // 
0005 // This file is part of commercial software by OPEN CASCADE SAS, 
0006 // furnished in accordance with the terms and conditions of the contract 
0007 // and with the inclusion of this copyright notice. 
0008 // This file or any part thereof may not be provided or otherwise 
0009 // made available to any third party. 
0010 // 
0011 // No ownership title to the software is transferred hereby. 
0012 // 
0013 // OPEN CASCADE SAS makes no representation or warranties with respect to the 
0014 // performance of this software, and specifically disclaims any responsibility 
0015 // for any damages, special or consequential, connected with its use. 
0016 
0017 #ifndef _Geom2dConvert_SequenceOfPPoint_HeaderFile
0018 #define _Geom2dConvert_SequenceOfPPoint_HeaderFile
0019 
0020 #include <NCollection_Sequence.hxx>
0021 class Geom2dConvert_PPoint;
0022 
0023 typedef NCollection_Sequence<Geom2dConvert_PPoint> Geom2dConvert_SequenceOfPPoint;
0024 
0025 #endif