Index: cad/opencascade/Makefile =================================================================== --- cad/opencascade/Makefile (revision 372638) +++ cad/opencascade/Makefile (working copy) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= opencascade -PORTVERSION= 6.7.1 -PORTREVISION= 4 +PORTVERSION= 6.8.0 CATEGORIES= cad science MASTER_SITES= http://files.opencascade.com/OCCT/OCC_${PORTVERSION}_release/ @@ -15,6 +14,8 @@ LICENSE_FILE= ${WRKSRC}/OCCT_LGPL_EXCEPTION.txt LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept +LIB_DEPENDS= libtbb.so:${PORTSDIR}/devel/tbb \ + libvtksys-${VTKVER}.so:${PORTSDIR}/math/vtk6 RUN_DEPENDS= bash:${PORTSDIR}/shells/bash # Check ${WRKSRC}/dox/overview/Overview.md @@ -26,11 +27,11 @@ adm/templates/custom.sh.in adm/templates/custom.sh.main \ adm/start.tcl draw.sh xcode.sh env.sh custom.sh.in \ gendoc codeblocks.sh +VTKVER= 6.1 -OPTIONS_DEFINE= TBB VIS DOCS -TBB_DESC= Build with TBB +OPTIONS_DEFINE= VIS DOCS VIS_DESC= Build Visualizazion module (requires OpenGL, freetype, ftgl and gl2ps) -OPTIONS_DEFAULT=TBB VIS +OPTIONS_DEFAULT=VIS OPTIONS_SUB= yes REINPLACE_ARGS= -i "" @@ -38,8 +39,16 @@ LDFLAGS+= -L${LOCALBASE}/lib -L${TCL_LIBDIR} -L${TK_LIBDIR} CMAKE_ARGS+= -D3RDPARTY_TCL_INCLUDE_DIR=${TCL_INCLUDEDIR} \ -D3RDPARTY_TCL_LIBRARY=${TCL_LIBDIR} \ - -D3RDPARTY_TCL_DLL=libtcl${TCL_VER:C|\.||} \ - -DINSTALL_DIR=${OCCROOT}/ + -D3RDPARTY_TBB_DIR=${LOCALBASE} \ + -D3RDPARTY_TBB_LIBRARY_DIR=${LOCALBASE}/lib \ + -DINSTALL_DIR=${OCCROOT}/ -DUSE_TBB:BOOL=ON \ + -D3RDPARTY_TBBMALLOC_LIBRARY=${LOCALBASE}/lib/libtbbmalloc.so \ + -D3RDPARTY_TBB_LIBRARY=${LOCALBASE}/lib/libtbb.so \ + -D3RDPARTY_TBBMALLOC_LIBRARY_DIR=${LOCALBASE}/lib \ + -DUSE_VTK:BOOL=ON -D3RDPARTY_VTK_DIR=${LOCALBASE} \ + -D3RDPARTY_VTK_INCLUDE_DIR=${LOCALBASE}/include/vtk-${VTKVER} \ + -D3RDPARTY_VTK_LIBRARY_DIR=${LOCALBASE}/lib/vtk-${VTKVER} + USE_LDCONFIG= yes LOCCROOT= OpenCAS @@ -46,10 +55,10 @@ OCCROOT= ${PREFIX}/${LOCCROOT} PLIST_SUB= OCCROOT="${LOCCROOT}" BITS=${BITS} CC=${COMPILER_TYPE} -TBB_LIB_DEPENDS= libtbb.so:${PORTSDIR}/devel/tbb -TBB_CMAKE_ON= -DUSE_TBB:BOOL=ON - -VIS_CMAKE_ON= -DUSE_FREEIMAGE:BOOL=ON -DUSE_GL2PS:BOOL=ON +VIS_CMAKE_ON= -DUSE_FREEIMAGE:BOOL=ON -DUSE_GL2PS:BOOL=ON \ + -DUSE_FREETYPE:BOOL=ON +VIS_CMAKE_OFF= -DUSE_FREEIMAGE:BOOL=OFF -DUSE_GL2PS:BOOL=OFF \ + -DUSE_FREETYPE:BOOL=OFF VIS_USE= GL=glu VIS_LIB_DEPENDS= libftgl.so:${PORTSDIR}/graphics/ftgl \ libfreetype.so:${PORTSDIR}/print/freetype2 \ @@ -61,10 +70,7 @@ .if ${PORT_OPTIONS:MVIS} CMAKE_ARGS+= -D3RDPARTY_FREETYPE_DIR=${LOCALBASE} \ -D3RDPARTY_FREEIMAGE_DIR=${LOCALBASE} \ - -D3RDPARTY_GL2PS_DIR=${LOCALBASE} \ - -D3RDPARTY_TBB_DIR=${LOCALBASE} \ - -D3RDPARTY_TBB_DLL=${LOCALBASE}/lib \ - -D3RDPARTY_TBB_MALLOC_DLL=${LOCALBASE}/lib + -D3RDPARTY_GL2PS_DIR=${LOCALBASE} .endif .if ${PORT_OPTIONS:MDOCS} Index: cad/opencascade/distinfo =================================================================== --- cad/opencascade/distinfo (revision 372638) +++ cad/opencascade/distinfo (working copy) @@ -1,2 +1,2 @@ -SHA256 (opencascade-6.7.1.tgz) = c918cb554c0c22d322dc1d2f3a31069e1d5dcbae869db741339e1d4903e864b1 -SIZE (opencascade-6.7.1.tgz) = 194568487 +SHA256 (opencascade-6.8.0.tgz) = 6646c1af4b54228db15173862be6999ffb60b1d79d7b77dbc6d5e342498f0236 +SIZE (opencascade-6.8.0.tgz) = 198312319 Index: cad/opencascade/files/patch-CMakeLists.txt =================================================================== --- cad/opencascade/files/patch-CMakeLists.txt (revision 372638) +++ cad/opencascade/files/patch-CMakeLists.txt (working copy) @@ -1,11 +0,0 @@ ---- CMakeLists.txt.orig 2014-04-30 11:16:14.000000000 +0200 -+++ CMakeLists.txt 2014-05-04 18:30:57.000000000 +0200 -@@ -100,7 +100,7 @@ - elseif(APPLE) - SET(OS_WITH_BIT "mac${COMPILER_BITNESS}") - else() -- SET(OS_WITH_BIT "lin${COMPILER_BITNESS}") -+ SET(OS_WITH_BIT "bsd${COMPILER_BITNESS}") - endif() - - if (${COMPILER_BITNESS} STREQUAL 64) Index: cad/opencascade/files/patch-adm_templates_occt_macros.cmake =================================================================== --- cad/opencascade/files/patch-adm_templates_occt_macros.cmake (revision 0) +++ cad/opencascade/files/patch-adm_templates_occt_macros.cmake (working copy) @@ -0,0 +1,11 @@ +--- adm/templates/occt_macros.cmake.orig 2014-11-16 14:21:14.000000000 +0100 ++++ adm/templates/occt_macros.cmake 2014-11-16 14:35:55.000000000 +0100 +@@ -44,7 +44,7 @@ + elseif(APPLE) + set (OS_WITH_BIT "mac${COMPILER_BITNESS}") + else() +- set (OS_WITH_BIT "lin${COMPILER_BITNESS}") ++ set (OS_WITH_BIT "bsd${COMPILER_BITNESS}") + endif() + endmacro() + Property changes on: cad/opencascade/files/patch-adm_templates_occt_macros.cmake ___________________________________________________________________ Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Index: cad/opencascade/files/patch-inc_Standard_CLocaleSentry.hxx =================================================================== --- cad/opencascade/files/patch-inc_Standard_CLocaleSentry.hxx (revision 372638) +++ cad/opencascade/files/patch-inc_Standard_CLocaleSentry.hxx (working copy) @@ -1,11 +1,11 @@ ---- inc/Standard_CLocaleSentry.hxx.orig 2014-04-29 11:40:41.000000000 +0200 -+++ inc/Standard_CLocaleSentry.hxx 2014-05-15 21:33:15.000000000 +0200 +--- inc/Standard_CLocaleSentry.hxx.orig 2014-11-07 16:16:43.000000000 +0100 ++++ inc/Standard_CLocaleSentry.hxx 2014-11-16 14:42:51.000000000 +0100 @@ -25,7 +25,7 @@ - //! Notice that this is impossible to test (_POSIX_C_SOURCE >= 200809L) - //! since POSIX didn't declared such identifier. - //! We check _GNU_SOURCE for glibc extensions here and it is always defined by g++ compiler. --#if defined(__APPLE__) || defined(_GNU_SOURCE) || defined(HAVE_XLOCALE_H) -+#if defined(__APPLE__) || defined(_GNU_SOURCE) || (defined(__FreeBSD__) && (__FreeBSD_version > 910000)) || defined(HAVE_XLOCALE_H) - #include - #ifndef HAVE_XLOCALE_H + //! and become part of POSIX since '2008. + //! Notice that this is impossible to test (_POSIX_C_SOURCE >= 200809L) + //! since POSIX didn't declared such identifier. +- #if defined(__APPLE__) ++ #if defined(__APPLE__) || (defined(__FreeBSD__) && (__FreeBSD_version > 910000)) #define HAVE_XLOCALE_H + #endif + Index: cad/opencascade/files/patch-src_OSD_OSD_SharedLibrary.cxx =================================================================== --- cad/opencascade/files/patch-src_OSD_OSD_SharedLibrary.cxx (revision 372638) +++ cad/opencascade/files/patch-src_OSD_OSD_SharedLibrary.cxx (working copy) @@ -1,11 +0,0 @@ ---- src/OSD/OSD_SharedLibrary.cxx.orig 2014-04-29 11:40:36.000000000 +0200 -+++ src/OSD/OSD_SharedLibrary.cxx 2014-05-04 14:21:09.000000000 +0200 -@@ -25,7 +25,7 @@ - #include - - #ifdef HAVE_MALLOC_H --# include -+# include - #endif - - #ifdef __some_crappy_system__ Index: cad/opencascade/files/patch-src_Standard_Standard_CString.cxx =================================================================== --- cad/opencascade/files/patch-src_Standard_Standard_CString.cxx (revision 372638) +++ cad/opencascade/files/patch-src_Standard_Standard_CString.cxx (working copy) @@ -1,11 +1,11 @@ ---- src/Standard/Standard_CString.cxx.orig 2014-04-29 11:40:41.000000000 +0200 -+++ src/Standard/Standard_CString.cxx 2014-10-18 16:05:36.000000000 +0200 -@@ -94,7 +94,7 @@ - // So we switch to C locale temporarily - #define SAVE_TL() Standard_CLocaleSentry aLocaleSentry; - #ifndef HAVE_XLOCALE_H -- #error System does not support xlocale. Import/export could be broken if C locale did not specified by application. -+ // #error System does not support xlocale. Import/export could be broken if C locale did not specified by application. +--- src/Standard/Standard_CString.cxx.orig 2014-11-07 16:16:43.000000000 +0100 ++++ src/Standard/Standard_CString.cxx 2014-11-16 14:57:27.000000000 +0100 +@@ -81,7 +81,7 @@ + // strtod, strtol, strtoll functions. For other system with locale-depended + // implementations problems may appear if "C" locale is not set explicitly. + #ifndef __ANDROID__ +- #error System does not support xlocale. Import/export could be broken if C locale did not specified by application. ++ #warning System does not support xlocale. Import/export could be broken if C locale did not specified by application. + #endif #define strtod_l(thePtr, theNextPtr, theLocale) strtod(thePtr, theNextPtr) #endif - #define vprintf_l(theLocale, theFormat, theArgPtr) vprintf(theFormat, theArgPtr) Index: cad/opencascade/files/patch-src_Standard_Standard_MMgrOpt.cxx =================================================================== --- cad/opencascade/files/patch-src_Standard_Standard_MMgrOpt.cxx (revision 372638) +++ cad/opencascade/files/patch-src_Standard_Standard_MMgrOpt.cxx (working copy) @@ -1,11 +0,0 @@ ---- src/Standard/Standard_MMgrOpt.cxx.orig 2014-04-29 11:40:41.000000000 +0200 -+++ src/Standard/Standard_MMgrOpt.cxx 2014-05-04 14:44:24.000000000 +0200 -@@ -42,7 +42,7 @@ - # endif - #endif - #ifdef HAVE_MALLOC_H --# include -+# include - #endif - #include - #include Index: cad/opencascade/files/patch-src_StepFile_recfile.pc =================================================================== --- cad/opencascade/files/patch-src_StepFile_recfile.pc (revision 0) +++ cad/opencascade/files/patch-src_StepFile_recfile.pc (working copy) @@ -0,0 +1,11 @@ +--- src/StepFile/recfile.pc.orig 2014-11-07 16:16:45.000000000 +0100 ++++ src/StepFile/recfile.pc 2014-11-16 21:26:42.000000000 +0100 +@@ -16,7 +16,7 @@ + #include "stdio.h" + #include "string.h" + #include "stdlib.h" +-#if (!defined(_WIN32) && !defined(__APPLE__)) ++#if (!defined(_WIN32) && !defined(__APPLE__) && !defined(__FreeBSD__)) + #include "malloc.h" + #endif + #include "recfile.ph" Property changes on: cad/opencascade/files/patch-src_StepFile_recfile.pc ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: cad/opencascade/pkg-plist =================================================================== --- cad/opencascade/pkg-plist (revision 372638) +++ cad/opencascade/pkg-plist (working copy) @@ -1,7 +1,6 @@ %%OCCROOT%%/bsd%%BITS%%/%%CC%%/bin/DRAWEXE %%OCCROOT%%/bsd%%BITS%%/%%CC%%/lib/libFWOSPlugin.so %%OCCROOT%%/bsd%%BITS%%/%%CC%%/lib/libPTKernel.so -%%OCCROOT%%/bsd%%BITS%%/%%CC%%/lib/libTKAdvTools.so %%OCCROOT%%/bsd%%BITS%%/%%CC%%/lib/libTKBO.so %%OCCROOT%%/bsd%%BITS%%/%%CC%%/lib/libTKBRep.so %%OCCROOT%%/bsd%%BITS%%/%%CC%%/lib/libTKBin.so @@ -21,6 +20,8 @@ %%OCCROOT%%/bsd%%BITS%%/%%CC%%/lib/libTKGeomBase.so %%OCCROOT%%/bsd%%BITS%%/%%CC%%/lib/libTKHLR.so %%OCCROOT%%/bsd%%BITS%%/%%CC%%/lib/libTKIGES.so +%%OCCROOT%%/bsd%%BITS%%/%%CC%%/lib/libTKIVtk.so +%%OCCROOT%%/bsd%%BITS%%/%%CC%%/lib/libTKIVtkDraw.so %%OCCROOT%%/bsd%%BITS%%/%%CC%%/lib/libTKLCAF.so %%OCCROOT%%/bsd%%BITS%%/%%CC%%/lib/libTKMath.so %%OCCROOT%%/bsd%%BITS%%/%%CC%%/lib/libTKMesh.so @@ -73,6 +74,7 @@ %%OCCROOT%%/data/images/Graph.PNG %%OCCROOT%%/data/images/Image.xwd %%OCCROOT%%/data/images/cyl_4_1.gif +%%OCCROOT%%/data/images/hatch_1.png %%OCCROOT%%/data/images/hlr.xwd %%OCCROOT%%/data/images/impexp.bmp %%OCCROOT%%/data/images/marker_box1.png @@ -115,8 +117,8 @@ %%OCCROOT%%/data/vrml/face.vrml @mode 555 %%OCCROOT%%/draw.sh +%%OCCROOT%%/env.sh @mode -%%OCCROOT%%/env.sh %%OCCROOT%%/inc %%OCCROOT%%/samples/tcl/DataExchangeDemo.tcl %%OCCROOT%%/samples/tcl/ModelingDemo.tcl @@ -123,8 +125,14 @@ %%OCCROOT%%/samples/tcl/Readme.txt %%OCCROOT%%/samples/tcl/VisualizationDemo.tcl %%OCCROOT%%/samples/tcl/bottle.tcl -%%OCCROOT%%/samples/tcl/challenge.tcl +%%OCCROOT%%/samples/tcl/cad.tcl +%%OCCROOT%%/samples/tcl/cutter.tcl +%%OCCROOT%%/samples/tcl/dimensions.tcl +%%OCCROOT%%/samples/tcl/drill.tcl +%%OCCROOT%%/samples/tcl/materials.tcl %%OCCROOT%%/samples/tcl/raytrace.tcl +%%OCCROOT%%/samples/tcl/spheres.tcl +%%OCCROOT%%/samples/tcl/xde.tcl %%OCCROOT%%/src/DrawResources/CURVES.tcl %%OCCROOT%%/src/DrawResources/DrawDefault %%OCCROOT%%/src/DrawResources/DrawPlugin @@ -133,6 +141,7 @@ %%OCCROOT%%/src/DrawResources/Geometry.tcl %%OCCROOT%%/src/DrawResources/InitEnvironment.tcl %%OCCROOT%%/src/DrawResources/Move.tcl +%%OCCROOT%%/src/DrawResources/OCC_logo.png %%OCCROOT%%/src/DrawResources/PROFIL.tcl %%OCCROOT%%/src/DrawResources/SCAN.tcl %%OCCROOT%%/src/DrawResources/SURFACES.tcl @@ -150,6 +159,10 @@ %%OCCROOT%%/src/Shaders/FILES %%OCCROOT%%/src/Shaders/PhongShading.fs %%OCCROOT%%/src/Shaders/PhongShading.vs +%%OCCROOT%%/src/Shaders/RaytraceBase.fs +%%OCCROOT%%/src/Shaders/RaytraceBase.vs +%%OCCROOT%%/src/Shaders/RaytraceRender.fs +%%OCCROOT%%/src/Shaders/RaytraceSmooth.fs %%OCCROOT%%/src/StdResource/FILES %%OCCROOT%%/src/StdResource/MDTV-Standard.xwd %%OCCROOT%%/src/StdResource/MigrationSheet.txt @@ -2382,6 +2395,7 @@ %%OCCROOT%%/tests/boolean/bopcut_2d/D2 %%OCCROOT%%/tests/boolean/bopcut_2d/D3 %%OCCROOT%%/tests/boolean/bopcut_2d/D4 +%%OCCROOT%%/tests/boolean/bopcut_2d/D5 %%OCCROOT%%/tests/boolean/bopcut_2d/begin %%OCCROOT%%/tests/boolean/bopcut_complex/A1 %%OCCROOT%%/tests/boolean/bopcut_complex/A2 @@ -4308,8 +4322,14 @@ %%OCCROOT%%/tests/bugs/caf/bug24263_2 %%OCCROOT%%/tests/bugs/caf/bug24565 %%OCCROOT%%/tests/bugs/caf/bug24645 +%%OCCROOT%%/tests/bugs/caf/bug24755 %%OCCROOT%%/tests/bugs/caf/bug24822 %%OCCROOT%%/tests/bugs/caf/bug24852 +%%OCCROOT%%/tests/bugs/caf/bug24869 +%%OCCROOT%%/tests/bugs/caf/bug24925 +%%OCCROOT%%/tests/bugs/caf/bug25112 +%%OCCROOT%%/tests/bugs/caf/bug25153 +%%OCCROOT%%/tests/bugs/caf/bug25317 %%OCCROOT%%/tests/bugs/caf/bug261 %%OCCROOT%%/tests/bugs/caf/bug267_1 %%OCCROOT%%/tests/bugs/caf/bug267_2 @@ -4369,6 +4389,14 @@ %%OCCROOT%%/tests/bugs/demo/bug23562_4 %%OCCROOT%%/tests/bugs/demo/bug23562_5 %%OCCROOT%%/tests/bugs/demo/bug23562_6 +%%OCCROOT%%/tests/bugs/demo/bug24873_1 +%%OCCROOT%%/tests/bugs/demo/bug24873_2 +%%OCCROOT%%/tests/bugs/demo/bug25020 +%%OCCROOT%%/tests/bugs/demo/bug25344_1 +%%OCCROOT%%/tests/bugs/demo/bug25344_2 +%%OCCROOT%%/tests/bugs/demo/bug25344_3 +%%OCCROOT%%/tests/bugs/demo/bug25344_4 +%%OCCROOT%%/tests/bugs/demo/bug25445 %%OCCROOT%%/tests/bugs/end %%OCCROOT%%/tests/bugs/fclasses/begin %%OCCROOT%%/tests/bugs/fclasses/buc60724 @@ -4395,6 +4423,7 @@ %%OCCROOT%%/tests/bugs/fclasses/bug181_1 %%OCCROOT%%/tests/bugs/fclasses/bug181_2 %%OCCROOT%%/tests/bugs/fclasses/bug216 +%%OCCROOT%%/tests/bugs/fclasses/bug22125 %%OCCROOT%%/tests/bugs/fclasses/bug22611 %%OCCROOT%%/tests/bugs/fclasses/bug22744 %%OCCROOT%%/tests/bugs/fclasses/bug22980 @@ -4417,6 +4446,18 @@ %%OCCROOT%%/tests/bugs/fclasses/bug23972 %%OCCROOT%%/tests/bugs/fclasses/bug24137 %%OCCROOT%%/tests/bugs/fclasses/bug24271 +%%OCCROOT%%/tests/bugs/fclasses/bug24533 +%%OCCROOT%%/tests/bugs/fclasses/bug24834 +%%OCCROOT%%/tests/bugs/fclasses/bug24863_1 +%%OCCROOT%%/tests/bugs/fclasses/bug24863_2 +%%OCCROOT%%/tests/bugs/fclasses/bug24863_3 +%%OCCROOT%%/tests/bugs/fclasses/bug24897 +%%OCCROOT%%/tests/bugs/fclasses/bug24931 +%%OCCROOT%%/tests/bugs/fclasses/bug25024 +%%OCCROOT%%/tests/bugs/fclasses/bug25329 +%%OCCROOT%%/tests/bugs/fclasses/bug25348 +%%OCCROOT%%/tests/bugs/fclasses/bug25367_brep +%%OCCROOT%%/tests/bugs/fclasses/bug25367_igs %%OCCROOT%%/tests/bugs/fclasses/bug309 %%OCCROOT%%/tests/bugs/fclasses/bug310 %%OCCROOT%%/tests/bugs/fclasses/bug6143 @@ -4460,13 +4501,24 @@ %%OCCROOT%%/tests/bugs/heal/bug24105_2 %%OCCROOT%%/tests/bugs/heal/bug24111 %%OCCROOT%%/tests/bugs/heal/bug24126 +%%OCCROOT%%/tests/bugs/heal/bug24218 +%%OCCROOT%%/tests/bugs/heal/bug24249_1 +%%OCCROOT%%/tests/bugs/heal/bug24249_2 +%%OCCROOT%%/tests/bugs/heal/bug24249_3 %%OCCROOT%%/tests/bugs/heal/bug24370 %%OCCROOT%%/tests/bugs/heal/bug24549 %%OCCROOT%%/tests/bugs/heal/bug24596_1 %%OCCROOT%%/tests/bugs/heal/bug24596_2 +%%OCCROOT%%/tests/bugs/heal/bug24934 +%%OCCROOT%%/tests/bugs/heal/bug24983 +%%OCCROOT%%/tests/bugs/heal/bug25014 +%%OCCROOT%%/tests/bugs/heal/bug25068 +%%OCCROOT%%/tests/bugs/heal/bug25333 +%%OCCROOT%%/tests/bugs/heal/bug25424 %%OCCROOT%%/tests/bugs/heal/bug329 %%OCCROOT%%/tests/bugs/heal/bug482 %%OCCROOT%%/tests/bugs/heal/bug518 +%%OCCROOT%%/tests/bugs/heal/bug7570 %%OCCROOT%%/tests/bugs/heal/bug884 %%OCCROOT%%/tests/bugs/iges/begin %%OCCROOT%%/tests/bugs/iges/buc60591_1 @@ -4556,6 +4608,7 @@ %%OCCROOT%%/tests/bugs/iges/ger61337 %%OCCROOT%%/tests/bugs/mesh/bug22778 %%OCCROOT%%/tests/bugs/mesh/bug23105 +%%OCCROOT%%/tests/bugs/mesh/bug23106 %%OCCROOT%%/tests/bugs/mesh/bug23184_1 %%OCCROOT%%/tests/bugs/mesh/bug23184_2 %%OCCROOT%%/tests/bugs/mesh/bug23512_1 @@ -4565,10 +4618,20 @@ %%OCCROOT%%/tests/bugs/mesh/bug23614_2 %%OCCROOT%%/tests/bugs/mesh/bug23614_3 %%OCCROOT%%/tests/bugs/mesh/bug23614_4 +%%OCCROOT%%/tests/bugs/mesh/bug23631 %%OCCROOT%%/tests/bugs/mesh/bug23650 %%OCCROOT%%/tests/bugs/mesh/bug24022 +%%OCCROOT%%/tests/bugs/mesh/bug24127 %%OCCROOT%%/tests/bugs/mesh/bug24775 -%%OCCROOT%%/tests/bugs/mesh/data/bug22778_square.brep +%%OCCROOT%%/tests/bugs/mesh/bug24968_1 +%%OCCROOT%%/tests/bugs/mesh/bug24968_2 +%%OCCROOT%%/tests/bugs/mesh/bug25080 +%%OCCROOT%%/tests/bugs/mesh/bug25142 +%%OCCROOT%%/tests/bugs/mesh/bug25157 +%%OCCROOT%%/tests/bugs/mesh/bug25281 +%%OCCROOT%%/tests/bugs/mesh/bug25307 +%%OCCROOT%%/tests/bugs/mesh/bug25364 +%%OCCROOT%%/tests/bugs/mesh/parse.rules %%OCCROOT%%/tests/bugs/modalg_1/begin %%OCCROOT%%/tests/bugs/modalg_1/buc60409_1 %%OCCROOT%%/tests/bugs/modalg_1/buc60409_2 @@ -5545,13 +5608,21 @@ %%OCCROOT%%/tests/bugs/modalg_4/pro19626 %%OCCROOT%%/tests/bugs/modalg_4/pro19653 %%OCCROOT%%/tests/bugs/modalg_5/begin +%%OCCROOT%%/tests/bugs/modalg_5/bug21898 %%OCCROOT%%/tests/bugs/modalg_5/bug22027 %%OCCROOT%%/tests/bugs/modalg_5/bug22323 +%%OCCROOT%%/tests/bugs/modalg_5/bug22614_1 +%%OCCROOT%%/tests/bugs/modalg_5/bug22614_2 +%%OCCROOT%%/tests/bugs/modalg_5/bug22614_3 %%OCCROOT%%/tests/bugs/modalg_5/bug22747 %%OCCROOT%%/tests/bugs/modalg_5/bug22766 +%%OCCROOT%%/tests/bugs/modalg_5/bug22829 %%OCCROOT%%/tests/bugs/modalg_5/bug22831 +%%OCCROOT%%/tests/bugs/modalg_5/bug22872 +%%OCCROOT%%/tests/bugs/modalg_5/bug22978 %%OCCROOT%%/tests/bugs/modalg_5/bug22981 %%OCCROOT%%/tests/bugs/modalg_5/bug23122 +%%OCCROOT%%/tests/bugs/modalg_5/bug23249 %%OCCROOT%%/tests/bugs/modalg_5/bug23282_1 %%OCCROOT%%/tests/bugs/modalg_5/bug23282_2 %%OCCROOT%%/tests/bugs/modalg_5/bug23366 @@ -5562,6 +5633,7 @@ %%OCCROOT%%/tests/bugs/modalg_5/bug23625_3 %%OCCROOT%%/tests/bugs/modalg_5/bug23625_4 %%OCCROOT%%/tests/bugs/modalg_5/bug23625_5 +%%OCCROOT%%/tests/bugs/modalg_5/bug23698 %%OCCROOT%%/tests/bugs/modalg_5/bug23706_1 %%OCCROOT%%/tests/bugs/modalg_5/bug23706_10 %%OCCROOT%%/tests/bugs/modalg_5/bug23706_11 @@ -5662,8 +5734,11 @@ %%OCCROOT%%/tests/bugs/modalg_5/bug23932_1 %%OCCROOT%%/tests/bugs/modalg_5/bug23932_2 %%OCCROOT%%/tests/bugs/modalg_5/bug23933 +%%OCCROOT%%/tests/bugs/modalg_5/bug23948_1 +%%OCCROOT%%/tests/bugs/modalg_5/bug23948_2 %%OCCROOT%%/tests/bugs/modalg_5/bug23952_1 %%OCCROOT%%/tests/bugs/modalg_5/bug23952_2 +%%OCCROOT%%/tests/bugs/modalg_5/bug23954 %%OCCROOT%%/tests/bugs/modalg_5/bug23958 %%OCCROOT%%/tests/bugs/modalg_5/bug23976 %%OCCROOT%%/tests/bugs/modalg_5/bug23985 @@ -5671,6 +5746,7 @@ %%OCCROOT%%/tests/bugs/modalg_5/bug23998 %%OCCROOT%%/tests/bugs/modalg_5/bug24003 %%OCCROOT%%/tests/bugs/modalg_5/bug24005 +%%OCCROOT%%/tests/bugs/modalg_5/bug24012 %%OCCROOT%%/tests/bugs/modalg_5/bug24029 %%OCCROOT%%/tests/bugs/modalg_5/bug24033 %%OCCROOT%%/tests/bugs/modalg_5/bug24035 @@ -5680,8 +5756,10 @@ %%OCCROOT%%/tests/bugs/modalg_5/bug24040 %%OCCROOT%%/tests/bugs/modalg_5/bug24053 %%OCCROOT%%/tests/bugs/modalg_5/bug24060 +%%OCCROOT%%/tests/bugs/modalg_5/bug24074 %%OCCROOT%%/tests/bugs/modalg_5/bug24075 %%OCCROOT%%/tests/bugs/modalg_5/bug24083 +%%OCCROOT%%/tests/bugs/modalg_5/bug24086 %%OCCROOT%%/tests/bugs/modalg_5/bug24089 %%OCCROOT%%/tests/bugs/modalg_5/bug24092 %%OCCROOT%%/tests/bugs/modalg_5/bug24107 @@ -5690,6 +5768,16 @@ %%OCCROOT%%/tests/bugs/modalg_5/bug24144_1 %%OCCROOT%%/tests/bugs/modalg_5/bug24144_2 %%OCCROOT%%/tests/bugs/modalg_5/bug24154 +%%OCCROOT%%/tests/bugs/modalg_5/bug24157_1 +%%OCCROOT%%/tests/bugs/modalg_5/bug24157_10 +%%OCCROOT%%/tests/bugs/modalg_5/bug24157_2 +%%OCCROOT%%/tests/bugs/modalg_5/bug24157_3 +%%OCCROOT%%/tests/bugs/modalg_5/bug24157_4 +%%OCCROOT%%/tests/bugs/modalg_5/bug24157_5 +%%OCCROOT%%/tests/bugs/modalg_5/bug24157_6 +%%OCCROOT%%/tests/bugs/modalg_5/bug24157_7 +%%OCCROOT%%/tests/bugs/modalg_5/bug24157_8 +%%OCCROOT%%/tests/bugs/modalg_5/bug24157_9 %%OCCROOT%%/tests/bugs/modalg_5/bug24174_1 %%OCCROOT%%/tests/bugs/modalg_5/bug24174_2 %%OCCROOT%%/tests/bugs/modalg_5/bug24187 @@ -5732,6 +5820,7 @@ %%OCCROOT%%/tests/bugs/modalg_5/bug24390_1 %%OCCROOT%%/tests/bugs/modalg_5/bug24390_2 %%OCCROOT%%/tests/bugs/modalg_5/bug24400 +%%OCCROOT%%/tests/bugs/modalg_5/bug24404 %%OCCROOT%%/tests/bugs/modalg_5/bug24422 %%OCCROOT%%/tests/bugs/modalg_5/bug24463 %%OCCROOT%%/tests/bugs/modalg_5/bug24470 @@ -5743,11 +5832,14 @@ %%OCCROOT%%/tests/bugs/modalg_5/bug24493 %%OCCROOT%%/tests/bugs/modalg_5/bug24496 %%OCCROOT%%/tests/bugs/modalg_5/bug24499 +%%OCCROOT%%/tests/bugs/modalg_5/bug24504 %%OCCROOT%%/tests/bugs/modalg_5/bug24505 +%%OCCROOT%%/tests/bugs/modalg_5/bug24519 %%OCCROOT%%/tests/bugs/modalg_5/bug24532 %%OCCROOT%%/tests/bugs/modalg_5/bug24558 %%OCCROOT%%/tests/bugs/modalg_5/bug24573 %%OCCROOT%%/tests/bugs/modalg_5/bug24575 +%%OCCROOT%%/tests/bugs/modalg_5/bug24581 %%OCCROOT%%/tests/bugs/modalg_5/bug24585_1 %%OCCROOT%%/tests/bugs/modalg_5/bug24585_2 %%OCCROOT%%/tests/bugs/modalg_5/bug24586 @@ -5769,18 +5861,28 @@ %%OCCROOT%%/tests/bugs/modalg_5/bug24684 %%OCCROOT%%/tests/bugs/modalg_5/bug24696 %%OCCROOT%%/tests/bugs/modalg_5/bug24706 +%%OCCROOT%%/tests/bugs/modalg_5/bug24731 %%OCCROOT%%/tests/bugs/modalg_5/bug24738 +%%OCCROOT%%/tests/bugs/modalg_5/bug24746 %%OCCROOT%%/tests/bugs/modalg_5/bug24751_1 %%OCCROOT%%/tests/bugs/modalg_5/bug24751_2 %%OCCROOT%%/tests/bugs/modalg_5/bug24751_3 %%OCCROOT%%/tests/bugs/modalg_5/bug24751_4 %%OCCROOT%%/tests/bugs/modalg_5/bug24751_5 +%%OCCROOT%%/tests/bugs/modalg_5/bug24758_1 +%%OCCROOT%%/tests/bugs/modalg_5/bug24758_2 %%OCCROOT%%/tests/bugs/modalg_5/bug24764 %%OCCROOT%%/tests/bugs/modalg_5/bug24766 %%OCCROOT%%/tests/bugs/modalg_5/bug24798 +%%OCCROOT%%/tests/bugs/modalg_5/bug24807 %%OCCROOT%%/tests/bugs/modalg_5/bug24809 %%OCCROOT%%/tests/bugs/modalg_5/bug24811 +%%OCCROOT%%/tests/bugs/modalg_5/bug24817 %%OCCROOT%%/tests/bugs/modalg_5/bug24823 +%%OCCROOT%%/tests/bugs/modalg_5/bug24825_common +%%OCCROOT%%/tests/bugs/modalg_5/bug24825_cut +%%OCCROOT%%/tests/bugs/modalg_5/bug24825_fuse +%%OCCROOT%%/tests/bugs/modalg_5/bug24829 %%OCCROOT%%/tests/bugs/modalg_5/bug24840 %%OCCROOT%%/tests/bugs/modalg_5/bug24842_axo %%OCCROOT%%/tests/bugs/modalg_5/bug24842_back @@ -5794,6 +5896,133 @@ %%OCCROOT%%/tests/bugs/modalg_5/bug24849_2 %%OCCROOT%%/tests/bugs/modalg_5/bug24851 %%OCCROOT%%/tests/bugs/modalg_5/bug24861 +%%OCCROOT%%/tests/bugs/modalg_5/bug24879 +%%OCCROOT%%/tests/bugs/modalg_5/bug24889 +%%OCCROOT%%/tests/bugs/modalg_5/bug24899 +%%OCCROOT%%/tests/bugs/modalg_5/bug24910 +%%OCCROOT%%/tests/bugs/modalg_5/bug24914 +%%OCCROOT%%/tests/bugs/modalg_5/bug24915 +%%OCCROOT%%/tests/bugs/modalg_5/bug24920 +%%OCCROOT%%/tests/bugs/modalg_5/bug24939 +%%OCCROOT%%/tests/bugs/modalg_5/bug24946 +%%OCCROOT%%/tests/bugs/modalg_5/bug24949 +%%OCCROOT%%/tests/bugs/modalg_5/bug24950 +%%OCCROOT%%/tests/bugs/modalg_5/bug24964 +%%OCCROOT%%/tests/bugs/modalg_5/bug24973 +%%OCCROOT%%/tests/bugs/modalg_5/bug24981 +%%OCCROOT%%/tests/bugs/modalg_5/bug25002 +%%OCCROOT%%/tests/bugs/modalg_5/bug25004_1 +%%OCCROOT%%/tests/bugs/modalg_5/bug25004_2 +%%OCCROOT%%/tests/bugs/modalg_5/bug25004_3 +%%OCCROOT%%/tests/bugs/modalg_5/bug25019 +%%OCCROOT%%/tests/bugs/modalg_5/bug25021 +%%OCCROOT%%/tests/bugs/modalg_5/bug25028 +%%OCCROOT%%/tests/bugs/modalg_5/bug25043 +%%OCCROOT%%/tests/bugs/modalg_5/bug25058 +%%OCCROOT%%/tests/bugs/modalg_5/bug25106 +%%OCCROOT%%/tests/bugs/modalg_5/bug25111 +%%OCCROOT%%/tests/bugs/modalg_5/bug25127 +%%OCCROOT%%/tests/bugs/modalg_5/bug25163 +%%OCCROOT%%/tests/bugs/modalg_5/bug25175 +%%OCCROOT%%/tests/bugs/modalg_5/bug25184 +%%OCCROOT%%/tests/bugs/modalg_5/bug25191 +%%OCCROOT%%/tests/bugs/modalg_5/bug25199 +%%OCCROOT%%/tests/bugs/modalg_5/bug25210 +%%OCCROOT%%/tests/bugs/modalg_5/bug25224 +%%OCCROOT%%/tests/bugs/modalg_5/bug25225_1 +%%OCCROOT%%/tests/bugs/modalg_5/bug25225_2 +%%OCCROOT%%/tests/bugs/modalg_5/bug25225_3 +%%OCCROOT%%/tests/bugs/modalg_5/bug25228 +%%OCCROOT%%/tests/bugs/modalg_5/bug25232_1 +%%OCCROOT%%/tests/bugs/modalg_5/bug25232_10 +%%OCCROOT%%/tests/bugs/modalg_5/bug25232_11 +%%OCCROOT%%/tests/bugs/modalg_5/bug25232_12 +%%OCCROOT%%/tests/bugs/modalg_5/bug25232_2 +%%OCCROOT%%/tests/bugs/modalg_5/bug25232_3 +%%OCCROOT%%/tests/bugs/modalg_5/bug25232_4 +%%OCCROOT%%/tests/bugs/modalg_5/bug25232_5 +%%OCCROOT%%/tests/bugs/modalg_5/bug25232_6 +%%OCCROOT%%/tests/bugs/modalg_5/bug25232_7 +%%OCCROOT%%/tests/bugs/modalg_5/bug25232_8 +%%OCCROOT%%/tests/bugs/modalg_5/bug25232_9 +%%OCCROOT%%/tests/bugs/modalg_5/bug25237 +%%OCCROOT%%/tests/bugs/modalg_5/bug25242 +%%OCCROOT%%/tests/bugs/modalg_5/bug25243 +%%OCCROOT%%/tests/bugs/modalg_5/bug25245_1 +%%OCCROOT%%/tests/bugs/modalg_5/bug25245_2 +%%OCCROOT%%/tests/bugs/modalg_5/bug25248 +%%OCCROOT%%/tests/bugs/modalg_5/bug25263 +%%OCCROOT%%/tests/bugs/modalg_5/bug25270 +%%OCCROOT%%/tests/bugs/modalg_5/bug25272 +%%OCCROOT%%/tests/bugs/modalg_5/bug25285 +%%OCCROOT%%/tests/bugs/modalg_5/bug25292_11 +%%OCCROOT%%/tests/bugs/modalg_5/bug25292_12 +%%OCCROOT%%/tests/bugs/modalg_5/bug25292_13 +%%OCCROOT%%/tests/bugs/modalg_5/bug25292_14 +%%OCCROOT%%/tests/bugs/modalg_5/bug25292_15 +%%OCCROOT%%/tests/bugs/modalg_5/bug25292_16 +%%OCCROOT%%/tests/bugs/modalg_5/bug25292_21 +%%OCCROOT%%/tests/bugs/modalg_5/bug25292_22 +%%OCCROOT%%/tests/bugs/modalg_5/bug25292_23 +%%OCCROOT%%/tests/bugs/modalg_5/bug25292_24 +%%OCCROOT%%/tests/bugs/modalg_5/bug25292_25 +%%OCCROOT%%/tests/bugs/modalg_5/bug25292_26 +%%OCCROOT%%/tests/bugs/modalg_5/bug25292_31 +%%OCCROOT%%/tests/bugs/modalg_5/bug25292_32 +%%OCCROOT%%/tests/bugs/modalg_5/bug25292_33 +%%OCCROOT%%/tests/bugs/modalg_5/bug25292_34 +%%OCCROOT%%/tests/bugs/modalg_5/bug25292_35 +%%OCCROOT%%/tests/bugs/modalg_5/bug25292_36 +%%OCCROOT%%/tests/bugs/modalg_5/bug25298_01 +%%OCCROOT%%/tests/bugs/modalg_5/bug25298_02 +%%OCCROOT%%/tests/bugs/modalg_5/bug25298_03 +%%OCCROOT%%/tests/bugs/modalg_5/bug25298_04 +%%OCCROOT%%/tests/bugs/modalg_5/bug25298_05 +%%OCCROOT%%/tests/bugs/modalg_5/bug25298_06 +%%OCCROOT%%/tests/bugs/modalg_5/bug25298_07 +%%OCCROOT%%/tests/bugs/modalg_5/bug25298_08 +%%OCCROOT%%/tests/bugs/modalg_5/bug25298_09 +%%OCCROOT%%/tests/bugs/modalg_5/bug25298_10 +%%OCCROOT%%/tests/bugs/modalg_5/bug25298_11 +%%OCCROOT%%/tests/bugs/modalg_5/bug25298_12 +%%OCCROOT%%/tests/bugs/modalg_5/bug25298_13 +%%OCCROOT%%/tests/bugs/modalg_5/bug25298_14 +%%OCCROOT%%/tests/bugs/modalg_5/bug25298_15 +%%OCCROOT%%/tests/bugs/modalg_5/bug25298_16 +%%OCCROOT%%/tests/bugs/modalg_5/bug25319_1 +%%OCCROOT%%/tests/bugs/modalg_5/bug25319_2 +%%OCCROOT%%/tests/bugs/modalg_5/bug25334_1 +%%OCCROOT%%/tests/bugs/modalg_5/bug25334_10 +%%OCCROOT%%/tests/bugs/modalg_5/bug25334_11 +%%OCCROOT%%/tests/bugs/modalg_5/bug25334_12 +%%OCCROOT%%/tests/bugs/modalg_5/bug25334_13 +%%OCCROOT%%/tests/bugs/modalg_5/bug25334_14 +%%OCCROOT%%/tests/bugs/modalg_5/bug25334_15 +%%OCCROOT%%/tests/bugs/modalg_5/bug25334_16 +%%OCCROOT%%/tests/bugs/modalg_5/bug25334_17 +%%OCCROOT%%/tests/bugs/modalg_5/bug25334_18 +%%OCCROOT%%/tests/bugs/modalg_5/bug25334_19 +%%OCCROOT%%/tests/bugs/modalg_5/bug25334_2 +%%OCCROOT%%/tests/bugs/modalg_5/bug25334_20 +%%OCCROOT%%/tests/bugs/modalg_5/bug25334_3 +%%OCCROOT%%/tests/bugs/modalg_5/bug25334_4 +%%OCCROOT%%/tests/bugs/modalg_5/bug25334_5 +%%OCCROOT%%/tests/bugs/modalg_5/bug25334_6 +%%OCCROOT%%/tests/bugs/modalg_5/bug25334_7 +%%OCCROOT%%/tests/bugs/modalg_5/bug25334_8 +%%OCCROOT%%/tests/bugs/modalg_5/bug25334_9 +%%OCCROOT%%/tests/bugs/modalg_5/bug25337_1 +%%OCCROOT%%/tests/bugs/modalg_5/bug25337_2 +%%OCCROOT%%/tests/bugs/modalg_5/bug25368_1 +%%OCCROOT%%/tests/bugs/modalg_5/bug25368_2 +%%OCCROOT%%/tests/bugs/modalg_5/bug25380 +%%OCCROOT%%/tests/bugs/modalg_5/bug25406_1 +%%OCCROOT%%/tests/bugs/modalg_5/bug25406_2 +%%OCCROOT%%/tests/bugs/modalg_5/bug25408 +%%OCCROOT%%/tests/bugs/modalg_5/bug25410 +%%OCCROOT%%/tests/bugs/modalg_5/bug25413 +%%OCCROOT%%/tests/bugs/modalg_5/bug25420 +%%OCCROOT%%/tests/bugs/modalg_5/bug25427 %%OCCROOT%%/tests/bugs/moddata_1/begin %%OCCROOT%%/tests/bugs/moddata_1/buc60607_1 %%OCCROOT%%/tests/bugs/moddata_1/buc60607_2 @@ -6219,6 +6448,7 @@ %%OCCROOT%%/tests/bugs/moddata_3/bug162 %%OCCROOT%%/tests/bugs/moddata_3/bug20866 %%OCCROOT%%/tests/bugs/moddata_3/bug23471 +%%OCCROOT%%/tests/bugs/moddata_3/bug23511 %%OCCROOT%%/tests/bugs/moddata_3/bug23683 %%OCCROOT%%/tests/bugs/moddata_3/bug23703 %%OCCROOT%%/tests/bugs/moddata_3/bug23706 @@ -6225,6 +6455,7 @@ %%OCCROOT%%/tests/bugs/moddata_3/bug23733 %%OCCROOT%%/tests/bugs/moddata_3/bug23738 %%OCCROOT%%/tests/bugs/moddata_3/bug23830 +%%OCCROOT%%/tests/bugs/moddata_3/bug23830_2 %%OCCROOT%%/tests/bugs/moddata_3/bug23863 %%OCCROOT%%/tests/bugs/moddata_3/bug23939 %%OCCROOT%%/tests/bugs/moddata_3/bug23943_1 @@ -6256,6 +6487,23 @@ %%OCCROOT%%/tests/bugs/moddata_3/bug24633_1 %%OCCROOT%%/tests/bugs/moddata_3/bug24633_2 %%OCCROOT%%/tests/bugs/moddata_3/bug24800 +%%OCCROOT%%/tests/bugs/moddata_3/bug24886 +%%OCCROOT%%/tests/bugs/moddata_3/bug24896 +%%OCCROOT%%/tests/bugs/moddata_3/bug24945 +%%OCCROOT%%/tests/bugs/moddata_3/bug24959_1 +%%OCCROOT%%/tests/bugs/moddata_3/bug24959_2 +%%OCCROOT%%/tests/bugs/moddata_3/bug25084 +%%OCCROOT%%/tests/bugs/moddata_3/bug25095 +%%OCCROOT%%/tests/bugs/moddata_3/bug25109 +%%OCCROOT%%/tests/bugs/moddata_3/bug25179 +%%OCCROOT%%/tests/bugs/moddata_3/bug25202_1 +%%OCCROOT%%/tests/bugs/moddata_3/bug25202_2 +%%OCCROOT%%/tests/bugs/moddata_3/bug25202_3 +%%OCCROOT%%/tests/bugs/moddata_3/bug25202_4 +%%OCCROOT%%/tests/bugs/moddata_3/bug25207 +%%OCCROOT%%/tests/bugs/moddata_3/bug25223 +%%OCCROOT%%/tests/bugs/moddata_3/bug25407_1 +%%OCCROOT%%/tests/bugs/moddata_3/bug25407_2 %%OCCROOT%%/tests/bugs/moddata_3/bug30 %%OCCROOT%%/tests/bugs/moddata_3/bug32 %%OCCROOT%%/tests/bugs/moddata_3/bug599 @@ -6278,6 +6526,7 @@ %%OCCROOT%%/tests/bugs/step/bug22145 %%OCCROOT%%/tests/bugs/step/bug222 %%OCCROOT%%/tests/bugs/step/bug22237 +%%OCCROOT%%/tests/bugs/step/bug22680 %%OCCROOT%%/tests/bugs/step/bug22871 %%OCCROOT%%/tests/bugs/step/bug23157 %%OCCROOT%%/tests/bugs/step/bug23203 @@ -6287,10 +6536,17 @@ %%OCCROOT%%/tests/bugs/step/bug23567 %%OCCROOT%%/tests/bugs/step/bug2368 %%OCCROOT%%/tests/bugs/step/bug24024 +%%OCCROOT%%/tests/bugs/step/bug24055 %%OCCROOT%%/tests/bugs/step/bug24135 %%OCCROOT%%/tests/bugs/step/bug24283_1 %%OCCROOT%%/tests/bugs/step/bug24283_2 %%OCCROOT%%/tests/bugs/step/bug24383 +%%OCCROOT%%/tests/bugs/step/bug24990 +%%OCCROOT%%/tests/bugs/step/bug25092 +%%OCCROOT%%/tests/bugs/step/bug25166 +%%OCCROOT%%/tests/bugs/step/bug25167 +%%OCCROOT%%/tests/bugs/step/bug25168 +%%OCCROOT%%/tests/bugs/step/bug25169 %%OCCROOT%%/tests/bugs/step/bug272_5 %%OCCROOT%%/tests/bugs/step/bug272_6 %%OCCROOT%%/tests/bugs/step/bug272_7 @@ -6346,7 +6602,6 @@ %%OCCROOT%%/tests/bugs/vis/buc60830_2 %%OCCROOT%%/tests/bugs/vis/buc60830_3 %%OCCROOT%%/tests/bugs/vis/buc60832 -%%OCCROOT%%/tests/bugs/vis/buc60851 %%OCCROOT%%/tests/bugs/vis/buc60857 %%OCCROOT%%/tests/bugs/vis/buc60858 %%OCCROOT%%/tests/bugs/vis/buc60876 @@ -6388,6 +6643,7 @@ %%OCCROOT%%/tests/bugs/vis/bug16950_2 %%OCCROOT%%/tests/bugs/vis/bug16950_3 %%OCCROOT%%/tests/bugs/vis/bug16950_4 +%%OCCROOT%%/tests/bugs/vis/bug17126 %%OCCROOT%%/tests/bugs/vis/bug172 %%OCCROOT%%/tests/bugs/vis/bug173_1 %%OCCROOT%%/tests/bugs/vis/bug173_2 @@ -6444,10 +6700,12 @@ %%OCCROOT%%/tests/bugs/vis/bug22018 %%OCCROOT%%/tests/bugs/vis/bug22149 %%OCCROOT%%/tests/bugs/vis/bug22188 +%%OCCROOT%%/tests/bugs/vis/bug22240 %%OCCROOT%%/tests/bugs/vis/bug223 %%OCCROOT%%/tests/bugs/vis/bug22304 %%OCCROOT%%/tests/bugs/vis/bug22313 %%OCCROOT%%/tests/bugs/vis/bug22332 +%%OCCROOT%%/tests/bugs/vis/bug22337 %%OCCROOT%%/tests/bugs/vis/bug22368 %%OCCROOT%%/tests/bugs/vis/bug22483_1 %%OCCROOT%%/tests/bugs/vis/bug22483_2 @@ -6470,6 +6728,7 @@ %%OCCROOT%%/tests/bugs/vis/bug22879 %%OCCROOT%%/tests/bugs/vis/bug22900 %%OCCROOT%%/tests/bugs/vis/bug22906 +%%OCCROOT%%/tests/bugs/vis/bug22912 %%OCCROOT%%/tests/bugs/vis/bug22985 %%OCCROOT%%/tests/bugs/vis/bug23012 %%OCCROOT%%/tests/bugs/vis/bug23062 @@ -6484,6 +6743,7 @@ %%OCCROOT%%/tests/bugs/vis/bug23123 %%OCCROOT%%/tests/bugs/vis/bug23153 %%OCCROOT%%/tests/bugs/vis/bug23186 +%%OCCROOT%%/tests/bugs/vis/bug23191 %%OCCROOT%%/tests/bugs/vis/bug232 %%OCCROOT%%/tests/bugs/vis/bug23219 %%OCCROOT%%/tests/bugs/vis/bug23225 @@ -6492,12 +6752,18 @@ %%OCCROOT%%/tests/bugs/vis/bug23253 %%OCCROOT%%/tests/bugs/vis/bug23363 %%OCCROOT%%/tests/bugs/vis/bug23385 +%%OCCROOT%%/tests/bugs/vis/bug23400 %%OCCROOT%%/tests/bugs/vis/bug23407_1 %%OCCROOT%%/tests/bugs/vis/bug23407_2 +%%OCCROOT%%/tests/bugs/vis/bug23422 %%OCCROOT%%/tests/bugs/vis/bug23425 %%OCCROOT%%/tests/bugs/vis/bug23525 %%OCCROOT%%/tests/bugs/vis/bug23539_1 %%OCCROOT%%/tests/bugs/vis/bug23539_2 +%%OCCROOT%%/tests/bugs/vis/bug23649_1 +%%OCCROOT%%/tests/bugs/vis/bug23649_2 +%%OCCROOT%%/tests/bugs/vis/bug23649_3 +%%OCCROOT%%/tests/bugs/vis/bug23649_4 %%OCCROOT%%/tests/bugs/vis/bug23652 %%OCCROOT%%/tests/bugs/vis/bug23654_MarkersRecompute %%OCCROOT%%/tests/bugs/vis/bug23670_1 @@ -6510,9 +6776,16 @@ %%OCCROOT%%/tests/bugs/vis/bug23743 %%OCCROOT%%/tests/bugs/vis/bug23747_1 %%OCCROOT%%/tests/bugs/vis/bug23747_2 +%%OCCROOT%%/tests/bugs/vis/bug23804 %%OCCROOT%%/tests/bugs/vis/bug23813 %%OCCROOT%%/tests/bugs/vis/bug23883 +%%OCCROOT%%/tests/bugs/vis/bug23886_1 +%%OCCROOT%%/tests/bugs/vis/bug23886_2 +%%OCCROOT%%/tests/bugs/vis/bug23886_3 +%%OCCROOT%%/tests/bugs/vis/bug23984 +%%OCCROOT%%/tests/bugs/vis/bug24001 %%OCCROOT%%/tests/bugs/vis/bug24019 +%%OCCROOT%%/tests/bugs/vis/bug24051 %%OCCROOT%%/tests/bugs/vis/bug24131_markers %%OCCROOT%%/tests/bugs/vis/bug24133_1 %%OCCROOT%%/tests/bugs/vis/bug24133_2 @@ -6524,6 +6797,8 @@ %%OCCROOT%%/tests/bugs/vis/bug24288_2 %%OCCROOT%%/tests/bugs/vis/bug24288_3 %%OCCROOT%%/tests/bugs/vis/bug24293 +%%OCCROOT%%/tests/bugs/vis/bug24307_1 +%%OCCROOT%%/tests/bugs/vis/bug24307_2 %%OCCROOT%%/tests/bugs/vis/bug24351_1 %%OCCROOT%%/tests/bugs/vis/bug24351_2 %%OCCROOT%%/tests/bugs/vis/bug24351_3 @@ -6539,12 +6814,54 @@ %%OCCROOT%%/tests/bugs/vis/bug24412_1 %%OCCROOT%%/tests/bugs/vis/bug24412_2 %%OCCROOT%%/tests/bugs/vis/bug24420 +%%OCCROOT%%/tests/bugs/vis/bug24539 %%OCCROOT%%/tests/bugs/vis/bug24555 %%OCCROOT%%/tests/bugs/vis/bug24564 %%OCCROOT%%/tests/bugs/vis/bug24569 +%%OCCROOT%%/tests/bugs/vis/bug24606 +%%OCCROOT%%/tests/bugs/vis/bug24610 %%OCCROOT%%/tests/bugs/vis/bug24622 +%%OCCROOT%%/tests/bugs/vis/bug24714 +%%OCCROOT%%/tests/bugs/vis/bug24717 +%%OCCROOT%%/tests/bugs/vis/bug24725 +%%OCCROOT%%/tests/bugs/vis/bug24728 +%%OCCROOT%%/tests/bugs/vis/bug24756 %%OCCROOT%%/tests/bugs/vis/bug24762_coloredshape +%%OCCROOT%%/tests/bugs/vis/bug24785 +%%OCCROOT%%/tests/bugs/vis/bug24835 +%%OCCROOT%%/tests/bugs/vis/bug24837_1 +%%OCCROOT%%/tests/bugs/vis/bug24837_2 %%OCCROOT%%/tests/bugs/vis/bug24867 +%%OCCROOT%%/tests/bugs/vis/bug24901 +%%OCCROOT%%/tests/bugs/vis/bug24902_1 +%%OCCROOT%%/tests/bugs/vis/bug24902_2 +%%OCCROOT%%/tests/bugs/vis/bug24930 +%%OCCROOT%%/tests/bugs/vis/bug24965 +%%OCCROOT%%/tests/bugs/vis/bug24966 +%%OCCROOT%%/tests/bugs/vis/bug24989 +%%OCCROOT%%/tests/bugs/vis/bug24996 +%%OCCROOT%%/tests/bugs/vis/bug25027 +%%OCCROOT%%/tests/bugs/vis/bug25052 +%%OCCROOT%%/tests/bugs/vis/bug25060 +%%OCCROOT%%/tests/bugs/vis/bug25063 +%%OCCROOT%%/tests/bugs/vis/bug25071 +%%OCCROOT%%/tests/bugs/vis/bug25098 +%%OCCROOT%%/tests/bugs/vis/bug25099 +%%OCCROOT%%/tests/bugs/vis/bug25103 +%%OCCROOT%%/tests/bugs/vis/bug25121 +%%OCCROOT%%/tests/bugs/vis/bug25132 +%%OCCROOT%%/tests/bugs/vis/bug25178 +%%OCCROOT%%/tests/bugs/vis/bug25229 +%%OCCROOT%%/tests/bugs/vis/bug25230 +%%OCCROOT%%/tests/bugs/vis/bug25251 +%%OCCROOT%%/tests/bugs/vis/bug25265 +%%OCCROOT%%/tests/bugs/vis/bug25276 +%%OCCROOT%%/tests/bugs/vis/bug25335 +%%OCCROOT%%/tests/bugs/vis/bug25340 +%%OCCROOT%%/tests/bugs/vis/bug25363 +%%OCCROOT%%/tests/bugs/vis/bug25369 +%%OCCROOT%%/tests/bugs/vis/bug25400 +%%OCCROOT%%/tests/bugs/vis/bug25403 %%OCCROOT%%/tests/bugs/vis/bug270_1 %%OCCROOT%%/tests/bugs/vis/bug270_2 %%OCCROOT%%/tests/bugs/vis/bug280_2 @@ -6562,6 +6879,8 @@ %%OCCROOT%%/tests/bugs/vis/bug281_7 %%OCCROOT%%/tests/bugs/vis/bug281_8 %%OCCROOT%%/tests/bugs/vis/bug281_9 +%%OCCROOT%%/tests/bugs/vis/bug2883_1 +%%OCCROOT%%/tests/bugs/vis/bug2883_2 %%OCCROOT%%/tests/bugs/vis/bug288_1 %%OCCROOT%%/tests/bugs/vis/bug288_10 %%OCCROOT%%/tests/bugs/vis/bug288_2 @@ -6607,6 +6926,8 @@ %%OCCROOT%%/tests/bugs/vis/bug64 %%OCCROOT%%/tests/bugs/vis/bug641 %%OCCROOT%%/tests/bugs/vis/bug6652 +%%OCCROOT%%/tests/bugs/vis/bug6897_1 +%%OCCROOT%%/tests/bugs/vis/bug6897_2 %%OCCROOT%%/tests/bugs/vis/bug708 %%OCCROOT%%/tests/bugs/vis/bug71 %%OCCROOT%%/tests/bugs/vis/bug7186 @@ -6643,6 +6964,8 @@ %%OCCROOT%%/tests/bugs/xde/bug21046 %%OCCROOT%%/tests/bugs/xde/bug21124 %%OCCROOT%%/tests/bugs/xde/bug21308 +%%OCCROOT%%/tests/bugs/xde/bug21802 +%%OCCROOT%%/tests/bugs/xde/bug22470 %%OCCROOT%%/tests/bugs/xde/bug22492 %%OCCROOT%%/tests/bugs/xde/bug22535_1 %%OCCROOT%%/tests/bugs/xde/bug22535_2 @@ -6659,6 +6982,7 @@ %%OCCROOT%%/tests/bugs/xde/bug22962 %%OCCROOT%%/tests/bugs/xde/bug22982 %%OCCROOT%%/tests/bugs/xde/bug23009 +%%OCCROOT%%/tests/bugs/xde/bug23010 %%OCCROOT%%/tests/bugs/xde/bug23047_1 %%OCCROOT%%/tests/bugs/xde/bug23047_2 %%OCCROOT%%/tests/bugs/xde/bug23182 @@ -6673,8 +6997,17 @@ %%OCCROOT%%/tests/bugs/xde/bug23771_2 %%OCCROOT%%/tests/bugs/xde/bug23773 %%OCCROOT%%/tests/bugs/xde/bug23895 +%%OCCROOT%%/tests/bugs/xde/bug23911 %%OCCROOT%%/tests/bugs/xde/bug23921 +%%OCCROOT%%/tests/bugs/xde/bug23950 +%%OCCROOT%%/tests/bugs/xde/bug23951 +%%OCCROOT%%/tests/bugs/xde/bug23969 +%%OCCROOT%%/tests/bugs/xde/bug24430 +%%OCCROOT%%/tests/bugs/xde/bug24759 +%%OCCROOT%%/tests/bugs/xde/bug25381 +%%OCCROOT%%/tests/bugs/xde/bug25405 %%OCCROOT%%/tests/bugs/xde/bug2821 +%%OCCROOT%%/tests/bugs/xde/bug2845 %%OCCROOT%%/tests/bugs/xde/bug314 %%OCCROOT%%/tests/bugs/xde/bug321 %%OCCROOT%%/tests/bugs/xde/bug34 @@ -8087,13 +8420,21 @@ %%OCCROOT%%/tests/de/step_5/B4 %%OCCROOT%%/tests/de/step_5/B5 %%OCCROOT%%/tests/de/step_5/B6 +%%OCCROOT%%/tests/demo/begin %%OCCROOT%%/tests/demo/data/file1.empty +%%OCCROOT%%/tests/demo/draw/bug23745 %%OCCROOT%%/tests/demo/draw/getsource %%OCCROOT%%/tests/demo/draw/restore %%OCCROOT%%/tests/demo/grids.list %%OCCROOT%%/tests/demo/parse.rules %%OCCROOT%%/tests/demo/samples/bottle +%%OCCROOT%%/tests/demo/samples/cad +%%OCCROOT%%/tests/demo/samples/cutter +%%OCCROOT%%/tests/demo/samples/dimensions +%%OCCROOT%%/tests/demo/samples/drill +%%OCCROOT%%/tests/demo/samples/materials %%OCCROOT%%/tests/demo/samples/raytrace +%%OCCROOT%%/tests/demo/samples/xde %%OCCROOT%%/tests/demo/testsystem/complex-test_name.123 %%OCCROOT%%/tests/demo/testsystem/data/file2.empty %%OCCROOT%%/tests/demo/testsystem/data/subdir/file6.empty @@ -10167,7 +10508,6 @@ %%OCCROOT%%/tests/mesh/data/standard/X5 %%OCCROOT%%/tests/mesh/end %%OCCROOT%%/tests/mesh/grids.list -%%OCCROOT%%/tests/mesh/parse.rules %%OCCROOT%%/tests/mesh/standard_incmesh/begin %%OCCROOT%%/tests/mesh/standard_incmesh/cases.list %%OCCROOT%%/tests/mesh/standard_incmesh_parallel/begin @@ -13131,6 +13471,7 @@ %%OCCROOT%%/tests/v3d/face/F1 %%OCCROOT%%/tests/v3d/face/F2 %%OCCROOT%%/tests/v3d/face/begin +%%OCCROOT%%/tests/v3d/glsl/begin %%OCCROOT%%/tests/v3d/glsl/light_off %%OCCROOT%%/tests/v3d/glsl/phong_box %%OCCROOT%%/tests/v3d/glsl/phong_couple @@ -13140,10 +13481,44 @@ %%OCCROOT%%/tests/v3d/glsl/phong_sides %%OCCROOT%%/tests/v3d/glsl/phong_views %%OCCROOT%%/tests/v3d/grids.list +%%OCCROOT%%/tests/v3d/ivtk/begin +%%OCCROOT%%/tests/v3d/ivtk/bgcolor +%%OCCROOT%%/tests/v3d/ivtk/detect +%%OCCROOT%%/tests/v3d/ivtk/display_mode +%%OCCROOT%%/tests/v3d/ivtk/erase +%%OCCROOT%%/tests/v3d/ivtk/parse.rules +%%OCCROOT%%/tests/v3d/ivtk/select +%%OCCROOT%%/tests/v3d/ivtk/selection_mode +%%OCCROOT%%/tests/v3d/materials/begin +%%OCCROOT%%/tests/v3d/materials/bug24855 +%%OCCROOT%%/tests/v3d/materials/bug24872_1 +%%OCCROOT%%/tests/v3d/materials/bug24872_2 +%%OCCROOT%%/tests/v3d/mesh/A1 +%%OCCROOT%%/tests/v3d/mesh/A2 +%%OCCROOT%%/tests/v3d/mesh/A3 +%%OCCROOT%%/tests/v3d/mesh/A4 +%%OCCROOT%%/tests/v3d/mesh/A5 +%%OCCROOT%%/tests/v3d/mesh/A6 +%%OCCROOT%%/tests/v3d/mesh/A7 +%%OCCROOT%%/tests/v3d/mesh/A8 +%%OCCROOT%%/tests/v3d/mesh/B1 +%%OCCROOT%%/tests/v3d/mesh/B2 +%%OCCROOT%%/tests/v3d/mesh/B3 +%%OCCROOT%%/tests/v3d/mesh/B4 +%%OCCROOT%%/tests/v3d/mesh/B5 +%%OCCROOT%%/tests/v3d/mesh/B6 +%%OCCROOT%%/tests/v3d/mesh/B7 +%%OCCROOT%%/tests/v3d/mesh/B8 +%%OCCROOT%%/tests/v3d/mesh/begin %%OCCROOT%%/tests/v3d/parse.rules +%%OCCROOT%%/tests/v3d/point_cloud/sphere +%%OCCROOT%%/tests/v3d/raytrace/begin %%OCCROOT%%/tests/v3d/raytrace/bug24130 +%%OCCROOT%%/tests/v3d/raytrace/bug24819 %%OCCROOT%%/tests/v3d/raytrace/connected %%OCCROOT%%/tests/v3d/raytrace/plastic +%%OCCROOT%%/tests/v3d/raytrace/refraction +%%OCCROOT%%/tests/v3d/raytrace/textures %%OCCROOT%%/tests/v3d/vertex/A1 %%OCCROOT%%/tests/v3d/vertex/A2 %%OCCROOT%%/tests/v3d/vertex/A3 @@ -13584,6 +13959,7 @@ %%OCCROOT%%/tests/v3d/voxel/B1 %%OCCROOT%%/tests/v3d/voxel/B2 %%OCCROOT%%/tests/v3d/voxel/B3 +%%OCCROOT%%/tests/v3d/voxel/begin %%OCCROOT%%/tests/v3d/wire/A1 %%OCCROOT%%/tests/v3d/wire/A2 %%OCCROOT%%/tests/v3d/wire/A3 @@ -14318,7 +14694,6 @@ include/OpenCASCADE/AIS_ConnectStatus.hxx include/OpenCASCADE/AIS_ConnectedInteractive.hxx include/OpenCASCADE/AIS_ConnectedInteractive.lxx -include/OpenCASCADE/AIS_ConnectedShape.hxx include/OpenCASCADE/AIS_DataMapIteratorOfDataMapOfILC.hxx include/OpenCASCADE/AIS_DataMapIteratorOfDataMapOfIOStatus.hxx include/OpenCASCADE/AIS_DataMapIteratorOfDataMapOfSelStat.hxx @@ -14380,9 +14755,6 @@ include/OpenCASCADE/AIS_MidPointRelation.lxx include/OpenCASCADE/AIS_MinRadiusDimension.hxx include/OpenCASCADE/AIS_MultipleConnectedInteractive.hxx -include/OpenCASCADE/AIS_MultipleConnectedInteractive.lxx -include/OpenCASCADE/AIS_MultipleConnectedShape.hxx -include/OpenCASCADE/AIS_MultipleConnectedShape.lxx include/OpenCASCADE/AIS_NDataMapOfTransientIteratorOfListTransient.hxx include/OpenCASCADE/AIS_NListIteratorOfListTransient.hxx include/OpenCASCADE/AIS_NListTransient.hxx @@ -14398,6 +14770,7 @@ include/OpenCASCADE/AIS_PlaneTrihedron.lxx include/OpenCASCADE/AIS_Point.hxx include/OpenCASCADE/AIS_Point.lxx +include/OpenCASCADE/AIS_PointCloud.hxx include/OpenCASCADE/AIS_RadiusDimension.hxx include/OpenCASCADE/AIS_Relation.hxx include/OpenCASCADE/AIS_Relation.lxx @@ -14506,9 +14879,6 @@ include/OpenCASCADE/AppBlend_AppSurf.gxx include/OpenCASCADE/AppBlend_AppSurf.lxx include/OpenCASCADE/AppBlend_Approx.hxx -include/OpenCASCADE/AppBlend_Line.gxx -include/OpenCASCADE/AppBlend_Line.lxx -include/OpenCASCADE/AppBlend_SectionGenerator.gxx include/OpenCASCADE/AppCont_ContMatrices.hxx include/OpenCASCADE/AppCont_FitFunction.hxx include/OpenCASCADE/AppCont_FitFunction2d.hxx @@ -14517,9 +14887,6 @@ include/OpenCASCADE/AppCont_FunctionTool.hxx include/OpenCASCADE/AppCont_FunctionTool2d.hxx include/OpenCASCADE/AppCont_LeastSquare.gxx -include/OpenCASCADE/AppCont_SurfLeastSquare.gxx -include/OpenCASCADE/AppCont_TheLineTool.gxx -include/OpenCASCADE/AppCont_TheSurfTool.gxx include/OpenCASCADE/AppDef_Array1OfMultiPointConstraint.hxx include/OpenCASCADE/AppDef_BSpGradient_BFGSOfMyBSplGradientOfBSplineCompute.hxx include/OpenCASCADE/AppDef_BSpParFunctionOfMyBSplGradientOfBSplineCompute.hxx @@ -14530,10 +14897,10 @@ include/OpenCASCADE/AppDef_Gradient_BFGSOfMyGradientbisOfBSplineCompute.hxx include/OpenCASCADE/AppDef_Gradient_BFGSOfTheGradient.hxx include/OpenCASCADE/AppDef_HArray1OfMultiPointConstraint.hxx +include/OpenCASCADE/AppDef_LinearCriteria.hxx include/OpenCASCADE/AppDef_MultiLine.hxx include/OpenCASCADE/AppDef_MultiPointConstraint.hxx include/OpenCASCADE/AppDef_MyBSplGradientOfBSplineCompute.hxx -include/OpenCASCADE/AppDef_MyCriterionOfTheVariational.hxx include/OpenCASCADE/AppDef_MyGradientOfCompute.hxx include/OpenCASCADE/AppDef_MyGradientbisOfBSplineCompute.hxx include/OpenCASCADE/AppDef_MyLineTool.hxx @@ -14546,11 +14913,12 @@ include/OpenCASCADE/AppDef_ResConstraintOfMyGradientOfCompute.hxx include/OpenCASCADE/AppDef_ResConstraintOfMyGradientbisOfBSplineCompute.hxx include/OpenCASCADE/AppDef_ResConstraintOfTheGradient.hxx +include/OpenCASCADE/AppDef_SmoothCriterion.hxx include/OpenCASCADE/AppDef_TheFunction.hxx include/OpenCASCADE/AppDef_TheGradient.hxx include/OpenCASCADE/AppDef_TheLeastSquares.hxx include/OpenCASCADE/AppDef_TheResol.hxx -include/OpenCASCADE/AppDef_TheVariational.hxx +include/OpenCASCADE/AppDef_Variational.hxx include/OpenCASCADE/AppParCurves.hxx include/OpenCASCADE/AppParCurves_Array1OfConstraintCouple.hxx include/OpenCASCADE/AppParCurves_Array1OfMultiBSpCurve.hxx @@ -14569,29 +14937,15 @@ include/OpenCASCADE/AppParCurves_HArray1OfMultiCurve.hxx include/OpenCASCADE/AppParCurves_HArray1OfMultiPoint.hxx include/OpenCASCADE/AppParCurves_LeastSquare.gxx -include/OpenCASCADE/AppParCurves_LinearCriteria.gxx -include/OpenCASCADE/AppParCurves_MLineTool.gxx include/OpenCASCADE/AppParCurves_MultiBSpCurve.hxx include/OpenCASCADE/AppParCurves_MultiCurve.hxx include/OpenCASCADE/AppParCurves_MultiPoint.hxx include/OpenCASCADE/AppParCurves_MultiPoint.lxx -include/OpenCASCADE/AppParCurves_Projection.gxx include/OpenCASCADE/AppParCurves_ResolConstraint.gxx include/OpenCASCADE/AppParCurves_SequenceNodeOfSequenceOfMultiBSpCurve.hxx include/OpenCASCADE/AppParCurves_SequenceNodeOfSequenceOfMultiCurve.hxx include/OpenCASCADE/AppParCurves_SequenceOfMultiBSpCurve.hxx include/OpenCASCADE/AppParCurves_SequenceOfMultiCurve.hxx -include/OpenCASCADE/AppParCurves_SmoothCriterion.hxx -include/OpenCASCADE/AppParCurves_Variational.gxx -include/OpenCASCADE/AppParCurves_Variational_1.gxx -include/OpenCASCADE/AppParCurves_Variational_2.gxx -include/OpenCASCADE/AppParCurves_Variational_3.gxx -include/OpenCASCADE/AppParCurves_Variational_4.gxx -include/OpenCASCADE/AppParCurves_Variational_5.gxx -include/OpenCASCADE/AppParCurves_Variational_6.gxx -include/OpenCASCADE/AppParCurves_Variational_7.gxx -include/OpenCASCADE/AppParCurves_Variational_8.gxx -include/OpenCASCADE/AppParCurves_Variational_9.gxx include/OpenCASCADE/AppStdL_Application.hxx include/OpenCASCADE/AppStd_Application.hxx include/OpenCASCADE/ApproxInt_Approx.gxx @@ -14601,12 +14955,10 @@ include/OpenCASCADE/ApproxInt_MultiLineTool.lxx include/OpenCASCADE/ApproxInt_PrmPrmSvSurfaces.gxx include/OpenCASCADE/ApproxInt_SvSurfaces.hxx -include/OpenCASCADE/ApproxInt_WLine.gxx include/OpenCASCADE/Approx_Array1OfAdHSurface.hxx include/OpenCASCADE/Approx_Array1OfGTrsf2d.hxx include/OpenCASCADE/Approx_BSplComputeLine.gxx include/OpenCASCADE/Approx_ComputeCLine.gxx -include/OpenCASCADE/Approx_ComputeCSurface.gxx include/OpenCASCADE/Approx_ComputeLine.gxx include/OpenCASCADE/Approx_Curve2d.hxx include/OpenCASCADE/Approx_Curve3d.hxx @@ -14629,7 +14981,6 @@ include/OpenCASCADE/Approx_SweepApproximation.hxx include/OpenCASCADE/Approx_SweepApproximation.lxx include/OpenCASCADE/Approx_SweepFunction.hxx -include/OpenCASCADE/Approx_TheLineTool.gxx include/OpenCASCADE/Aspect.hxx include/OpenCASCADE/Aspect_Array1OfEdge.hxx include/OpenCASCADE/Aspect_AspectFillArea.hxx @@ -14643,12 +14994,6 @@ include/OpenCASCADE/Aspect_CLayer2d.hxx include/OpenCASCADE/Aspect_CardinalPoints.hxx include/OpenCASCADE/Aspect_CircularGrid.hxx -include/OpenCASCADE/Aspect_ColorCubeColorMap.hxx -include/OpenCASCADE/Aspect_ColorMap.hxx -include/OpenCASCADE/Aspect_ColorMapDefinitionError.hxx -include/OpenCASCADE/Aspect_ColorMapEntry.hxx -include/OpenCASCADE/Aspect_ColorPixel.hxx -include/OpenCASCADE/Aspect_ColorRampColorMap.hxx include/OpenCASCADE/Aspect_ColorScale.hxx include/OpenCASCADE/Aspect_Convert.hxx include/OpenCASCADE/Aspect_Display.hxx @@ -14656,22 +15001,12 @@ include/OpenCASCADE/Aspect_DisplayConnectionDefinitionError.hxx include/OpenCASCADE/Aspect_DisplayConnection_Handle.hxx include/OpenCASCADE/Aspect_Drawable.hxx -include/OpenCASCADE/Aspect_Driver.hxx include/OpenCASCADE/Aspect_DriverDefinitionError.hxx -include/OpenCASCADE/Aspect_DriverError.hxx -include/OpenCASCADE/Aspect_DriverPtr.hxx include/OpenCASCADE/Aspect_Edge.hxx include/OpenCASCADE/Aspect_EdgeDefinitionError.hxx -include/OpenCASCADE/Aspect_FStream.hxx include/OpenCASCADE/Aspect_FillMethod.hxx -include/OpenCASCADE/Aspect_FontMap.hxx -include/OpenCASCADE/Aspect_FontMapDefinitionError.hxx -include/OpenCASCADE/Aspect_FontMapEntry.hxx -include/OpenCASCADE/Aspect_FontStyle.hxx -include/OpenCASCADE/Aspect_FontStyleDefinitionError.hxx include/OpenCASCADE/Aspect_FormatOfSheetPaper.hxx include/OpenCASCADE/Aspect_GenId.hxx -include/OpenCASCADE/Aspect_GenericColorMap.hxx include/OpenCASCADE/Aspect_GradientBackground.hxx include/OpenCASCADE/Aspect_GradientFillMethod.hxx include/OpenCASCADE/Aspect_GraphicCallbackProc.hxx @@ -14681,46 +15016,14 @@ include/OpenCASCADE/Aspect_GridType.hxx include/OpenCASCADE/Aspect_Handle.hxx include/OpenCASCADE/Aspect_HatchStyle.hxx -include/OpenCASCADE/Aspect_IFStream.hxx include/OpenCASCADE/Aspect_IdentDefinitionError.hxx -include/OpenCASCADE/Aspect_IndexPixel.hxx include/OpenCASCADE/Aspect_InteriorStyle.hxx -include/OpenCASCADE/Aspect_LineStyle.hxx -include/OpenCASCADE/Aspect_LineStyleDefinitionError.hxx -include/OpenCASCADE/Aspect_LineWidthDefinitionError.hxx -include/OpenCASCADE/Aspect_ListingType.hxx -include/OpenCASCADE/Aspect_MarkMap.hxx -include/OpenCASCADE/Aspect_MarkMapDefinitionError.hxx -include/OpenCASCADE/Aspect_MarkMapEntry.hxx -include/OpenCASCADE/Aspect_MarkerStyle.hxx -include/OpenCASCADE/Aspect_MarkerStyleDefinitionError.hxx -include/OpenCASCADE/Aspect_Pixel.hxx -include/OpenCASCADE/Aspect_PixmapDefinitionError.hxx -include/OpenCASCADE/Aspect_PixmapError.hxx -include/OpenCASCADE/Aspect_PlotMode.hxx -include/OpenCASCADE/Aspect_PlotterOrigin.hxx -include/OpenCASCADE/Aspect_PolyStyleDefinitionError.hxx include/OpenCASCADE/Aspect_PolygonOffsetMode.hxx include/OpenCASCADE/Aspect_PrintAlgo.hxx -include/OpenCASCADE/Aspect_RGBPixel.hxx include/OpenCASCADE/Aspect_RectangularGrid.hxx include/OpenCASCADE/Aspect_RenderingContext.hxx include/OpenCASCADE/Aspect_SequenceNodeOfSequenceOfColor.hxx -include/OpenCASCADE/Aspect_SequenceNodeOfSequenceOfColorMapEntry.hxx -include/OpenCASCADE/Aspect_SequenceNodeOfSequenceOfFontMapEntry.hxx -include/OpenCASCADE/Aspect_SequenceNodeOfSequenceOfMarkMapEntry.hxx -include/OpenCASCADE/Aspect_SequenceNodeOfSequenceOfTypeMapEntry.hxx -include/OpenCASCADE/Aspect_SequenceNodeOfSequenceOfWidthMapEntry.hxx include/OpenCASCADE/Aspect_SequenceOfColor.hxx -include/OpenCASCADE/Aspect_SequenceOfColorMapEntry.hxx -include/OpenCASCADE/Aspect_SequenceOfFontMapEntry.hxx -include/OpenCASCADE/Aspect_SequenceOfMarkMapEntry.hxx -include/OpenCASCADE/Aspect_SequenceOfTypeMapEntry.hxx -include/OpenCASCADE/Aspect_SequenceOfWidthMapEntry.hxx -include/OpenCASCADE/Aspect_TypeMap.hxx -include/OpenCASCADE/Aspect_TypeMapDefinitionError.hxx -include/OpenCASCADE/Aspect_TypeMapEntry.hxx -include/OpenCASCADE/Aspect_TypeOfColorMap.hxx include/OpenCASCADE/Aspect_TypeOfColorScaleData.hxx include/OpenCASCADE/Aspect_TypeOfColorScaleOrientation.hxx include/OpenCASCADE/Aspect_TypeOfColorScalePosition.hxx @@ -14744,16 +15047,10 @@ include/OpenCASCADE/Aspect_TypeOfTriedronEcho.hxx include/OpenCASCADE/Aspect_TypeOfTriedronPosition.hxx include/OpenCASCADE/Aspect_TypeOfUpdate.hxx -include/OpenCASCADE/Aspect_UndefinedMap.hxx include/OpenCASCADE/Aspect_Units.hxx -include/OpenCASCADE/Aspect_WidthMap.hxx -include/OpenCASCADE/Aspect_WidthMapDefinitionError.hxx -include/OpenCASCADE/Aspect_WidthMapEntry.hxx include/OpenCASCADE/Aspect_WidthOfLine.hxx include/OpenCASCADE/Aspect_Window.hxx include/OpenCASCADE/Aspect_WindowDefinitionError.hxx -include/OpenCASCADE/Aspect_WindowDriver.hxx -include/OpenCASCADE/Aspect_WindowDriverPtr.hxx include/OpenCASCADE/Aspect_WindowError.hxx include/OpenCASCADE/Aspect_XAtom.hxx include/OpenCASCADE/Aspect_XWD.hxx @@ -14770,13 +15067,17 @@ include/OpenCASCADE/BOPAlgo_CheckStatus.hxx include/OpenCASCADE/BOPAlgo_CheckerSI.hxx include/OpenCASCADE/BOPAlgo_ListOfCheckResult.hxx +include/OpenCASCADE/BOPAlgo_MakerVolume.hxx +include/OpenCASCADE/BOPAlgo_MakerVolume.lxx include/OpenCASCADE/BOPAlgo_Operation.hxx include/OpenCASCADE/BOPAlgo_PArgumentAnalyzer.hxx include/OpenCASCADE/BOPAlgo_PBOP.hxx include/OpenCASCADE/BOPAlgo_PBuilder.hxx include/OpenCASCADE/BOPAlgo_PPaveFiller.hxx +include/OpenCASCADE/BOPAlgo_PSection.hxx include/OpenCASCADE/BOPAlgo_PWireEdgeSet.hxx include/OpenCASCADE/BOPAlgo_PaveFiller.hxx +include/OpenCASCADE/BOPAlgo_Section.hxx include/OpenCASCADE/BOPAlgo_SectionAttribute.hxx include/OpenCASCADE/BOPAlgo_SectionAttribute.lxx include/OpenCASCADE/BOPAlgo_ShellSplitter.hxx @@ -14888,12 +15189,11 @@ include/OpenCASCADE/BOPDS_VectorOfInterfZZ.hxx include/OpenCASCADE/BOPDS_VectorOfListOfPassKeyBoolean.hxx include/OpenCASCADE/BOPDS_VectorOfListOfPaveBlock.hxx +include/OpenCASCADE/BOPDS_VectorOfPave.hxx include/OpenCASCADE/BOPDS_VectorOfPoint.hxx include/OpenCASCADE/BOPDS_VectorOfShapeInfo.hxx -include/OpenCASCADE/BOPInt_Context.hxx -include/OpenCASCADE/BOPInt_ShrunkRange.hxx -include/OpenCASCADE/BOPInt_Tools.hxx include/OpenCASCADE/BOPTest.hxx +include/OpenCASCADE/BOPTest_Chronometer.hxx include/OpenCASCADE/BOPTest_DrawableShape.hxx include/OpenCASCADE/BOPTest_Objects.hxx include/OpenCASCADE/BOPTools.hxx @@ -14959,7 +15259,6 @@ include/OpenCASCADE/BRepAlgo_Tool.hxx include/OpenCASCADE/BRepApprox_Approx.hxx include/OpenCASCADE/BRepApprox_ApproxLine.hxx -include/OpenCASCADE/BRepApprox_ApproxLineGen.gxx include/OpenCASCADE/BRepApprox_BSpGradient_BFGSOfMyBSplGradientOfTheComputeLineOfApprox.hxx include/OpenCASCADE/BRepApprox_BSpParFunctionOfMyBSplGradientOfTheComputeLineOfApprox.hxx include/OpenCASCADE/BRepApprox_BSpParLeastSquareOfMyBSplGradientOfTheComputeLineOfApprox.hxx @@ -14975,8 +15274,7 @@ include/OpenCASCADE/BRepApprox_ResConstraintOfMyGradientOfTheComputeLineBezierOfApprox.hxx include/OpenCASCADE/BRepApprox_ResConstraintOfMyGradientbisOfTheComputeLineOfApprox.hxx include/OpenCASCADE/BRepApprox_SurfaceTool.hxx -include/OpenCASCADE/BRepApprox_SurfaceToolGen.gxx -include/OpenCASCADE/BRepApprox_SurfaceToolGen.lxx +include/OpenCASCADE/BRepApprox_SurfaceTool.lxx include/OpenCASCADE/BRepApprox_TheComputeLineBezierOfApprox.hxx include/OpenCASCADE/BRepApprox_TheComputeLineOfApprox.hxx include/OpenCASCADE/BRepApprox_TheFunctionOfTheInt2SOfThePrmPrmSvSurfacesOfApprox.hxx @@ -15008,14 +15306,15 @@ include/OpenCASCADE/BRepBlend_EvolRad.hxx include/OpenCASCADE/BRepBlend_EvolRadInv.hxx include/OpenCASCADE/BRepBlend_Extremity.hxx +include/OpenCASCADE/BRepBlend_Extremity.lxx include/OpenCASCADE/BRepBlend_HCurve2dTool.hxx -include/OpenCASCADE/BRepBlend_HCurve2dToolGen.gxx -include/OpenCASCADE/BRepBlend_HCurve2dToolGen.lxx +include/OpenCASCADE/BRepBlend_HCurve2dTool.lxx include/OpenCASCADE/BRepBlend_HCurveTool.hxx -include/OpenCASCADE/BRepBlend_HCurveToolGen.gxx -include/OpenCASCADE/BRepBlend_HCurveToolGen.lxx +include/OpenCASCADE/BRepBlend_HCurveTool.lxx include/OpenCASCADE/BRepBlend_Line.hxx +include/OpenCASCADE/BRepBlend_Line.lxx include/OpenCASCADE/BRepBlend_PointOnRst.hxx +include/OpenCASCADE/BRepBlend_PointOnRst.lxx include/OpenCASCADE/BRepBlend_RstRstConstRad.hxx include/OpenCASCADE/BRepBlend_RstRstEvolRad.hxx include/OpenCASCADE/BRepBlend_RstRstLineBuilder.hxx @@ -15226,10 +15525,13 @@ include/OpenCASCADE/BRepGProp_Face.hxx include/OpenCASCADE/BRepGProp_Face.lxx include/OpenCASCADE/BRepGProp_Sinert.hxx -include/OpenCASCADE/BRepGProp_TFunctionOfVinertGK.hxx -include/OpenCASCADE/BRepGProp_UFunctionOfVinertGK.hxx +include/OpenCASCADE/BRepGProp_TFunction.hxx +include/OpenCASCADE/BRepGProp_TFunction.lxx +include/OpenCASCADE/BRepGProp_UFunction.hxx +include/OpenCASCADE/BRepGProp_UFunction.lxx include/OpenCASCADE/BRepGProp_Vinert.hxx include/OpenCASCADE/BRepGProp_VinertGK.hxx +include/OpenCASCADE/BRepGProp_VinertGK.lxx include/OpenCASCADE/BRepIntCurveSurface_Inter.hxx include/OpenCASCADE/BRepLProp.hxx include/OpenCASCADE/BRepLProp_CLProps.hxx @@ -15263,45 +15565,11 @@ include/OpenCASCADE/BRepMAT2d_DataMapOfShapeSequenceOfBasicElt.hxx include/OpenCASCADE/BRepMAT2d_Explorer.hxx include/OpenCASCADE/BRepMAT2d_LinkTopoBilo.hxx -include/OpenCASCADE/BRepMAT2d_SequenceNodeOfSequenceOfBasicElt.hxx -include/OpenCASCADE/BRepMAT2d_SequenceOfBasicElt.hxx include/OpenCASCADE/BRepMesh.hxx -include/OpenCASCADE/BRepMesh_Array1OfBiPoint.hxx -include/OpenCASCADE/BRepMesh_Array1OfVertexOfDelaun.hxx -include/OpenCASCADE/BRepMesh_BaseAllocator.hxx -include/OpenCASCADE/BRepMesh_BiPoint.hxx -include/OpenCASCADE/BRepMesh_BiPoint.lxx -include/OpenCASCADE/BRepMesh_CellFilter.hxx -include/OpenCASCADE/BRepMesh_Circ.hxx -include/OpenCASCADE/BRepMesh_Circ.lxx +include/OpenCASCADE/BRepMesh_Circle.hxx include/OpenCASCADE/BRepMesh_CircleInspector.hxx include/OpenCASCADE/BRepMesh_CircleTool.hxx include/OpenCASCADE/BRepMesh_Classifier.hxx -include/OpenCASCADE/BRepMesh_Classifier.lxx -include/OpenCASCADE/BRepMesh_ClassifierPtr.hxx -include/OpenCASCADE/BRepMesh_ComparatorOfIndexedVertexOfDelaun.hxx -include/OpenCASCADE/BRepMesh_ComparatorOfVertexOfDelaun.hxx -include/OpenCASCADE/BRepMesh_DataMapIteratorOfDataMapOfFaceAttribute.hxx -include/OpenCASCADE/BRepMesh_DataMapIteratorOfDataMapOfIntegerListOfInteger.hxx -include/OpenCASCADE/BRepMesh_DataMapIteratorOfDataMapOfIntegerListOfXY.hxx -include/OpenCASCADE/BRepMesh_DataMapIteratorOfDataMapOfIntegerPnt.hxx -include/OpenCASCADE/BRepMesh_DataMapIteratorOfDataMapOfShapePairOfPolygon.hxx -include/OpenCASCADE/BRepMesh_DataMapIteratorOfDataMapOfShapeReal.hxx -include/OpenCASCADE/BRepMesh_DataMapIteratorOfDataMapOfVertexInteger.hxx -include/OpenCASCADE/BRepMesh_DataMapNodeOfDataMapOfFaceAttribute.hxx -include/OpenCASCADE/BRepMesh_DataMapNodeOfDataMapOfIntegerListOfInteger.hxx -include/OpenCASCADE/BRepMesh_DataMapNodeOfDataMapOfIntegerListOfXY.hxx -include/OpenCASCADE/BRepMesh_DataMapNodeOfDataMapOfIntegerPnt.hxx -include/OpenCASCADE/BRepMesh_DataMapNodeOfDataMapOfShapePairOfPolygon.hxx -include/OpenCASCADE/BRepMesh_DataMapNodeOfDataMapOfShapeReal.hxx -include/OpenCASCADE/BRepMesh_DataMapNodeOfDataMapOfVertexInteger.hxx -include/OpenCASCADE/BRepMesh_DataMapOfFaceAttribute.hxx -include/OpenCASCADE/BRepMesh_DataMapOfIntegerListOfInteger.hxx -include/OpenCASCADE/BRepMesh_DataMapOfIntegerListOfXY.hxx -include/OpenCASCADE/BRepMesh_DataMapOfIntegerPnt.hxx -include/OpenCASCADE/BRepMesh_DataMapOfShapePairOfPolygon.hxx -include/OpenCASCADE/BRepMesh_DataMapOfShapeReal.hxx -include/OpenCASCADE/BRepMesh_DataMapOfVertexInteger.hxx include/OpenCASCADE/BRepMesh_DataStructureOfDelaun.hxx include/OpenCASCADE/BRepMesh_DegreeOfFreedom.hxx include/OpenCASCADE/BRepMesh_Delaun.hxx @@ -15308,56 +15576,32 @@ include/OpenCASCADE/BRepMesh_DiscretFactory.hxx include/OpenCASCADE/BRepMesh_DiscretRoot.hxx include/OpenCASCADE/BRepMesh_Edge.hxx -include/OpenCASCADE/BRepMesh_Edge.lxx -include/OpenCASCADE/BRepMesh_ElemHasherOfDataStructureOfDelaun.hxx +include/OpenCASCADE/BRepMesh_EdgeChecker.hxx +include/OpenCASCADE/BRepMesh_EdgeParameterProvider.hxx +include/OpenCASCADE/BRepMesh_EdgeTessellationExtractor.hxx +include/OpenCASCADE/BRepMesh_EdgeTessellator.hxx include/OpenCASCADE/BRepMesh_FaceAttribute.hxx -include/OpenCASCADE/BRepMesh_FaceAttribute.lxx +include/OpenCASCADE/BRepMesh_FaceChecker.hxx include/OpenCASCADE/BRepMesh_FactoryError.hxx include/OpenCASCADE/BRepMesh_FastDiscret.hxx -include/OpenCASCADE/BRepMesh_FastDiscret.lxx include/OpenCASCADE/BRepMesh_FastDiscretFace.hxx include/OpenCASCADE/BRepMesh_GeomTool.hxx -include/OpenCASCADE/BRepMesh_HArray1OfVertexOfDelaun.hxx -include/OpenCASCADE/BRepMesh_HeapSortIndexedVertexOfDelaun.hxx -include/OpenCASCADE/BRepMesh_HeapSortVertexOfDelaun.hxx -include/OpenCASCADE/BRepMesh_IDMapOfLinkOfDataStructureOfDelaun.hxx -include/OpenCASCADE/BRepMesh_IDMapOfNodeOfDataStructureOfDelaun.hxx -include/OpenCASCADE/BRepMesh_IMapOfElementOfDataStructureOfDelaun.hxx +include/OpenCASCADE/BRepMesh_IEdgeTool.hxx include/OpenCASCADE/BRepMesh_IncrementalMesh.hxx -include/OpenCASCADE/BRepMesh_IndexedDataMapNodeOfIDMapOfLinkOfDataStructureOfDelaun.hxx -include/OpenCASCADE/BRepMesh_IndexedDataMapNodeOfIDMapOfNodeOfDataStructureOfDelaun.hxx -include/OpenCASCADE/BRepMesh_IndexedMapNodeOfIMapOfElementOfDataStructureOfDelaun.hxx -include/OpenCASCADE/BRepMesh_IndexedMapNodeOfIndexedMapOfVertex.hxx -include/OpenCASCADE/BRepMesh_IndexedMapOfVertex.hxx -include/OpenCASCADE/BRepMesh_LinkHasherOfDataStructureOfDelaun.hxx -include/OpenCASCADE/BRepMesh_ListIteratorOfListOfVertex.hxx -include/OpenCASCADE/BRepMesh_ListIteratorOfListOfXY.hxx -include/OpenCASCADE/BRepMesh_ListNodeOfListOfVertex.hxx -include/OpenCASCADE/BRepMesh_ListNodeOfListOfXY.hxx -include/OpenCASCADE/BRepMesh_ListOfInteger.hxx -include/OpenCASCADE/BRepMesh_ListOfVertex.hxx -include/OpenCASCADE/BRepMesh_ListOfXY.hxx -include/OpenCASCADE/BRepMesh_MapOfInteger.hxx -include/OpenCASCADE/BRepMesh_MapOfIntegerInteger.hxx -include/OpenCASCADE/BRepMesh_NodeHasherOfDataStructureOfDelaun.hxx -include/OpenCASCADE/BRepMesh_PDiscretRoot.hxx +include/OpenCASCADE/BRepMesh_OrientedEdge.hxx include/OpenCASCADE/BRepMesh_PairOfIndex.hxx include/OpenCASCADE/BRepMesh_PairOfPolygon.hxx -include/OpenCASCADE/BRepMesh_PairOfPolygon.lxx include/OpenCASCADE/BRepMesh_PluginEntryType.hxx include/OpenCASCADE/BRepMesh_PluginMacro.hxx include/OpenCASCADE/BRepMesh_SelectorOfDataStructureOfDelaun.hxx include/OpenCASCADE/BRepMesh_ShapeTool.hxx -include/OpenCASCADE/BRepMesh_ShapeTool.lxx include/OpenCASCADE/BRepMesh_Status.hxx include/OpenCASCADE/BRepMesh_Triangle.hxx -include/OpenCASCADE/BRepMesh_VectorOfVertex.hxx include/OpenCASCADE/BRepMesh_Vertex.hxx -include/OpenCASCADE/BRepMesh_Vertex.lxx -include/OpenCASCADE/BRepMesh_VertexCellFilter.hxx -include/OpenCASCADE/BRepMesh_VertexHasher.hxx include/OpenCASCADE/BRepMesh_VertexInspector.hxx include/OpenCASCADE/BRepMesh_VertexTool.hxx +include/OpenCASCADE/BRepMesh_WireChecker.hxx +include/OpenCASCADE/BRepMesh_WireInterferenceChecker.hxx include/OpenCASCADE/BRepOffset.hxx include/OpenCASCADE/BRepOffsetAPI_DraftAngle.hxx include/OpenCASCADE/BRepOffsetAPI_FindContigousEdges.hxx @@ -15419,6 +15663,7 @@ include/OpenCASCADE/BRepPrim_Builder.lxx include/OpenCASCADE/BRepPrim_Cone.hxx include/OpenCASCADE/BRepPrim_Cylinder.hxx +include/OpenCASCADE/BRepPrim_Direction.hxx include/OpenCASCADE/BRepPrim_FaceBuilder.hxx include/OpenCASCADE/BRepPrim_GWedge.hxx include/OpenCASCADE/BRepPrim_OneAxis.hxx @@ -15428,7 +15673,6 @@ include/OpenCASCADE/BRepPrim_Wedge.hxx include/OpenCASCADE/BRepProj_Projection.hxx include/OpenCASCADE/BRepProj_Projection.lxx -include/OpenCASCADE/BRepSweep_Array2OfShapesOfNumLinearRegularSweep.hxx include/OpenCASCADE/BRepSweep_Builder.hxx include/OpenCASCADE/BRepSweep_Builder.lxx include/OpenCASCADE/BRepSweep_Iterator.hxx @@ -15437,8 +15681,6 @@ include/OpenCASCADE/BRepSweep_Prism.hxx include/OpenCASCADE/BRepSweep_Revol.hxx include/OpenCASCADE/BRepSweep_Rotation.hxx -include/OpenCASCADE/BRepSweep_SequenceNodeOfSequenceOfShapesOfNumLinearRegularSweep.hxx -include/OpenCASCADE/BRepSweep_SequenceOfShapesOfNumLinearRegularSweep.hxx include/OpenCASCADE/BRepSweep_Tool.hxx include/OpenCASCADE/BRepSweep_Translation.hxx include/OpenCASCADE/BRepSweep_Trsf.hxx @@ -15517,6 +15759,39 @@ include/OpenCASCADE/BSplSLib.hxx include/OpenCASCADE/BSplSLib.lxx include/OpenCASCADE/BSplSLib_EvaluatorFunction.hxx +include/OpenCASCADE/BVH_BinnedBuilder.hxx +include/OpenCASCADE/BVH_BinnedBuilder.lxx +include/OpenCASCADE/BVH_Box.hxx +include/OpenCASCADE/BVH_Box.lxx +include/OpenCASCADE/BVH_Builder.hxx +include/OpenCASCADE/BVH_Builder.lxx +include/OpenCASCADE/BVH_Geometry.hxx +include/OpenCASCADE/BVH_Geometry.lxx +include/OpenCASCADE/BVH_LinearBuilder.hxx +include/OpenCASCADE/BVH_LinearBuilder.lxx +include/OpenCASCADE/BVH_Object.hxx +include/OpenCASCADE/BVH_Object.lxx +include/OpenCASCADE/BVH_ObjectSet.hxx +include/OpenCASCADE/BVH_ObjectSet.lxx +include/OpenCASCADE/BVH_PrimitiveSet.hxx +include/OpenCASCADE/BVH_PrimitiveSet.lxx +include/OpenCASCADE/BVH_Properties.hxx +include/OpenCASCADE/BVH_Properties.lxx +include/OpenCASCADE/BVH_QueueBuilder.hxx +include/OpenCASCADE/BVH_QueueBuilder.lxx +include/OpenCASCADE/BVH_Set.hxx +include/OpenCASCADE/BVH_Set.lxx +include/OpenCASCADE/BVH_Sorter.hxx +include/OpenCASCADE/BVH_Sorter.lxx +include/OpenCASCADE/BVH_SpatialMedianBuilder.hxx +include/OpenCASCADE/BVH_SpatialMedianBuilder.lxx +include/OpenCASCADE/BVH_SweepPlaneBuilder.hxx +include/OpenCASCADE/BVH_SweepPlaneBuilder.lxx +include/OpenCASCADE/BVH_Tree.hxx +include/OpenCASCADE/BVH_Tree.lxx +include/OpenCASCADE/BVH_Triangulation.hxx +include/OpenCASCADE/BVH_Triangulation.lxx +include/OpenCASCADE/BVH_Types.hxx include/OpenCASCADE/BiTgte_Blend.hxx include/OpenCASCADE/BiTgte_ContactType.hxx include/OpenCASCADE/BiTgte_CurveOnEdge.hxx @@ -15682,17 +15957,10 @@ include/OpenCASCADE/Blend_CSWalking_4.gxx include/OpenCASCADE/Blend_CurvPointFuncInv.hxx include/OpenCASCADE/Blend_DecrochStatus.hxx -include/OpenCASCADE/Blend_Extremity.gxx -include/OpenCASCADE/Blend_Extremity.lxx include/OpenCASCADE/Blend_FuncInv.hxx include/OpenCASCADE/Blend_Function.hxx -include/OpenCASCADE/Blend_Iterator.gxx -include/OpenCASCADE/Blend_Line.gxx -include/OpenCASCADE/Blend_Line.lxx include/OpenCASCADE/Blend_Point.hxx include/OpenCASCADE/Blend_Point.lxx -include/OpenCASCADE/Blend_PointOnRst.gxx -include/OpenCASCADE/Blend_PointOnRst.lxx include/OpenCASCADE/Blend_RstRstFunction.hxx include/OpenCASCADE/Blend_SequenceNodeOfSequenceOfPoint.hxx include/OpenCASCADE/Blend_SequenceOfPoint.hxx @@ -15710,8 +15978,6 @@ include/OpenCASCADE/BndLib_Add2dCurve.hxx include/OpenCASCADE/BndLib_Add3dCurve.hxx include/OpenCASCADE/BndLib_AddSurface.hxx -include/OpenCASCADE/BndLib_Compute.gxx -include/OpenCASCADE/BndLib_Compute.hxx include/OpenCASCADE/Bnd_Array1OfBox.hxx include/OpenCASCADE/Bnd_Array1OfBox2d.hxx include/OpenCASCADE/Bnd_Array1OfSphere.hxx @@ -15741,6 +16007,7 @@ include/OpenCASCADE/CDF_Application.lxx include/OpenCASCADE/CDF_Directory.hxx include/OpenCASCADE/CDF_DirectoryIterator.hxx +include/OpenCASCADE/CDF_FWOSDriver.hxx include/OpenCASCADE/CDF_MetaDataDriver.hxx include/OpenCASCADE/CDF_MetaDataDriverError.hxx include/OpenCASCADE/CDF_MetaDataDriverFactory.hxx @@ -15778,9 +16045,6 @@ include/OpenCASCADE/CDM_PresentationDirectory.hxx include/OpenCASCADE/CDM_Reference.hxx include/OpenCASCADE/CDM_ReferenceIterator.hxx -include/OpenCASCADE/CDM_StackIteratorOfStackOfDocument.hxx -include/OpenCASCADE/CDM_StackNodeOfStackOfDocument.hxx -include/OpenCASCADE/CDM_StackOfDocument.hxx include/OpenCASCADE/CDM_StdMapNodeOfMapOfDocument.hxx include/OpenCASCADE/COMMANDWINDOW.h include/OpenCASCADE/CPnts_AbscissaPoint.hxx @@ -15872,55 +16136,41 @@ include/OpenCASCADE/ChFiKPart_RstMap.hxx include/OpenCASCADE/Cocoa_LocalPool.hxx include/OpenCASCADE/Cocoa_Window.hxx -include/OpenCASCADE/Contap_ArcFunction.gxx +include/OpenCASCADE/Contap_ArcFunction.hxx include/OpenCASCADE/Contap_ArcFunction.lxx -include/OpenCASCADE/Contap_ArcTool.gxx include/OpenCASCADE/Contap_ContAna.hxx include/OpenCASCADE/Contap_ContAna.lxx include/OpenCASCADE/Contap_Contour.hxx -include/OpenCASCADE/Contap_ContourGen.gxx -include/OpenCASCADE/Contap_ContourGen.lxx -include/OpenCASCADE/Contap_ContourGen_1.gxx -include/OpenCASCADE/Contap_ContourGen_2.gxx -include/OpenCASCADE/Contap_ContourGen_3.gxx +include/OpenCASCADE/Contap_Contour.lxx include/OpenCASCADE/Contap_HContTool.hxx -include/OpenCASCADE/Contap_HContToolGen.gxx include/OpenCASCADE/Contap_HCurve2dTool.hxx -include/OpenCASCADE/Contap_HCurve2dToolGen.gxx -include/OpenCASCADE/Contap_HCurve2dToolGen.lxx +include/OpenCASCADE/Contap_HCurve2dTool.lxx include/OpenCASCADE/Contap_IType.hxx -include/OpenCASCADE/Contap_Line.gxx +include/OpenCASCADE/Contap_Line.hxx include/OpenCASCADE/Contap_Line.lxx -include/OpenCASCADE/Contap_Point.gxx +include/OpenCASCADE/Contap_Point.hxx include/OpenCASCADE/Contap_Point.lxx -include/OpenCASCADE/Contap_SequenceNodeOfSequenceOfIWLineOfTheIWalkingOfContour.hxx -include/OpenCASCADE/Contap_SequenceNodeOfSequenceOfPathPointOfTheSearchOfContour.hxx -include/OpenCASCADE/Contap_SequenceNodeOfSequenceOfSegmentOfTheSearchOfContour.hxx -include/OpenCASCADE/Contap_SequenceNodeOfTheSequenceOfLineOfContour.hxx -include/OpenCASCADE/Contap_SequenceNodeOfTheSequenceOfPointOfContour.hxx -include/OpenCASCADE/Contap_SequenceOfIWLineOfTheIWalkingOfContour.hxx -include/OpenCASCADE/Contap_SequenceOfPathPointOfTheSearchOfContour.hxx -include/OpenCASCADE/Contap_SequenceOfSegmentOfTheSearchOfContour.hxx -include/OpenCASCADE/Contap_SurfFunction.gxx +include/OpenCASCADE/Contap_SequenceNodeOfSequenceOfIWLineOfTheIWalking.hxx +include/OpenCASCADE/Contap_SequenceNodeOfSequenceOfPathPointOfTheSearch.hxx +include/OpenCASCADE/Contap_SequenceNodeOfSequenceOfSegmentOfTheSearch.hxx +include/OpenCASCADE/Contap_SequenceNodeOfTheSequenceOfLine.hxx +include/OpenCASCADE/Contap_SequenceNodeOfTheSequenceOfPoint.hxx +include/OpenCASCADE/Contap_SequenceOfIWLineOfTheIWalking.hxx +include/OpenCASCADE/Contap_SequenceOfPathPointOfTheSearch.hxx +include/OpenCASCADE/Contap_SequenceOfSegmentOfTheSearch.hxx +include/OpenCASCADE/Contap_SurfFunction.hxx include/OpenCASCADE/Contap_SurfFunction.lxx -include/OpenCASCADE/Contap_SurfProps.gxx -include/OpenCASCADE/Contap_SurfaceTool.gxx +include/OpenCASCADE/Contap_SurfProps.hxx include/OpenCASCADE/Contap_TFunction.hxx -include/OpenCASCADE/Contap_TheArcFunctionOfContour.hxx -include/OpenCASCADE/Contap_TheHSequenceOfPointOfContour.hxx -include/OpenCASCADE/Contap_TheIWLineOfTheIWalkingOfContour.hxx -include/OpenCASCADE/Contap_TheIWalkingOfContour.hxx -include/OpenCASCADE/Contap_TheLineOfContour.hxx -include/OpenCASCADE/Contap_ThePathPointOfTheSearchOfContour.hxx -include/OpenCASCADE/Contap_ThePointOfContour.hxx -include/OpenCASCADE/Contap_TheSearchInsideOfContour.hxx -include/OpenCASCADE/Contap_TheSearchOfContour.hxx -include/OpenCASCADE/Contap_TheSegmentOfTheSearchOfContour.hxx -include/OpenCASCADE/Contap_TheSequenceOfLineOfContour.hxx -include/OpenCASCADE/Contap_TheSequenceOfPointOfContour.hxx -include/OpenCASCADE/Contap_TheSurfFunctionOfContour.hxx -include/OpenCASCADE/Contap_TheSurfPropsOfContour.hxx -include/OpenCASCADE/Contap_TopolTool.gxx +include/OpenCASCADE/Contap_TheHSequenceOfPoint.hxx +include/OpenCASCADE/Contap_TheIWLineOfTheIWalking.hxx +include/OpenCASCADE/Contap_TheIWalking.hxx +include/OpenCASCADE/Contap_ThePathPointOfTheSearch.hxx +include/OpenCASCADE/Contap_TheSearch.hxx +include/OpenCASCADE/Contap_TheSearchInside.hxx +include/OpenCASCADE/Contap_TheSegmentOfTheSearch.hxx +include/OpenCASCADE/Contap_TheSequenceOfLine.hxx +include/OpenCASCADE/Contap_TheSequenceOfPoint.hxx include/OpenCASCADE/Convert_CircleToBSplineCurve.hxx include/OpenCASCADE/Convert_CompBezierCurves2dToBSplineCurve2d.hxx include/OpenCASCADE/Convert_CompBezierCurvesToBSplineCurve.hxx @@ -15985,8 +16235,8 @@ include/OpenCASCADE/DDF_Browser.hxx include/OpenCASCADE/DDF_Data.hxx include/OpenCASCADE/DDF_IOStream.hxx -include/OpenCASCADE/DDF_StackIteratorOfTransactionStack.hxx -include/OpenCASCADE/DDF_StackNodeOfTransactionStack.hxx +include/OpenCASCADE/DDF_ListIteratorOfTransactionStack.hxx +include/OpenCASCADE/DDF_ListNodeOfTransactionStack.hxx include/OpenCASCADE/DDF_Transaction.hxx include/OpenCASCADE/DDF_TransactionStack.hxx include/OpenCASCADE/DDataStd.hxx @@ -16084,11 +16334,6 @@ include/OpenCASCADE/Draw_Circle3D.hxx include/OpenCASCADE/Draw_Color.hxx include/OpenCASCADE/Draw_ColorKind.hxx -include/OpenCASCADE/Draw_CommandFunction.hxx -include/OpenCASCADE/Draw_DataMapIteratorOfMapOfFunctions.hxx -include/OpenCASCADE/Draw_DataMapIteratorOfVMap.hxx -include/OpenCASCADE/Draw_DataMapNodeOfMapOfFunctions.hxx -include/OpenCASCADE/Draw_DataMapNodeOfVMap.hxx include/OpenCASCADE/Draw_Display.hxx include/OpenCASCADE/Draw_Drawable2D.hxx include/OpenCASCADE/Draw_Drawable3D.hxx @@ -16100,7 +16345,6 @@ include/OpenCASCADE/Draw_Interpretor.hxx include/OpenCASCADE/Draw_Main.hxx include/OpenCASCADE/Draw_MapOfAsciiString.hxx -include/OpenCASCADE/Draw_MapOfFunctions.hxx include/OpenCASCADE/Draw_Marker2D.hxx include/OpenCASCADE/Draw_Marker3D.hxx include/OpenCASCADE/Draw_MarkerShape.hxx @@ -16115,7 +16359,6 @@ include/OpenCASCADE/Draw_SequenceOfDrawable3D.hxx include/OpenCASCADE/Draw_Text2D.hxx include/OpenCASCADE/Draw_Text3D.hxx -include/OpenCASCADE/Draw_VMap.hxx include/OpenCASCADE/Draw_Viewer.hxx include/OpenCASCADE/Draw_Window.hxx include/OpenCASCADE/DsgPrs.hxx @@ -16144,50 +16387,6 @@ include/OpenCASCADE/DsgPrs_TangentPresentation.hxx include/OpenCASCADE/DsgPrs_XYZAxisPresentation.hxx include/OpenCASCADE/DsgPrs_XYZPlanePresentation.hxx -include/OpenCASCADE/Dynamic.hxx -include/OpenCASCADE/Dynamic_AbstractVariableInstance.hxx -include/OpenCASCADE/Dynamic_BooleanParameter.hxx -include/OpenCASCADE/Dynamic_CompiledMethod.hxx -include/OpenCASCADE/Dynamic_CompositMethod.hxx -include/OpenCASCADE/Dynamic_CompositVariableInstance.hxx -include/OpenCASCADE/Dynamic_DynamicClass.hxx -include/OpenCASCADE/Dynamic_DynamicDerivedClass.hxx -include/OpenCASCADE/Dynamic_DynamicInstance.hxx -include/OpenCASCADE/Dynamic_EnumerationParameter.gxx -include/OpenCASCADE/Dynamic_FuzzyClass.hxx -include/OpenCASCADE/Dynamic_FuzzyDefinition.hxx -include/OpenCASCADE/Dynamic_FuzzyDefinitionsDictionary.hxx -include/OpenCASCADE/Dynamic_FuzzyInstance.gxx -include/OpenCASCADE/Dynamic_InstanceParameter.hxx -include/OpenCASCADE/Dynamic_IntegerParameter.hxx -include/OpenCASCADE/Dynamic_InterpretedMethod.hxx -include/OpenCASCADE/Dynamic_Method.hxx -include/OpenCASCADE/Dynamic_MethodDefinition.hxx -include/OpenCASCADE/Dynamic_MethodDefinitionsDictionary.hxx -include/OpenCASCADE/Dynamic_MethodInstance.gxx -include/OpenCASCADE/Dynamic_ModeEnum.hxx -include/OpenCASCADE/Dynamic_Node.gxx -include/OpenCASCADE/Dynamic_ObjectParameter.hxx -include/OpenCASCADE/Dynamic_Parameter.hxx -include/OpenCASCADE/Dynamic_ParameterNode.hxx -include/OpenCASCADE/Dynamic_RealParameter.hxx -include/OpenCASCADE/Dynamic_SeqOfClasses.hxx -include/OpenCASCADE/Dynamic_SeqOfFuzzyDefinitions.hxx -include/OpenCASCADE/Dynamic_SeqOfMethodDefinitions.hxx -include/OpenCASCADE/Dynamic_SeqOfMethods.hxx -include/OpenCASCADE/Dynamic_SequenceNodeOfSeqOfClasses.hxx -include/OpenCASCADE/Dynamic_SequenceNodeOfSeqOfFuzzyDefinitions.hxx -include/OpenCASCADE/Dynamic_SequenceNodeOfSeqOfMethodDefinitions.hxx -include/OpenCASCADE/Dynamic_SequenceNodeOfSeqOfMethods.hxx -include/OpenCASCADE/Dynamic_SequenceOfClasses.hxx -include/OpenCASCADE/Dynamic_SequenceOfFuzzyDefinitions.hxx -include/OpenCASCADE/Dynamic_SequenceOfMethodDefinitions.hxx -include/OpenCASCADE/Dynamic_SequenceOfMethods.hxx -include/OpenCASCADE/Dynamic_StringParameter.hxx -include/OpenCASCADE/Dynamic_Variable.hxx -include/OpenCASCADE/Dynamic_VariableGroup.hxx -include/OpenCASCADE/Dynamic_VariableInstance.hxx -include/OpenCASCADE/Dynamic_VariableNode.hxx include/OpenCASCADE/ElCLib.hxx include/OpenCASCADE/ElCLib.lxx include/OpenCASCADE/ElSLib.hxx @@ -16200,22 +16399,19 @@ include/OpenCASCADE/ExprIntrp_GenFct.hxx include/OpenCASCADE/ExprIntrp_GenRel.hxx include/OpenCASCADE/ExprIntrp_Generator.hxx +include/OpenCASCADE/ExprIntrp_ListIteratorOfStackOfGeneralExpression.hxx +include/OpenCASCADE/ExprIntrp_ListIteratorOfStackOfGeneralFunction.hxx +include/OpenCASCADE/ExprIntrp_ListIteratorOfStackOfGeneralRelation.hxx +include/OpenCASCADE/ExprIntrp_ListNodeOfStackOfGeneralExpression.hxx +include/OpenCASCADE/ExprIntrp_ListNodeOfStackOfGeneralFunction.hxx +include/OpenCASCADE/ExprIntrp_ListNodeOfStackOfGeneralRelation.hxx include/OpenCASCADE/ExprIntrp_SequenceNodeOfSequenceOfNamedExpression.hxx include/OpenCASCADE/ExprIntrp_SequenceNodeOfSequenceOfNamedFunction.hxx include/OpenCASCADE/ExprIntrp_SequenceOfNamedExpression.hxx include/OpenCASCADE/ExprIntrp_SequenceOfNamedFunction.hxx -include/OpenCASCADE/ExprIntrp_StackIteratorOfStackOfGeneralExpression.hxx -include/OpenCASCADE/ExprIntrp_StackIteratorOfStackOfGeneralFunction.hxx -include/OpenCASCADE/ExprIntrp_StackIteratorOfStackOfGeneralRelation.hxx -include/OpenCASCADE/ExprIntrp_StackIteratorOfStackOfNames.hxx -include/OpenCASCADE/ExprIntrp_StackNodeOfStackOfGeneralExpression.hxx -include/OpenCASCADE/ExprIntrp_StackNodeOfStackOfGeneralFunction.hxx -include/OpenCASCADE/ExprIntrp_StackNodeOfStackOfGeneralRelation.hxx -include/OpenCASCADE/ExprIntrp_StackNodeOfStackOfNames.hxx include/OpenCASCADE/ExprIntrp_StackOfGeneralExpression.hxx include/OpenCASCADE/ExprIntrp_StackOfGeneralFunction.hxx include/OpenCASCADE/ExprIntrp_StackOfGeneralRelation.hxx -include/OpenCASCADE/ExprIntrp_StackOfNames.hxx include/OpenCASCADE/ExprIntrp_SyntaxError.hxx include/OpenCASCADE/ExprIntrp_yaccanal.hxx include/OpenCASCADE/ExprIntrp_yaccintrf.hxx @@ -16298,25 +16494,17 @@ include/OpenCASCADE/Extrema_Array2OfPOnCurv2d.hxx include/OpenCASCADE/Extrema_Array2OfPOnSurf.hxx include/OpenCASCADE/Extrema_Array2OfPOnSurfParams.hxx -include/OpenCASCADE/Extrema_CCFOfECC2dOfExtCC2d.hxx -include/OpenCASCADE/Extrema_CCFOfECCOfExtCC.hxx -include/OpenCASCADE/Extrema_CCFOfELCC2dOfLocateExtCC2d.hxx -include/OpenCASCADE/Extrema_CCFOfELCCOfLocateExtCC.hxx -include/OpenCASCADE/Extrema_CCLocFOfLocECC2dOfLocateExtCC2d.hxx -include/OpenCASCADE/Extrema_CCLocFOfLocECCOfLocateExtCC.hxx -include/OpenCASCADE/Extrema_CCache2dOfExtCC2d.hxx -include/OpenCASCADE/Extrema_CCacheOfExtCC.hxx +include/OpenCASCADE/Extrema_CCLocFOfLocECC.hxx +include/OpenCASCADE/Extrema_CCLocFOfLocECC2d.hxx include/OpenCASCADE/Extrema_Curve2dTool.hxx include/OpenCASCADE/Extrema_Curve2dTool.lxx -include/OpenCASCADE/Extrema_CurveCache.gxx -include/OpenCASCADE/Extrema_CurveCache.lxx include/OpenCASCADE/Extrema_CurveLocator.gxx include/OpenCASCADE/Extrema_CurveTool.hxx include/OpenCASCADE/Extrema_CurveTool.lxx -include/OpenCASCADE/Extrema_ECC2dOfExtCC2d.hxx -include/OpenCASCADE/Extrema_ECCOfExtCC.hxx -include/OpenCASCADE/Extrema_ELCC2dOfLocateExtCC2d.hxx -include/OpenCASCADE/Extrema_ELCCOfLocateExtCC.hxx +include/OpenCASCADE/Extrema_ECC.hxx +include/OpenCASCADE/Extrema_ECC2d.hxx +include/OpenCASCADE/Extrema_ELCC.hxx +include/OpenCASCADE/Extrema_ELCC2d.hxx include/OpenCASCADE/Extrema_ELPCOfLocateExtPC.hxx include/OpenCASCADE/Extrema_ELPCOfLocateExtPC2d.hxx include/OpenCASCADE/Extrema_EPCOfELPCOfLocateExtPC.hxx @@ -16341,7 +16529,6 @@ include/OpenCASCADE/Extrema_ExtPExtS.hxx include/OpenCASCADE/Extrema_ExtPRevS.hxx include/OpenCASCADE/Extrema_ExtPS.hxx -include/OpenCASCADE/Extrema_ExtPSOfRev.gxx include/OpenCASCADE/Extrema_ExtSS.hxx include/OpenCASCADE/Extrema_FuncExtCC.gxx include/OpenCASCADE/Extrema_FuncExtCC.lxx @@ -16349,11 +16536,7 @@ include/OpenCASCADE/Extrema_FuncExtPC.gxx include/OpenCASCADE/Extrema_FuncExtPS.hxx include/OpenCASCADE/Extrema_FuncExtSS.hxx -include/OpenCASCADE/Extrema_GExtCC.gxx -include/OpenCASCADE/Extrema_GExtCC2d.gxx include/OpenCASCADE/Extrema_GExtPC.gxx -include/OpenCASCADE/Extrema_GLocateExtCC.gxx -include/OpenCASCADE/Extrema_GLocateExtCC2d.gxx include/OpenCASCADE/Extrema_GLocateExtPC.gxx include/OpenCASCADE/Extrema_GenExtCC.gxx include/OpenCASCADE/Extrema_GenExtCS.hxx @@ -16365,6 +16548,8 @@ include/OpenCASCADE/Extrema_GenLocateExtPC.gxx include/OpenCASCADE/Extrema_GenLocateExtPS.hxx include/OpenCASCADE/Extrema_GenLocateExtSS.hxx +include/OpenCASCADE/Extrema_GlobOptFuncCC.hxx +include/OpenCASCADE/Extrema_GlobOptFuncCS.hxx include/OpenCASCADE/Extrema_HArray1OfPOnCurv.hxx include/OpenCASCADE/Extrema_HArray1OfPOnCurv2d.hxx include/OpenCASCADE/Extrema_HArray1OfPOnSurf.hxx @@ -16373,10 +16558,8 @@ include/OpenCASCADE/Extrema_HArray2OfPOnSurf.hxx include/OpenCASCADE/Extrema_HArray2OfPOnSurfParams.hxx include/OpenCASCADE/Extrema_HUBTreeOfSphere.hxx -include/OpenCASCADE/Extrema_LCCache2dOfLocateExtCC2d.hxx -include/OpenCASCADE/Extrema_LCCacheOfLocateExtCC.hxx -include/OpenCASCADE/Extrema_LocECC2dOfLocateExtCC2d.hxx -include/OpenCASCADE/Extrema_LocECCOfLocateExtCC.hxx +include/OpenCASCADE/Extrema_LocECC.hxx +include/OpenCASCADE/Extrema_LocECC2d.hxx include/OpenCASCADE/Extrema_LocEPCOfLocateExtPC.hxx include/OpenCASCADE/Extrema_LocEPCOfLocateExtPC2d.hxx include/OpenCASCADE/Extrema_LocateExtCC.hxx @@ -16403,12 +16586,8 @@ include/OpenCASCADE/Extrema_SeqPCOfPCFOfEPCOfExtPC2d.hxx include/OpenCASCADE/Extrema_SeqPCOfPCLocFOfLocEPCOfLocateExtPC.hxx include/OpenCASCADE/Extrema_SeqPCOfPCLocFOfLocEPCOfLocateExtPC2d.hxx -include/OpenCASCADE/Extrema_SeqPOnCOfCCFOfECC2dOfExtCC2d.hxx -include/OpenCASCADE/Extrema_SeqPOnCOfCCFOfECCOfExtCC.hxx -include/OpenCASCADE/Extrema_SeqPOnCOfCCFOfELCC2dOfLocateExtCC2d.hxx -include/OpenCASCADE/Extrema_SeqPOnCOfCCFOfELCCOfLocateExtCC.hxx -include/OpenCASCADE/Extrema_SeqPOnCOfCCLocFOfLocECC2dOfLocateExtCC2d.hxx -include/OpenCASCADE/Extrema_SeqPOnCOfCCLocFOfLocECCOfLocateExtCC.hxx +include/OpenCASCADE/Extrema_SeqPOnCOfCCLocFOfLocECC.hxx +include/OpenCASCADE/Extrema_SeqPOnCOfCCLocFOfLocECC2d.hxx include/OpenCASCADE/Extrema_SequenceNodeOfSeqPCOfPCFOfEPCOfELPCOfLocateExtPC.hxx include/OpenCASCADE/Extrema_SequenceNodeOfSeqPCOfPCFOfEPCOfELPCOfLocateExtPC2d.hxx include/OpenCASCADE/Extrema_SequenceNodeOfSeqPCOfPCFOfEPCOfExtPC.hxx @@ -16415,12 +16594,8 @@ include/OpenCASCADE/Extrema_SequenceNodeOfSeqPCOfPCFOfEPCOfExtPC2d.hxx include/OpenCASCADE/Extrema_SequenceNodeOfSeqPCOfPCLocFOfLocEPCOfLocateExtPC.hxx include/OpenCASCADE/Extrema_SequenceNodeOfSeqPCOfPCLocFOfLocEPCOfLocateExtPC2d.hxx -include/OpenCASCADE/Extrema_SequenceNodeOfSeqPOnCOfCCFOfECC2dOfExtCC2d.hxx -include/OpenCASCADE/Extrema_SequenceNodeOfSeqPOnCOfCCFOfECCOfExtCC.hxx -include/OpenCASCADE/Extrema_SequenceNodeOfSeqPOnCOfCCFOfELCC2dOfLocateExtCC2d.hxx -include/OpenCASCADE/Extrema_SequenceNodeOfSeqPOnCOfCCFOfELCCOfLocateExtCC.hxx -include/OpenCASCADE/Extrema_SequenceNodeOfSeqPOnCOfCCLocFOfLocECC2dOfLocateExtCC2d.hxx -include/OpenCASCADE/Extrema_SequenceNodeOfSeqPOnCOfCCLocFOfLocECCOfLocateExtCC.hxx +include/OpenCASCADE/Extrema_SequenceNodeOfSeqPOnCOfCCLocFOfLocECC.hxx +include/OpenCASCADE/Extrema_SequenceNodeOfSeqPOnCOfCCLocFOfLocECC2d.hxx include/OpenCASCADE/Extrema_SequenceNodeOfSequenceOfPOnCurv.hxx include/OpenCASCADE/Extrema_SequenceNodeOfSequenceOfPOnCurv2d.hxx include/OpenCASCADE/Extrema_SequenceNodeOfSequenceOfPOnSurf.hxx @@ -16450,7 +16625,6 @@ include/OpenCASCADE/FSD_File.hxx include/OpenCASCADE/FSD_FileHeader.hxx include/OpenCASCADE/FWOSDriver.hxx -include/OpenCASCADE/FWOSDriver_Driver.hxx include/OpenCASCADE/FWOSDriver_DriverFactory.hxx include/OpenCASCADE/FairCurve_AnalysisCode.hxx include/OpenCASCADE/FairCurve_Batten.hxx @@ -16541,26 +16715,14 @@ include/OpenCASCADE/GC_Root.hxx include/OpenCASCADE/GC_Root.lxx include/OpenCASCADE/GProp.hxx -include/OpenCASCADE/GProp_CGProps.gxx include/OpenCASCADE/GProp_CelGProps.hxx -include/OpenCASCADE/GProp_CurveTool.gxx -include/OpenCASCADE/GProp_DomainTool.gxx include/OpenCASCADE/GProp_EquaType.hxx -include/OpenCASCADE/GProp_FaceTool.gxx include/OpenCASCADE/GProp_GProps.hxx include/OpenCASCADE/GProp_PEquation.hxx include/OpenCASCADE/GProp_PGProps.hxx include/OpenCASCADE/GProp_PrincipalProps.hxx -include/OpenCASCADE/GProp_SGProps.gxx include/OpenCASCADE/GProp_SelGProps.hxx -include/OpenCASCADE/GProp_TFunction.gxx -include/OpenCASCADE/GProp_TFunction.lxx -include/OpenCASCADE/GProp_UFunction.gxx -include/OpenCASCADE/GProp_UFunction.lxx include/OpenCASCADE/GProp_UndefinedAxis.hxx -include/OpenCASCADE/GProp_VGProps.gxx -include/OpenCASCADE/GProp_VGPropsGK.gxx -include/OpenCASCADE/GProp_VGPropsGK.lxx include/OpenCASCADE/GProp_ValueType.hxx include/OpenCASCADE/GProp_VelGProps.hxx include/OpenCASCADE/GccAna_Circ2d2TanOn.hxx @@ -16584,14 +16746,7 @@ include/OpenCASCADE/GccEnt_BadQualifier.hxx include/OpenCASCADE/GccEnt_Position.hxx include/OpenCASCADE/GccEnt_QualifiedCirc.hxx -include/OpenCASCADE/GccEnt_QualifiedCurv.gxx include/OpenCASCADE/GccEnt_QualifiedLin.hxx -include/OpenCASCADE/GccGeo_Circ2d2TanOn.gxx -include/OpenCASCADE/GccGeo_Circ2d2TanRad.gxx -include/OpenCASCADE/GccGeo_Circ2dTanCen.gxx -include/OpenCASCADE/GccGeo_Circ2dTanOnRad.gxx -include/OpenCASCADE/GccGeo_CurvePGTool.gxx -include/OpenCASCADE/GccGeo_ParGenCurve.gxx include/OpenCASCADE/GccInt_BCirc.hxx include/OpenCASCADE/GccInt_BElips.hxx include/OpenCASCADE/GccInt_BHyper.hxx @@ -16600,20 +16755,6 @@ include/OpenCASCADE/GccInt_BPoint.hxx include/OpenCASCADE/GccInt_Bisec.hxx include/OpenCASCADE/GccInt_IType.hxx -include/OpenCASCADE/GccIter_Circ2d2TanOn.gxx -include/OpenCASCADE/GccIter_Circ2d3Tan.gxx -include/OpenCASCADE/GccIter_FunctionTanCirCu.gxx -include/OpenCASCADE/GccIter_FunctionTanCuCu.gxx -include/OpenCASCADE/GccIter_FunctionTanCuCuCu.gxx -include/OpenCASCADE/GccIter_FunctionTanCuCuOnCu.gxx -include/OpenCASCADE/GccIter_FunctionTanCuPnt.gxx -include/OpenCASCADE/GccIter_FunctionTanObl.gxx -include/OpenCASCADE/GccIter_IsParallel.hxx -include/OpenCASCADE/GccIter_Lin2d2Tan.gxx -include/OpenCASCADE/GccIter_Lin2dTanObl.gxx -include/OpenCASCADE/GccIter_Type1.hxx -include/OpenCASCADE/GccIter_Type2.hxx -include/OpenCASCADE/GccIter_Type3.hxx include/OpenCASCADE/Geom2dAPI_ExtremaCurveCurve.hxx include/OpenCASCADE/Geom2dAPI_ExtremaCurveCurve.lxx include/OpenCASCADE/Geom2dAPI_InterCurveCurve.hxx @@ -16634,49 +16775,53 @@ include/OpenCASCADE/Geom2dConvert_CompCurveToBSplineCurve.hxx include/OpenCASCADE/Geom2dGcc.hxx include/OpenCASCADE/Geom2dGcc_Circ2d2TanOn.hxx +include/OpenCASCADE/Geom2dGcc_Circ2d2TanOnGeo.hxx +include/OpenCASCADE/Geom2dGcc_Circ2d2TanOnIter.hxx include/OpenCASCADE/Geom2dGcc_Circ2d2TanRad.hxx +include/OpenCASCADE/Geom2dGcc_Circ2d2TanRadGeo.hxx include/OpenCASCADE/Geom2dGcc_Circ2d3Tan.hxx +include/OpenCASCADE/Geom2dGcc_Circ2d3TanIter.hxx include/OpenCASCADE/Geom2dGcc_Circ2dTanCen.hxx +include/OpenCASCADE/Geom2dGcc_Circ2dTanCenGeo.hxx include/OpenCASCADE/Geom2dGcc_Circ2dTanOnRad.hxx +include/OpenCASCADE/Geom2dGcc_Circ2dTanOnRadGeo.hxx include/OpenCASCADE/Geom2dGcc_CurveTool.hxx -include/OpenCASCADE/Geom2dGcc_FuncTCirCuOfMyL2d2Tan.hxx -include/OpenCASCADE/Geom2dGcc_FuncTCuCuCuOfMyC2d3Tan.hxx -include/OpenCASCADE/Geom2dGcc_FuncTCuCuOfMyL2d2Tan.hxx -include/OpenCASCADE/Geom2dGcc_FuncTCuCuOnCuOfMyC2d2TanOn.hxx -include/OpenCASCADE/Geom2dGcc_FuncTCuPtOfMyL2d2Tan.hxx -include/OpenCASCADE/Geom2dGcc_FuncTOblOfMyL2dTanObl.hxx +include/OpenCASCADE/Geom2dGcc_CurveToolGeo.hxx +include/OpenCASCADE/Geom2dGcc_FunctionTanCirCu.hxx +include/OpenCASCADE/Geom2dGcc_FunctionTanCuCu.hxx +include/OpenCASCADE/Geom2dGcc_FunctionTanCuCuCu.hxx +include/OpenCASCADE/Geom2dGcc_FunctionTanCuCuOnCu.hxx +include/OpenCASCADE/Geom2dGcc_FunctionTanCuPnt.hxx +include/OpenCASCADE/Geom2dGcc_FunctionTanObl.hxx +include/OpenCASCADE/Geom2dGcc_IsParallel.hxx include/OpenCASCADE/Geom2dGcc_Lin2d2Tan.hxx +include/OpenCASCADE/Geom2dGcc_Lin2d2TanIter.hxx include/OpenCASCADE/Geom2dGcc_Lin2dTanObl.hxx -include/OpenCASCADE/Geom2dGcc_MyC2d2TanOn.hxx -include/OpenCASCADE/Geom2dGcc_MyC2d3Tan.hxx -include/OpenCASCADE/Geom2dGcc_MyCirc2d2TanOn.hxx -include/OpenCASCADE/Geom2dGcc_MyCirc2d2TanRad.hxx -include/OpenCASCADE/Geom2dGcc_MyCirc2dTanCen.hxx -include/OpenCASCADE/Geom2dGcc_MyCirc2dTanOnRad.hxx -include/OpenCASCADE/Geom2dGcc_MyCurveTool.hxx -include/OpenCASCADE/Geom2dGcc_MyL2d2Tan.hxx -include/OpenCASCADE/Geom2dGcc_MyL2dTanObl.hxx -include/OpenCASCADE/Geom2dGcc_MyQCurve.hxx +include/OpenCASCADE/Geom2dGcc_Lin2dTanOblIter.hxx +include/OpenCASCADE/Geom2dGcc_QCurve.hxx include/OpenCASCADE/Geom2dGcc_QualifiedCurve.hxx -include/OpenCASCADE/Geom2dHatch_ClassifierOfHatcher.hxx -include/OpenCASCADE/Geom2dHatch_DataMapIteratorOfHatchingsOfHatcher.hxx -include/OpenCASCADE/Geom2dHatch_DataMapIteratorOfMapOfElementsOfElementsOfHatcher.hxx -include/OpenCASCADE/Geom2dHatch_DataMapNodeOfHatchingsOfHatcher.hxx -include/OpenCASCADE/Geom2dHatch_DataMapNodeOfMapOfElementsOfElementsOfHatcher.hxx -include/OpenCASCADE/Geom2dHatch_ElementOfHatcher.hxx -include/OpenCASCADE/Geom2dHatch_ElementsOfHatcher.hxx -include/OpenCASCADE/Geom2dHatch_FClass2dOfClassifierOfHatcher.hxx +include/OpenCASCADE/Geom2dGcc_Type1.hxx +include/OpenCASCADE/Geom2dGcc_Type2.hxx +include/OpenCASCADE/Geom2dGcc_Type3.hxx +include/OpenCASCADE/Geom2dHatch_Classifier.hxx +include/OpenCASCADE/Geom2dHatch_DataMapIteratorOfHatchings.hxx +include/OpenCASCADE/Geom2dHatch_DataMapIteratorOfMapOfElements.hxx +include/OpenCASCADE/Geom2dHatch_DataMapNodeOfHatchings.hxx +include/OpenCASCADE/Geom2dHatch_DataMapNodeOfMapOfElements.hxx +include/OpenCASCADE/Geom2dHatch_Element.hxx +include/OpenCASCADE/Geom2dHatch_Elements.hxx +include/OpenCASCADE/Geom2dHatch_FClass2dOfClassifier.hxx include/OpenCASCADE/Geom2dHatch_Hatcher.hxx -include/OpenCASCADE/Geom2dHatch_HatchingOfHatcher.hxx -include/OpenCASCADE/Geom2dHatch_HatchingsOfHatcher.hxx +include/OpenCASCADE/Geom2dHatch_Hatcher.lxx +include/OpenCASCADE/Geom2dHatch_Hatching.hxx +include/OpenCASCADE/Geom2dHatch_Hatchings.hxx include/OpenCASCADE/Geom2dHatch_Intersector.hxx include/OpenCASCADE/Geom2dHatch_Intersector.lxx -include/OpenCASCADE/Geom2dHatch_MapOfElementsOfElementsOfHatcher.hxx -include/OpenCASCADE/Geom2dInt_CurveTool.gxx -include/OpenCASCADE/Geom2dInt_CurveTool.lxx +include/OpenCASCADE/Geom2dHatch_MapOfElements.hxx include/OpenCASCADE/Geom2dInt_ExactIntersectionPointOfTheIntPCurvePCurveOfGInter.hxx include/OpenCASCADE/Geom2dInt_GInter.hxx include/OpenCASCADE/Geom2dInt_Geom2dCurveTool.hxx +include/OpenCASCADE/Geom2dInt_Geom2dCurveTool.lxx include/OpenCASCADE/Geom2dInt_IntConicCurveOfGInter.hxx include/OpenCASCADE/Geom2dInt_MyImpParToolOfTheIntersectorOfTheIntConicCurveOfGInter.hxx include/OpenCASCADE/Geom2dInt_PCLocFOfTheLocateExtPCOfTheProjPCurOfGInter.hxx @@ -16693,8 +16838,8 @@ include/OpenCASCADE/Geom2dLProp_CLProps2d.hxx include/OpenCASCADE/Geom2dLProp_CurAndInf2d.hxx include/OpenCASCADE/Geom2dLProp_Curve2dTool.hxx -include/OpenCASCADE/Geom2dLProp_FCurExtOfNumericCurInf2d.hxx -include/OpenCASCADE/Geom2dLProp_FCurNulOfNumericCurInf2d.hxx +include/OpenCASCADE/Geom2dLProp_FuncCurExt.hxx +include/OpenCASCADE/Geom2dLProp_FuncCurNul.hxx include/OpenCASCADE/Geom2dLProp_NumericCurInf2d.hxx include/OpenCASCADE/Geom2dToIGES_Geom2dCurve.hxx include/OpenCASCADE/Geom2dToIGES_Geom2dEntity.hxx @@ -16845,6 +16990,7 @@ include/OpenCASCADE/GeomFill_TrihedronLaw.hxx include/OpenCASCADE/GeomFill_TrihedronWithGuide.hxx include/OpenCASCADE/GeomFill_UniformSection.hxx +include/OpenCASCADE/GeomInt.hxx include/OpenCASCADE/GeomInt_BSpGradient_BFGSOfMyBSplGradientOfTheComputeLineOfWLApprox.hxx include/OpenCASCADE/GeomInt_BSpParFunctionOfMyBSplGradientOfTheComputeLineOfWLApprox.hxx include/OpenCASCADE/GeomInt_BSpParLeastSquareOfMyBSplGradientOfTheComputeLineOfWLApprox.hxx @@ -16983,7 +17129,6 @@ include/OpenCASCADE/Geom_Ellipse.hxx include/OpenCASCADE/Geom_Geometry.hxx include/OpenCASCADE/Geom_HSequenceOfBSplineSurface.hxx -include/OpenCASCADE/Geom_HSequenceOfSurface.hxx include/OpenCASCADE/Geom_Hyperbola.hxx include/OpenCASCADE/Geom_Line.hxx include/OpenCASCADE/Geom_OffsetCurve.hxx @@ -16994,9 +17139,7 @@ include/OpenCASCADE/Geom_Point.hxx include/OpenCASCADE/Geom_RectangularTrimmedSurface.hxx include/OpenCASCADE/Geom_SequenceNodeOfSequenceOfBSplineSurface.hxx -include/OpenCASCADE/Geom_SequenceNodeOfSequenceOfSurface.hxx include/OpenCASCADE/Geom_SequenceOfBSplineSurface.hxx -include/OpenCASCADE/Geom_SequenceOfSurface.hxx include/OpenCASCADE/Geom_SphericalSurface.hxx include/OpenCASCADE/Geom_Surface.hxx include/OpenCASCADE/Geom_SurfaceOfLinearExtrusion.hxx @@ -17011,46 +17154,6 @@ include/OpenCASCADE/Geom_VectorWithMagnitude.hxx include/OpenCASCADE/GeometryTest.hxx include/OpenCASCADE/GeomliteTest.hxx -include/OpenCASCADE/GraphDS_DataMapIteratorOfEntityRoleMap.hxx -include/OpenCASCADE/GraphDS_DataMapNodeOfEntityRoleMap.hxx -include/OpenCASCADE/GraphDS_DirectedGraph.gxx -include/OpenCASCADE/GraphDS_Edge.gxx -include/OpenCASCADE/GraphDS_EdgesIterator.gxx -include/OpenCASCADE/GraphDS_EntitiesIterator.gxx -include/OpenCASCADE/GraphDS_Entity.gxx -include/OpenCASCADE/GraphDS_EntityRole.hxx -include/OpenCASCADE/GraphDS_EntityRoleMap.hxx -include/OpenCASCADE/GraphDS_IncidentEntitiesIterator.gxx -include/OpenCASCADE/GraphDS_IncidentRelationsIterator.gxx -include/OpenCASCADE/GraphDS_Relation.gxx -include/OpenCASCADE/GraphDS_RelationGraph.gxx -include/OpenCASCADE/GraphDS_RelationRole.hxx -include/OpenCASCADE/GraphDS_RelationsIterator.gxx -include/OpenCASCADE/GraphDS_Vertex.gxx -include/OpenCASCADE/GraphDS_VerticesIterator.gxx -include/OpenCASCADE/GraphTools_AdjSCIterator.gxx -include/OpenCASCADE/GraphTools_BFSIterator.gxx -include/OpenCASCADE/GraphTools_ConnectedVerticesFromIterator.gxx -include/OpenCASCADE/GraphTools_ConnectedVerticesIterator.gxx -include/OpenCASCADE/GraphTools_DFSIterator.gxx -include/OpenCASCADE/GraphTools_GraphIterator.gxx -include/OpenCASCADE/GraphTools_ListIteratorOfListOfSequenceOfInteger.hxx -include/OpenCASCADE/GraphTools_ListIteratorOfSCList.hxx -include/OpenCASCADE/GraphTools_ListNodeOfListOfSequenceOfInteger.hxx -include/OpenCASCADE/GraphTools_ListNodeOfSCList.hxx -include/OpenCASCADE/GraphTools_ListOfSequenceOfInteger.hxx -include/OpenCASCADE/GraphTools_RGNode.hxx -include/OpenCASCADE/GraphTools_ReducedGraph.gxx -include/OpenCASCADE/GraphTools_SC.hxx -include/OpenCASCADE/GraphTools_SCList.hxx -include/OpenCASCADE/GraphTools_SortedSCIterator.gxx -include/OpenCASCADE/GraphTools_SortedStrgCmptsFromIterator.gxx -include/OpenCASCADE/GraphTools_SortedStrgCmptsIterator.gxx -include/OpenCASCADE/GraphTools_TSNode.hxx -include/OpenCASCADE/GraphTools_TopologicalSortFromIterator.gxx -include/OpenCASCADE/GraphTools_TopologicalSortIterator.gxx -include/OpenCASCADE/GraphTools_VertexIterator.gxx -include/OpenCASCADE/Graphic3d.hxx include/OpenCASCADE/Graphic3d_Array1OfVector.hxx include/OpenCASCADE/Graphic3d_Array1OfVertex.hxx include/OpenCASCADE/Graphic3d_Array2OfVertex.hxx @@ -17070,21 +17173,33 @@ include/OpenCASCADE/Graphic3d_AspectMarker3d.hxx include/OpenCASCADE/Graphic3d_AspectText3d.hxx include/OpenCASCADE/Graphic3d_AspectTextDefinitionError.hxx +include/OpenCASCADE/Graphic3d_BndBox4d.hxx +include/OpenCASCADE/Graphic3d_BndBox4f.hxx +include/OpenCASCADE/Graphic3d_BoundBuffer.hxx +include/OpenCASCADE/Graphic3d_BoundBuffer_Handle.hxx +include/OpenCASCADE/Graphic3d_Buffer.hxx include/OpenCASCADE/Graphic3d_BufferType.hxx +include/OpenCASCADE/Graphic3d_Buffer_Handle.hxx +include/OpenCASCADE/Graphic3d_CAspectFillArea.hxx +include/OpenCASCADE/Graphic3d_CAspectLine.hxx +include/OpenCASCADE/Graphic3d_CAspectMarker.hxx +include/OpenCASCADE/Graphic3d_CAspectText.hxx include/OpenCASCADE/Graphic3d_CBitFields16.hxx include/OpenCASCADE/Graphic3d_CBitFields20.hxx include/OpenCASCADE/Graphic3d_CBitFields4.hxx include/OpenCASCADE/Graphic3d_CBitFields8.hxx -include/OpenCASCADE/Graphic3d_CBounds.hxx include/OpenCASCADE/Graphic3d_CGraduatedTrihedron.hxx -include/OpenCASCADE/Graphic3d_CGroup.hxx include/OpenCASCADE/Graphic3d_CLight.hxx include/OpenCASCADE/Graphic3d_CPick.hxx include/OpenCASCADE/Graphic3d_CStructure.hxx +include/OpenCASCADE/Graphic3d_CStructurePtr.hxx +include/OpenCASCADE/Graphic3d_CStructure_Handle.hxx include/OpenCASCADE/Graphic3d_CTexture.hxx include/OpenCASCADE/Graphic3d_CTransPersStruct.hxx include/OpenCASCADE/Graphic3d_CUserDraw.hxx include/OpenCASCADE/Graphic3d_CView.hxx +include/OpenCASCADE/Graphic3d_Camera.hxx +include/OpenCASCADE/Graphic3d_Camera_Handle.hxx include/OpenCASCADE/Graphic3d_ClipPlane.hxx include/OpenCASCADE/Graphic3d_ClipPlane_Handle.hxx include/OpenCASCADE/Graphic3d_CycleError.hxx @@ -17094,19 +17209,14 @@ include/OpenCASCADE/Graphic3d_Group.hxx include/OpenCASCADE/Graphic3d_GroupAspect.hxx include/OpenCASCADE/Graphic3d_GroupDefinitionError.hxx -include/OpenCASCADE/Graphic3d_HSequenceOfGroup.hxx include/OpenCASCADE/Graphic3d_HSequenceOfStructure.hxx -include/OpenCASCADE/Graphic3d_HSetOfGroup.hxx include/OpenCASCADE/Graphic3d_HorizontalTextAlignment.hxx +include/OpenCASCADE/Graphic3d_IndexBuffer.hxx +include/OpenCASCADE/Graphic3d_IndexBuffer_Handle.hxx include/OpenCASCADE/Graphic3d_InitialisationError.hxx include/OpenCASCADE/Graphic3d_LevelOfTextureAnisotropy.hxx -include/OpenCASCADE/Graphic3d_ListIteratorOfListOfPArray.hxx include/OpenCASCADE/Graphic3d_ListIteratorOfListOfShortReal.hxx -include/OpenCASCADE/Graphic3d_ListIteratorOfSetListOfSetOfGroup.hxx -include/OpenCASCADE/Graphic3d_ListNodeOfListOfPArray.hxx include/OpenCASCADE/Graphic3d_ListNodeOfListOfShortReal.hxx -include/OpenCASCADE/Graphic3d_ListNodeOfSetListOfSetOfGroup.hxx -include/OpenCASCADE/Graphic3d_ListOfPArray.hxx include/OpenCASCADE/Graphic3d_ListOfShortReal.hxx include/OpenCASCADE/Graphic3d_MapIteratorOfMapOfStructure.hxx include/OpenCASCADE/Graphic3d_MapOfStructure.hxx @@ -17113,6 +17223,7 @@ include/OpenCASCADE/Graphic3d_MarkerImage.hxx include/OpenCASCADE/Graphic3d_MarkerImage_Handle.hxx include/OpenCASCADE/Graphic3d_Mat4.hxx +include/OpenCASCADE/Graphic3d_Mat4d.hxx include/OpenCASCADE/Graphic3d_MaterialAspect.hxx include/OpenCASCADE/Graphic3d_MaterialDefinitionError.hxx include/OpenCASCADE/Graphic3d_NListOfHAsciiString.hxx @@ -17121,23 +17232,15 @@ include/OpenCASCADE/Graphic3d_NameOfTexture2D.hxx include/OpenCASCADE/Graphic3d_NameOfTextureEnv.hxx include/OpenCASCADE/Graphic3d_NameOfTexturePlane.hxx -include/OpenCASCADE/Graphic3d_PickIdDefinitionError.hxx -include/OpenCASCADE/Graphic3d_Plotter.hxx -include/OpenCASCADE/Graphic3d_PlotterDefinitionError.hxx -include/OpenCASCADE/Graphic3d_PrimitiveArray.hxx include/OpenCASCADE/Graphic3d_PriorityDefinitionError.hxx include/OpenCASCADE/Graphic3d_PtrFrameBuffer.hxx -include/OpenCASCADE/Graphic3d_SequenceNodeOfSequenceOfAddress.hxx -include/OpenCASCADE/Graphic3d_SequenceNodeOfSequenceOfGroup.hxx +include/OpenCASCADE/Graphic3d_RenderingMode.hxx +include/OpenCASCADE/Graphic3d_RenderingParams.hxx include/OpenCASCADE/Graphic3d_SequenceNodeOfSequenceOfStructure.hxx -include/OpenCASCADE/Graphic3d_SequenceOfAddress.hxx include/OpenCASCADE/Graphic3d_SequenceOfGroup.hxx include/OpenCASCADE/Graphic3d_SequenceOfHClipPlane.hxx include/OpenCASCADE/Graphic3d_SequenceOfHClipPlane_Handle.hxx include/OpenCASCADE/Graphic3d_SequenceOfStructure.hxx -include/OpenCASCADE/Graphic3d_SetIteratorOfSetOfGroup.hxx -include/OpenCASCADE/Graphic3d_SetListOfSetOfGroup.hxx -include/OpenCASCADE/Graphic3d_SetOfGroup.hxx include/OpenCASCADE/Graphic3d_ShaderObject.hxx include/OpenCASCADE/Graphic3d_ShaderObject_Handle.hxx include/OpenCASCADE/Graphic3d_ShaderProgram.hxx @@ -17147,11 +17250,12 @@ include/OpenCASCADE/Graphic3d_ShaderVariable_Handle.hxx include/OpenCASCADE/Graphic3d_SortType.hxx include/OpenCASCADE/Graphic3d_StdMapNodeOfMapOfStructure.hxx -include/OpenCASCADE/Graphic3d_Strips.hxx -include/OpenCASCADE/Graphic3d_StructPtr.hxx include/OpenCASCADE/Graphic3d_Structure.hxx +include/OpenCASCADE/Graphic3d_Structure.lxx include/OpenCASCADE/Graphic3d_StructureDefinitionError.hxx include/OpenCASCADE/Graphic3d_StructureManager.hxx +include/OpenCASCADE/Graphic3d_StructureManagerPtr.hxx +include/OpenCASCADE/Graphic3d_StructurePtr.hxx include/OpenCASCADE/Graphic3d_TextPath.hxx include/OpenCASCADE/Graphic3d_Texture1D.hxx include/OpenCASCADE/Graphic3d_Texture1Dmanual.hxx @@ -17361,7 +17465,6 @@ include/OpenCASCADE/Handle_AIS_Circle.hxx include/OpenCASCADE/Handle_AIS_ConcentricRelation.hxx include/OpenCASCADE/Handle_AIS_ConnectedInteractive.hxx -include/OpenCASCADE/Handle_AIS_ConnectedShape.hxx include/OpenCASCADE/Handle_AIS_DataMapNodeOfDataMapOfILC.hxx include/OpenCASCADE/Handle_AIS_DataMapNodeOfDataMapOfIOStatus.hxx include/OpenCASCADE/Handle_AIS_DataMapNodeOfDataMapOfSelStat.hxx @@ -17386,7 +17489,6 @@ include/OpenCASCADE/Handle_AIS_MidPointRelation.hxx include/OpenCASCADE/Handle_AIS_MinRadiusDimension.hxx include/OpenCASCADE/Handle_AIS_MultipleConnectedInteractive.hxx -include/OpenCASCADE/Handle_AIS_MultipleConnectedShape.hxx include/OpenCASCADE/Handle_AIS_OffsetDimension.hxx include/OpenCASCADE/Handle_AIS_ParallelRelation.hxx include/OpenCASCADE/Handle_AIS_PerpendicularRelation.hxx @@ -17422,7 +17524,8 @@ include/OpenCASCADE/Handle_AdvApp2Var_SequenceNodeOfSequenceOfStrip.hxx include/OpenCASCADE/Handle_AdvApp2Var_SequenceNodeOfStrip.hxx include/OpenCASCADE/Handle_AppDef_HArray1OfMultiPointConstraint.hxx -include/OpenCASCADE/Handle_AppDef_MyCriterionOfTheVariational.hxx +include/OpenCASCADE/Handle_AppDef_LinearCriteria.hxx +include/OpenCASCADE/Handle_AppDef_SmoothCriterion.hxx include/OpenCASCADE/Handle_AppParCurves_HArray1OfConstraintCouple.hxx include/OpenCASCADE/Handle_AppParCurves_HArray1OfMultiBSpCurve.hxx include/OpenCASCADE/Handle_AppParCurves_HArray1OfMultiCurve.hxx @@ -17429,7 +17532,6 @@ include/OpenCASCADE/Handle_AppParCurves_HArray1OfMultiPoint.hxx include/OpenCASCADE/Handle_AppParCurves_SequenceNodeOfSequenceOfMultiBSpCurve.hxx include/OpenCASCADE/Handle_AppParCurves_SequenceNodeOfSequenceOfMultiCurve.hxx -include/OpenCASCADE/Handle_AppParCurves_SmoothCriterion.hxx include/OpenCASCADE/Handle_AppStdL_Application.hxx include/OpenCASCADE/Handle_AppStd_Application.hxx include/OpenCASCADE/Handle_Approx_CurvlinFunc.hxx @@ -17445,50 +17547,20 @@ include/OpenCASCADE/Handle_Aspect_AspectMarkerDefinitionError.hxx include/OpenCASCADE/Handle_Aspect_BadAccess.hxx include/OpenCASCADE/Handle_Aspect_CircularGrid.hxx -include/OpenCASCADE/Handle_Aspect_ColorCubeColorMap.hxx -include/OpenCASCADE/Handle_Aspect_ColorMap.hxx -include/OpenCASCADE/Handle_Aspect_ColorMapDefinitionError.hxx -include/OpenCASCADE/Handle_Aspect_ColorRampColorMap.hxx include/OpenCASCADE/Handle_Aspect_ColorScale.hxx include/OpenCASCADE/Handle_Aspect_DisplayConnectionDefinitionError.hxx -include/OpenCASCADE/Handle_Aspect_Driver.hxx include/OpenCASCADE/Handle_Aspect_DriverDefinitionError.hxx -include/OpenCASCADE/Handle_Aspect_DriverError.hxx include/OpenCASCADE/Handle_Aspect_EdgeDefinitionError.hxx -include/OpenCASCADE/Handle_Aspect_FontMap.hxx -include/OpenCASCADE/Handle_Aspect_FontMapDefinitionError.hxx -include/OpenCASCADE/Handle_Aspect_FontStyleDefinitionError.hxx -include/OpenCASCADE/Handle_Aspect_GenericColorMap.hxx include/OpenCASCADE/Handle_Aspect_GraphicDeviceDefinitionError.hxx include/OpenCASCADE/Handle_Aspect_Grid.hxx include/OpenCASCADE/Handle_Aspect_IdentDefinitionError.hxx -include/OpenCASCADE/Handle_Aspect_LineStyleDefinitionError.hxx -include/OpenCASCADE/Handle_Aspect_LineWidthDefinitionError.hxx -include/OpenCASCADE/Handle_Aspect_MarkMap.hxx -include/OpenCASCADE/Handle_Aspect_MarkMapDefinitionError.hxx -include/OpenCASCADE/Handle_Aspect_MarkerStyleDefinitionError.hxx -include/OpenCASCADE/Handle_Aspect_PixmapDefinitionError.hxx -include/OpenCASCADE/Handle_Aspect_PixmapError.hxx -include/OpenCASCADE/Handle_Aspect_PolyStyleDefinitionError.hxx include/OpenCASCADE/Handle_Aspect_RectangularGrid.hxx include/OpenCASCADE/Handle_Aspect_SequenceNodeOfSequenceOfColor.hxx -include/OpenCASCADE/Handle_Aspect_SequenceNodeOfSequenceOfColorMapEntry.hxx -include/OpenCASCADE/Handle_Aspect_SequenceNodeOfSequenceOfFontMapEntry.hxx -include/OpenCASCADE/Handle_Aspect_SequenceNodeOfSequenceOfMarkMapEntry.hxx -include/OpenCASCADE/Handle_Aspect_SequenceNodeOfSequenceOfTypeMapEntry.hxx -include/OpenCASCADE/Handle_Aspect_SequenceNodeOfSequenceOfWidthMapEntry.hxx -include/OpenCASCADE/Handle_Aspect_TypeMap.hxx -include/OpenCASCADE/Handle_Aspect_TypeMapDefinitionError.hxx -include/OpenCASCADE/Handle_Aspect_UndefinedMap.hxx -include/OpenCASCADE/Handle_Aspect_WidthMap.hxx -include/OpenCASCADE/Handle_Aspect_WidthMapDefinitionError.hxx include/OpenCASCADE/Handle_Aspect_Window.hxx include/OpenCASCADE/Handle_Aspect_WindowDefinitionError.hxx -include/OpenCASCADE/Handle_Aspect_WindowDriver.hxx include/OpenCASCADE/Handle_Aspect_WindowError.hxx include/OpenCASCADE/Handle_BOPDS_CommonBlock.hxx include/OpenCASCADE/Handle_BOPDS_PaveBlock.hxx -include/OpenCASCADE/Handle_BOPInt_Context.hxx include/OpenCASCADE/Handle_BOPTest_DrawableShape.hxx include/OpenCASCADE/Handle_BRepAdaptor_HArray1OfCurve.hxx include/OpenCASCADE/Handle_BRepAdaptor_HCompCurve.hxx @@ -17544,27 +17616,6 @@ include/OpenCASCADE/Handle_BRepFill_ShapeLaw.hxx include/OpenCASCADE/Handle_BRepMAT2d_DataMapNodeOfDataMapOfBasicEltShape.hxx include/OpenCASCADE/Handle_BRepMAT2d_DataMapNodeOfDataMapOfShapeSequenceOfBasicElt.hxx -include/OpenCASCADE/Handle_BRepMAT2d_SequenceNodeOfSequenceOfBasicElt.hxx -include/OpenCASCADE/Handle_BRepMesh_DataMapNodeOfDataMapOfFaceAttribute.hxx -include/OpenCASCADE/Handle_BRepMesh_DataMapNodeOfDataMapOfIntegerListOfInteger.hxx -include/OpenCASCADE/Handle_BRepMesh_DataMapNodeOfDataMapOfIntegerListOfXY.hxx -include/OpenCASCADE/Handle_BRepMesh_DataMapNodeOfDataMapOfIntegerPnt.hxx -include/OpenCASCADE/Handle_BRepMesh_DataMapNodeOfDataMapOfShapePairOfPolygon.hxx -include/OpenCASCADE/Handle_BRepMesh_DataMapNodeOfDataMapOfShapeReal.hxx -include/OpenCASCADE/Handle_BRepMesh_DataMapNodeOfDataMapOfVertexInteger.hxx -include/OpenCASCADE/Handle_BRepMesh_DataStructureOfDelaun.hxx -include/OpenCASCADE/Handle_BRepMesh_DiscretRoot.hxx -include/OpenCASCADE/Handle_BRepMesh_FaceAttribute.hxx -include/OpenCASCADE/Handle_BRepMesh_FastDiscret.hxx -include/OpenCASCADE/Handle_BRepMesh_FastDiscretFace.hxx -include/OpenCASCADE/Handle_BRepMesh_HArray1OfVertexOfDelaun.hxx -include/OpenCASCADE/Handle_BRepMesh_IncrementalMesh.hxx -include/OpenCASCADE/Handle_BRepMesh_IndexedDataMapNodeOfIDMapOfLinkOfDataStructureOfDelaun.hxx -include/OpenCASCADE/Handle_BRepMesh_IndexedDataMapNodeOfIDMapOfNodeOfDataStructureOfDelaun.hxx -include/OpenCASCADE/Handle_BRepMesh_IndexedMapNodeOfIMapOfElementOfDataStructureOfDelaun.hxx -include/OpenCASCADE/Handle_BRepMesh_IndexedMapNodeOfIndexedMapOfVertex.hxx -include/OpenCASCADE/Handle_BRepMesh_ListNodeOfListOfVertex.hxx -include/OpenCASCADE/Handle_BRepMesh_ListNodeOfListOfXY.hxx include/OpenCASCADE/Handle_BRepOffsetAPI_SequenceNodeOfSequenceOfSequenceOfReal.hxx include/OpenCASCADE/Handle_BRepOffsetAPI_SequenceNodeOfSequenceOfSequenceOfShape.hxx include/OpenCASCADE/Handle_BRepOffset_DataMapNodeOfDataMapOfShapeListOfInterval.hxx @@ -17571,7 +17622,6 @@ include/OpenCASCADE/Handle_BRepOffset_DataMapNodeOfDataMapOfShapeMapOfShape.hxx include/OpenCASCADE/Handle_BRepOffset_DataMapNodeOfDataMapOfShapeOffset.hxx include/OpenCASCADE/Handle_BRepOffset_ListNodeOfListOfInterval.hxx -include/OpenCASCADE/Handle_BRepSweep_SequenceNodeOfSequenceOfShapesOfNumLinearRegularSweep.hxx include/OpenCASCADE/Handle_BRepTools_DataMapNodeOfMapOfVertexPnt2d.hxx include/OpenCASCADE/Handle_BRepTools_GTrsfModification.hxx include/OpenCASCADE/Handle_BRepTools_Modification.hxx @@ -17685,6 +17735,7 @@ include/OpenCASCADE/Handle_Bnd_SequenceNodeOfSeqOfBox.hxx include/OpenCASCADE/Handle_CDF_Application.hxx include/OpenCASCADE/Handle_CDF_Directory.hxx +include/OpenCASCADE/Handle_CDF_FWOSDriver.hxx include/OpenCASCADE/Handle_CDF_MetaDataDriver.hxx include/OpenCASCADE/Handle_CDF_MetaDataDriverError.hxx include/OpenCASCADE/Handle_CDF_MetaDataDriverFactory.hxx @@ -17701,7 +17752,6 @@ include/OpenCASCADE/Handle_CDM_MetaData.hxx include/OpenCASCADE/Handle_CDM_NullMessageDriver.hxx include/OpenCASCADE/Handle_CDM_Reference.hxx -include/OpenCASCADE/Handle_CDM_StackNodeOfStackOfDocument.hxx include/OpenCASCADE/Handle_CDM_StdMapNodeOfMapOfDocument.hxx include/OpenCASCADE/Handle_ChFiDS_ChamfSpine.hxx include/OpenCASCADE/Handle_ChFiDS_FilSpine.hxx @@ -17718,13 +17768,13 @@ include/OpenCASCADE/Handle_ChFiDS_Stripe.hxx include/OpenCASCADE/Handle_ChFiDS_SurfData.hxx include/OpenCASCADE/Handle_ChFiKPart_DataMapNodeOfRstMap.hxx -include/OpenCASCADE/Handle_Contap_SequenceNodeOfSequenceOfIWLineOfTheIWalkingOfContour.hxx -include/OpenCASCADE/Handle_Contap_SequenceNodeOfSequenceOfPathPointOfTheSearchOfContour.hxx -include/OpenCASCADE/Handle_Contap_SequenceNodeOfSequenceOfSegmentOfTheSearchOfContour.hxx -include/OpenCASCADE/Handle_Contap_SequenceNodeOfTheSequenceOfLineOfContour.hxx -include/OpenCASCADE/Handle_Contap_SequenceNodeOfTheSequenceOfPointOfContour.hxx -include/OpenCASCADE/Handle_Contap_TheHSequenceOfPointOfContour.hxx -include/OpenCASCADE/Handle_Contap_TheIWLineOfTheIWalkingOfContour.hxx +include/OpenCASCADE/Handle_Contap_SequenceNodeOfSequenceOfIWLineOfTheIWalking.hxx +include/OpenCASCADE/Handle_Contap_SequenceNodeOfSequenceOfPathPointOfTheSearch.hxx +include/OpenCASCADE/Handle_Contap_SequenceNodeOfSequenceOfSegmentOfTheSearch.hxx +include/OpenCASCADE/Handle_Contap_SequenceNodeOfTheSequenceOfLine.hxx +include/OpenCASCADE/Handle_Contap_SequenceNodeOfTheSequenceOfPoint.hxx +include/OpenCASCADE/Handle_Contap_TheHSequenceOfPoint.hxx +include/OpenCASCADE/Handle_Contap_TheIWLineOfTheIWalking.hxx include/OpenCASCADE/Handle_Convert_SequenceNodeOfSequenceOfArray1OfPoles.hxx include/OpenCASCADE/Handle_DBC_VArrayNodeOfVArrayOfCharacter.hxx include/OpenCASCADE/Handle_DBC_VArrayNodeOfVArrayOfExtCharacter.hxx @@ -17738,7 +17788,7 @@ include/OpenCASCADE/Handle_DBRep_ListNodeOfListOfHideData.hxx include/OpenCASCADE/Handle_DDF_Browser.hxx include/OpenCASCADE/Handle_DDF_Data.hxx -include/OpenCASCADE/Handle_DDF_StackNodeOfTransactionStack.hxx +include/OpenCASCADE/Handle_DDF_ListNodeOfTransactionStack.hxx include/OpenCASCADE/Handle_DDF_Transaction.hxx include/OpenCASCADE/Handle_DDataStd_DrawDriver.hxx include/OpenCASCADE/Handle_DDataStd_DrawPresentation.hxx @@ -17796,8 +17846,6 @@ include/OpenCASCADE/Handle_Draw_Chronometer.hxx include/OpenCASCADE/Handle_Draw_Circle2D.hxx include/OpenCASCADE/Handle_Draw_Circle3D.hxx -include/OpenCASCADE/Handle_Draw_DataMapNodeOfMapOfFunctions.hxx -include/OpenCASCADE/Handle_Draw_DataMapNodeOfVMap.hxx include/OpenCASCADE/Handle_Draw_Drawable2D.hxx include/OpenCASCADE/Handle_Draw_Drawable3D.hxx include/OpenCASCADE/Handle_Draw_Failure.hxx @@ -17813,50 +17861,15 @@ include/OpenCASCADE/Handle_Draw_SequenceNodeOfSequenceOfDrawable3D.hxx include/OpenCASCADE/Handle_Draw_Text2D.hxx include/OpenCASCADE/Handle_Draw_Text3D.hxx -include/OpenCASCADE/Handle_Dynamic_AbstractVariableInstance.hxx -include/OpenCASCADE/Handle_Dynamic_BooleanParameter.hxx -include/OpenCASCADE/Handle_Dynamic_CompiledMethod.hxx -include/OpenCASCADE/Handle_Dynamic_CompositMethod.hxx -include/OpenCASCADE/Handle_Dynamic_CompositVariableInstance.hxx -include/OpenCASCADE/Handle_Dynamic_DynamicClass.hxx -include/OpenCASCADE/Handle_Dynamic_DynamicDerivedClass.hxx -include/OpenCASCADE/Handle_Dynamic_DynamicInstance.hxx -include/OpenCASCADE/Handle_Dynamic_FuzzyClass.hxx -include/OpenCASCADE/Handle_Dynamic_FuzzyDefinition.hxx -include/OpenCASCADE/Handle_Dynamic_FuzzyDefinitionsDictionary.hxx -include/OpenCASCADE/Handle_Dynamic_InstanceParameter.hxx -include/OpenCASCADE/Handle_Dynamic_IntegerParameter.hxx -include/OpenCASCADE/Handle_Dynamic_InterpretedMethod.hxx -include/OpenCASCADE/Handle_Dynamic_Method.hxx -include/OpenCASCADE/Handle_Dynamic_MethodDefinition.hxx -include/OpenCASCADE/Handle_Dynamic_MethodDefinitionsDictionary.hxx -include/OpenCASCADE/Handle_Dynamic_ObjectParameter.hxx -include/OpenCASCADE/Handle_Dynamic_Parameter.hxx -include/OpenCASCADE/Handle_Dynamic_ParameterNode.hxx -include/OpenCASCADE/Handle_Dynamic_RealParameter.hxx -include/OpenCASCADE/Handle_Dynamic_SequenceNodeOfSeqOfClasses.hxx -include/OpenCASCADE/Handle_Dynamic_SequenceNodeOfSeqOfFuzzyDefinitions.hxx -include/OpenCASCADE/Handle_Dynamic_SequenceNodeOfSeqOfMethodDefinitions.hxx -include/OpenCASCADE/Handle_Dynamic_SequenceNodeOfSeqOfMethods.hxx -include/OpenCASCADE/Handle_Dynamic_SequenceOfClasses.hxx -include/OpenCASCADE/Handle_Dynamic_SequenceOfFuzzyDefinitions.hxx -include/OpenCASCADE/Handle_Dynamic_SequenceOfMethodDefinitions.hxx -include/OpenCASCADE/Handle_Dynamic_SequenceOfMethods.hxx -include/OpenCASCADE/Handle_Dynamic_StringParameter.hxx -include/OpenCASCADE/Handle_Dynamic_Variable.hxx -include/OpenCASCADE/Handle_Dynamic_VariableGroup.hxx -include/OpenCASCADE/Handle_Dynamic_VariableInstance.hxx -include/OpenCASCADE/Handle_Dynamic_VariableNode.hxx include/OpenCASCADE/Handle_ExprIntrp_GenExp.hxx include/OpenCASCADE/Handle_ExprIntrp_GenFct.hxx include/OpenCASCADE/Handle_ExprIntrp_GenRel.hxx include/OpenCASCADE/Handle_ExprIntrp_Generator.hxx +include/OpenCASCADE/Handle_ExprIntrp_ListNodeOfStackOfGeneralExpression.hxx +include/OpenCASCADE/Handle_ExprIntrp_ListNodeOfStackOfGeneralFunction.hxx +include/OpenCASCADE/Handle_ExprIntrp_ListNodeOfStackOfGeneralRelation.hxx include/OpenCASCADE/Handle_ExprIntrp_SequenceNodeOfSequenceOfNamedExpression.hxx include/OpenCASCADE/Handle_ExprIntrp_SequenceNodeOfSequenceOfNamedFunction.hxx -include/OpenCASCADE/Handle_ExprIntrp_StackNodeOfStackOfGeneralExpression.hxx -include/OpenCASCADE/Handle_ExprIntrp_StackNodeOfStackOfGeneralFunction.hxx -include/OpenCASCADE/Handle_ExprIntrp_StackNodeOfStackOfGeneralRelation.hxx -include/OpenCASCADE/Handle_ExprIntrp_StackNodeOfStackOfNames.hxx include/OpenCASCADE/Handle_ExprIntrp_SyntaxError.hxx include/OpenCASCADE/Handle_Expr_Absolute.hxx include/OpenCASCADE/Handle_Expr_ArcCosine.hxx @@ -17915,8 +17928,8 @@ include/OpenCASCADE/Handle_Expr_UnaryExpression.hxx include/OpenCASCADE/Handle_Expr_UnaryFunction.hxx include/OpenCASCADE/Handle_Expr_UnaryMinus.hxx -include/OpenCASCADE/Handle_Extrema_CCache2dOfExtCC2d.hxx -include/OpenCASCADE/Handle_Extrema_CCacheOfExtCC.hxx +include/OpenCASCADE/Handle_Extrema_ExtPExtS.hxx +include/OpenCASCADE/Handle_Extrema_ExtPRevS.hxx include/OpenCASCADE/Handle_Extrema_HArray1OfPOnCurv.hxx include/OpenCASCADE/Handle_Extrema_HArray1OfPOnCurv2d.hxx include/OpenCASCADE/Handle_Extrema_HArray1OfPOnSurf.hxx @@ -17924,8 +17937,6 @@ include/OpenCASCADE/Handle_Extrema_HArray2OfPOnCurv2d.hxx include/OpenCASCADE/Handle_Extrema_HArray2OfPOnSurf.hxx include/OpenCASCADE/Handle_Extrema_HArray2OfPOnSurfParams.hxx -include/OpenCASCADE/Handle_Extrema_LCCache2dOfLocateExtCC2d.hxx -include/OpenCASCADE/Handle_Extrema_LCCacheOfLocateExtCC.hxx include/OpenCASCADE/Handle_Extrema_SequenceNodeOfSeqPCOfPCFOfEPCOfELPCOfLocateExtPC.hxx include/OpenCASCADE/Handle_Extrema_SequenceNodeOfSeqPCOfPCFOfEPCOfELPCOfLocateExtPC2d.hxx include/OpenCASCADE/Handle_Extrema_SequenceNodeOfSeqPCOfPCFOfEPCOfExtPC.hxx @@ -17932,12 +17943,8 @@ include/OpenCASCADE/Handle_Extrema_SequenceNodeOfSeqPCOfPCFOfEPCOfExtPC2d.hxx include/OpenCASCADE/Handle_Extrema_SequenceNodeOfSeqPCOfPCLocFOfLocEPCOfLocateExtPC.hxx include/OpenCASCADE/Handle_Extrema_SequenceNodeOfSeqPCOfPCLocFOfLocEPCOfLocateExtPC2d.hxx -include/OpenCASCADE/Handle_Extrema_SequenceNodeOfSeqPOnCOfCCFOfECC2dOfExtCC2d.hxx -include/OpenCASCADE/Handle_Extrema_SequenceNodeOfSeqPOnCOfCCFOfECCOfExtCC.hxx -include/OpenCASCADE/Handle_Extrema_SequenceNodeOfSeqPOnCOfCCFOfELCC2dOfLocateExtCC2d.hxx -include/OpenCASCADE/Handle_Extrema_SequenceNodeOfSeqPOnCOfCCFOfELCCOfLocateExtCC.hxx -include/OpenCASCADE/Handle_Extrema_SequenceNodeOfSeqPOnCOfCCLocFOfLocECC2dOfLocateExtCC2d.hxx -include/OpenCASCADE/Handle_Extrema_SequenceNodeOfSeqPOnCOfCCLocFOfLocECCOfLocateExtCC.hxx +include/OpenCASCADE/Handle_Extrema_SequenceNodeOfSeqPOnCOfCCLocFOfLocECC.hxx +include/OpenCASCADE/Handle_Extrema_SequenceNodeOfSeqPOnCOfCCLocFOfLocECC2d.hxx include/OpenCASCADE/Handle_Extrema_SequenceNodeOfSequenceOfPOnCurv.hxx include/OpenCASCADE/Handle_Extrema_SequenceNodeOfSequenceOfPOnCurv2d.hxx include/OpenCASCADE/Handle_Extrema_SequenceNodeOfSequenceOfPOnSurf.hxx @@ -17951,7 +17958,6 @@ include/OpenCASCADE/Handle_FEmTool_ProfileMatrix.hxx include/OpenCASCADE/Handle_FEmTool_SequenceNodeOfSeqOfLinConstr.hxx include/OpenCASCADE/Handle_FEmTool_SparseMatrix.hxx -include/OpenCASCADE/Handle_FWOSDriver_Driver.hxx include/OpenCASCADE/Handle_FWOSDriver_DriverFactory.hxx include/OpenCASCADE/Handle_Font_FontMgr.hxx include/OpenCASCADE/Handle_Font_SystemFont.hxx @@ -17965,11 +17971,11 @@ include/OpenCASCADE/Handle_GccInt_BParab.hxx include/OpenCASCADE/Handle_GccInt_BPoint.hxx include/OpenCASCADE/Handle_GccInt_Bisec.hxx -include/OpenCASCADE/Handle_GccIter_IsParallel.hxx include/OpenCASCADE/Handle_Geom2dAdaptor_GHCurve.hxx include/OpenCASCADE/Handle_Geom2dAdaptor_HCurve.hxx -include/OpenCASCADE/Handle_Geom2dHatch_DataMapNodeOfHatchingsOfHatcher.hxx -include/OpenCASCADE/Handle_Geom2dHatch_DataMapNodeOfMapOfElementsOfElementsOfHatcher.hxx +include/OpenCASCADE/Handle_Geom2dGcc_IsParallel.hxx +include/OpenCASCADE/Handle_Geom2dHatch_DataMapNodeOfHatchings.hxx +include/OpenCASCADE/Handle_Geom2dHatch_DataMapNodeOfMapOfElements.hxx include/OpenCASCADE/Handle_Geom2dInt_SequenceNodeOfSeqPCOfPCLocFOfTheLocateExtPCOfTheProjPCurOfGInter.hxx include/OpenCASCADE/Handle_Geom2d_AxisPlacement.hxx include/OpenCASCADE/Handle_Geom2d_BSplineCurve.hxx @@ -18063,7 +18069,6 @@ include/OpenCASCADE/Handle_Geom_Ellipse.hxx include/OpenCASCADE/Handle_Geom_Geometry.hxx include/OpenCASCADE/Handle_Geom_HSequenceOfBSplineSurface.hxx -include/OpenCASCADE/Handle_Geom_HSequenceOfSurface.hxx include/OpenCASCADE/Handle_Geom_Hyperbola.hxx include/OpenCASCADE/Handle_Geom_Line.hxx include/OpenCASCADE/Handle_Geom_OffsetCurve.hxx @@ -18073,7 +18078,6 @@ include/OpenCASCADE/Handle_Geom_Point.hxx include/OpenCASCADE/Handle_Geom_RectangularTrimmedSurface.hxx include/OpenCASCADE/Handle_Geom_SequenceNodeOfSequenceOfBSplineSurface.hxx -include/OpenCASCADE/Handle_Geom_SequenceNodeOfSequenceOfSurface.hxx include/OpenCASCADE/Handle_Geom_SphericalSurface.hxx include/OpenCASCADE/Handle_Geom_Surface.hxx include/OpenCASCADE/Handle_Geom_SurfaceOfLinearExtrusion.hxx @@ -18086,10 +18090,6 @@ include/OpenCASCADE/Handle_Geom_UndefinedValue.hxx include/OpenCASCADE/Handle_Geom_Vector.hxx include/OpenCASCADE/Handle_Geom_VectorWithMagnitude.hxx -include/OpenCASCADE/Handle_GraphDS_DataMapNodeOfEntityRoleMap.hxx -include/OpenCASCADE/Handle_GraphTools_ListNodeOfListOfSequenceOfInteger.hxx -include/OpenCASCADE/Handle_GraphTools_ListNodeOfSCList.hxx -include/OpenCASCADE/Handle_GraphTools_SC.hxx include/OpenCASCADE/Handle_Graphic3d_ArrayOfPoints.hxx include/OpenCASCADE/Handle_Graphic3d_ArrayOfPolygons.hxx include/OpenCASCADE/Handle_Graphic3d_ArrayOfPolylines.hxx @@ -18110,20 +18110,11 @@ include/OpenCASCADE/Handle_Graphic3d_GraphicDriver.hxx include/OpenCASCADE/Handle_Graphic3d_Group.hxx include/OpenCASCADE/Handle_Graphic3d_GroupDefinitionError.hxx -include/OpenCASCADE/Handle_Graphic3d_HSequenceOfGroup.hxx include/OpenCASCADE/Handle_Graphic3d_HSequenceOfStructure.hxx -include/OpenCASCADE/Handle_Graphic3d_HSetOfGroup.hxx include/OpenCASCADE/Handle_Graphic3d_InitialisationError.hxx -include/OpenCASCADE/Handle_Graphic3d_ListNodeOfListOfPArray.hxx include/OpenCASCADE/Handle_Graphic3d_ListNodeOfListOfShortReal.hxx -include/OpenCASCADE/Handle_Graphic3d_ListNodeOfSetListOfSetOfGroup.hxx include/OpenCASCADE/Handle_Graphic3d_MaterialDefinitionError.hxx -include/OpenCASCADE/Handle_Graphic3d_PickIdDefinitionError.hxx -include/OpenCASCADE/Handle_Graphic3d_Plotter.hxx -include/OpenCASCADE/Handle_Graphic3d_PlotterDefinitionError.hxx include/OpenCASCADE/Handle_Graphic3d_PriorityDefinitionError.hxx -include/OpenCASCADE/Handle_Graphic3d_SequenceNodeOfSequenceOfAddress.hxx -include/OpenCASCADE/Handle_Graphic3d_SequenceNodeOfSequenceOfGroup.hxx include/OpenCASCADE/Handle_Graphic3d_SequenceNodeOfSequenceOfStructure.hxx include/OpenCASCADE/Handle_Graphic3d_StdMapNodeOfMapOfStructure.hxx include/OpenCASCADE/Handle_Graphic3d_Structure.hxx @@ -18561,6 +18552,7 @@ include/OpenCASCADE/Handle_IntSurf_SequenceNodeOfSequenceOfCouple.hxx include/OpenCASCADE/Handle_IntSurf_SequenceNodeOfSequenceOfInteriorPoint.hxx include/OpenCASCADE/Handle_IntSurf_SequenceNodeOfSequenceOfPathPoint.hxx +include/OpenCASCADE/Handle_IntTools_Context.hxx include/OpenCASCADE/Handle_IntTools_DataMapNodeOfDataMapOfCurveSampleBox.hxx include/OpenCASCADE/Handle_IntTools_DataMapNodeOfDataMapOfSurfaceSampleBox.hxx include/OpenCASCADE/Handle_IntTools_IndexedDataMapNodeOfIndexedDataMapOfTransientAddress.hxx @@ -18628,7 +18620,6 @@ include/OpenCASCADE/Handle_LocOpe_GeneratedShape.hxx include/OpenCASCADE/Handle_LocOpe_GluedShape.hxx include/OpenCASCADE/Handle_LocOpe_HBuilder.hxx -include/OpenCASCADE/Handle_LocOpe_ProjectedWires.hxx include/OpenCASCADE/Handle_LocOpe_SequenceNodeOfSequenceOfCirc.hxx include/OpenCASCADE/Handle_LocOpe_SequenceNodeOfSequenceOfLin.hxx include/OpenCASCADE/Handle_LocOpe_SequenceNodeOfSequenceOfPntFace.hxx @@ -18803,14 +18794,6 @@ include/OpenCASCADE/Handle_MXCAFDoc_ShapeToolStorageDriver.hxx include/OpenCASCADE/Handle_MXCAFDoc_VolumeRetrievalDriver.hxx include/OpenCASCADE/Handle_MXCAFDoc_VolumeStorageDriver.hxx -include/OpenCASCADE/Handle_Materials_Color.hxx -include/OpenCASCADE/Handle_Materials_FuzzyInstance.hxx -include/OpenCASCADE/Handle_Materials_Material.hxx -include/OpenCASCADE/Handle_Materials_MaterialDefinition.hxx -include/OpenCASCADE/Handle_Materials_MaterialsDictionary.hxx -include/OpenCASCADE/Handle_Materials_MaterialsSequence.hxx -include/OpenCASCADE/Handle_Materials_SequenceNodeOfMtsSequence.hxx -include/OpenCASCADE/Handle_MeshTest_DrawableMesh.hxx include/OpenCASCADE/Handle_MeshVS_DataMapNodeOfDataMapOfColorMapOfInteger.hxx include/OpenCASCADE/Handle_MeshVS_DataMapNodeOfDataMapOfHArray1OfSequenceOfInteger.hxx include/OpenCASCADE/Handle_MeshVS_DataMapNodeOfDataMapOfIntegerAsciiString.hxx @@ -18881,8 +18864,8 @@ include/OpenCASCADE/Handle_NLPlate_HPG1Constraint.hxx include/OpenCASCADE/Handle_NLPlate_HPG2Constraint.hxx include/OpenCASCADE/Handle_NLPlate_HPG3Constraint.hxx +include/OpenCASCADE/Handle_NLPlate_ListNodeOfStackOfPlate.hxx include/OpenCASCADE/Handle_NLPlate_SequenceNodeOfSequenceOfHGPPConstraint.hxx -include/OpenCASCADE/Handle_NLPlate_StackNodeOfStackOfPlate.hxx include/OpenCASCADE/Handle_OSD_Exception.hxx include/OpenCASCADE/Handle_OSD_Exception_ACCESS_VIOLATION.hxx include/OpenCASCADE/Handle_OSD_Exception_ARRAY_BOUNDS_EXCEEDED.hxx @@ -18918,9 +18901,9 @@ include/OpenCASCADE/Handle_ObjMgt_PSeqOfExtRef.hxx include/OpenCASCADE/Handle_ObjMgt_SeqNodeOfPSeqOfExtRef.hxx include/OpenCASCADE/Handle_OpenGl_Context.hxx -include/OpenCASCADE/Handle_OpenGl_Display.hxx include/OpenCASCADE/Handle_OpenGl_GraphicDriver.hxx include/OpenCASCADE/Handle_OpenGl_PointSprite.hxx +include/OpenCASCADE/Handle_OpenGl_Sampler.hxx include/OpenCASCADE/Handle_OpenGl_ShaderManager.hxx include/OpenCASCADE/Handle_OpenGl_ShaderObject.hxx include/OpenCASCADE/Handle_OpenGl_ShaderProgram.hxx @@ -18962,34 +18945,6 @@ include/OpenCASCADE/Handle_PCDM_SequenceNodeOfSequenceOfReference.hxx include/OpenCASCADE/Handle_PCDM_StorageDriver.hxx include/OpenCASCADE/Handle_PCDM_Writer.hxx -include/OpenCASCADE/Handle_PColPGeom2d_HArray1OfBSplineCurve.hxx -include/OpenCASCADE/Handle_PColPGeom2d_HArray1OfBezierCurve.hxx -include/OpenCASCADE/Handle_PColPGeom2d_HArray1OfBoundedCurve.hxx -include/OpenCASCADE/Handle_PColPGeom2d_HArray1OfCurve.hxx -include/OpenCASCADE/Handle_PColPGeom2d_VArrayNodeOfFieldOfHArray1OfBSplineCurve.hxx -include/OpenCASCADE/Handle_PColPGeom2d_VArrayNodeOfFieldOfHArray1OfBezierCurve.hxx -include/OpenCASCADE/Handle_PColPGeom2d_VArrayNodeOfFieldOfHArray1OfBoundedCurve.hxx -include/OpenCASCADE/Handle_PColPGeom2d_VArrayNodeOfFieldOfHArray1OfCurve.hxx -include/OpenCASCADE/Handle_PColPGeom_HArray1OfBSplineCurve.hxx -include/OpenCASCADE/Handle_PColPGeom_HArray1OfBezierCurve.hxx -include/OpenCASCADE/Handle_PColPGeom_HArray1OfBoundedCurve.hxx -include/OpenCASCADE/Handle_PColPGeom_HArray1OfBoundedSurface.hxx -include/OpenCASCADE/Handle_PColPGeom_HArray1OfCurve.hxx -include/OpenCASCADE/Handle_PColPGeom_HArray1OfSurface.hxx -include/OpenCASCADE/Handle_PColPGeom_HArray2OfBSplineSurface.hxx -include/OpenCASCADE/Handle_PColPGeom_HArray2OfBezierSurface.hxx -include/OpenCASCADE/Handle_PColPGeom_HArray2OfBoundedSurface.hxx -include/OpenCASCADE/Handle_PColPGeom_HArray2OfSurface.hxx -include/OpenCASCADE/Handle_PColPGeom_VArrayNodeOfFieldOfHArray1OfBSplineCurve.hxx -include/OpenCASCADE/Handle_PColPGeom_VArrayNodeOfFieldOfHArray1OfBezierCurve.hxx -include/OpenCASCADE/Handle_PColPGeom_VArrayNodeOfFieldOfHArray1OfBoundedCurve.hxx -include/OpenCASCADE/Handle_PColPGeom_VArrayNodeOfFieldOfHArray1OfBoundedSurface.hxx -include/OpenCASCADE/Handle_PColPGeom_VArrayNodeOfFieldOfHArray1OfCurve.hxx -include/OpenCASCADE/Handle_PColPGeom_VArrayNodeOfFieldOfHArray1OfSurface.hxx -include/OpenCASCADE/Handle_PColPGeom_VArrayNodeOfFieldOfHArray2OfBSplineSurface.hxx -include/OpenCASCADE/Handle_PColPGeom_VArrayNodeOfFieldOfHArray2OfBezierSurface.hxx -include/OpenCASCADE/Handle_PColPGeom_VArrayNodeOfFieldOfHArray2OfBoundedSurface.hxx -include/OpenCASCADE/Handle_PColPGeom_VArrayNodeOfFieldOfHArray2OfSurface.hxx include/OpenCASCADE/Handle_PColStd_HArray1OfExtendedString.hxx include/OpenCASCADE/Handle_PColStd_HArray1OfInteger.hxx include/OpenCASCADE/Handle_PColStd_HArray1OfPersistent.hxx @@ -18997,22 +18952,6 @@ include/OpenCASCADE/Handle_PColStd_HArray2OfInteger.hxx include/OpenCASCADE/Handle_PColStd_HArray2OfPersistent.hxx include/OpenCASCADE/Handle_PColStd_HArray2OfReal.hxx -include/OpenCASCADE/Handle_PColStd_HDoubleListOfInteger.hxx -include/OpenCASCADE/Handle_PColStd_HDoubleListOfPersistent.hxx -include/OpenCASCADE/Handle_PColStd_HDoubleListOfReal.hxx -include/OpenCASCADE/Handle_PColStd_HSequenceOfHAsciiString.hxx -include/OpenCASCADE/Handle_PColStd_HSequenceOfHExtendedString.hxx -include/OpenCASCADE/Handle_PColStd_HSequenceOfInteger.hxx -include/OpenCASCADE/Handle_PColStd_HSequenceOfPersistent.hxx -include/OpenCASCADE/Handle_PColStd_HSequenceOfReal.hxx -include/OpenCASCADE/Handle_PColStd_HSingleListOfInteger.hxx -include/OpenCASCADE/Handle_PColStd_HSingleListOfPersistent.hxx -include/OpenCASCADE/Handle_PColStd_HSingleListOfReal.hxx -include/OpenCASCADE/Handle_PColStd_SeqNodeOfHSequenceOfHAsciiString.hxx -include/OpenCASCADE/Handle_PColStd_SeqNodeOfHSequenceOfHExtendedString.hxx -include/OpenCASCADE/Handle_PColStd_SeqNodeOfHSequenceOfInteger.hxx -include/OpenCASCADE/Handle_PColStd_SeqNodeOfHSequenceOfPersistent.hxx -include/OpenCASCADE/Handle_PColStd_SeqNodeOfHSequenceOfReal.hxx include/OpenCASCADE/Handle_PColStd_VArrayNodeOfFieldOfHArray1OfExtendedString.hxx include/OpenCASCADE/Handle_PColStd_VArrayNodeOfFieldOfHArray1OfInteger.hxx include/OpenCASCADE/Handle_PColStd_VArrayNodeOfFieldOfHArray1OfPersistent.hxx @@ -19070,9 +19009,6 @@ include/OpenCASCADE/Handle_PColgp_VArrayNodeOfFieldOfHArray2OfXYZ.hxx include/OpenCASCADE/Handle_PCollection_HAsciiString.hxx include/OpenCASCADE/Handle_PCollection_HExtendedString.hxx -include/OpenCASCADE/Handle_PCollection_IsContained.hxx -include/OpenCASCADE/Handle_PCollection_IsNotRoot.hxx -include/OpenCASCADE/Handle_PCollection_IsNullTree.hxx include/OpenCASCADE/Handle_PDF_Attribute.hxx include/OpenCASCADE/Handle_PDF_Data.hxx include/OpenCASCADE/Handle_PDF_HAttributeArray1.hxx @@ -19274,7 +19210,6 @@ include/OpenCASCADE/Handle_Plate_SequenceNodeOfSequenceOfPinpointConstraint.hxx include/OpenCASCADE/Handle_Plugin_DataMapNodeOfMapOfFunctions.hxx include/OpenCASCADE/Handle_Plugin_Failure.hxx -include/OpenCASCADE/Handle_Poly_CoherentTriangulation.hxx include/OpenCASCADE/Handle_Poly_HArray1OfTriangle.hxx include/OpenCASCADE/Handle_Poly_Polygon2D.hxx include/OpenCASCADE/Handle_Poly_Polygon3D.hxx @@ -19301,21 +19236,15 @@ include/OpenCASCADE/Handle_Prs3d_TextAspect.hxx include/OpenCASCADE/Handle_PrsMgr_PresentableObject.hxx include/OpenCASCADE/Handle_PrsMgr_Presentation.hxx -include/OpenCASCADE/Handle_PrsMgr_Presentation3d.hxx include/OpenCASCADE/Handle_PrsMgr_PresentationManager.hxx -include/OpenCASCADE/Handle_PrsMgr_PresentationManager3d.hxx include/OpenCASCADE/Handle_PrsMgr_Prs.hxx include/OpenCASCADE/Handle_PrsMgr_SequenceNodeOfPresentations.hxx include/OpenCASCADE/Handle_QABugs_MyText.hxx include/OpenCASCADE/Handle_QABugs_PresentableObject.hxx -include/OpenCASCADE/Handle_QADNaming_DataMapNodeOfDataMapOfShapeOfName.hxx include/OpenCASCADE/Handle_QANCollection_DataMapNodeOfDataMapOfRealPnt.hxx include/OpenCASCADE/Handle_QANCollection_DoubleMapNodeOfDoubleMapOfRealInteger.hxx include/OpenCASCADE/Handle_QANCollection_IndexedDataMapNodeOfIndexedDataMapOfRealPnt.hxx include/OpenCASCADE/Handle_QANCollection_ListNodeOfListOfPnt.hxx -include/OpenCASCADE/Handle_QANCollection_QueueNodeOfQueueOfPnt.hxx -include/OpenCASCADE/Handle_QANCollection_SListNodeOfSListOfPnt.hxx -include/OpenCASCADE/Handle_QANCollection_StackNodeOfStackOfPnt.hxx include/OpenCASCADE/Handle_QANewModTopOpe_ReShaper.hxx include/OpenCASCADE/Handle_Quantity_ColorDefinitionError.hxx include/OpenCASCADE/Handle_Quantity_DateDefinitionError.hxx @@ -20242,8 +20171,6 @@ include/OpenCASCADE/Handle_Storage_HArrayOfCallBack.hxx include/OpenCASCADE/Handle_Storage_HArrayOfSchema.hxx include/OpenCASCADE/Handle_Storage_HPArray.hxx -include/OpenCASCADE/Handle_Storage_HSeqOfCallBack.hxx -include/OpenCASCADE/Handle_Storage_HSeqOfPersistent.hxx include/OpenCASCADE/Handle_Storage_HSeqOfRoot.hxx include/OpenCASCADE/Handle_Storage_HeaderData.hxx include/OpenCASCADE/Handle_Storage_IndexedDataMapNodeOfPType.hxx @@ -20251,8 +20178,6 @@ include/OpenCASCADE/Handle_Storage_Root.hxx include/OpenCASCADE/Handle_Storage_RootData.hxx include/OpenCASCADE/Handle_Storage_Schema.hxx -include/OpenCASCADE/Handle_Storage_SequenceNodeOfSeqOfCallBack.hxx -include/OpenCASCADE/Handle_Storage_SequenceNodeOfSeqOfPersistent.hxx include/OpenCASCADE/Handle_Storage_SequenceNodeOfSeqOfRoot.hxx include/OpenCASCADE/Handle_Storage_StreamExtCharParityError.hxx include/OpenCASCADE/Handle_Storage_StreamFormatError.hxx @@ -20265,31 +20190,20 @@ include/OpenCASCADE/Handle_Storage_TypedCallBack.hxx include/OpenCASCADE/Handle_TColGeom2d_HArray1OfBSplineCurve.hxx include/OpenCASCADE/Handle_TColGeom2d_HArray1OfBezierCurve.hxx -include/OpenCASCADE/Handle_TColGeom2d_HArray1OfBoundedCurve.hxx include/OpenCASCADE/Handle_TColGeom2d_HArray1OfCurve.hxx -include/OpenCASCADE/Handle_TColGeom2d_HArray1OfGeometry.hxx include/OpenCASCADE/Handle_TColGeom2d_HSequenceOfBoundedCurve.hxx include/OpenCASCADE/Handle_TColGeom2d_HSequenceOfCurve.hxx -include/OpenCASCADE/Handle_TColGeom2d_HSequenceOfGeometry.hxx include/OpenCASCADE/Handle_TColGeom2d_SequenceNodeOfSequenceOfBoundedCurve.hxx include/OpenCASCADE/Handle_TColGeom2d_SequenceNodeOfSequenceOfCurve.hxx include/OpenCASCADE/Handle_TColGeom2d_SequenceNodeOfSequenceOfGeometry.hxx include/OpenCASCADE/Handle_TColGeom_HArray1OfBSplineCurve.hxx include/OpenCASCADE/Handle_TColGeom_HArray1OfBezierCurve.hxx -include/OpenCASCADE/Handle_TColGeom_HArray1OfBoundedCurve.hxx -include/OpenCASCADE/Handle_TColGeom_HArray1OfBoundedSurface.hxx include/OpenCASCADE/Handle_TColGeom_HArray1OfCurve.hxx include/OpenCASCADE/Handle_TColGeom_HArray1OfSurface.hxx -include/OpenCASCADE/Handle_TColGeom_HArray2OfBSplineSurface.hxx -include/OpenCASCADE/Handle_TColGeom_HArray2OfBezierSurface.hxx -include/OpenCASCADE/Handle_TColGeom_HArray2OfBoundedSurface.hxx include/OpenCASCADE/Handle_TColGeom_HArray2OfSurface.hxx include/OpenCASCADE/Handle_TColGeom_HSequenceOfBoundedCurve.hxx -include/OpenCASCADE/Handle_TColGeom_HSequenceOfBoundedSurface.hxx include/OpenCASCADE/Handle_TColGeom_HSequenceOfCurve.hxx -include/OpenCASCADE/Handle_TColGeom_HSequenceOfSurface.hxx include/OpenCASCADE/Handle_TColGeom_SequenceNodeOfSequenceOfBoundedCurve.hxx -include/OpenCASCADE/Handle_TColGeom_SequenceNodeOfSequenceOfBoundedSurface.hxx include/OpenCASCADE/Handle_TColGeom_SequenceNodeOfSequenceOfCurve.hxx include/OpenCASCADE/Handle_TColGeom_SequenceNodeOfSequenceOfSurface.hxx include/OpenCASCADE/Handle_TColQuantity_HArray1OfLength.hxx @@ -20323,9 +20237,6 @@ include/OpenCASCADE/Handle_TColStd_HSequenceOfInteger.hxx include/OpenCASCADE/Handle_TColStd_HSequenceOfReal.hxx include/OpenCASCADE/Handle_TColStd_HSequenceOfTransient.hxx -include/OpenCASCADE/Handle_TColStd_HSetOfInteger.hxx -include/OpenCASCADE/Handle_TColStd_HSetOfReal.hxx -include/OpenCASCADE/Handle_TColStd_HSetOfTransient.hxx include/OpenCASCADE/Handle_TColStd_IndexedDataMapNodeOfIndexedDataMapOfTransientTransient.hxx include/OpenCASCADE/Handle_TColStd_IndexedMapNodeOfIndexedMapOfInteger.hxx include/OpenCASCADE/Handle_TColStd_IndexedMapNodeOfIndexedMapOfReal.hxx @@ -20334,12 +20245,6 @@ include/OpenCASCADE/Handle_TColStd_ListNodeOfListOfInteger.hxx include/OpenCASCADE/Handle_TColStd_ListNodeOfListOfReal.hxx include/OpenCASCADE/Handle_TColStd_ListNodeOfListOfTransient.hxx -include/OpenCASCADE/Handle_TColStd_ListNodeOfSetListOfSetOfInteger.hxx -include/OpenCASCADE/Handle_TColStd_ListNodeOfSetListOfSetOfReal.hxx -include/OpenCASCADE/Handle_TColStd_ListNodeOfSetListOfSetOfTransient.hxx -include/OpenCASCADE/Handle_TColStd_QueueNodeOfQueueOfInteger.hxx -include/OpenCASCADE/Handle_TColStd_QueueNodeOfQueueOfReal.hxx -include/OpenCASCADE/Handle_TColStd_QueueNodeOfQueueOfTransient.hxx include/OpenCASCADE/Handle_TColStd_SequenceNodeOfSequenceOfAddress.hxx include/OpenCASCADE/Handle_TColStd_SequenceNodeOfSequenceOfAsciiString.hxx include/OpenCASCADE/Handle_TColStd_SequenceNodeOfSequenceOfBoolean.hxx @@ -20349,14 +20254,10 @@ include/OpenCASCADE/Handle_TColStd_SequenceNodeOfSequenceOfInteger.hxx include/OpenCASCADE/Handle_TColStd_SequenceNodeOfSequenceOfReal.hxx include/OpenCASCADE/Handle_TColStd_SequenceNodeOfSequenceOfTransient.hxx -include/OpenCASCADE/Handle_TColStd_StackNodeOfStackOfInteger.hxx -include/OpenCASCADE/Handle_TColStd_StackNodeOfStackOfReal.hxx -include/OpenCASCADE/Handle_TColStd_StackNodeOfStackOfTransient.hxx include/OpenCASCADE/Handle_TColStd_StdMapNodeOfMapOfAsciiString.hxx include/OpenCASCADE/Handle_TColStd_StdMapNodeOfMapOfInteger.hxx include/OpenCASCADE/Handle_TColStd_StdMapNodeOfMapOfReal.hxx include/OpenCASCADE/Handle_TColStd_StdMapNodeOfMapOfTransient.hxx -include/OpenCASCADE/Handle_TColgp_DataMapNodeOfDataMapOfIntegerCirc2d.hxx include/OpenCASCADE/Handle_TColgp_HArray1OfCirc2d.hxx include/OpenCASCADE/Handle_TColgp_HArray1OfDir.hxx include/OpenCASCADE/Handle_TColgp_HArray1OfDir2d.hxx @@ -20394,7 +20295,6 @@ include/OpenCASCADE/Handle_TColgp_SequenceNodeOfSequenceOfVec2d.hxx include/OpenCASCADE/Handle_TColgp_SequenceNodeOfSequenceOfXY.hxx include/OpenCASCADE/Handle_TColgp_SequenceNodeOfSequenceOfXYZ.hxx -include/OpenCASCADE/Handle_TCollection_AVLBaseNode.hxx include/OpenCASCADE/Handle_TCollection_HAsciiString.hxx include/OpenCASCADE/Handle_TCollection_HExtendedString.hxx include/OpenCASCADE/Handle_TCollection_MapNode.hxx @@ -20405,7 +20305,6 @@ include/OpenCASCADE/Handle_TDF_DataMapNodeOfAttributeDataMap.hxx include/OpenCASCADE/Handle_TDF_DataMapNodeOfLabelDataMap.hxx include/OpenCASCADE/Handle_TDF_DataMapNodeOfLabelIntegerMap.hxx -include/OpenCASCADE/Handle_TDF_DataMapNodeOfLabelLabelMap.hxx include/OpenCASCADE/Handle_TDF_DataSet.hxx include/OpenCASCADE/Handle_TDF_DefaultDeltaOnModification.hxx include/OpenCASCADE/Handle_TDF_DefaultDeltaOnRemoval.hxx @@ -20553,10 +20452,9 @@ include/OpenCASCADE/Handle_TestTopOpeDraw_ListNodeOfListOfPnt2d.hxx include/OpenCASCADE/Handle_TestTopOpeTools_HArray1OfMesure.hxx include/OpenCASCADE/Handle_TopBas_ListNodeOfListOfTestInterference.hxx -include/OpenCASCADE/Handle_TopExp_StackNodeOfStackOfIterator.hxx include/OpenCASCADE/Handle_TopLoc_Datum3D.hxx include/OpenCASCADE/Handle_TopLoc_IndexedMapNodeOfIndexedMapOfLocation.hxx -include/OpenCASCADE/Handle_TopLoc_SListNodeOfSListOfItemLocation.hxx +include/OpenCASCADE/Handle_TopLoc_SListNodeOfItemLocation.hxx include/OpenCASCADE/Handle_TopLoc_StdMapNodeOfMapOfLocation.hxx include/OpenCASCADE/Handle_TopOpeBRepBuild_DataMapNodeOfDataMapOfShapeListOfShapeListOfShape.hxx include/OpenCASCADE/Handle_TopOpeBRepBuild_HBuilder.hxx @@ -20639,6 +20537,7 @@ include/OpenCASCADE/Handle_TopoDS_FrozenShape.hxx include/OpenCASCADE/Handle_TopoDS_HShape.hxx include/OpenCASCADE/Handle_TopoDS_ListNodeOfListOfShape.hxx +include/OpenCASCADE/Handle_TopoDS_LockedShape.hxx include/OpenCASCADE/Handle_TopoDS_TCompSolid.hxx include/OpenCASCADE/Handle_TopoDS_TCompound.hxx include/OpenCASCADE/Handle_TopoDS_TEdge.hxx @@ -20712,8 +20611,6 @@ include/OpenCASCADE/Handle_V3d_DirectionalLight.hxx include/OpenCASCADE/Handle_V3d_LayerMgr.hxx include/OpenCASCADE/Handle_V3d_Light.hxx -include/OpenCASCADE/Handle_V3d_OrthographicView.hxx -include/OpenCASCADE/Handle_V3d_PerspectiveView.hxx include/OpenCASCADE/Handle_V3d_PositionLight.hxx include/OpenCASCADE/Handle_V3d_PositionalLight.hxx include/OpenCASCADE/Handle_V3d_RectangularGrid.hxx @@ -20726,21 +20623,17 @@ include/OpenCASCADE/Handle_Visual3d_ClipDefinitionError.hxx include/OpenCASCADE/Handle_Visual3d_ContextPickDefinitionError.hxx include/OpenCASCADE/Handle_Visual3d_DepthCueingDefinitionError.hxx -include/OpenCASCADE/Handle_Visual3d_HSequenceOfPickPath.hxx -include/OpenCASCADE/Handle_Visual3d_HSetOfLight.hxx -include/OpenCASCADE/Handle_Visual3d_HSetOfView.hxx +include/OpenCASCADE/Handle_Visual3d_HSequenceOfLight.hxx +include/OpenCASCADE/Handle_Visual3d_HSequenceOfView.hxx include/OpenCASCADE/Handle_Visual3d_Layer.hxx include/OpenCASCADE/Handle_Visual3d_LayerDefinitionError.hxx include/OpenCASCADE/Handle_Visual3d_LayerItem.hxx include/OpenCASCADE/Handle_Visual3d_Light.hxx include/OpenCASCADE/Handle_Visual3d_LightDefinitionError.hxx -include/OpenCASCADE/Handle_Visual3d_ListNodeOfSetListOfSetOfLight.hxx -include/OpenCASCADE/Handle_Visual3d_ListNodeOfSetListOfSetOfView.hxx include/OpenCASCADE/Handle_Visual3d_PickError.hxx -include/OpenCASCADE/Handle_Visual3d_SequenceNodeOfSequenceOfPickPath.hxx +include/OpenCASCADE/Handle_Visual3d_SequenceNodeOfSequenceOfLight.hxx +include/OpenCASCADE/Handle_Visual3d_SequenceNodeOfSequenceOfView.hxx include/OpenCASCADE/Handle_Visual3d_TransformError.hxx -include/OpenCASCADE/Handle_Visual3d_TransientDefinitionError.hxx -include/OpenCASCADE/Handle_Visual3d_TransientManager.hxx include/OpenCASCADE/Handle_Visual3d_View.hxx include/OpenCASCADE/Handle_Visual3d_ViewDefinitionError.hxx include/OpenCASCADE/Handle_Visual3d_ViewManager.hxx @@ -20788,7 +20681,6 @@ include/OpenCASCADE/Handle_XCAFDoc_Volume.hxx include/OpenCASCADE/Handle_XCAFDrivers_DocumentRetrievalDriver.hxx include/OpenCASCADE/Handle_XCAFDrivers_DocumentStorageDriver.hxx -include/OpenCASCADE/Handle_XCAFPrs_AISObject.hxx include/OpenCASCADE/Handle_XCAFPrs_DataMapNodeOfDataMapOfShapeStyle.hxx include/OpenCASCADE/Handle_XCAFPrs_DataMapNodeOfDataMapOfStyleShape.hxx include/OpenCASCADE/Handle_XCAFPrs_DataMapNodeOfDataMapOfStyleTransient.hxx @@ -20806,6 +20698,7 @@ include/OpenCASCADE/Handle_XSDRAWSTLVRML_DataMapNodeOfCoordsMap.hxx include/OpenCASCADE/Handle_XSDRAWSTLVRML_DataMapNodeOfElemNodesMap.hxx include/OpenCASCADE/Handle_XSDRAWSTLVRML_DataSource.hxx +include/OpenCASCADE/Handle_XSDRAWSTLVRML_DataSource3D.hxx include/OpenCASCADE/Handle_XSDRAWSTLVRML_DrawableMesh.hxx include/OpenCASCADE/Handle_XSDRAW_Vars.hxx include/OpenCASCADE/Handle_XmlDrivers_DocumentRetrievalDriver.hxx @@ -20884,15 +20777,9 @@ include/OpenCASCADE/HatchGen_Domain.hxx include/OpenCASCADE/HatchGen_Domain.lxx include/OpenCASCADE/HatchGen_Domains.hxx -include/OpenCASCADE/HatchGen_ElementGen.gxx -include/OpenCASCADE/HatchGen_ElementsGen.gxx include/OpenCASCADE/HatchGen_ErrorStatus.hxx -include/OpenCASCADE/HatchGen_Hatcher.gxx -include/OpenCASCADE/HatchGen_Hatcher.lxx -include/OpenCASCADE/HatchGen_HatchingGen.gxx include/OpenCASCADE/HatchGen_IntersectionPoint.hxx include/OpenCASCADE/HatchGen_IntersectionType.hxx -include/OpenCASCADE/HatchGen_Intersector.gxx include/OpenCASCADE/HatchGen_PointOnElement.hxx include/OpenCASCADE/HatchGen_PointOnElement.lxx include/OpenCASCADE/HatchGen_PointOnHatching.hxx @@ -20981,7 +20868,6 @@ include/OpenCASCADE/IFSelect_SelectInList.hxx include/OpenCASCADE/IFSelect_SelectIncorrectEntities.hxx include/OpenCASCADE/IFSelect_SelectIntersection.hxx -include/OpenCASCADE/IFSelect_SelectList.gxx include/OpenCASCADE/IFSelect_SelectModelEntities.hxx include/OpenCASCADE/IFSelect_SelectModelRoots.hxx include/OpenCASCADE/IFSelect_SelectPointed.hxx @@ -21519,6 +21405,29 @@ include/OpenCASCADE/IGESToBRep_ToolContainer.hxx include/OpenCASCADE/IGESToBRep_TopoCurve.hxx include/OpenCASCADE/IGESToBRep_TopoSurface.hxx +include/OpenCASCADE/IVtkDraw.hxx +include/OpenCASCADE/IVtkDraw_HighlightAndSelectionPipeline.hxx +include/OpenCASCADE/IVtkDraw_Interactor.hxx +include/OpenCASCADE/IVtkOCC_SelectableObject.hxx +include/OpenCASCADE/IVtkOCC_Shape.hxx +include/OpenCASCADE/IVtkOCC_ShapeMesher.hxx +include/OpenCASCADE/IVtkOCC_ShapePickerAlgo.hxx +include/OpenCASCADE/IVtkOCC_ViewerSelector.hxx +include/OpenCASCADE/IVtkTools.hxx +include/OpenCASCADE/IVtkTools_DisplayModeFilter.hxx +include/OpenCASCADE/IVtkTools_ShapeDataSource.hxx +include/OpenCASCADE/IVtkTools_ShapeObject.hxx +include/OpenCASCADE/IVtkTools_ShapePicker.hxx +include/OpenCASCADE/IVtkTools_SubPolyDataFilter.hxx +include/OpenCASCADE/IVtkVTK_ShapeData.hxx +include/OpenCASCADE/IVtkVTK_View.hxx +include/OpenCASCADE/IVtk_IShape.hxx +include/OpenCASCADE/IVtk_IShapeData.hxx +include/OpenCASCADE/IVtk_IShapeMesher.hxx +include/OpenCASCADE/IVtk_IShapePickerAlgo.hxx +include/OpenCASCADE/IVtk_IView.hxx +include/OpenCASCADE/IVtk_Interface.hxx +include/OpenCASCADE/IVtk_Types.hxx include/OpenCASCADE/Image_AlienPixMap.hxx include/OpenCASCADE/Image_Color.hxx include/OpenCASCADE/Image_Diff.hxx @@ -21525,26 +21434,6 @@ include/OpenCASCADE/Image_PixMap.hxx include/OpenCASCADE/Image_PixMapData.hxx include/OpenCASCADE/Image_PixMap_Handle.hxx -include/OpenCASCADE/IncludeLibrary_Mode_Connect.h -include/OpenCASCADE/IncludeLibrary_NTD_interface.h -include/OpenCASCADE/IncludeLibrary_NTD_starter.h -include/OpenCASCADE/IncludeLibrary_NTD_stsdef.h -include/OpenCASCADE/IncludeLibrary_NTD_stsmsg.h -include/OpenCASCADE/IncludeLibrary_buf_cmd_rsp_siz.h -include/OpenCASCADE/IncludeLibrary_call_get_receiving.h -include/OpenCASCADE/IncludeLibrary_comand.h -include/OpenCASCADE/IncludeLibrary_debug.h -include/OpenCASCADE/IncludeLibrary_inverse.h -include/OpenCASCADE/IncludeLibrary_inverse_mimot.h -include/OpenCASCADE/IncludeLibrary_max.h -include/OpenCASCADE/IncludeLibrary_ntd.h -include/OpenCASCADE/IncludeLibrary_osd.h -include/OpenCASCADE/IncludeLibrary_osd_dlopen.h -include/OpenCASCADE/IncludeLibrary_server_interface.h -include/OpenCASCADE/IncludeLibrary_srvtyp.h -include/OpenCASCADE/IncludeLibrary_status.h -include/OpenCASCADE/IncludeLibrary_stsgrpdef.h -include/OpenCASCADE/IncludeLibrary_typedef.h include/OpenCASCADE/IntAna2d_AnaIntersection.hxx include/OpenCASCADE/IntAna2d_AnaIntersection.lxx include/OpenCASCADE/IntAna2d_Conic.hxx @@ -21567,8 +21456,6 @@ include/OpenCASCADE/IntAna_QuadQuadGeo.lxx include/OpenCASCADE/IntAna_Quadric.hxx include/OpenCASCADE/IntAna_ResultType.hxx -include/OpenCASCADE/IntCurveSurface_CurveTool.gxx -include/OpenCASCADE/IntCurveSurface_CurveTool.lxx include/OpenCASCADE/IntCurveSurface_HCurveTool.gxx include/OpenCASCADE/IntCurveSurface_HCurveTool.lxx include/OpenCASCADE/IntCurveSurface_HInter.hxx @@ -21591,8 +21478,6 @@ include/OpenCASCADE/IntCurveSurface_SequenceNodeOfSequenceOfSeg.hxx include/OpenCASCADE/IntCurveSurface_SequenceOfPnt.hxx include/OpenCASCADE/IntCurveSurface_SequenceOfSeg.hxx -include/OpenCASCADE/IntCurveSurface_SurfaceTool.gxx -include/OpenCASCADE/IntCurveSurface_SurfaceTool.lxx include/OpenCASCADE/IntCurveSurface_TheCSFunctionOfHInter.hxx include/OpenCASCADE/IntCurveSurface_TheExactHInter.hxx include/OpenCASCADE/IntCurveSurface_TheHCurveTool.hxx @@ -21634,20 +21519,12 @@ include/OpenCASCADE/IntImpParGen_ImpParTool.gxx include/OpenCASCADE/IntImpParGen_ImpTool.hxx include/OpenCASCADE/IntImpParGen_Intersector.gxx -include/OpenCASCADE/IntImpParGen_ParTool.gxx include/OpenCASCADE/IntImpParGen_Tool.hxx -include/OpenCASCADE/IntImp_COnSCurveTool.gxx -include/OpenCASCADE/IntImp_CSCurveTool.gxx -include/OpenCASCADE/IntImp_CSFunction.gxx include/OpenCASCADE/IntImp_ComputeTangence.hxx include/OpenCASCADE/IntImp_ConstIsoparametric.hxx -include/OpenCASCADE/IntImp_CurveTool.gxx -include/OpenCASCADE/IntImp_ISurfaceTool.gxx include/OpenCASCADE/IntImp_Int2S.gxx include/OpenCASCADE/IntImp_Int2S.lxx include/OpenCASCADE/IntImp_IntCS.gxx -include/OpenCASCADE/IntImp_PSurfaceTool.gxx -include/OpenCASCADE/IntImp_ZerCOnSSParFunc.gxx include/OpenCASCADE/IntImp_ZerCSParFunc.gxx include/OpenCASCADE/IntImp_ZerImpFunc.gxx include/OpenCASCADE/IntImp_ZerImpFunc.lxx @@ -21678,6 +21555,7 @@ include/OpenCASCADE/IntPatch_ImpImpIntersection_6.gxx include/OpenCASCADE/IntPatch_ImpPrmIntersection.hxx include/OpenCASCADE/IntPatch_ImpPrmIntersection.lxx +include/OpenCASCADE/IntPatch_InterferencePolyhedron.hxx include/OpenCASCADE/IntPatch_Intersection.hxx include/OpenCASCADE/IntPatch_Intersection.lxx include/OpenCASCADE/IntPatch_Line.hxx @@ -21710,12 +21588,8 @@ include/OpenCASCADE/IntPatch_SequenceOfPathPointOfTheSOnBounds.hxx include/OpenCASCADE/IntPatch_SequenceOfPoint.hxx include/OpenCASCADE/IntPatch_SequenceOfSegmentOfTheSOnBounds.hxx -include/OpenCASCADE/IntPatch_TheFunctionOfTheInt2SOfThePWalkingInter.hxx include/OpenCASCADE/IntPatch_TheIWLineOfTheIWalking.hxx include/OpenCASCADE/IntPatch_TheIWalking.hxx -include/OpenCASCADE/IntPatch_TheInt2SOfThePWalkingInter.hxx -include/OpenCASCADE/IntPatch_TheInterfPolyhedron.hxx -include/OpenCASCADE/IntPatch_ThePWalkingInter.hxx include/OpenCASCADE/IntPatch_ThePathPointOfTheSOnBounds.hxx include/OpenCASCADE/IntPatch_TheSOnBounds.hxx include/OpenCASCADE/IntPatch_TheSearchInside.hxx @@ -21759,15 +21633,9 @@ include/OpenCASCADE/IntRes2d_Transition.hxx include/OpenCASCADE/IntRes2d_Transition.lxx include/OpenCASCADE/IntRes2d_TypeTrans.hxx -include/OpenCASCADE/IntStart_ArcTool.gxx -include/OpenCASCADE/IntStart_PSurfaceTool.gxx include/OpenCASCADE/IntStart_PathPoint.gxx include/OpenCASCADE/IntStart_PathPoint.lxx -include/OpenCASCADE/IntStart_SIFunction.gxx -include/OpenCASCADE/IntStart_SITool.gxx include/OpenCASCADE/IntStart_SITopolTool.hxx -include/OpenCASCADE/IntStart_SOBFunction.gxx -include/OpenCASCADE/IntStart_SOBTool.gxx include/OpenCASCADE/IntStart_SearchInside.gxx include/OpenCASCADE/IntStart_SearchInside.lxx include/OpenCASCADE/IntStart_SearchOnBoundaries.gxx @@ -21774,7 +21642,6 @@ include/OpenCASCADE/IntStart_SearchOnBoundaries.lxx include/OpenCASCADE/IntStart_Segment.gxx include/OpenCASCADE/IntStart_Segment.lxx -include/OpenCASCADE/IntStart_TopolTool.gxx include/OpenCASCADE/IntSurf.hxx include/OpenCASCADE/IntSurf_Allocator.hxx include/OpenCASCADE/IntSurf_Couple.hxx @@ -21823,6 +21690,7 @@ include/OpenCASCADE/IntTools_CommonPrt.hxx include/OpenCASCADE/IntTools_Compare.hxx include/OpenCASCADE/IntTools_CompareRange.hxx +include/OpenCASCADE/IntTools_Context.hxx include/OpenCASCADE/IntTools_Curve.hxx include/OpenCASCADE/IntTools_Curve.lxx include/OpenCASCADE/IntTools_CurveRangeLocalizeData.hxx @@ -21844,8 +21712,6 @@ include/OpenCASCADE/IntTools_FaceFace.hxx include/OpenCASCADE/IntTools_IndexedDataMapNodeOfIndexedDataMapOfTransientAddress.hxx include/OpenCASCADE/IntTools_IndexedDataMapOfTransientAddress.hxx -include/OpenCASCADE/IntTools_LineConstructor.hxx -include/OpenCASCADE/IntTools_LineConstructor.lxx include/OpenCASCADE/IntTools_ListIteratorOfListOfBox.hxx include/OpenCASCADE/IntTools_ListIteratorOfListOfCurveRangeSample.hxx include/OpenCASCADE/IntTools_ListIteratorOfListOfSurfaceRangeSample.hxx @@ -21877,6 +21743,7 @@ include/OpenCASCADE/IntTools_SequenceOfPntOn2Faces.hxx include/OpenCASCADE/IntTools_SequenceOfRanges.hxx include/OpenCASCADE/IntTools_SequenceOfRoots.hxx +include/OpenCASCADE/IntTools_ShrunkRange.hxx include/OpenCASCADE/IntTools_StdMapNodeOfMapOfCurveSample.hxx include/OpenCASCADE/IntTools_StdMapNodeOfMapOfSurfaceSample.hxx include/OpenCASCADE/IntTools_SurfaceRangeLocalizeData.hxx @@ -21887,7 +21754,6 @@ include/OpenCASCADE/IntTools_SurfaceRangeSampleMapHasher.lxx include/OpenCASCADE/IntTools_Tools.hxx include/OpenCASCADE/IntTools_TopolTool.hxx -include/OpenCASCADE/IntWalk_IWFunction.gxx include/OpenCASCADE/IntWalk_IWLine.gxx include/OpenCASCADE/IntWalk_IWLine.lxx include/OpenCASCADE/IntWalk_IWalking.gxx @@ -21898,31 +21764,19 @@ include/OpenCASCADE/IntWalk_IWalking_4.gxx include/OpenCASCADE/IntWalk_IWalking_5.gxx include/OpenCASCADE/IntWalk_IWalking_6.gxx -include/OpenCASCADE/IntWalk_Iterator.gxx -include/OpenCASCADE/IntWalk_LoopPointTool.gxx -include/OpenCASCADE/IntWalk_PSurfaceTool.gxx -include/OpenCASCADE/IntWalk_PWalking.gxx +include/OpenCASCADE/IntWalk_PWalking.hxx include/OpenCASCADE/IntWalk_PWalking.lxx -include/OpenCASCADE/IntWalk_PWalking_1.gxx -include/OpenCASCADE/IntWalk_PWalking_2.gxx -include/OpenCASCADE/IntWalk_PWalking_3.gxx -include/OpenCASCADE/IntWalk_PWalking_4.gxx -include/OpenCASCADE/IntWalk_PathPointTool.gxx include/OpenCASCADE/IntWalk_StatusDeflection.hxx +include/OpenCASCADE/IntWalk_TheFunctionOfTheInt2S.hxx +include/OpenCASCADE/IntWalk_TheInt2S.hxx include/OpenCASCADE/IntWalk_VectorOfInteger.hxx include/OpenCASCADE/IntWalk_VectorOfWalkingData.hxx include/OpenCASCADE/InterfaceGraphic.hxx include/OpenCASCADE/InterfaceGraphic_Aspect.hxx -include/OpenCASCADE/InterfaceGraphic_Cocoa.hxx include/OpenCASCADE/InterfaceGraphic_Graphic3d.hxx -include/OpenCASCADE/InterfaceGraphic_PrimitiveArray.hxx include/OpenCASCADE/InterfaceGraphic_Visual3d.hxx -include/OpenCASCADE/InterfaceGraphic_WNT.hxx -include/OpenCASCADE/InterfaceGraphic_X11.hxx -include/OpenCASCADE/InterfaceGraphic_XWD.hxx include/OpenCASCADE/InterfaceGraphic_telem.hxx include/OpenCASCADE/InterfaceGraphic_tgl_all.hxx -include/OpenCASCADE/InterfaceGraphic_wntio.hxx include/OpenCASCADE/Interface_Array1OfFileParameter.hxx include/OpenCASCADE/Interface_Array1OfHAsciiString.hxx include/OpenCASCADE/Interface_BitMap.hxx @@ -22001,9 +21855,7 @@ include/OpenCASCADE/Intf_Interference.hxx include/OpenCASCADE/Intf_Interference.lxx include/OpenCASCADE/Intf_InterferencePolygon2d.hxx -include/OpenCASCADE/Intf_InterferencePolygon3d.gxx include/OpenCASCADE/Intf_InterferencePolygonPolyhedron.gxx -include/OpenCASCADE/Intf_InterferencePolyhedron.gxx include/OpenCASCADE/Intf_PIType.hxx include/OpenCASCADE/Intf_Polygon2d.hxx include/OpenCASCADE/Intf_Polygon2d.lxx @@ -22020,7 +21872,6 @@ include/OpenCASCADE/Intf_TangentZone.hxx include/OpenCASCADE/Intf_TangentZone.lxx include/OpenCASCADE/Intf_Tool.hxx -include/OpenCASCADE/Intf_ToolPolyhedron.gxx include/OpenCASCADE/Intrv_Interval.hxx include/OpenCASCADE/Intrv_Interval.lxx include/OpenCASCADE/Intrv_Intervals.hxx @@ -22061,16 +21912,11 @@ include/OpenCASCADE/LProp_CIType.hxx include/OpenCASCADE/LProp_CLProps.gxx include/OpenCASCADE/LProp_CurAndInf.hxx -include/OpenCASCADE/LProp_CurveTool.gxx -include/OpenCASCADE/LProp_FuncCurExt.gxx -include/OpenCASCADE/LProp_FuncCurNul.gxx include/OpenCASCADE/LProp_NotDefined.hxx -include/OpenCASCADE/LProp_NumericCurInf.gxx include/OpenCASCADE/LProp_SLProps.gxx include/OpenCASCADE/LProp_SequenceNodeOfSequenceOfCIType.hxx include/OpenCASCADE/LProp_SequenceOfCIType.hxx include/OpenCASCADE/LProp_Status.hxx -include/OpenCASCADE/LProp_SurfaceTool.gxx include/OpenCASCADE/Law.hxx include/OpenCASCADE/Law_BSpFunc.hxx include/OpenCASCADE/Law_BSpline.hxx @@ -22088,7 +21934,6 @@ include/OpenCASCADE/LibCtl_GlobalNode.gxx include/OpenCASCADE/LibCtl_Library.gxx include/OpenCASCADE/LibCtl_Node.gxx -include/OpenCASCADE/LibCtl_ProtocolTemplate.gxx include/OpenCASCADE/LocOpe.hxx include/OpenCASCADE/LocOpe_BuildShape.hxx include/OpenCASCADE/LocOpe_BuildShape.lxx @@ -22121,7 +21966,6 @@ include/OpenCASCADE/LocOpe_PntFace.hxx include/OpenCASCADE/LocOpe_PntFace.lxx include/OpenCASCADE/LocOpe_Prism.hxx -include/OpenCASCADE/LocOpe_ProjectedWires.hxx include/OpenCASCADE/LocOpe_Revol.hxx include/OpenCASCADE/LocOpe_RevolutionForm.hxx include/OpenCASCADE/LocOpe_SequenceNodeOfSequenceOfCirc.hxx @@ -22145,7 +21989,6 @@ include/OpenCASCADE/MAINWINDOW.h include/OpenCASCADE/MAT2d_Array2OfConnexion.hxx include/OpenCASCADE/MAT2d_BiInt.hxx -include/OpenCASCADE/MAT2d_BisectingLocus.gxx include/OpenCASCADE/MAT2d_Circuit.hxx include/OpenCASCADE/MAT2d_Connexion.hxx include/OpenCASCADE/MAT2d_CutCurve.hxx @@ -22201,7 +22044,6 @@ include/OpenCASCADE/MAT_Graph.hxx include/OpenCASCADE/MAT_ListOfBisector.hxx include/OpenCASCADE/MAT_ListOfEdge.hxx -include/OpenCASCADE/MAT_Mat.gxx include/OpenCASCADE/MAT_Node.hxx include/OpenCASCADE/MAT_SequenceNodeOfSequenceOfArc.hxx include/OpenCASCADE/MAT_SequenceNodeOfSequenceOfBasicElt.hxx @@ -22214,7 +22056,6 @@ include/OpenCASCADE/MAT_TListNode.lxx include/OpenCASCADE/MAT_TListNodeOfListOfBisector.hxx include/OpenCASCADE/MAT_TListNodeOfListOfEdge.hxx -include/OpenCASCADE/MAT_Tool.gxx include/OpenCASCADE/MAT_Zone.hxx include/OpenCASCADE/MDF.hxx include/OpenCASCADE/MDF_ARDriver.hxx @@ -22382,15 +22223,6 @@ include/OpenCASCADE/MXCAFDoc_ShapeToolStorageDriver.hxx include/OpenCASCADE/MXCAFDoc_VolumeRetrievalDriver.hxx include/OpenCASCADE/MXCAFDoc_VolumeStorageDriver.hxx -include/OpenCASCADE/Materials.hxx -include/OpenCASCADE/Materials_Color.hxx -include/OpenCASCADE/Materials_FuzzyInstance.hxx -include/OpenCASCADE/Materials_Material.hxx -include/OpenCASCADE/Materials_MaterialDefinition.hxx -include/OpenCASCADE/Materials_MaterialsDictionary.hxx -include/OpenCASCADE/Materials_MaterialsSequence.hxx -include/OpenCASCADE/Materials_MtsSequence.hxx -include/OpenCASCADE/Materials_SequenceNodeOfMtsSequence.hxx include/OpenCASCADE/MeshTest.hxx include/OpenCASCADE/MeshTest_CheckTopology.hxx include/OpenCASCADE/MeshTest_DrawableMesh.hxx @@ -22460,6 +22292,7 @@ include/OpenCASCADE/MeshVS_SequenceNodeOfSequenceOfPrsBuilder.hxx include/OpenCASCADE/MeshVS_SequenceOfPrsBuilder.hxx include/OpenCASCADE/MeshVS_StdMapNodeOfMapOfTwoNodes.hxx +include/OpenCASCADE/MeshVS_SymmetricPairHasher.hxx include/OpenCASCADE/MeshVS_TextPrsBuilder.hxx include/OpenCASCADE/MeshVS_Tool.hxx include/OpenCASCADE/MeshVS_TwoColors.hxx @@ -22482,6 +22315,7 @@ include/OpenCASCADE/Message_Msg.lxx include/OpenCASCADE/Message_MsgFile.hxx include/OpenCASCADE/Message_Printer.hxx +include/OpenCASCADE/Message_Printer.lxx include/OpenCASCADE/Message_PrinterOStream.hxx include/OpenCASCADE/Message_PrinterOStream.lxx include/OpenCASCADE/Message_ProgressIndicator.hxx @@ -22517,7 +22351,6 @@ include/OpenCASCADE/MoniTool_DataMapNodeOfDataMapOfTimer.hxx include/OpenCASCADE/MoniTool_DataMapOfShapeTransient.hxx include/OpenCASCADE/MoniTool_DataMapOfTimer.hxx -include/OpenCASCADE/MoniTool_Elem.gxx include/OpenCASCADE/MoniTool_ElemHasher.hxx include/OpenCASCADE/MoniTool_Element.hxx include/OpenCASCADE/MoniTool_HSequenceOfElement.hxx @@ -22545,14 +22378,16 @@ include/OpenCASCADE/MoniTool_ValueInterpret.hxx include/OpenCASCADE/MoniTool_ValueSatisfies.hxx include/OpenCASCADE/MoniTool_ValueType.hxx +include/OpenCASCADE/NCollection_AccAllocator.hxx +include/OpenCASCADE/NCollection_AlignedAllocator.hxx include/OpenCASCADE/NCollection_Array1.hxx include/OpenCASCADE/NCollection_Array2.hxx include/OpenCASCADE/NCollection_BaseAllocator.hxx -include/OpenCASCADE/NCollection_BaseCollection.hxx include/OpenCASCADE/NCollection_BaseList.hxx include/OpenCASCADE/NCollection_BaseMap.hxx include/OpenCASCADE/NCollection_BaseSequence.hxx include/OpenCASCADE/NCollection_BaseVector.hxx +include/OpenCASCADE/NCollection_Buffer.hxx include/OpenCASCADE/NCollection_CellFilter.hxx include/OpenCASCADE/NCollection_Comparator.hxx include/OpenCASCADE/NCollection_DataMap.hxx @@ -22560,24 +22395,16 @@ include/OpenCASCADE/NCollection_DefineAlloc.hxx include/OpenCASCADE/NCollection_DefineArray1.hxx include/OpenCASCADE/NCollection_DefineArray2.hxx -include/OpenCASCADE/NCollection_DefineBaseCollection.hxx include/OpenCASCADE/NCollection_DefineDataMap.hxx include/OpenCASCADE/NCollection_DefineDoubleMap.hxx include/OpenCASCADE/NCollection_DefineHArray1.hxx include/OpenCASCADE/NCollection_DefineHArray2.hxx include/OpenCASCADE/NCollection_DefineHSequence.hxx -include/OpenCASCADE/NCollection_DefineHSet.hxx include/OpenCASCADE/NCollection_DefineIndexedDataMap.hxx include/OpenCASCADE/NCollection_DefineIndexedMap.hxx include/OpenCASCADE/NCollection_DefineList.hxx include/OpenCASCADE/NCollection_DefineMap.hxx -include/OpenCASCADE/NCollection_DefineQueue.hxx -include/OpenCASCADE/NCollection_DefineSList.hxx include/OpenCASCADE/NCollection_DefineSequence.hxx -include/OpenCASCADE/NCollection_DefineSet.hxx -include/OpenCASCADE/NCollection_DefineStack.hxx -include/OpenCASCADE/NCollection_DefineTListIterator.hxx -include/OpenCASCADE/NCollection_DefineTListNode.hxx include/OpenCASCADE/NCollection_DefineVector.hxx include/OpenCASCADE/NCollection_DoubleMap.hxx include/OpenCASCADE/NCollection_EBTree.hxx @@ -22584,7 +22411,6 @@ include/OpenCASCADE/NCollection_HArray1.hxx include/OpenCASCADE/NCollection_HArray2.hxx include/OpenCASCADE/NCollection_HSequence.hxx -include/OpenCASCADE/NCollection_HSet.hxx include/OpenCASCADE/NCollection_Haft.h include/OpenCASCADE/NCollection_Handle.hxx include/OpenCASCADE/NCollection_HeapAllocator.hxx @@ -22596,16 +22422,12 @@ include/OpenCASCADE/NCollection_LocalArray.hxx include/OpenCASCADE/NCollection_Map.hxx include/OpenCASCADE/NCollection_Mat4.hxx -include/OpenCASCADE/NCollection_Queue.hxx include/OpenCASCADE/NCollection_QuickSort.hxx -include/OpenCASCADE/NCollection_SList.hxx include/OpenCASCADE/NCollection_Sequence.hxx -include/OpenCASCADE/NCollection_Set.hxx include/OpenCASCADE/NCollection_SparseArray.hxx include/OpenCASCADE/NCollection_SparseArrayBase.hxx -include/OpenCASCADE/NCollection_Stack.hxx include/OpenCASCADE/NCollection_StdAllocator.hxx -include/OpenCASCADE/NCollection_StdBase.hxx +include/OpenCASCADE/NCollection_StlIterator.hxx include/OpenCASCADE/NCollection_String.hxx include/OpenCASCADE/NCollection_TListIterator.hxx include/OpenCASCADE/NCollection_TListNode.hxx @@ -22620,6 +22442,7 @@ include/OpenCASCADE/NCollection_Vec3.hxx include/OpenCASCADE/NCollection_Vec4.hxx include/OpenCASCADE/NCollection_Vector.hxx +include/OpenCASCADE/NCollection_WinHeapAllocator.hxx include/OpenCASCADE/NIS_Allocator.hxx include/OpenCASCADE/NIS_DrawList.hxx include/OpenCASCADE/NIS_Drawer.hxx @@ -22640,11 +22463,11 @@ include/OpenCASCADE/NLPlate_HPG1Constraint.hxx include/OpenCASCADE/NLPlate_HPG2Constraint.hxx include/OpenCASCADE/NLPlate_HPG3Constraint.hxx +include/OpenCASCADE/NLPlate_ListIteratorOfStackOfPlate.hxx +include/OpenCASCADE/NLPlate_ListNodeOfStackOfPlate.hxx include/OpenCASCADE/NLPlate_NLPlate.hxx include/OpenCASCADE/NLPlate_SequenceNodeOfSequenceOfHGPPConstraint.hxx include/OpenCASCADE/NLPlate_SequenceOfHGPPConstraint.hxx -include/OpenCASCADE/NLPlate_StackIteratorOfStackOfPlate.hxx -include/OpenCASCADE/NLPlate_StackNodeOfStackOfPlate.hxx include/OpenCASCADE/NLPlate_StackOfPlate.hxx include/OpenCASCADE/OSD.hxx include/OpenCASCADE/OSD_Chronometer.hxx @@ -22688,6 +22511,7 @@ include/OpenCASCADE/OSD_MemInfo.hxx include/OpenCASCADE/OSD_OEMType.hxx include/OpenCASCADE/OSD_OSDError.hxx +include/OpenCASCADE/OSD_OpenFile.hxx include/OpenCASCADE/OSD_OpenMode.hxx include/OpenCASCADE/OSD_PThread.hxx include/OpenCASCADE/OSD_Path.hxx @@ -22720,36 +22544,49 @@ include/OpenCASCADE/ObjMgt_PSeqOfExtRef.hxx include/OpenCASCADE/ObjMgt_SeqExplorerOfPSeqOfExtRef.hxx include/OpenCASCADE/ObjMgt_SeqNodeOfPSeqOfExtRef.hxx -include/OpenCASCADE/OpenGl_AABB.hxx include/OpenCASCADE/OpenGl_AVIWriter.hxx include/OpenCASCADE/OpenGl_ArbDbg.hxx +include/OpenCASCADE/OpenGl_ArbFBO.hxx include/OpenCASCADE/OpenGl_ArbIns.hxx include/OpenCASCADE/OpenGl_ArbTBO.hxx -include/OpenCASCADE/OpenGl_ArbVBO.hxx +include/OpenCASCADE/OpenGl_ArbTexBindless.hxx include/OpenCASCADE/OpenGl_AspectFace.hxx include/OpenCASCADE/OpenGl_AspectLine.hxx include/OpenCASCADE/OpenGl_AspectMarker.hxx include/OpenCASCADE/OpenGl_AspectText.hxx +include/OpenCASCADE/OpenGl_BVHClipPrimitiveSet.hxx +include/OpenCASCADE/OpenGl_BVHTreeSelector.hxx include/OpenCASCADE/OpenGl_CView.hxx include/OpenCASCADE/OpenGl_CappingAlgo.hxx include/OpenCASCADE/OpenGl_CappingPlaneResource.hxx include/OpenCASCADE/OpenGl_Caps.hxx -include/OpenCASCADE/OpenGl_Cl.hxx include/OpenCASCADE/OpenGl_Clipping.hxx include/OpenCASCADE/OpenGl_Context.hxx -include/OpenCASCADE/OpenGl_Display.hxx +include/OpenCASCADE/OpenGl_Cylinder.hxx +include/OpenCASCADE/OpenGl_Disk.hxx include/OpenCASCADE/OpenGl_Element.hxx -include/OpenCASCADE/OpenGl_ExtFBO.hxx include/OpenCASCADE/OpenGl_ExtGS.hxx include/OpenCASCADE/OpenGl_Flipper.hxx include/OpenCASCADE/OpenGl_Font.hxx include/OpenCASCADE/OpenGl_FrameBuffer.hxx include/OpenCASCADE/OpenGl_GlCore11.hxx +include/OpenCASCADE/OpenGl_GlCore11Fwd.hxx include/OpenCASCADE/OpenGl_GlCore12.hxx include/OpenCASCADE/OpenGl_GlCore13.hxx include/OpenCASCADE/OpenGl_GlCore14.hxx include/OpenCASCADE/OpenGl_GlCore15.hxx include/OpenCASCADE/OpenGl_GlCore20.hxx +include/OpenCASCADE/OpenGl_GlCore21.hxx +include/OpenCASCADE/OpenGl_GlCore30.hxx +include/OpenCASCADE/OpenGl_GlCore31.hxx +include/OpenCASCADE/OpenGl_GlCore32.hxx +include/OpenCASCADE/OpenGl_GlCore33.hxx +include/OpenCASCADE/OpenGl_GlCore40.hxx +include/OpenCASCADE/OpenGl_GlCore41.hxx +include/OpenCASCADE/OpenGl_GlCore42.hxx +include/OpenCASCADE/OpenGl_GlCore43.hxx +include/OpenCASCADE/OpenGl_GlCore44.hxx +include/OpenCASCADE/OpenGl_GlFunctions.hxx include/OpenCASCADE/OpenGl_GraduatedTrihedron.hxx include/OpenCASCADE/OpenGl_GraphicDriver.hxx include/OpenCASCADE/OpenGl_Group.hxx @@ -22757,6 +22594,7 @@ include/OpenCASCADE/OpenGl_Layer.hxx include/OpenCASCADE/OpenGl_LayerList.hxx include/OpenCASCADE/OpenGl_Light.hxx +include/OpenCASCADE/OpenGl_LineAttributes.hxx include/OpenCASCADE/OpenGl_Matrix.hxx include/OpenCASCADE/OpenGl_NamedStatus.hxx include/OpenCASCADE/OpenGl_PointSprite.hxx @@ -22763,16 +22601,20 @@ include/OpenCASCADE/OpenGl_PrimitiveArray.hxx include/OpenCASCADE/OpenGl_PrinterContext.hxx include/OpenCASCADE/OpenGl_PriorityList.hxx -include/OpenCASCADE/OpenGl_RaytraceTypes.hxx +include/OpenCASCADE/OpenGl_Quadric.hxx include/OpenCASCADE/OpenGl_RenderFilter.hxx include/OpenCASCADE/OpenGl_Resource.hxx +include/OpenCASCADE/OpenGl_Sampler.hxx include/OpenCASCADE/OpenGl_SceneGeometry.hxx +include/OpenCASCADE/OpenGl_SetOfShaderPrograms.hxx include/OpenCASCADE/OpenGl_ShaderManager.hxx include/OpenCASCADE/OpenGl_ShaderObject.hxx include/OpenCASCADE/OpenGl_ShaderProgram.hxx include/OpenCASCADE/OpenGl_ShaderStates.hxx +include/OpenCASCADE/OpenGl_Sphere.hxx include/OpenCASCADE/OpenGl_StencilTest.hxx include/OpenCASCADE/OpenGl_Structure.hxx +include/OpenCASCADE/OpenGl_StructureShadow.hxx include/OpenCASCADE/OpenGl_Text.hxx include/OpenCASCADE/OpenGl_TextFormatter.hxx include/OpenCASCADE/OpenGl_TextParam.hxx @@ -22779,17 +22621,18 @@ include/OpenCASCADE/OpenGl_Texture.hxx include/OpenCASCADE/OpenGl_TextureBufferArb.hxx include/OpenCASCADE/OpenGl_Trihedron.hxx +include/OpenCASCADE/OpenGl_Utils.hxx include/OpenCASCADE/OpenGl_Vec.hxx include/OpenCASCADE/OpenGl_VertexBuffer.hxx +include/OpenCASCADE/OpenGl_VertexBuffer.lxx +include/OpenCASCADE/OpenGl_VertexBufferCompat.hxx include/OpenCASCADE/OpenGl_VertexBufferEditor.hxx include/OpenCASCADE/OpenGl_View.hxx include/OpenCASCADE/OpenGl_Window.hxx include/OpenCASCADE/OpenGl_Workspace.hxx include/OpenCASCADE/OpenGl_telem_util.hxx -include/OpenCASCADE/OpenGl_telem_view.hxx include/OpenCASCADE/OpenGl_tgl_funcs.hxx include/OpenCASCADE/OpenGl_transform_persistence.hxx -include/OpenCASCADE/OpenGl_tsm.hxx include/OpenCASCADE/PBRep_Curve3D.hxx include/OpenCASCADE/PBRep_CurveOn2Surfaces.hxx include/OpenCASCADE/PBRep_CurveOnClosedSurface.hxx @@ -22834,62 +22677,6 @@ include/OpenCASCADE/PCDM_StoreStatus.hxx include/OpenCASCADE/PCDM_TypeOfFileDriver.hxx include/OpenCASCADE/PCDM_Writer.hxx -include/OpenCASCADE/PColPGeom2d_FieldOfHArray1OfBSplineCurve.hxx -include/OpenCASCADE/PColPGeom2d_FieldOfHArray1OfBezierCurve.hxx -include/OpenCASCADE/PColPGeom2d_FieldOfHArray1OfBoundedCurve.hxx -include/OpenCASCADE/PColPGeom2d_FieldOfHArray1OfCurve.hxx -include/OpenCASCADE/PColPGeom2d_HArray1OfBSplineCurve.hxx -include/OpenCASCADE/PColPGeom2d_HArray1OfBezierCurve.hxx -include/OpenCASCADE/PColPGeom2d_HArray1OfBoundedCurve.hxx -include/OpenCASCADE/PColPGeom2d_HArray1OfCurve.hxx -include/OpenCASCADE/PColPGeom2d_VArrayNodeOfFieldOfHArray1OfBSplineCurve.hxx -include/OpenCASCADE/PColPGeom2d_VArrayNodeOfFieldOfHArray1OfBezierCurve.hxx -include/OpenCASCADE/PColPGeom2d_VArrayNodeOfFieldOfHArray1OfBoundedCurve.hxx -include/OpenCASCADE/PColPGeom2d_VArrayNodeOfFieldOfHArray1OfCurve.hxx -include/OpenCASCADE/PColPGeom2d_VArrayTNodeOfFieldOfHArray1OfBSplineCurve.hxx -include/OpenCASCADE/PColPGeom2d_VArrayTNodeOfFieldOfHArray1OfBezierCurve.hxx -include/OpenCASCADE/PColPGeom2d_VArrayTNodeOfFieldOfHArray1OfBoundedCurve.hxx -include/OpenCASCADE/PColPGeom2d_VArrayTNodeOfFieldOfHArray1OfCurve.hxx -include/OpenCASCADE/PColPGeom_FieldOfHArray1OfBSplineCurve.hxx -include/OpenCASCADE/PColPGeom_FieldOfHArray1OfBezierCurve.hxx -include/OpenCASCADE/PColPGeom_FieldOfHArray1OfBoundedCurve.hxx -include/OpenCASCADE/PColPGeom_FieldOfHArray1OfBoundedSurface.hxx -include/OpenCASCADE/PColPGeom_FieldOfHArray1OfCurve.hxx -include/OpenCASCADE/PColPGeom_FieldOfHArray1OfSurface.hxx -include/OpenCASCADE/PColPGeom_FieldOfHArray2OfBSplineSurface.hxx -include/OpenCASCADE/PColPGeom_FieldOfHArray2OfBezierSurface.hxx -include/OpenCASCADE/PColPGeom_FieldOfHArray2OfBoundedSurface.hxx -include/OpenCASCADE/PColPGeom_FieldOfHArray2OfSurface.hxx -include/OpenCASCADE/PColPGeom_HArray1OfBSplineCurve.hxx -include/OpenCASCADE/PColPGeom_HArray1OfBezierCurve.hxx -include/OpenCASCADE/PColPGeom_HArray1OfBoundedCurve.hxx -include/OpenCASCADE/PColPGeom_HArray1OfBoundedSurface.hxx -include/OpenCASCADE/PColPGeom_HArray1OfCurve.hxx -include/OpenCASCADE/PColPGeom_HArray1OfSurface.hxx -include/OpenCASCADE/PColPGeom_HArray2OfBSplineSurface.hxx -include/OpenCASCADE/PColPGeom_HArray2OfBezierSurface.hxx -include/OpenCASCADE/PColPGeom_HArray2OfBoundedSurface.hxx -include/OpenCASCADE/PColPGeom_HArray2OfSurface.hxx -include/OpenCASCADE/PColPGeom_VArrayNodeOfFieldOfHArray1OfBSplineCurve.hxx -include/OpenCASCADE/PColPGeom_VArrayNodeOfFieldOfHArray1OfBezierCurve.hxx -include/OpenCASCADE/PColPGeom_VArrayNodeOfFieldOfHArray1OfBoundedCurve.hxx -include/OpenCASCADE/PColPGeom_VArrayNodeOfFieldOfHArray1OfBoundedSurface.hxx -include/OpenCASCADE/PColPGeom_VArrayNodeOfFieldOfHArray1OfCurve.hxx -include/OpenCASCADE/PColPGeom_VArrayNodeOfFieldOfHArray1OfSurface.hxx -include/OpenCASCADE/PColPGeom_VArrayNodeOfFieldOfHArray2OfBSplineSurface.hxx -include/OpenCASCADE/PColPGeom_VArrayNodeOfFieldOfHArray2OfBezierSurface.hxx -include/OpenCASCADE/PColPGeom_VArrayNodeOfFieldOfHArray2OfBoundedSurface.hxx -include/OpenCASCADE/PColPGeom_VArrayNodeOfFieldOfHArray2OfSurface.hxx -include/OpenCASCADE/PColPGeom_VArrayTNodeOfFieldOfHArray1OfBSplineCurve.hxx -include/OpenCASCADE/PColPGeom_VArrayTNodeOfFieldOfHArray1OfBezierCurve.hxx -include/OpenCASCADE/PColPGeom_VArrayTNodeOfFieldOfHArray1OfBoundedCurve.hxx -include/OpenCASCADE/PColPGeom_VArrayTNodeOfFieldOfHArray1OfBoundedSurface.hxx -include/OpenCASCADE/PColPGeom_VArrayTNodeOfFieldOfHArray1OfCurve.hxx -include/OpenCASCADE/PColPGeom_VArrayTNodeOfFieldOfHArray1OfSurface.hxx -include/OpenCASCADE/PColPGeom_VArrayTNodeOfFieldOfHArray2OfBSplineSurface.hxx -include/OpenCASCADE/PColPGeom_VArrayTNodeOfFieldOfHArray2OfBezierSurface.hxx -include/OpenCASCADE/PColPGeom_VArrayTNodeOfFieldOfHArray2OfBoundedSurface.hxx -include/OpenCASCADE/PColPGeom_VArrayTNodeOfFieldOfHArray2OfSurface.hxx include/OpenCASCADE/PColStd_FieldOfHArray1OfExtendedString.hxx include/OpenCASCADE/PColStd_FieldOfHArray1OfInteger.hxx include/OpenCASCADE/PColStd_FieldOfHArray1OfPersistent.hxx @@ -22904,33 +22691,6 @@ include/OpenCASCADE/PColStd_HArray2OfInteger.hxx include/OpenCASCADE/PColStd_HArray2OfPersistent.hxx include/OpenCASCADE/PColStd_HArray2OfReal.hxx -include/OpenCASCADE/PColStd_HDoubleListOfInteger.hxx -include/OpenCASCADE/PColStd_HDoubleListOfPersistent.hxx -include/OpenCASCADE/PColStd_HDoubleListOfReal.hxx -include/OpenCASCADE/PColStd_HOfAsciiString.hxx -include/OpenCASCADE/PColStd_HOfExtendedString.hxx -include/OpenCASCADE/PColStd_HOfInteger.hxx -include/OpenCASCADE/PColStd_HOfReal.hxx -include/OpenCASCADE/PColStd_HSequenceOfHAsciiString.hxx -include/OpenCASCADE/PColStd_HSequenceOfHExtendedString.hxx -include/OpenCASCADE/PColStd_HSequenceOfInteger.hxx -include/OpenCASCADE/PColStd_HSequenceOfPersistent.hxx -include/OpenCASCADE/PColStd_HSequenceOfReal.hxx -include/OpenCASCADE/PColStd_HSingleListOfInteger.hxx -include/OpenCASCADE/PColStd_HSingleListOfPersistent.hxx -include/OpenCASCADE/PColStd_HSingleListOfReal.hxx -include/OpenCASCADE/PColStd_HashAsciiString.hxx -include/OpenCASCADE/PColStd_HashExtendedString.hxx -include/OpenCASCADE/PColStd_SeqExplorerOfHSequenceOfHAsciiString.hxx -include/OpenCASCADE/PColStd_SeqExplorerOfHSequenceOfHExtendedString.hxx -include/OpenCASCADE/PColStd_SeqExplorerOfHSequenceOfInteger.hxx -include/OpenCASCADE/PColStd_SeqExplorerOfHSequenceOfPersistent.hxx -include/OpenCASCADE/PColStd_SeqExplorerOfHSequenceOfReal.hxx -include/OpenCASCADE/PColStd_SeqNodeOfHSequenceOfHAsciiString.hxx -include/OpenCASCADE/PColStd_SeqNodeOfHSequenceOfHExtendedString.hxx -include/OpenCASCADE/PColStd_SeqNodeOfHSequenceOfInteger.hxx -include/OpenCASCADE/PColStd_SeqNodeOfHSequenceOfPersistent.hxx -include/OpenCASCADE/PColStd_SeqNodeOfHSequenceOfReal.hxx include/OpenCASCADE/PColStd_VArrayNodeOfFieldOfHArray1OfExtendedString.hxx include/OpenCASCADE/PColStd_VArrayNodeOfFieldOfHArray1OfInteger.hxx include/OpenCASCADE/PColStd_VArrayNodeOfFieldOfHArray1OfPersistent.hxx @@ -23037,62 +22797,16 @@ include/OpenCASCADE/PColgp_VArrayTNodeOfFieldOfHArray2OfVec2d.hxx include/OpenCASCADE/PColgp_VArrayTNodeOfFieldOfHArray2OfXY.hxx include/OpenCASCADE/PColgp_VArrayTNodeOfFieldOfHArray2OfXYZ.hxx -include/OpenCASCADE/PCollection_ATInOrderIterator.gxx -include/OpenCASCADE/PCollection_ATPostOrderIterator.gxx -include/OpenCASCADE/PCollection_ATPreOrderIterator.gxx -include/OpenCASCADE/PCollection_AVLIterator.gxx -include/OpenCASCADE/PCollection_AVLNode.gxx include/OpenCASCADE/PCollection_AccessMode.hxx -include/OpenCASCADE/PCollection_AdjacentVerticesIterator.gxx -include/OpenCASCADE/PCollection_BackEdgesIterator.gxx -include/OpenCASCADE/PCollection_BreadthFirstIterator.gxx -include/OpenCASCADE/PCollection_Compare.gxx -include/OpenCASCADE/PCollection_CompareOfInteger.hxx -include/OpenCASCADE/PCollection_CompareOfReal.hxx -include/OpenCASCADE/PCollection_DepthFirstIterator.gxx -include/OpenCASCADE/PCollection_DoubleMapIterator.gxx -include/OpenCASCADE/PCollection_DoubleMapNode.gxx -include/OpenCASCADE/PCollection_Edge.gxx -include/OpenCASCADE/PCollection_EdgesIterator.gxx -include/OpenCASCADE/PCollection_FrontEdgesIterator.gxx -include/OpenCASCADE/PCollection_HAVLSearchTree.gxx -include/OpenCASCADE/PCollection_HArbitraryTree.gxx include/OpenCASCADE/PCollection_HArray1.gxx include/OpenCASCADE/PCollection_HArray1.lxx include/OpenCASCADE/PCollection_HArray2.gxx include/OpenCASCADE/PCollection_HArray2.lxx include/OpenCASCADE/PCollection_HAsciiString.hxx -include/OpenCASCADE/PCollection_HDataMap.gxx -include/OpenCASCADE/PCollection_HDataMap.lxx -include/OpenCASCADE/PCollection_HDirectedGraph.gxx -include/OpenCASCADE/PCollection_HDoubleList.gxx -include/OpenCASCADE/PCollection_HDoubleMap.gxx include/OpenCASCADE/PCollection_HExtendedString.hxx -include/OpenCASCADE/PCollection_HIndexedDataMap.gxx -include/OpenCASCADE/PCollection_HQueue.gxx include/OpenCASCADE/PCollection_HSequence.gxx -include/OpenCASCADE/PCollection_HSet.gxx -include/OpenCASCADE/PCollection_HSingleList.gxx -include/OpenCASCADE/PCollection_HStack.gxx -include/OpenCASCADE/PCollection_Hash.gxx -include/OpenCASCADE/PCollection_IndexedDataMapNode.gxx -include/OpenCASCADE/PCollection_IsContained.hxx -include/OpenCASCADE/PCollection_IsNotRoot.hxx -include/OpenCASCADE/PCollection_IsNullTree.hxx -include/OpenCASCADE/PCollection_LeavesIterator.gxx -include/OpenCASCADE/PCollection_MapIterator.gxx -include/OpenCASCADE/PCollection_MapNode.gxx -include/OpenCASCADE/PCollection_PrivCompareOfInteger.hxx -include/OpenCASCADE/PCollection_PrivCompareOfReal.hxx -include/OpenCASCADE/PCollection_QueueIterator.gxx -include/OpenCASCADE/PCollection_RootsIterator.gxx include/OpenCASCADE/PCollection_SeqExplorer.gxx include/OpenCASCADE/PCollection_SeqNode.gxx -include/OpenCASCADE/PCollection_SetIterator.gxx -include/OpenCASCADE/PCollection_Side.hxx -include/OpenCASCADE/PCollection_StackIterator.gxx -include/OpenCASCADE/PCollection_Vertex.gxx -include/OpenCASCADE/PCollection_VerticesIterator.gxx include/OpenCASCADE/PDF_Attribute.hxx include/OpenCASCADE/PDF_Data.hxx include/OpenCASCADE/PDF_Data.lxx @@ -23397,10 +23111,6 @@ include/OpenCASCADE/Poly_Triangulation.lxx include/OpenCASCADE/Precision.hxx include/OpenCASCADE/Precision.lxx -include/OpenCASCADE/Primitives_Builder.gxx -include/OpenCASCADE/Primitives_Direction.hxx -include/OpenCASCADE/Primitives_OneAxis.gxx -include/OpenCASCADE/Primitives_Wedge.gxx include/OpenCASCADE/ProjLib.hxx include/OpenCASCADE/ProjLib_CompProjectedCurve.hxx include/OpenCASCADE/ProjLib_ComputeApprox.hxx @@ -23442,6 +23152,7 @@ include/OpenCASCADE/Prs3d_Point.hxx include/OpenCASCADE/Prs3d_PointAspect.hxx include/OpenCASCADE/Prs3d_Presentation.hxx +include/OpenCASCADE/Prs3d_PresentationShadow.hxx include/OpenCASCADE/Prs3d_Projector.hxx include/OpenCASCADE/Prs3d_Root.hxx include/OpenCASCADE/Prs3d_ShadingAspect.hxx @@ -23450,8 +23161,10 @@ include/OpenCASCADE/Prs3d_TextAspect.hxx include/OpenCASCADE/Prs3d_TypeOfHLR.hxx include/OpenCASCADE/Prs3d_TypeOfLinePicking.hxx +include/OpenCASCADE/Prs3d_VertexDrawMode.hxx include/OpenCASCADE/Prs3d_WFShape.hxx -include/OpenCASCADE/PrsMgr_KindOfPrs.hxx +include/OpenCASCADE/PrsMgr_ListOfPresentableObjects.hxx +include/OpenCASCADE/PrsMgr_ListOfPresentations.hxx include/OpenCASCADE/PrsMgr_ModedPresentation.hxx include/OpenCASCADE/PrsMgr_PresentableObject.hxx include/OpenCASCADE/PrsMgr_PresentableObject.lxx @@ -23459,11 +23172,10 @@ include/OpenCASCADE/PrsMgr_Presentation.hxx include/OpenCASCADE/PrsMgr_Presentation.lxx include/OpenCASCADE/PrsMgr_Presentation3d.hxx -include/OpenCASCADE/PrsMgr_Presentation3dPointer.hxx include/OpenCASCADE/PrsMgr_PresentationManager.hxx include/OpenCASCADE/PrsMgr_PresentationManager.lxx include/OpenCASCADE/PrsMgr_PresentationManager3d.hxx -include/OpenCASCADE/PrsMgr_PresentationManager3d.lxx +include/OpenCASCADE/PrsMgr_PresentationPointer.hxx include/OpenCASCADE/PrsMgr_Presentations.hxx include/OpenCASCADE/PrsMgr_Prs.hxx include/OpenCASCADE/PrsMgr_SequenceNodeOfPresentations.hxx @@ -23472,14 +23184,9 @@ include/OpenCASCADE/QABugs_MyText.hxx include/OpenCASCADE/QABugs_PresentableObject.hxx include/OpenCASCADE/QADNaming.hxx -include/OpenCASCADE/QADNaming_DataMapIteratorOfDataMapOfShapeOfName.hxx -include/OpenCASCADE/QADNaming_DataMapNodeOfDataMapOfShapeOfName.hxx -include/OpenCASCADE/QADNaming_DataMapOfShapeOfName.hxx include/OpenCASCADE/QADraw.hxx include/OpenCASCADE/QANCollection.hxx include/OpenCASCADE/QANCollection_Common.hxx -include/OpenCASCADE/QANCollection_Common2.hxx -include/OpenCASCADE/QANCollection_Common3.hxx include/OpenCASCADE/QANCollection_DataMapIteratorOfDataMapOfRealPnt.hxx include/OpenCASCADE/QANCollection_DataMapNodeOfDataMapOfRealPnt.hxx include/OpenCASCADE/QANCollection_DataMapOfRealPnt.hxx @@ -23486,27 +23193,11 @@ include/OpenCASCADE/QANCollection_DoubleMapIteratorOfDoubleMapOfRealInteger.hxx include/OpenCASCADE/QANCollection_DoubleMapNodeOfDoubleMapOfRealInteger.hxx include/OpenCASCADE/QANCollection_DoubleMapOfRealInteger.hxx -include/OpenCASCADE/QANCollection_FuncArrays.hxx -include/OpenCASCADE/QANCollection_FuncLists.hxx -include/OpenCASCADE/QANCollection_FuncMaps.hxx -include/OpenCASCADE/QANCollection_FuncTest.hxx include/OpenCASCADE/QANCollection_IndexedDataMapNodeOfIndexedDataMapOfRealPnt.hxx include/OpenCASCADE/QANCollection_IndexedDataMapOfRealPnt.hxx include/OpenCASCADE/QANCollection_ListIteratorOfListOfPnt.hxx include/OpenCASCADE/QANCollection_ListNodeOfListOfPnt.hxx include/OpenCASCADE/QANCollection_ListOfPnt.hxx -include/OpenCASCADE/QANCollection_PerfArrays.hxx -include/OpenCASCADE/QANCollection_PerfLists.hxx -include/OpenCASCADE/QANCollection_PerfMaps.hxx -include/OpenCASCADE/QANCollection_PerfSparseArray.hxx -include/OpenCASCADE/QANCollection_PerfTest.hxx -include/OpenCASCADE/QANCollection_QueueNodeOfQueueOfPnt.hxx -include/OpenCASCADE/QANCollection_QueueOfPnt.hxx -include/OpenCASCADE/QANCollection_SListNodeOfSListOfPnt.hxx -include/OpenCASCADE/QANCollection_SListOfPnt.hxx -include/OpenCASCADE/QANCollection_StackIteratorOfStackOfPnt.hxx -include/OpenCASCADE/QANCollection_StackNodeOfStackOfPnt.hxx -include/OpenCASCADE/QANCollection_StackOfPnt.hxx include/OpenCASCADE/QANewBRepNaming.hxx include/OpenCASCADE/QANewBRepNaming_BooleanOperation.hxx include/OpenCASCADE/QANewBRepNaming_BooleanOperationFeat.hxx @@ -24257,8 +23948,6 @@ include/OpenCASCADE/STEPSelections_SequenceOfAssemblyLink.hxx include/OpenCASCADE/SWDRAW.hxx include/OpenCASCADE/SWDRAW_ShapeAnalysis.hxx -include/OpenCASCADE/SWDRAW_ShapeBuild.hxx -include/OpenCASCADE/SWDRAW_ShapeConstruct.hxx include/OpenCASCADE/SWDRAW_ShapeCustom.hxx include/OpenCASCADE/SWDRAW_ShapeExtend.hxx include/OpenCASCADE/SWDRAW_ShapeFix.hxx @@ -24266,7 +23955,6 @@ include/OpenCASCADE/SWDRAW_ShapeProcessAPI.hxx include/OpenCASCADE/SWDRAW_ShapeTool.hxx include/OpenCASCADE/SWDRAW_ShapeUpgrade.hxx -include/OpenCASCADE/SWDRAW_ToVRML.hxx include/OpenCASCADE/Select3D_Box2d.hxx include/OpenCASCADE/Select3D_ListIteratorOfListOfSensitive.hxx include/OpenCASCADE/Select3D_ListIteratorOfListOfSensitiveTriangle.hxx @@ -24329,7 +24017,6 @@ include/OpenCASCADE/SelectMgr_DataMapNodeOfDataMapOfObjectSelectors.hxx include/OpenCASCADE/SelectMgr_DataMapNodeOfDataMapOfSelectionActivation.hxx include/OpenCASCADE/SelectMgr_DataMapOfIntegerSensitive.hxx -include/OpenCASCADE/SelectMgr_DataMapOfObjectOwners.hxx include/OpenCASCADE/SelectMgr_DataMapOfObjectSelectors.hxx include/OpenCASCADE/SelectMgr_DataMapOfSelectionActivation.hxx include/OpenCASCADE/SelectMgr_EntityOwner.hxx @@ -24516,34 +24203,6 @@ include/OpenCASCADE/ShapeSchema_PBRep_TVertex1.hxx include/OpenCASCADE/ShapeSchema_PCDMShape_Document.hxx include/OpenCASCADE/ShapeSchema_PCDM_Document.hxx -include/OpenCASCADE/ShapeSchema_PColPGeom2d_FieldOfHArray1OfBSplineCurve.hxx -include/OpenCASCADE/ShapeSchema_PColPGeom2d_FieldOfHArray1OfBezierCurve.hxx -include/OpenCASCADE/ShapeSchema_PColPGeom2d_FieldOfHArray1OfBoundedCurve.hxx -include/OpenCASCADE/ShapeSchema_PColPGeom2d_FieldOfHArray1OfCurve.hxx -include/OpenCASCADE/ShapeSchema_PColPGeom2d_HArray1OfBSplineCurve.hxx -include/OpenCASCADE/ShapeSchema_PColPGeom2d_HArray1OfBezierCurve.hxx -include/OpenCASCADE/ShapeSchema_PColPGeom2d_HArray1OfBoundedCurve.hxx -include/OpenCASCADE/ShapeSchema_PColPGeom2d_HArray1OfCurve.hxx -include/OpenCASCADE/ShapeSchema_PColPGeom_FieldOfHArray1OfBSplineCurve.hxx -include/OpenCASCADE/ShapeSchema_PColPGeom_FieldOfHArray1OfBezierCurve.hxx -include/OpenCASCADE/ShapeSchema_PColPGeom_FieldOfHArray1OfBoundedCurve.hxx -include/OpenCASCADE/ShapeSchema_PColPGeom_FieldOfHArray1OfBoundedSurface.hxx -include/OpenCASCADE/ShapeSchema_PColPGeom_FieldOfHArray1OfCurve.hxx -include/OpenCASCADE/ShapeSchema_PColPGeom_FieldOfHArray1OfSurface.hxx -include/OpenCASCADE/ShapeSchema_PColPGeom_FieldOfHArray2OfBSplineSurface.hxx -include/OpenCASCADE/ShapeSchema_PColPGeom_FieldOfHArray2OfBezierSurface.hxx -include/OpenCASCADE/ShapeSchema_PColPGeom_FieldOfHArray2OfBoundedSurface.hxx -include/OpenCASCADE/ShapeSchema_PColPGeom_FieldOfHArray2OfSurface.hxx -include/OpenCASCADE/ShapeSchema_PColPGeom_HArray1OfBSplineCurve.hxx -include/OpenCASCADE/ShapeSchema_PColPGeom_HArray1OfBezierCurve.hxx -include/OpenCASCADE/ShapeSchema_PColPGeom_HArray1OfBoundedCurve.hxx -include/OpenCASCADE/ShapeSchema_PColPGeom_HArray1OfBoundedSurface.hxx -include/OpenCASCADE/ShapeSchema_PColPGeom_HArray1OfCurve.hxx -include/OpenCASCADE/ShapeSchema_PColPGeom_HArray1OfSurface.hxx -include/OpenCASCADE/ShapeSchema_PColPGeom_HArray2OfBSplineSurface.hxx -include/OpenCASCADE/ShapeSchema_PColPGeom_HArray2OfBezierSurface.hxx -include/OpenCASCADE/ShapeSchema_PColPGeom_HArray2OfBoundedSurface.hxx -include/OpenCASCADE/ShapeSchema_PColPGeom_HArray2OfSurface.hxx include/OpenCASCADE/ShapeSchema_PColStd_FieldOfHArray1OfInteger.hxx include/OpenCASCADE/ShapeSchema_PColStd_FieldOfHArray1OfReal.hxx include/OpenCASCADE/ShapeSchema_PColStd_FieldOfHArray2OfReal.hxx @@ -24828,7 +24487,6 @@ include/OpenCASCADE/Standard_NullObject.hxx include/OpenCASCADE/Standard_NullValue.hxx include/OpenCASCADE/Standard_NumericError.hxx -include/OpenCASCADE/Standard_OId.hxx include/OpenCASCADE/Standard_OStream.hxx include/OpenCASCADE/Standard_OutOfMemory.hxx include/OpenCASCADE/Standard_OutOfRange.hxx @@ -26113,8 +25771,6 @@ include/OpenCASCADE/Storage_HArrayOfCallBack.hxx include/OpenCASCADE/Storage_HArrayOfSchema.hxx include/OpenCASCADE/Storage_HPArray.hxx -include/OpenCASCADE/Storage_HSeqOfCallBack.hxx -include/OpenCASCADE/Storage_HSeqOfPersistent.hxx include/OpenCASCADE/Storage_HSeqOfRoot.hxx include/OpenCASCADE/Storage_HeaderData.hxx include/OpenCASCADE/Storage_IndexedDataMapNodeOfPType.hxx @@ -26122,7 +25778,6 @@ include/OpenCASCADE/Storage_Macros.hxx include/OpenCASCADE/Storage_MapOfCallBack.hxx include/OpenCASCADE/Storage_MapOfPers.hxx -include/OpenCASCADE/Storage_MapPSDHasher.hxx include/OpenCASCADE/Storage_OpenMode.hxx include/OpenCASCADE/Storage_PArray.hxx include/OpenCASCADE/Storage_PType.hxx @@ -26131,11 +25786,7 @@ include/OpenCASCADE/Storage_RootData.hxx include/OpenCASCADE/Storage_Schema.hxx include/OpenCASCADE/Storage_Schema.lxx -include/OpenCASCADE/Storage_SeqOfCallBack.hxx -include/OpenCASCADE/Storage_SeqOfPersistent.hxx include/OpenCASCADE/Storage_SeqOfRoot.hxx -include/OpenCASCADE/Storage_SequenceNodeOfSeqOfCallBack.hxx -include/OpenCASCADE/Storage_SequenceNodeOfSeqOfPersistent.hxx include/OpenCASCADE/Storage_SequenceNodeOfSeqOfRoot.hxx include/OpenCASCADE/Storage_SolveMode.hxx include/OpenCASCADE/Storage_StreamExtCharParityError.hxx @@ -26148,29 +25799,19 @@ include/OpenCASCADE/Storage_TypeData.hxx include/OpenCASCADE/Storage_TypedCallBack.hxx include/OpenCASCADE/Storage_stCONSTclCOM.hxx -include/OpenCASCADE/Sweep_Builder.gxx -include/OpenCASCADE/Sweep_Iterator.gxx -include/OpenCASCADE/Sweep_Iterator.lxx -include/OpenCASCADE/Sweep_LinearRegularSweep.gxx include/OpenCASCADE/Sweep_NumShape.hxx include/OpenCASCADE/Sweep_NumShape.lxx include/OpenCASCADE/Sweep_NumShapeIterator.hxx include/OpenCASCADE/Sweep_NumShapeIterator.lxx include/OpenCASCADE/Sweep_NumShapeTool.hxx -include/OpenCASCADE/Sweep_Tool.gxx include/OpenCASCADE/TColGeom2d_Array1OfBSplineCurve.hxx include/OpenCASCADE/TColGeom2d_Array1OfBezierCurve.hxx -include/OpenCASCADE/TColGeom2d_Array1OfBoundedCurve.hxx include/OpenCASCADE/TColGeom2d_Array1OfCurve.hxx -include/OpenCASCADE/TColGeom2d_Array1OfGeometry.hxx include/OpenCASCADE/TColGeom2d_HArray1OfBSplineCurve.hxx include/OpenCASCADE/TColGeom2d_HArray1OfBezierCurve.hxx -include/OpenCASCADE/TColGeom2d_HArray1OfBoundedCurve.hxx include/OpenCASCADE/TColGeom2d_HArray1OfCurve.hxx -include/OpenCASCADE/TColGeom2d_HArray1OfGeometry.hxx include/OpenCASCADE/TColGeom2d_HSequenceOfBoundedCurve.hxx include/OpenCASCADE/TColGeom2d_HSequenceOfCurve.hxx -include/OpenCASCADE/TColGeom2d_HSequenceOfGeometry.hxx include/OpenCASCADE/TColGeom2d_SequenceNodeOfSequenceOfBoundedCurve.hxx include/OpenCASCADE/TColGeom2d_SequenceNodeOfSequenceOfCurve.hxx include/OpenCASCADE/TColGeom2d_SequenceNodeOfSequenceOfGeometry.hxx @@ -26179,34 +25820,21 @@ include/OpenCASCADE/TColGeom2d_SequenceOfGeometry.hxx include/OpenCASCADE/TColGeom_Array1OfBSplineCurve.hxx include/OpenCASCADE/TColGeom_Array1OfBezierCurve.hxx -include/OpenCASCADE/TColGeom_Array1OfBoundedCurve.hxx -include/OpenCASCADE/TColGeom_Array1OfBoundedSurface.hxx include/OpenCASCADE/TColGeom_Array1OfCurve.hxx include/OpenCASCADE/TColGeom_Array1OfSurface.hxx -include/OpenCASCADE/TColGeom_Array2OfBSplineSurface.hxx include/OpenCASCADE/TColGeom_Array2OfBezierSurface.hxx -include/OpenCASCADE/TColGeom_Array2OfBoundedSurface.hxx include/OpenCASCADE/TColGeom_Array2OfSurface.hxx include/OpenCASCADE/TColGeom_HArray1OfBSplineCurve.hxx include/OpenCASCADE/TColGeom_HArray1OfBezierCurve.hxx -include/OpenCASCADE/TColGeom_HArray1OfBoundedCurve.hxx -include/OpenCASCADE/TColGeom_HArray1OfBoundedSurface.hxx include/OpenCASCADE/TColGeom_HArray1OfCurve.hxx include/OpenCASCADE/TColGeom_HArray1OfSurface.hxx -include/OpenCASCADE/TColGeom_HArray2OfBSplineSurface.hxx -include/OpenCASCADE/TColGeom_HArray2OfBezierSurface.hxx -include/OpenCASCADE/TColGeom_HArray2OfBoundedSurface.hxx include/OpenCASCADE/TColGeom_HArray2OfSurface.hxx include/OpenCASCADE/TColGeom_HSequenceOfBoundedCurve.hxx -include/OpenCASCADE/TColGeom_HSequenceOfBoundedSurface.hxx include/OpenCASCADE/TColGeom_HSequenceOfCurve.hxx -include/OpenCASCADE/TColGeom_HSequenceOfSurface.hxx include/OpenCASCADE/TColGeom_SequenceNodeOfSequenceOfBoundedCurve.hxx -include/OpenCASCADE/TColGeom_SequenceNodeOfSequenceOfBoundedSurface.hxx include/OpenCASCADE/TColGeom_SequenceNodeOfSequenceOfCurve.hxx include/OpenCASCADE/TColGeom_SequenceNodeOfSequenceOfSurface.hxx include/OpenCASCADE/TColGeom_SequenceOfBoundedCurve.hxx -include/OpenCASCADE/TColGeom_SequenceOfBoundedSurface.hxx include/OpenCASCADE/TColGeom_SequenceOfCurve.hxx include/OpenCASCADE/TColGeom_SequenceOfSurface.hxx include/OpenCASCADE/TColQuantity_Array1OfLength.hxx @@ -26271,9 +25899,6 @@ include/OpenCASCADE/TColStd_HSequenceOfInteger.hxx include/OpenCASCADE/TColStd_HSequenceOfReal.hxx include/OpenCASCADE/TColStd_HSequenceOfTransient.hxx -include/OpenCASCADE/TColStd_HSetOfInteger.hxx -include/OpenCASCADE/TColStd_HSetOfReal.hxx -include/OpenCASCADE/TColStd_HSetOfTransient.hxx include/OpenCASCADE/TColStd_IndexedDataMapNodeOfIndexedDataMapOfTransientTransient.hxx include/OpenCASCADE/TColStd_IndexedDataMapOfTransientTransient.hxx include/OpenCASCADE/TColStd_IndexedMapNodeOfIndexedMapOfInteger.hxx @@ -26286,16 +25911,10 @@ include/OpenCASCADE/TColStd_ListIteratorOfListOfInteger.hxx include/OpenCASCADE/TColStd_ListIteratorOfListOfReal.hxx include/OpenCASCADE/TColStd_ListIteratorOfListOfTransient.hxx -include/OpenCASCADE/TColStd_ListIteratorOfSetListOfSetOfInteger.hxx -include/OpenCASCADE/TColStd_ListIteratorOfSetListOfSetOfReal.hxx -include/OpenCASCADE/TColStd_ListIteratorOfSetListOfSetOfTransient.hxx include/OpenCASCADE/TColStd_ListNodeOfListOfAsciiString.hxx include/OpenCASCADE/TColStd_ListNodeOfListOfInteger.hxx include/OpenCASCADE/TColStd_ListNodeOfListOfReal.hxx include/OpenCASCADE/TColStd_ListNodeOfListOfTransient.hxx -include/OpenCASCADE/TColStd_ListNodeOfSetListOfSetOfInteger.hxx -include/OpenCASCADE/TColStd_ListNodeOfSetListOfSetOfReal.hxx -include/OpenCASCADE/TColStd_ListNodeOfSetListOfSetOfTransient.hxx include/OpenCASCADE/TColStd_ListOfAsciiString.hxx include/OpenCASCADE/TColStd_ListOfInteger.hxx include/OpenCASCADE/TColStd_ListOfReal.hxx @@ -26313,12 +25932,6 @@ include/OpenCASCADE/TColStd_MapRealHasher.hxx include/OpenCASCADE/TColStd_MapTransientHasher.hxx include/OpenCASCADE/TColStd_PackedMapOfInteger.hxx -include/OpenCASCADE/TColStd_QueueNodeOfQueueOfInteger.hxx -include/OpenCASCADE/TColStd_QueueNodeOfQueueOfReal.hxx -include/OpenCASCADE/TColStd_QueueNodeOfQueueOfTransient.hxx -include/OpenCASCADE/TColStd_QueueOfInteger.hxx -include/OpenCASCADE/TColStd_QueueOfReal.hxx -include/OpenCASCADE/TColStd_QueueOfTransient.hxx include/OpenCASCADE/TColStd_SequenceNodeOfSequenceOfAddress.hxx include/OpenCASCADE/TColStd_SequenceNodeOfSequenceOfAsciiString.hxx include/OpenCASCADE/TColStd_SequenceNodeOfSequenceOfBoolean.hxx @@ -26337,24 +25950,6 @@ include/OpenCASCADE/TColStd_SequenceOfInteger.hxx include/OpenCASCADE/TColStd_SequenceOfReal.hxx include/OpenCASCADE/TColStd_SequenceOfTransient.hxx -include/OpenCASCADE/TColStd_SetIteratorOfSetOfInteger.hxx -include/OpenCASCADE/TColStd_SetIteratorOfSetOfReal.hxx -include/OpenCASCADE/TColStd_SetIteratorOfSetOfTransient.hxx -include/OpenCASCADE/TColStd_SetListOfSetOfInteger.hxx -include/OpenCASCADE/TColStd_SetListOfSetOfReal.hxx -include/OpenCASCADE/TColStd_SetListOfSetOfTransient.hxx -include/OpenCASCADE/TColStd_SetOfInteger.hxx -include/OpenCASCADE/TColStd_SetOfReal.hxx -include/OpenCASCADE/TColStd_SetOfTransient.hxx -include/OpenCASCADE/TColStd_StackIteratorOfStackOfInteger.hxx -include/OpenCASCADE/TColStd_StackIteratorOfStackOfReal.hxx -include/OpenCASCADE/TColStd_StackIteratorOfStackOfTransient.hxx -include/OpenCASCADE/TColStd_StackNodeOfStackOfInteger.hxx -include/OpenCASCADE/TColStd_StackNodeOfStackOfReal.hxx -include/OpenCASCADE/TColStd_StackNodeOfStackOfTransient.hxx -include/OpenCASCADE/TColStd_StackOfInteger.hxx -include/OpenCASCADE/TColStd_StackOfReal.hxx -include/OpenCASCADE/TColStd_StackOfTransient.hxx include/OpenCASCADE/TColStd_StdMapNodeOfMapOfAsciiString.hxx include/OpenCASCADE/TColStd_StdMapNodeOfMapOfInteger.hxx include/OpenCASCADE/TColStd_StdMapNodeOfMapOfReal.hxx @@ -26379,9 +25974,6 @@ include/OpenCASCADE/TColgp_Array2OfVec2d.hxx include/OpenCASCADE/TColgp_Array2OfXY.hxx include/OpenCASCADE/TColgp_Array2OfXYZ.hxx -include/OpenCASCADE/TColgp_DataMapIteratorOfDataMapOfIntegerCirc2d.hxx -include/OpenCASCADE/TColgp_DataMapNodeOfDataMapOfIntegerCirc2d.hxx -include/OpenCASCADE/TColgp_DataMapOfIntegerCirc2d.hxx include/OpenCASCADE/TColgp_HArray1OfCirc2d.hxx include/OpenCASCADE/TColgp_HArray1OfDir.hxx include/OpenCASCADE/TColgp_HArray1OfDir2d.hxx @@ -26429,24 +26021,10 @@ include/OpenCASCADE/TColgp_SequenceOfXY.hxx include/OpenCASCADE/TColgp_SequenceOfXYZ.hxx include/OpenCASCADE/TCollection.hxx -include/OpenCASCADE/TCollection_AVLBaseNode.hxx -include/OpenCASCADE/TCollection_AVLBaseNode.lxx -include/OpenCASCADE/TCollection_AVLBaseNodePtr.hxx -include/OpenCASCADE/TCollection_AVLIterator.gxx -include/OpenCASCADE/TCollection_AVLIterator.lxx -include/OpenCASCADE/TCollection_AVLList.gxx -include/OpenCASCADE/TCollection_AVLList.lxx -include/OpenCASCADE/TCollection_AVLNode.gxx -include/OpenCASCADE/TCollection_AVLNode.hxx -include/OpenCASCADE/TCollection_AVLNode.lxx -include/OpenCASCADE/TCollection_AVLSearchTree.gxx -include/OpenCASCADE/TCollection_AVLSearchTree.lxx include/OpenCASCADE/TCollection_Array1.gxx include/OpenCASCADE/TCollection_Array1.lxx -include/OpenCASCADE/TCollection_Array1Descriptor.hxx include/OpenCASCADE/TCollection_Array2.gxx include/OpenCASCADE/TCollection_Array2.lxx -include/OpenCASCADE/TCollection_Array2Descriptor.hxx include/OpenCASCADE/TCollection_AsciiString.hxx include/OpenCASCADE/TCollection_AsciiString.lxx include/OpenCASCADE/TCollection_BaseSequence.hxx @@ -26477,8 +26055,6 @@ include/OpenCASCADE/TCollection_HExtendedString.hxx include/OpenCASCADE/TCollection_HSequence.gxx include/OpenCASCADE/TCollection_HSequence.lxx -include/OpenCASCADE/TCollection_HSet.gxx -include/OpenCASCADE/TCollection_HSet.lxx include/OpenCASCADE/TCollection_IndexedDataMap.gxx include/OpenCASCADE/TCollection_IndexedDataMapNode.gxx include/OpenCASCADE/TCollection_IndexedDataMapNode.lxx @@ -26499,14 +26075,6 @@ include/OpenCASCADE/TCollection_MapNodePtr.hxx include/OpenCASCADE/TCollection_PrivCompareOfInteger.hxx include/OpenCASCADE/TCollection_PrivCompareOfReal.hxx -include/OpenCASCADE/TCollection_Queue.gxx -include/OpenCASCADE/TCollection_Queue.lxx -include/OpenCASCADE/TCollection_QueueNode.gxx -include/OpenCASCADE/TCollection_QueueNode.lxx -include/OpenCASCADE/TCollection_SList.gxx -include/OpenCASCADE/TCollection_SList.lxx -include/OpenCASCADE/TCollection_SListNode.gxx -include/OpenCASCADE/TCollection_SListNode.lxx include/OpenCASCADE/TCollection_SeqNode.hxx include/OpenCASCADE/TCollection_SeqNode.lxx include/OpenCASCADE/TCollection_SeqNodePtr.hxx @@ -26514,17 +26082,7 @@ include/OpenCASCADE/TCollection_Sequence.lxx include/OpenCASCADE/TCollection_SequenceNode.gxx include/OpenCASCADE/TCollection_SequenceNode.lxx -include/OpenCASCADE/TCollection_Set.gxx -include/OpenCASCADE/TCollection_Set.lxx -include/OpenCASCADE/TCollection_SetIterator.gxx -include/OpenCASCADE/TCollection_SetIterator.lxx include/OpenCASCADE/TCollection_Side.hxx -include/OpenCASCADE/TCollection_Stack.gxx -include/OpenCASCADE/TCollection_Stack.lxx -include/OpenCASCADE/TCollection_StackIterator.gxx -include/OpenCASCADE/TCollection_StackIterator.lxx -include/OpenCASCADE/TCollection_StackNode.gxx -include/OpenCASCADE/TCollection_StackNode.lxx include/OpenCASCADE/TCollection_StdMapNode.gxx include/OpenCASCADE/TCollection_StdMapNode.lxx include/OpenCASCADE/TDF.hxx @@ -26556,11 +26114,9 @@ include/OpenCASCADE/TDF_DataMapIteratorOfAttributeDataMap.hxx include/OpenCASCADE/TDF_DataMapIteratorOfLabelDataMap.hxx include/OpenCASCADE/TDF_DataMapIteratorOfLabelIntegerMap.hxx -include/OpenCASCADE/TDF_DataMapIteratorOfLabelLabelMap.hxx include/OpenCASCADE/TDF_DataMapNodeOfAttributeDataMap.hxx include/OpenCASCADE/TDF_DataMapNodeOfLabelDataMap.hxx include/OpenCASCADE/TDF_DataMapNodeOfLabelIntegerMap.hxx -include/OpenCASCADE/TDF_DataMapNodeOfLabelLabelMap.hxx include/OpenCASCADE/TDF_DataSet.hxx include/OpenCASCADE/TDF_DataSet.lxx include/OpenCASCADE/TDF_DefaultDeltaOnModification.hxx @@ -26594,7 +26150,6 @@ include/OpenCASCADE/TDF_LabelDoubleMap.hxx include/OpenCASCADE/TDF_LabelIndexedMap.hxx include/OpenCASCADE/TDF_LabelIntegerMap.hxx -include/OpenCASCADE/TDF_LabelLabelMap.hxx include/OpenCASCADE/TDF_LabelList.hxx include/OpenCASCADE/TDF_LabelMap.hxx include/OpenCASCADE/TDF_LabelMapHasher.hxx @@ -26922,9 +26477,6 @@ include/OpenCASCADE/TopClass_Classifier3d.lxx include/OpenCASCADE/TopClass_FaceClassifier.gxx include/OpenCASCADE/TopClass_FaceClassifier.lxx -include/OpenCASCADE/TopClass_FaceExplorer.gxx -include/OpenCASCADE/TopClass_FaceExplorer.lxx -include/OpenCASCADE/TopClass_Intersection2d.gxx include/OpenCASCADE/TopClass_Intersection3d.hxx include/OpenCASCADE/TopClass_SolidClassifier.gxx include/OpenCASCADE/TopClass_SolidExplorer.hxx @@ -26933,9 +26485,6 @@ include/OpenCASCADE/TopExp_Explorer.hxx include/OpenCASCADE/TopExp_Explorer.lxx include/OpenCASCADE/TopExp_Stack.hxx -include/OpenCASCADE/TopExp_StackIteratorOfStackOfIterator.hxx -include/OpenCASCADE/TopExp_StackNodeOfStackOfIterator.hxx -include/OpenCASCADE/TopExp_StackOfIterator.hxx include/OpenCASCADE/TopLoc_Datum3D.hxx include/OpenCASCADE/TopLoc_Datum3D.lxx include/OpenCASCADE/TopLoc_IndexedMapNodeOfIndexedMapOfLocation.hxx @@ -26946,8 +26495,10 @@ include/OpenCASCADE/TopLoc_MapIteratorOfMapOfLocation.hxx include/OpenCASCADE/TopLoc_MapLocationHasher.hxx include/OpenCASCADE/TopLoc_MapOfLocation.hxx -include/OpenCASCADE/TopLoc_SListNodeOfSListOfItemLocation.hxx +include/OpenCASCADE/TopLoc_SListNodeOfItemLocation.hxx +include/OpenCASCADE/TopLoc_SListNodeOfItemLocation.lxx include/OpenCASCADE/TopLoc_SListOfItemLocation.hxx +include/OpenCASCADE/TopLoc_SListOfItemLocation.lxx include/OpenCASCADE/TopLoc_StdMapNodeOfMapOfLocation.hxx include/OpenCASCADE/TopLoc_TrsfPtr.hxx include/OpenCASCADE/TopOpeBRep.hxx @@ -27353,6 +26904,7 @@ include/OpenCASCADE/TopoDS_ListIteratorOfListOfShape.hxx include/OpenCASCADE/TopoDS_ListNodeOfListOfShape.hxx include/OpenCASCADE/TopoDS_ListOfShape.hxx +include/OpenCASCADE/TopoDS_LockedShape.hxx include/OpenCASCADE/TopoDS_Shape.hxx include/OpenCASCADE/TopoDS_Shape.lxx include/OpenCASCADE/TopoDS_Shell.hxx @@ -27426,7 +26978,6 @@ include/OpenCASCADE/Transfer_SequenceNodeOfSequenceOfFinder.hxx include/OpenCASCADE/Transfer_SequenceOfBinder.hxx include/OpenCASCADE/Transfer_SequenceOfFinder.hxx -include/OpenCASCADE/Transfer_SimpleBinder.gxx include/OpenCASCADE/Transfer_SimpleBinderOfTransient.hxx include/OpenCASCADE/Transfer_StatusExec.hxx include/OpenCASCADE/Transfer_StatusResult.hxx @@ -27497,9 +27048,7 @@ include/OpenCASCADE/V3d_LayerMgrPointer.hxx include/OpenCASCADE/V3d_Light.hxx include/OpenCASCADE/V3d_ListOfTransient.hxx -include/OpenCASCADE/V3d_OrthographicView.hxx include/OpenCASCADE/V3d_Parameter.hxx -include/OpenCASCADE/V3d_PerspectiveView.hxx include/OpenCASCADE/V3d_Plane.hxx include/OpenCASCADE/V3d_PositionLight.hxx include/OpenCASCADE/V3d_PositionalLight.hxx @@ -27506,6 +27055,7 @@ include/OpenCASCADE/V3d_RectangularGrid.hxx include/OpenCASCADE/V3d_SpotLight.hxx include/OpenCASCADE/V3d_Static.hxx +include/OpenCASCADE/V3d_StereoDumpOptions.hxx include/OpenCASCADE/V3d_TypeOfAxe.hxx include/OpenCASCADE/V3d_TypeOfBackfacingModel.hxx include/OpenCASCADE/V3d_TypeOfLight.hxx @@ -27512,7 +27062,6 @@ include/OpenCASCADE/V3d_TypeOfOrientation.hxx include/OpenCASCADE/V3d_TypeOfPickCamera.hxx include/OpenCASCADE/V3d_TypeOfPickLight.hxx -include/OpenCASCADE/V3d_TypeOfProjectionModel.hxx include/OpenCASCADE/V3d_TypeOfRepresentation.hxx include/OpenCASCADE/V3d_TypeOfShadingModel.hxx include/OpenCASCADE/V3d_TypeOfSurfaceDetail.hxx @@ -27526,45 +27075,32 @@ include/OpenCASCADE/V3d_Viewer.hxx include/OpenCASCADE/V3d_ViewerPointer.hxx include/OpenCASCADE/ViewerTest.hxx +include/OpenCASCADE/ViewerTest_AutoUpdater.hxx include/OpenCASCADE/ViewerTest_DoubleMapIteratorOfDoubleMapOfInteractiveAndName.hxx include/OpenCASCADE/ViewerTest_DoubleMapNodeOfDoubleMapOfInteractiveAndName.hxx include/OpenCASCADE/ViewerTest_DoubleMapOfInteractiveAndName.hxx include/OpenCASCADE/ViewerTest_EventManager.hxx include/OpenCASCADE/ViewerTest_EventManager.lxx -include/OpenCASCADE/ViewerTest_Tool.hxx include/OpenCASCADE/Visual3d_ClipDefinitionError.hxx include/OpenCASCADE/Visual3d_ContextPick.hxx include/OpenCASCADE/Visual3d_ContextPickDefinitionError.hxx include/OpenCASCADE/Visual3d_ContextView.hxx include/OpenCASCADE/Visual3d_DepthCueingDefinitionError.hxx -include/OpenCASCADE/Visual3d_HSequenceOfPickPath.hxx -include/OpenCASCADE/Visual3d_HSetOfLight.hxx -include/OpenCASCADE/Visual3d_HSetOfView.hxx +include/OpenCASCADE/Visual3d_HSequenceOfLight.hxx +include/OpenCASCADE/Visual3d_HSequenceOfView.hxx include/OpenCASCADE/Visual3d_Layer.hxx include/OpenCASCADE/Visual3d_LayerDefinitionError.hxx include/OpenCASCADE/Visual3d_LayerItem.hxx include/OpenCASCADE/Visual3d_Light.hxx include/OpenCASCADE/Visual3d_LightDefinitionError.hxx -include/OpenCASCADE/Visual3d_ListIteratorOfSetListOfSetOfLight.hxx -include/OpenCASCADE/Visual3d_ListIteratorOfSetListOfSetOfView.hxx -include/OpenCASCADE/Visual3d_ListNodeOfSetListOfSetOfLight.hxx -include/OpenCASCADE/Visual3d_ListNodeOfSetListOfSetOfView.hxx include/OpenCASCADE/Visual3d_MapOfZLayerSettings.hxx include/OpenCASCADE/Visual3d_NListOfLayerItem.hxx -include/OpenCASCADE/Visual3d_PickDescriptor.hxx include/OpenCASCADE/Visual3d_PickError.hxx -include/OpenCASCADE/Visual3d_PickPath.hxx -include/OpenCASCADE/Visual3d_SequenceNodeOfSequenceOfPickPath.hxx -include/OpenCASCADE/Visual3d_SequenceOfPickPath.hxx -include/OpenCASCADE/Visual3d_SetIteratorOfSetOfLight.hxx -include/OpenCASCADE/Visual3d_SetIteratorOfSetOfView.hxx -include/OpenCASCADE/Visual3d_SetListOfSetOfLight.hxx -include/OpenCASCADE/Visual3d_SetListOfSetOfView.hxx -include/OpenCASCADE/Visual3d_SetOfLight.hxx -include/OpenCASCADE/Visual3d_SetOfView.hxx +include/OpenCASCADE/Visual3d_SequenceNodeOfSequenceOfLight.hxx +include/OpenCASCADE/Visual3d_SequenceNodeOfSequenceOfView.hxx +include/OpenCASCADE/Visual3d_SequenceOfLight.hxx +include/OpenCASCADE/Visual3d_SequenceOfView.hxx include/OpenCASCADE/Visual3d_TransformError.hxx -include/OpenCASCADE/Visual3d_TransientDefinitionError.hxx -include/OpenCASCADE/Visual3d_TransientManager.hxx include/OpenCASCADE/Visual3d_TypeOfAnswer.hxx include/OpenCASCADE/Visual3d_TypeOfBackfacingModel.hxx include/OpenCASCADE/Visual3d_TypeOfLightSource.hxx @@ -27578,9 +27114,7 @@ include/OpenCASCADE/Visual3d_ViewManager.hxx include/OpenCASCADE/Visual3d_ViewManagerDefinitionError.hxx include/OpenCASCADE/Visual3d_ViewManagerPtr.hxx -include/OpenCASCADE/Visual3d_ViewMapping.hxx include/OpenCASCADE/Visual3d_ViewMappingDefinitionError.hxx -include/OpenCASCADE/Visual3d_ViewOrientation.hxx include/OpenCASCADE/Visual3d_ViewOrientationDefinitionError.hxx include/OpenCASCADE/Visual3d_ViewPtr.hxx include/OpenCASCADE/Visual3d_ZClippingDefinitionError.hxx @@ -27712,7 +27246,6 @@ include/OpenCASCADE/WNT_WClass.lxx include/OpenCASCADE/WNT_Window.hxx include/OpenCASCADE/WNT_Window.lxx -include/OpenCASCADE/WNT_WindowData.hxx include/OpenCASCADE/WNT_WindowPtr.hxx include/OpenCASCADE/XBRepMesh.hxx include/OpenCASCADE/XCAFApp_Application.hxx @@ -27839,11 +27372,12 @@ include/OpenCASCADE/XSDRAWSTLVRML_DataMapNodeOfCoordsMap.hxx include/OpenCASCADE/XSDRAWSTLVRML_DataMapNodeOfElemNodesMap.hxx include/OpenCASCADE/XSDRAWSTLVRML_DataSource.hxx +include/OpenCASCADE/XSDRAWSTLVRML_DataSource3D.hxx include/OpenCASCADE/XSDRAWSTLVRML_DrawableMesh.hxx include/OpenCASCADE/XSDRAWSTLVRML_ElemNodesMap.hxx +include/OpenCASCADE/XSDRAWSTLVRML_ToVRML.hxx include/OpenCASCADE/XSDRAW_Commands.hxx include/OpenCASCADE/XSDRAW_Functions.hxx -include/OpenCASCADE/XSDRAW_Shape.hxx include/OpenCASCADE/XSDRAW_Vars.hxx include/OpenCASCADE/XmlDrivers.hxx include/OpenCASCADE/XmlDrivers_DocumentRetrievalDriver.hxx @@ -27908,7 +27442,6 @@ include/OpenCASCADE/XmlMFunction_GraphNodeDriver.hxx include/OpenCASCADE/XmlMFunction_ScopeDriver.hxx include/OpenCASCADE/XmlMNaming.hxx -include/OpenCASCADE/XmlMNaming_Array1OfShape1.hxx include/OpenCASCADE/XmlMNaming_NamedShapeDriver.hxx include/OpenCASCADE/XmlMNaming_NamedShapeDriver.lxx include/OpenCASCADE/XmlMNaming_NamingDriver.hxx @@ -27934,7 +27467,7 @@ include/OpenCASCADE/XmlMXCAFDoc_ShapeToolDriver.hxx include/OpenCASCADE/XmlMXCAFDoc_VolumeDriver.hxx include/OpenCASCADE/XmlObjMgt.hxx -include/OpenCASCADE/XmlObjMgt_Array1.gxx +include/OpenCASCADE/XmlObjMgt_Array1.hxx include/OpenCASCADE/XmlObjMgt_Array1.lxx include/OpenCASCADE/XmlObjMgt_DOMString.hxx include/OpenCASCADE/XmlObjMgt_Document.hxx @@ -28075,6 +27608,7 @@ include/OpenCASCADE/math_BracketedRoot.lxx include/OpenCASCADE/math_BrentMinimum.hxx include/OpenCASCADE/math_BrentMinimum.lxx +include/OpenCASCADE/math_BullardGenerator.hxx include/OpenCASCADE/math_CompareOfValueAndWeight.hxx include/OpenCASCADE/math_ComputeGaussPointsAndWeights.hxx include/OpenCASCADE/math_ComputeKronrodPointsAndWeights.hxx @@ -28082,9 +27616,8 @@ include/OpenCASCADE/math_Crout.lxx include/OpenCASCADE/math_DirectPolynomialRoots.hxx include/OpenCASCADE/math_DirectPolynomialRoots.lxx -include/OpenCASCADE/math_DoubleTab.gxx +include/OpenCASCADE/math_DoubleTab.hxx include/OpenCASCADE/math_DoubleTab.lxx -include/OpenCASCADE/math_DoubleTabOfReal.hxx include/OpenCASCADE/math_EigenValuesSearcher.hxx include/OpenCASCADE/math_FRPR.hxx include/OpenCASCADE/math_FRPR.lxx @@ -28112,11 +27645,11 @@ include/OpenCASCADE/math_GaussSetIntegration.lxx include/OpenCASCADE/math_GaussSingleIntegration.hxx include/OpenCASCADE/math_GaussSingleIntegration.lxx +include/OpenCASCADE/math_GlobOptMin.hxx include/OpenCASCADE/math_Householder.hxx include/OpenCASCADE/math_Householder.lxx include/OpenCASCADE/math_IntegerRandom.hxx include/OpenCASCADE/math_IntegerVector.hxx -include/OpenCASCADE/math_IntegerVector.lxx include/OpenCASCADE/math_Jacobi.hxx include/OpenCASCADE/math_Jacobi.lxx include/OpenCASCADE/math_KronrodSingleIntegration.hxx @@ -28134,6 +27667,8 @@ include/OpenCASCADE/math_NewtonMinimum.hxx include/OpenCASCADE/math_NewtonMinimum.lxx include/OpenCASCADE/math_NotSquare.hxx +include/OpenCASCADE/math_PSO.hxx +include/OpenCASCADE/math_PSOParticlesPool.hxx include/OpenCASCADE/math_Powell.hxx include/OpenCASCADE/math_Powell.lxx include/OpenCASCADE/math_QuickSortOfValueAndWeight.hxx @@ -28141,10 +27676,7 @@ include/OpenCASCADE/math_Recipes.hxx include/OpenCASCADE/math_SVD.hxx include/OpenCASCADE/math_SVD.lxx -include/OpenCASCADE/math_SingleTab.gxx -include/OpenCASCADE/math_SingleTab.lxx -include/OpenCASCADE/math_SingleTabOfInteger.hxx -include/OpenCASCADE/math_SingleTabOfReal.hxx +include/OpenCASCADE/math_SingleTab.hxx include/OpenCASCADE/math_SingularMatrix.hxx include/OpenCASCADE/math_Status.hxx include/OpenCASCADE/math_TrigonometricFunctionRoots.hxx @@ -28153,14 +27685,11 @@ include/OpenCASCADE/math_Uzawa.lxx include/OpenCASCADE/math_ValueAndWeight.hxx include/OpenCASCADE/math_Vector.hxx -include/OpenCASCADE/math_Vector.lxx include/OpenCASCADE/step.tab.h lib/libFWOSPlugin.so lib/libFWOSPlugin.so.0 lib/libPTKernel.so lib/libPTKernel.so.0 -lib/libTKAdvTools.so -lib/libTKAdvTools.so.0 lib/libTKBO.so lib/libTKBO.so.0 lib/libTKBRep.so @@ -28199,6 +27728,10 @@ lib/libTKHLR.so.0 lib/libTKIGES.so lib/libTKIGES.so.0 +lib/libTKIVtk.so +lib/libTKIVtk.so.0 +lib/libTKIVtkDraw.so +lib/libTKIVtkDraw.so.0 lib/libTKLCAF.so lib/libTKLCAF.so.0 lib/libTKMath.so @@ -28285,6 +27818,7 @@ lib/libTKXmlXCAF.so.0 lib/libTKernel.so lib/libTKernel.so.0 +%%PORTDOCS%%%%DOCSDIR%%/html/239_xde_12_400.png %%PORTDOCS%%%%DOCSDIR%%/html/3rdparty_image001.png %%PORTDOCS%%%%DOCSDIR%%/html/3rdparty_image003.png %%PORTDOCS%%%%DOCSDIR%%/html/3rdparty_image004.png @@ -28291,6 +27825,11 @@ %%PORTDOCS%%%%DOCSDIR%%/html/3rdparty_image005.png %%PORTDOCS%%%%DOCSDIR%%/html/3rdparty_image006.png %%PORTDOCS%%%%DOCSDIR%%/html/3rdparty_image007.png +%%PORTDOCS%%%%DOCSDIR%%/html/610_xde_01_400.png +%%PORTDOCS%%%%DOCSDIR%%/html/614_xde_04_400.png +%%PORTDOCS%%%%DOCSDIR%%/html/642_sh_08_400.png +%%PORTDOCS%%%%DOCSDIR%%/html/644_sh_09_400.png +%%PORTDOCS%%%%DOCSDIR%%/html/646_xde_11_400.png %%PORTDOCS%%%%DOCSDIR%%/html/OCCT_ContributionWorkflow_V3_image001.png %%PORTDOCS%%%%DOCSDIR%%/html/OCCT_ContributionWorkflow_V3_image002.png %%PORTDOCS%%%%DOCSDIR%%/html/OCCT_GitGuide_V2_image001.png @@ -28317,8 +27856,91 @@ %%PORTDOCS%%%%DOCSDIR%%/html/OCCT_GitGuide_V2_image024.png %%PORTDOCS%%%%DOCSDIR%%/html/OCCT_GitGuide_V2_image025.png %%PORTDOCS%%%%DOCSDIR%%/html/OCCT_GitGuide_V2_image026.png +%%PORTDOCS%%%%DOCSDIR%%/html/android_image001.png +%%PORTDOCS%%%%DOCSDIR%%/html/android_image002.png +%%PORTDOCS%%%%DOCSDIR%%/html/android_image003.png +%%PORTDOCS%%%%DOCSDIR%%/html/android_image004.png +%%PORTDOCS%%%%DOCSDIR%%/html/android_image005.png +%%PORTDOCS%%%%DOCSDIR%%/html/android_image006.png +%%PORTDOCS%%%%DOCSDIR%%/html/android_image007.png +%%PORTDOCS%%%%DOCSDIR%%/html/android_image008.png +%%PORTDOCS%%%%DOCSDIR%%/html/android_image009.png +%%PORTDOCS%%%%DOCSDIR%%/html/android_image010.png %%PORTDOCS%%%%DOCSDIR%%/html/bc_s.png %%PORTDOCS%%%%DOCSDIR%%/html/bdwn.png +%%PORTDOCS%%%%DOCSDIR%%/html/boolean_image001.svg +%%PORTDOCS%%%%DOCSDIR%%/html/boolean_image002.svg +%%PORTDOCS%%%%DOCSDIR%%/html/boolean_image004.png +%%PORTDOCS%%%%DOCSDIR%%/html/boolean_image005.png +%%PORTDOCS%%%%DOCSDIR%%/html/boolean_image006.png +%%PORTDOCS%%%%DOCSDIR%%/html/boolean_image007.png +%%PORTDOCS%%%%DOCSDIR%%/html/boolean_image008.png +%%PORTDOCS%%%%DOCSDIR%%/html/boolean_image009.png +%%PORTDOCS%%%%DOCSDIR%%/html/boolean_image010.svg +%%PORTDOCS%%%%DOCSDIR%%/html/boolean_image011.svg +%%PORTDOCS%%%%DOCSDIR%%/html/boolean_image012.svg +%%PORTDOCS%%%%DOCSDIR%%/html/boolean_image013.svg +%%PORTDOCS%%%%DOCSDIR%%/html/boolean_image014.svg +%%PORTDOCS%%%%DOCSDIR%%/html/boolean_image015.svg +%%PORTDOCS%%%%DOCSDIR%%/html/boolean_image016.svg +%%PORTDOCS%%%%DOCSDIR%%/html/boolean_image017.svg +%%PORTDOCS%%%%DOCSDIR%%/html/boolean_image018.svg +%%PORTDOCS%%%%DOCSDIR%%/html/boolean_image019.png +%%PORTDOCS%%%%DOCSDIR%%/html/boolean_image020.png +%%PORTDOCS%%%%DOCSDIR%%/html/boolean_image021.png +%%PORTDOCS%%%%DOCSDIR%%/html/boolean_image022.png +%%PORTDOCS%%%%DOCSDIR%%/html/boolean_image023.png +%%PORTDOCS%%%%DOCSDIR%%/html/boolean_image024.png +%%PORTDOCS%%%%DOCSDIR%%/html/boolean_image025.png +%%PORTDOCS%%%%DOCSDIR%%/html/boolean_image026.png +%%PORTDOCS%%%%DOCSDIR%%/html/boolean_image027.png +%%PORTDOCS%%%%DOCSDIR%%/html/boolean_image028.png +%%PORTDOCS%%%%DOCSDIR%%/html/boolean_image029.png +%%PORTDOCS%%%%DOCSDIR%%/html/boolean_image030.png +%%PORTDOCS%%%%DOCSDIR%%/html/boolean_image031.png +%%PORTDOCS%%%%DOCSDIR%%/html/boolean_image032.png +%%PORTDOCS%%%%DOCSDIR%%/html/boolean_image033.png +%%PORTDOCS%%%%DOCSDIR%%/html/boolean_image034.png +%%PORTDOCS%%%%DOCSDIR%%/html/boolean_image035.png +%%PORTDOCS%%%%DOCSDIR%%/html/boolean_image036.png +%%PORTDOCS%%%%DOCSDIR%%/html/boolean_image037.png +%%PORTDOCS%%%%DOCSDIR%%/html/boolean_image038.png +%%PORTDOCS%%%%DOCSDIR%%/html/boolean_image039.png +%%PORTDOCS%%%%DOCSDIR%%/html/boolean_image040.png +%%PORTDOCS%%%%DOCSDIR%%/html/boolean_image041.png +%%PORTDOCS%%%%DOCSDIR%%/html/boolean_image042.png +%%PORTDOCS%%%%DOCSDIR%%/html/boolean_image043.png +%%PORTDOCS%%%%DOCSDIR%%/html/boolean_image044.png +%%PORTDOCS%%%%DOCSDIR%%/html/boolean_image045.png +%%PORTDOCS%%%%DOCSDIR%%/html/boolean_image046.png +%%PORTDOCS%%%%DOCSDIR%%/html/boolean_image047.png +%%PORTDOCS%%%%DOCSDIR%%/html/boolean_image048.png +%%PORTDOCS%%%%DOCSDIR%%/html/boolean_image049.png +%%PORTDOCS%%%%DOCSDIR%%/html/boolean_image050.png +%%PORTDOCS%%%%DOCSDIR%%/html/boolean_image051.png +%%PORTDOCS%%%%DOCSDIR%%/html/boolean_image052.png +%%PORTDOCS%%%%DOCSDIR%%/html/boolean_image053.png +%%PORTDOCS%%%%DOCSDIR%%/html/boolean_image054.png +%%PORTDOCS%%%%DOCSDIR%%/html/boolean_image055.png +%%PORTDOCS%%%%DOCSDIR%%/html/boolean_image056.png +%%PORTDOCS%%%%DOCSDIR%%/html/boolean_image057.png +%%PORTDOCS%%%%DOCSDIR%%/html/boolean_image058.png +%%PORTDOCS%%%%DOCSDIR%%/html/boolean_image059.png +%%PORTDOCS%%%%DOCSDIR%%/html/boolean_image060.png +%%PORTDOCS%%%%DOCSDIR%%/html/boolean_image061.png +%%PORTDOCS%%%%DOCSDIR%%/html/boolean_image062.png +%%PORTDOCS%%%%DOCSDIR%%/html/boolean_image063.png +%%PORTDOCS%%%%DOCSDIR%%/html/boolean_image064.png +%%PORTDOCS%%%%DOCSDIR%%/html/boolean_image065.png +%%PORTDOCS%%%%DOCSDIR%%/html/boolean_image066.png +%%PORTDOCS%%%%DOCSDIR%%/html/boolean_image067.png +%%PORTDOCS%%%%DOCSDIR%%/html/boolean_image068.png +%%PORTDOCS%%%%DOCSDIR%%/html/boolean_image069.png +%%PORTDOCS%%%%DOCSDIR%%/html/boolean_image070.png +%%PORTDOCS%%%%DOCSDIR%%/html/boolean_image071.png +%%PORTDOCS%%%%DOCSDIR%%/html/boolean_image072.png +%%PORTDOCS%%%%DOCSDIR%%/html/boolean_image073.png +%%PORTDOCS%%%%DOCSDIR%%/html/camera_perspective.png %%PORTDOCS%%%%DOCSDIR%%/html/cdl_image003.png %%PORTDOCS%%%%DOCSDIR%%/html/cdl_image004.png %%PORTDOCS%%%%DOCSDIR%%/html/cdl_image005.png @@ -28331,8 +27953,7 @@ %%PORTDOCS%%%%DOCSDIR%%/html/cmake_image002.png %%PORTDOCS%%%%DOCSDIR%%/html/cmake_image003.png %%PORTDOCS%%%%DOCSDIR%%/html/cmake_image004.png -%%PORTDOCS%%%%DOCSDIR%%/html/cmake_image005.png -%%PORTDOCS%%%%DOCSDIR%%/html/cmake_image006.png +%%PORTDOCS%%%%DOCSDIR%%/html/cmake_image007.png %%PORTDOCS%%%%DOCSDIR%%/html/dev_guides.html %%PORTDOCS%%%%DOCSDIR%%/html/dev_guides.js %%PORTDOCS%%%%DOCSDIR%%/html/documentation_folders.png @@ -28340,6 +27961,12 @@ %%PORTDOCS%%%%DOCSDIR%%/html/documentation_test_image.svg %%PORTDOCS%%%%DOCSDIR%%/html/doxygen.css %%PORTDOCS%%%%DOCSDIR%%/html/doxygen.png +%%PORTDOCS%%%%DOCSDIR%%/html/draw_image001.png +%%PORTDOCS%%%%DOCSDIR%%/html/draw_image002.png +%%PORTDOCS%%%%DOCSDIR%%/html/draw_image003.png +%%PORTDOCS%%%%DOCSDIR%%/html/draw_image004.png +%%PORTDOCS%%%%DOCSDIR%%/html/draw_image005.png +%%PORTDOCS%%%%DOCSDIR%%/html/draw_image006.png %%PORTDOCS%%%%DOCSDIR%%/html/dynsections.js %%PORTDOCS%%%%DOCSDIR%%/html/foundation_classes_image003.png %%PORTDOCS%%%%DOCSDIR%%/html/foundation_classes_image004.png @@ -28363,9 +27990,6 @@ %%PORTDOCS%%%%DOCSDIR%%/html/ftv2vertline.png %%PORTDOCS%%%%DOCSDIR%%/html/iges_image003.png %%PORTDOCS%%%%DOCSDIR%%/html/iges_image004.png -%%PORTDOCS%%%%DOCSDIR%%/html/index.hhc -%%PORTDOCS%%%%DOCSDIR%%/html/index.hhk -%%PORTDOCS%%%%DOCSDIR%%/html/index.hhp %%PORTDOCS%%%%DOCSDIR%%/html/index.html %%PORTDOCS%%%%DOCSDIR%%/html/index.js %%PORTDOCS%%%%DOCSDIR%%/html/jquery.js @@ -28421,6 +28045,8 @@ %%PORTDOCS%%%%DOCSDIR%%/html/modeling_algos_image053.png %%PORTDOCS%%%%DOCSDIR%%/html/modeling_algos_image054.png %%PORTDOCS%%%%DOCSDIR%%/html/modeling_algos_image055.png +%%PORTDOCS%%%%DOCSDIR%%/html/modeling_algos_image056.png +%%PORTDOCS%%%%DOCSDIR%%/html/modeling_algos_image057.png %%PORTDOCS%%%%DOCSDIR%%/html/modeling_data_image003.png %%PORTDOCS%%%%DOCSDIR%%/html/modeling_data_image004.png %%PORTDOCS%%%%DOCSDIR%%/html/modeling_data_image005.png @@ -28445,6 +28071,7 @@ %%PORTDOCS%%%%DOCSDIR%%/html/navtreeindex4.js %%PORTDOCS%%%%DOCSDIR%%/html/navtreeindex5.js %%PORTDOCS%%%%DOCSDIR%%/html/navtreeindex6.js +%%PORTDOCS%%%%DOCSDIR%%/html/navtreeindex7.js %%PORTDOCS%%%%DOCSDIR%%/html/ocaf_functionmechanism_wp_image003.png %%PORTDOCS%%%%DOCSDIR%%/html/ocaf_functionmechanism_wp_image005.png %%PORTDOCS%%%%DOCSDIR%%/html/ocaf_image003.svg @@ -28477,6 +28104,7 @@ %%PORTDOCS%%%%DOCSDIR%%/html/occt_dev_guides__building_3rdparty_linux.html %%PORTDOCS%%%%DOCSDIR%%/html/occt_dev_guides__building_3rdparty_osx.html %%PORTDOCS%%%%DOCSDIR%%/html/occt_dev_guides__building_3rdparty_windows.html +%%PORTDOCS%%%%DOCSDIR%%/html/occt_dev_guides__building_android.html %%PORTDOCS%%%%DOCSDIR%%/html/occt_dev_guides__building_automake.html %%PORTDOCS%%%%DOCSDIR%%/html/occt_dev_guides__building_cmake.html %%PORTDOCS%%%%DOCSDIR%%/html/occt_dev_guides__building_code_blocks.html @@ -28493,6 +28121,7 @@ %%PORTDOCS%%%%DOCSDIR%%/html/occt_dev_guides__wok.html %%PORTDOCS%%%%DOCSDIR%%/html/occt_logo.png %%PORTDOCS%%%%DOCSDIR%%/html/occt_public_license.html +%%PORTDOCS%%%%DOCSDIR%%/html/occt_user_guides__boolean_operations.html %%PORTDOCS%%%%DOCSDIR%%/html/occt_user_guides__brep_wp.html %%PORTDOCS%%%%DOCSDIR%%/html/occt_user_guides__foundation_classes.html %%PORTDOCS%%%%DOCSDIR%%/html/occt_user_guides__iges.html @@ -28506,10 +28135,68 @@ %%PORTDOCS%%%%DOCSDIR%%/html/occt_user_guides__step.html %%PORTDOCS%%%%DOCSDIR%%/html/occt_user_guides__test_harness.html %%PORTDOCS%%%%DOCSDIR%%/html/occt_user_guides__tobj.html +%%PORTDOCS%%%%DOCSDIR%%/html/occt_user_guides__vis.html %%PORTDOCS%%%%DOCSDIR%%/html/occt_user_guides__visualization.html %%PORTDOCS%%%%DOCSDIR%%/html/occt_user_guides__voxels_wp.html %%PORTDOCS%%%%DOCSDIR%%/html/occt_user_guides__xde.html %%PORTDOCS%%%%DOCSDIR%%/html/open.png +%%PORTDOCS%%%%DOCSDIR%%/html/operations_image001.svg +%%PORTDOCS%%%%DOCSDIR%%/html/operations_image002.svg +%%PORTDOCS%%%%DOCSDIR%%/html/operations_image003.svg +%%PORTDOCS%%%%DOCSDIR%%/html/operations_image004.svg +%%PORTDOCS%%%%DOCSDIR%%/html/operations_image005.svg +%%PORTDOCS%%%%DOCSDIR%%/html/operations_image006.svg +%%PORTDOCS%%%%DOCSDIR%%/html/operations_image007.svg +%%PORTDOCS%%%%DOCSDIR%%/html/operations_image008.svg +%%PORTDOCS%%%%DOCSDIR%%/html/operations_image009.svg +%%PORTDOCS%%%%DOCSDIR%%/html/operations_image010.svg +%%PORTDOCS%%%%DOCSDIR%%/html/operations_image011.svg +%%PORTDOCS%%%%DOCSDIR%%/html/operations_image012.svg +%%PORTDOCS%%%%DOCSDIR%%/html/operations_image013.svg +%%PORTDOCS%%%%DOCSDIR%%/html/operations_image014.svg +%%PORTDOCS%%%%DOCSDIR%%/html/operations_image015.svg +%%PORTDOCS%%%%DOCSDIR%%/html/operations_image016.svg +%%PORTDOCS%%%%DOCSDIR%%/html/operations_image017.svg +%%PORTDOCS%%%%DOCSDIR%%/html/operations_image018.svg +%%PORTDOCS%%%%DOCSDIR%%/html/operations_image019.png +%%PORTDOCS%%%%DOCSDIR%%/html/operations_image020.svg +%%PORTDOCS%%%%DOCSDIR%%/html/operations_image021.svg +%%PORTDOCS%%%%DOCSDIR%%/html/operations_image022.svg +%%PORTDOCS%%%%DOCSDIR%%/html/operations_image023.svg +%%PORTDOCS%%%%DOCSDIR%%/html/operations_image024.svg +%%PORTDOCS%%%%DOCSDIR%%/html/operations_image025.svg +%%PORTDOCS%%%%DOCSDIR%%/html/operations_image026.svg +%%PORTDOCS%%%%DOCSDIR%%/html/operations_image027.png +%%PORTDOCS%%%%DOCSDIR%%/html/operations_image028.png +%%PORTDOCS%%%%DOCSDIR%%/html/operations_image029.png +%%PORTDOCS%%%%DOCSDIR%%/html/operations_image030.png +%%PORTDOCS%%%%DOCSDIR%%/html/operations_image031.png +%%PORTDOCS%%%%DOCSDIR%%/html/operations_image032.png +%%PORTDOCS%%%%DOCSDIR%%/html/operations_image033.svg +%%PORTDOCS%%%%DOCSDIR%%/html/operations_image036.svg +%%PORTDOCS%%%%DOCSDIR%%/html/operations_image037.svg +%%PORTDOCS%%%%DOCSDIR%%/html/operations_image038.svg +%%PORTDOCS%%%%DOCSDIR%%/html/operations_image039a.png +%%PORTDOCS%%%%DOCSDIR%%/html/operations_image039b.png +%%PORTDOCS%%%%DOCSDIR%%/html/operations_image040.png +%%PORTDOCS%%%%DOCSDIR%%/html/operations_image041.png +%%PORTDOCS%%%%DOCSDIR%%/html/operations_image042.png +%%PORTDOCS%%%%DOCSDIR%%/html/operations_image043.png +%%PORTDOCS%%%%DOCSDIR%%/html/operations_image044.png +%%PORTDOCS%%%%DOCSDIR%%/html/operations_image045.png +%%PORTDOCS%%%%DOCSDIR%%/html/operations_image046.png +%%PORTDOCS%%%%DOCSDIR%%/html/operations_image047.png +%%PORTDOCS%%%%DOCSDIR%%/html/operations_image048.png +%%PORTDOCS%%%%DOCSDIR%%/html/operations_image049.png +%%PORTDOCS%%%%DOCSDIR%%/html/operations_image050.svg +%%PORTDOCS%%%%DOCSDIR%%/html/operations_image051.svg +%%PORTDOCS%%%%DOCSDIR%%/html/operations_image052.svg +%%PORTDOCS%%%%DOCSDIR%%/html/operations_image053.svg +%%PORTDOCS%%%%DOCSDIR%%/html/operations_image054.svg +%%PORTDOCS%%%%DOCSDIR%%/html/operations_image055.svg +%%PORTDOCS%%%%DOCSDIR%%/html/operations_image056.svg +%%PORTDOCS%%%%DOCSDIR%%/html/operations_image057.svg +%%PORTDOCS%%%%DOCSDIR%%/html/operations_image058.svg %%PORTDOCS%%%%DOCSDIR%%/html/overview_3rdparty.png %%PORTDOCS%%%%DOCSDIR%%/html/overview_c__ie.png %%PORTDOCS%%%%DOCSDIR%%/html/overview_draw.png @@ -28517,9 +28204,15 @@ %%PORTDOCS%%%%DOCSDIR%%/html/overview_mvc.png %%PORTDOCS%%%%DOCSDIR%%/html/overview_qt.png %%PORTDOCS%%%%DOCSDIR%%/html/pages.html +%%PORTDOCS%%%%DOCSDIR%%/html/point_cloud.png %%PORTDOCS%%%%DOCSDIR%%/html/resize.js -%%PORTDOCS%%%%DOCSDIR%%/html/samples_csharp.html +%%PORTDOCS%%%%DOCSDIR%%/html/samples_csharp_direct3d.html +%%PORTDOCS%%%%DOCSDIR%%/html/samples_csharp_occt.html +%%PORTDOCS%%%%DOCSDIR%%/html/samples_java_android_occt.html +%%PORTDOCS%%%%DOCSDIR%%/html/samples_java_android_occt.jpg %%PORTDOCS%%%%DOCSDIR%%/html/samples_mfc_standard.html +%%PORTDOCS%%%%DOCSDIR%%/html/samples_qml_android_occt.html +%%PORTDOCS%%%%DOCSDIR%%/html/samples_qml_android_occt.jpg %%PORTDOCS%%%%DOCSDIR%%/html/search-config.php %%PORTDOCS%%%%DOCSDIR%%/html/search-functions.php %%PORTDOCS%%%%DOCSDIR%%/html/search-opensearch.php @@ -28544,6 +28237,7 @@ %%PORTDOCS%%%%DOCSDIR%%/html/shape_healing_image014.png %%PORTDOCS%%%%DOCSDIR%%/html/step_image003.png %%PORTDOCS%%%%DOCSDIR%%/html/step_image004.png +%%PORTDOCS%%%%DOCSDIR%%/html/stereo.png %%PORTDOCS%%%%DOCSDIR%%/html/sync_off.png %%PORTDOCS%%%%DOCSDIR%%/html/sync_on.png %%PORTDOCS%%%%DOCSDIR%%/html/tab_a.png @@ -28561,6 +28255,7 @@ %%PORTDOCS%%%%DOCSDIR%%/html/technical_overview_occ_0008.png %%PORTDOCS%%%%DOCSDIR%%/html/technical_overview_occ_0068.png %%PORTDOCS%%%%DOCSDIR%%/html/technical_overview_over.png +%%PORTDOCS%%%%DOCSDIR%%/html/technical_overview_schema.png %%PORTDOCS%%%%DOCSDIR%%/html/technical_overview_shapeattrib.png %%PORTDOCS%%%%DOCSDIR%%/html/technical_overview_viz.png %%PORTDOCS%%%%DOCSDIR%%/html/tests_image001.png @@ -28591,6 +28286,14 @@ %%PORTDOCS%%%%DOCSDIR%%/html/tutorial_image019.png %%PORTDOCS%%%%DOCSDIR%%/html/user_guides.html %%PORTDOCS%%%%DOCSDIR%%/html/user_guides.js +%%PORTDOCS%%%%DOCSDIR%%/html/view_frustum.png +%%PORTDOCS%%%%DOCSDIR%%/html/vis_image001.png +%%PORTDOCS%%%%DOCSDIR%%/html/vis_image002.png +%%PORTDOCS%%%%DOCSDIR%%/html/vis_image003.png +%%PORTDOCS%%%%DOCSDIR%%/html/vis_image004.png +%%PORTDOCS%%%%DOCSDIR%%/html/vis_image005.png +%%PORTDOCS%%%%DOCSDIR%%/html/vis_image006.png +%%PORTDOCS%%%%DOCSDIR%%/html/vis_image007.png %%PORTDOCS%%%%DOCSDIR%%/html/visualization_image003.png %%PORTDOCS%%%%DOCSDIR%%/html/visualization_image004.png %%PORTDOCS%%%%DOCSDIR%%/html/visualization_image006.png @@ -28609,7 +28312,6 @@ %%PORTDOCS%%%%DOCSDIR%%/html/visualization_image019.png %%PORTDOCS%%%%DOCSDIR%%/html/visualization_image020.png %%PORTDOCS%%%%DOCSDIR%%/html/visualization_image021.png -%%PORTDOCS%%%%DOCSDIR%%/html/visualization_image023.png %%PORTDOCS%%%%DOCSDIR%%/html/voxels_wp_image003.png %%PORTDOCS%%%%DOCSDIR%%/html/voxels_wp_image004.png %%PORTDOCS%%%%DOCSDIR%%/html/voxels_wp_image005.png