Back to home page

EIC code displayed by LXR

 
 

    


Warning, file /include/opencascade/Graphic3d_Vec3.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 //! @file Graphic3d_Vec3.hxx
0015 //! @brief Deprecated typedef for backward compatibility.
0016 //! @deprecated This header is deprecated since OCCT 8.0.0.
0017 //!             Use NCollection types directly instead.
0018 
0019 #ifndef _Graphic3d_Vec3_hxx
0020 #define _Graphic3d_Vec3_hxx
0021 
0022 #include <Standard_Macro.hxx>
0023 #include <NCollection_Vec3.hxx>
0024 #include <Standard_TypeDef.hxx>
0025 
0026 Standard_HEADER_DEPRECATED(
0027   "Graphic3d_Vec3.hxx is deprecated since OCCT 8.0.0. Use NCollection types directly.")
0028 
0029   Standard_DEPRECATED("Graphic3d_Vec3 is deprecated, use NCollection_Vec3<float> directly")
0030 typedef NCollection_Vec3<float> Graphic3d_Vec3;
0031 Standard_DEPRECATED("Graphic3d_Vec3d is deprecated, use NCollection_Vec3<double> directly")
0032 typedef NCollection_Vec3<double> Graphic3d_Vec3d;
0033 Standard_DEPRECATED("Graphic3d_Vec3i is deprecated, use NCollection_Vec3<int> directly")
0034 typedef NCollection_Vec3<int> Graphic3d_Vec3i;
0035 Standard_DEPRECATED("Graphic3d_Vec3u is deprecated, use NCollection_Vec3<unsigned int> directly")
0036 typedef NCollection_Vec3<unsigned int> Graphic3d_Vec3u;
0037 Standard_DEPRECATED("Graphic3d_Vec3ub is deprecated, use NCollection_Vec3<uint8_t> directly")
0038 typedef NCollection_Vec3<uint8_t> Graphic3d_Vec3ub;
0039 Standard_DEPRECATED("Graphic3d_Vec3b is deprecated, use NCollection_Vec3<char> directly")
0040 typedef NCollection_Vec3<char> Graphic3d_Vec3b;
0041 
0042 #endif // _Graphic3d_Vec3_hxx