Back to home page

EIC code displayed by LXR

 
 

    


File indexing completed on 2026-05-03 08:25:16

0001 // Copyright (c) 1999-2014 OPEN CASCADE SAS
0002 //
0003 // This file is part of Open CASCADE Technology software library.
0004 //
0005 // This library is free software; you can redistribute it and/or modify it under
0006 // the terms of the GNU Lesser General Public License version 2.1 as published
0007 // by the Free Software Foundation, with special exception defined in the file
0008 // OCCT_LGPL_EXCEPTION.txt. Consult the file LICENSE_LGPL_21.txt included in OCCT
0009 // distribution for complete text of the license and disclaimer of any warranty.
0010 //
0011 // Alternatively, this file may be used under the terms of Open CASCADE
0012 // commercial license or contractual agreement.
0013 
0014 //  Include a utiliser pour appeler IGESFile_Read
0015 
0016 #ifndef IGESFile_Read_HeaderFile
0017 #define IGESFile_Read_HeaderFile
0018 
0019 #include <IGESData_IGESModel.hxx>
0020 #include <IGESData_Protocol.hxx>
0021 #include <IGESData_FileRecognizer.hxx>
0022 
0023 Standard_EXPORT Standard_Integer IGESFile_Read(char*                             nomfic,
0024                                                const Handle(IGESData_IGESModel)& amodel,
0025                                                const Handle(IGESData_Protocol)&  protocol);
0026 
0027 Standard_EXPORT Standard_Integer IGESFile_ReadFNES(char*                             nomfic,
0028                                                    const Handle(IGESData_IGESModel)& amodel,
0029                                                    const Handle(IGESData_Protocol)&  protocol);
0030 
0031 Standard_EXPORT Standard_Integer IGESFile_Read(char*                                  nomfic,
0032                                                const Handle(IGESData_IGESModel)&      amodel,
0033                                                const Handle(IGESData_Protocol)&       protocol,
0034                                                const Handle(IGESData_FileRecognizer)& reco,
0035                                                const Standard_Boolean modefnes = Standard_False);
0036 
0037 #endif