Back to home page

EIC code displayed by LXR

 
 

    


Warning, file /include/opencascade/Standard_VersionInfo.hxx was not indexed or was modified since last indexation (in which case cross-reference links may be missing, inaccurate or erroneous).

0001 // Copyright (c) 2025 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 #ifndef _Standard_VersionInfo_HeaderFile
0015 #define _Standard_VersionInfo_HeaderFile
0016 
0017 #include <Standard_Macro.hxx>
0018 
0019 #ifdef __cplusplus
0020 extern "C"
0021 {
0022 #endif
0023   //! Returns development version of Open CASCADE Technology.
0024   //! "" - in case of official release,
0025   //! "dev" - in case of development version between releases,
0026   //! "beta..." or "rc..." - in case of beta releases or release candidates,
0027   //! "project..." - in case of version containing project-specific fixes.
0028   Standard_EXPORT const char* OCCT_DevelopmentVersion();
0029 
0030   //! Returns version of Open CASCADE Technology as a double "major.minor"
0031   Standard_EXPORT double OCCT_Version_Double();
0032 
0033   //! Returns version of Open CASCADE Technology as a string "major.minor"
0034   Standard_EXPORT const char* OCCT_Version_String();
0035 
0036   //! Returns complete version of Open CASCADE Technology as a string "major.minor.maintenance"
0037   Standard_EXPORT const char* OCCT_Version_String_Complete();
0038 
0039   //! Returns extended version of Open CASCADE Technology as a string
0040   //! "major.minor.maintenance.devext". In case if no development version is defined, returns the
0041   //! same as OCCT_Version_String_Complete().
0042   Standard_EXPORT const char* OCCT_Version_String_Extended();
0043 
0044 #ifdef __cplusplus
0045 }
0046 #endif
0047 
0048 #endif /* _Standard_VersionInfo_HeaderFile */