Back to home page

EIC code displayed by LXR

 
 

    


Warning, file /include/opencascade/HLRBRep_TypeDef.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 _HLRBRep_TypeDef_HeaderFile
0015 #define _HLRBRep_TypeDef_HeaderFile
0016 
0017 //! Type alias for curve pointer used in HLRBRep algorithms.
0018 //! This provides a named type (void*) for curve pointers used in generic
0019 //! algorithm interfaces, replacing the deprecated void*.
0020 //! The void* type is required for compatibility with the generic template
0021 //! instantiation system that uses const reference parameters.
0022 typedef void* HLRBRep_CurvePtr;
0023 
0024 //! Type alias for surface pointer used in HLRBRep algorithms.
0025 //! This provides a named type (void*) for surface pointers used in generic
0026 //! algorithm interfaces, replacing the deprecated void*.
0027 typedef void* HLRBRep_SurfacePtr;
0028 
0029 #endif // _HLRBRep_TypeDef_HeaderFile