aboutsummaryrefslogtreecommitdiff
path: root/cad
diff options
context:
space:
mode:
authorThierry Thomas <thierry@FreeBSD.org>2021-11-07 17:16:24 +0000
committerThierry Thomas <thierry@FreeBSD.org>2021-11-07 17:21:17 +0000
commitdd9a3bcd4a24d8fa87f4ca52661d35b36ab5bf90 (patch)
treea6b60efee9743050e9aab6fcb43ed98ec3fec99f /cad
parentc594388688870ee4d2191a67778e1e8cfb3ada67 (diff)
downloadports-dd9a3bcd4a24d8fa87f4ca52661d35b36ab5bf90.tar.gz
ports-dd9a3bcd4a24d8fa87f4ca52661d35b36ab5bf90.zip
cad/opencascade: upgrade to 7.6.0
Diffstat (limited to 'cad')
-rw-r--r--cad/opencascade/Makefile38
-rw-r--r--cad/opencascade/distinfo6
-rw-r--r--cad/opencascade/files/patch-CMakeLists.txt8
-rw-r--r--cad/opencascade/files/patch-adm_cmake_occt__csf.cmake14
-rw-r--r--cad/opencascade/files/patch-src_DrawResources_CheckCommands.tcl18
-rw-r--r--cad/opencascade/files/patch-src_IVtkDraw_IVtkDraw__Interactor.cxx16
-rw-r--r--cad/opencascade/files/patch-src_StepFile_recfile.pc11
-rw-r--r--cad/opencascade/pkg-plist3168
8 files changed, 1309 insertions, 1970 deletions
diff --git a/cad/opencascade/Makefile b/cad/opencascade/Makefile
index 1b7bab2fa2c5..6724e6206366 100644
--- a/cad/opencascade/Makefile
+++ b/cad/opencascade/Makefile
@@ -1,8 +1,7 @@
# Created by: Thierry Thomas <thierry@pompo.net>
PORTNAME= opencascade
-PORTVERSION= 7.5.0
-PORTREVISION= 3
+PORTVERSION= 7.6.0
CATEGORIES= cad science
MASTER_SITES= LOCAL/thierry
@@ -19,15 +18,18 @@ BUILD_DEPENDS= rapidjson>0:devel/rapidjson \
${LOCALBASE}/lib/qt5/bin/moc:devel/qt5-buildtools
LIB_DEPENDS= libfontconfig.so:x11-fonts/fontconfig \
libfreetype.so:print/freetype2 \
+ libexpat.so:textproc/expat2 \
+ libpng16.so:graphics/png \
libvtksys-${VTKVER}.so:math/vtk${VTKVER:R}
RUN_DEPENDS= bash:shells/bash
# Check ${WRKSRC}/dox/overview/overview.md
# and ${WRKSRC}/dox/dev_guides/building
-USES= alias:10 cmake compiler:c++14-lang dos2unix \
- gl python qt:5 shebangfix tk tar:tgz xorg
-USE_XORG= ice sm x11 xext xi xmu xt
+USES= alias:10 cmake compiler:c++14-lang dos2unix gettext-runtime \
+ gl gnome localbase python qt:5 shebangfix tk tar:tgz xorg
+USE_XORG= ice sm x11 xau xcb xdmcp xext xft xi xmu xrender xscrnsaver xt
USE_GL= egl gl glesv2 glu
+USE_GNOME= libxml2
DOS2UNIX_FILES= adm/templates/*
SHEBANG_FILES= adm/templates/*.sh \
@@ -46,7 +48,7 @@ OPTIONS_DEFAULT=FFMPEG VIS
OPTIONS_SUB= yes
REINPLACE_ARGS= -i ""
-CFLAGS+= -I${LOCALBASE}/include
+LDFLAGS+= -Wl,--allow-shlib-undefined
CMAKE_ARGS+= -DINSTALL_DIR=${OCCROOT} \
-DINSTALL_DIR_INCLUDE=${PREFIX}/include/OpenCASCADE \
-DINSTALL_DIR_LIB=${PREFIX}/lib \
@@ -75,7 +77,29 @@ PLIST_SUB= OCCROOT="${LOCCROOT}" BITS=${BITS} CC=${CHOSEN_COMPILER_TYPE} \
FFMPEG_CMAKE_ON= -DUSE_FFMPEG:BOOL=ON
FFMPEG_CMAKE_OFF= -DUSE_FFMPEG:BOOL=OFF
-FFMPEG_LIB_DEPENDS= libavcodec.so:multimedia/ffmpeg
+FFMPEG_LIB_DEPENDS= libavcodec.so:multimedia/ffmpeg \
+ libtheoraenc.so:multimedia/libtheora \
+ libunistring.so:devel/libunistring \
+ libvdpau.so:multimedia/libvdpau \
+ libxvidcore.so:multimedia/xvid \
+ libp11-kit.so:security/p11-kit \
+ libx264.so:multimedia/libx264 \
+ libtasn1.so:security/libtasn1 \
+ libvorbis.so:audio/libvorbis \
+ libdav1d.so:multimedia/dav1d \
+ libnettle.so:security/nettle \
+ libgnutls.so:security/gnutls \
+ libvpx.so:multimedia/libvpx \
+ libx265.so:multimedia/x265 \
+ libdrm.so:graphics/libdrm \
+ libva.so:multimedia/libva \
+ libaom.so:multimedia/aom \
+ libmp3lame.so:audio/lame \
+ libffi.so:devel/libffi \
+ libidn2.so:dns/libidn2 \
+ libogg.so:audio/libogg \
+ libopus.so:audio/opus \
+ libgmp.so:math/gmp
VIS_CMAKE_ON= -DUSE_FREEIMAGE:BOOL=ON \
-DUSE_FREETYPE:BOOL=ON \
diff --git a/cad/opencascade/distinfo b/cad/opencascade/distinfo
index 4d4f6c4a3767..c8f9077c1c3c 100644
--- a/cad/opencascade/distinfo
+++ b/cad/opencascade/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1605211398
-SHA256 (opencascade-7.5.0.tgz) = d82d253aa6f43ce49111e84e04286dab4445eecba8efb5190973244b0c7fd211
-SIZE (opencascade-7.5.0.tgz) = 377394053
+TIMESTAMP = 1635964606
+SHA256 (opencascade-7.6.0.tgz) = 8dd81ee7b37f38bf930e0c067aa10f027310f3ab896f2925b32a2a2c5e273401
+SIZE (opencascade-7.6.0.tgz) = 230101903
diff --git a/cad/opencascade/files/patch-CMakeLists.txt b/cad/opencascade/files/patch-CMakeLists.txt
index 13c1041350e0..55efff7a906a 100644
--- a/cad/opencascade/files/patch-CMakeLists.txt
+++ b/cad/opencascade/files/patch-CMakeLists.txt
@@ -1,6 +1,6 @@
---- CMakeLists.txt.orig 2020-11-03 14:49:47 UTC
+--- CMakeLists.txt.orig 2021-10-30 11:13:37 UTC
+++ CMakeLists.txt
-@@ -893,7 +893,7 @@ if (${DRAWEXE_INDEX} GREATER -1)
+@@ -963,7 +963,7 @@ if (${DRAWEXE_INDEX} GREATER -1)
PERMISSIONS OWNER_READ OWNER_WRITE OWNER_EXECUTE GROUP_READ GROUP_WRITE GROUP_EXECUTE WORLD_READ WORLD_WRITE WORLD_EXECUTE)
else()
install (FILES "${CMAKE_SOURCE_DIR}/adm/templates/draw.${SCRIPT_EXT}" DESTINATION "${INSTALL_DIR_SCRIPT}"
@@ -9,7 +9,7 @@
endif()
# copy draw script to CMake binary folder
-@@ -909,7 +909,7 @@ else()
+@@ -979,7 +979,7 @@ else()
endif()
# change custom.bat/sh
@@ -18,7 +18,7 @@
file (READ "${INSTALL_DIR}/${INSTALL_DIR_SCRIPT}/custom.${SCRIPT_EXT}" CUSTOM_CONTENT)
set (CUSTOM_CONTENT "${CUSTOM_CONTENT} ${ADDITIONAL_CUSTOM_CONTENT}")
-@@ -1156,7 +1156,13 @@ foreach (OCCT_CONFIGURATION ${CMAKE_CONFIGURATION_TYPE
+@@ -1229,7 +1229,13 @@ foreach (OCCT_CONFIGURATION ${CMAKE_CONFIGURATION_TYPE
endforeach()
# install OpenCASCADE config file with compile definitions and C/C++ flags ONLY for current configuration
install (CODE "string (TOLOWER \"\${CMAKE_INSTALL_CONFIG_NAME}\" CMAKE_INSTALL_CONFIG_NAME_LOWER)")
diff --git a/cad/opencascade/files/patch-adm_cmake_occt__csf.cmake b/cad/opencascade/files/patch-adm_cmake_occt__csf.cmake
index 0a8b0fdb286e..406099bd4b2b 100644
--- a/cad/opencascade/files/patch-adm_cmake_occt__csf.cmake
+++ b/cad/opencascade/files/patch-adm_cmake_occt__csf.cmake
@@ -1,10 +1,10 @@
---- adm/cmake/occt_csf.cmake.orig 2020-11-03 14:49:43 UTC
+--- adm/cmake/occt_csf.cmake.orig 2021-10-30 11:13:37 UTC
+++ adm/cmake/occt_csf.cmake
-@@ -124,7 +124,6 @@ else()
- set (CSF_OpenGlLibs "GL")
+@@ -142,7 +142,6 @@ else()
+ set (CSF_OpenGlLibs "GL EGL")
endif()
- set (CSF_XwLibs "X11 Xext Xmu Xi")
+ set (CSF_OpenGlesLibs "EGL GLESv2")
- set (CSF_dl "dl")
- set (CSF_fontconfig "fontconfig")
- endif()
- endif()
+ if (USE_FREETYPE)
+ set (CSF_fontconfig "fontconfig")
+ endif()
diff --git a/cad/opencascade/files/patch-src_DrawResources_CheckCommands.tcl b/cad/opencascade/files/patch-src_DrawResources_CheckCommands.tcl
index 20df73cb3858..5baad98ca7dd 100644
--- a/cad/opencascade/files/patch-src_DrawResources_CheckCommands.tcl
+++ b/cad/opencascade/files/patch-src_DrawResources_CheckCommands.tcl
@@ -1,14 +1,14 @@
---- src/DrawResources/CheckCommands.tcl.orig 2020-11-03 14:49:56 UTC
+--- src/DrawResources/CheckCommands.tcl.orig 2021-10-30 11:13:45 UTC
+++ src/DrawResources/CheckCommands.tcl
-@@ -1053,6 +1053,7 @@ help checkplatform {
- -windows : return 1 if current platform is 'Windows', overwise return 0
- -linux : return 1 if current platform is 'Linux', overwise return 0
- -osx : return 1 if current platform is 'MacOS X', overwise return 0
-+ -freebsd : return 1 if current platform is 'FreeBSD', overwise return 0
+@@ -1095,6 +1095,7 @@ help checkplatform {
+ -windows : return 1 if current platform is 'Windows', otherwise return 0
+ -linux : return 1 if current platform is 'Linux', otherwise return 0
+ -osx : return 1 if current platform is 'MacOS X', otherwise return 0
++ -freebsd : return 1 if current platform is 'FreeBSD', otherwise return 0
Only one option can be used at once.
If no option is given, procedure will return the name of current platform.
-@@ -1061,9 +1062,11 @@ proc checkplatform {args} {
+@@ -1103,9 +1104,11 @@ proc checkplatform {args} {
set check_for_windows false
set check_for_linux false
set check_for_macosx false
@@ -20,7 +20,7 @@
{"-osx" check_for_macosx 0}}
_check_args ${args} ${options} "checkplatform"
-@@ -1072,17 +1075,19 @@ proc checkplatform {args} {
+@@ -1114,17 +1117,19 @@ proc checkplatform {args} {
set current_platform Windows
} elseif { $::tcl_platform(os) == "Linux" } {
set current_platform Linux
@@ -42,7 +42,7 @@
error "Error: wrong usage of command checkplatform, only single option can be used at once"
}
-@@ -1091,8 +1096,13 @@ proc checkplatform {args} {
+@@ -1133,8 +1138,13 @@ proc checkplatform {args} {
return 1
}
diff --git a/cad/opencascade/files/patch-src_IVtkDraw_IVtkDraw__Interactor.cxx b/cad/opencascade/files/patch-src_IVtkDraw_IVtkDraw__Interactor.cxx
deleted file mode 100644
index 290e6a0bbc53..000000000000
--- a/cad/opencascade/files/patch-src_IVtkDraw_IVtkDraw__Interactor.cxx
+++ /dev/null
@@ -1,16 +0,0 @@
---- src/IVtkDraw/IVtkDraw_Interactor.cxx.orig 2020-11-03 14:50:01 UTC
-+++ src/IVtkDraw/IVtkDraw_Interactor.cxx
-@@ -20,6 +20,13 @@
- #include <vtkWin32OpenGLRenderWindow.h>
- #else
- #include <GL/glx.h>
-+
-+// Preventing naming collisions between
-+// GLX and VTK versions 9.0 and above
-+#ifdef AllValues
-+#undef AllValues
-+#endif
-+
- #include <vtkXRenderWindowInteractor.h>
- #include <vtkXOpenGLRenderWindow.h>
- #endif
diff --git a/cad/opencascade/files/patch-src_StepFile_recfile.pc b/cad/opencascade/files/patch-src_StepFile_recfile.pc
deleted file mode 100644
index 75784b8b4e44..000000000000
--- a/cad/opencascade/files/patch-src_StepFile_recfile.pc
+++ /dev/null
@@ -1,11 +0,0 @@
---- src/StepFile/recfile.pc.orig 2017-08-30 13:28:34 UTC
-+++ src/StepFile/recfile.pc
-@@ -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"
diff --git a/cad/opencascade/pkg-plist b/cad/opencascade/pkg-plist
index 1cdcf970e315..eb47619d90b8 100644
--- a/cad/opencascade/pkg-plist
+++ b/cad/opencascade/pkg-plist
@@ -111,18 +111,25 @@
%%OCCROOT%%/resources/SHMessage/SHMessage_SHAPE_us.pxx
%%OCCROOT%%/resources/Shaders/Declarations.glsl
%%OCCROOT%%/resources/Shaders/DeclarationsImpl.glsl
+%%OCCROOT%%/resources/Shaders/DirectionalLightShadow.glsl
%%OCCROOT%%/resources/Shaders/Display.fs
%%OCCROOT%%/resources/Shaders/FILES
%%OCCROOT%%/resources/Shaders/PBRCookTorrance.glsl
+%%OCCROOT%%/resources/Shaders/PBRDirectionalLight.glsl
%%OCCROOT%%/resources/Shaders/PBRDistribution.glsl
%%OCCROOT%%/resources/Shaders/PBREnvBaking.fs
%%OCCROOT%%/resources/Shaders/PBREnvBaking.vs
%%OCCROOT%%/resources/Shaders/PBRFresnel.glsl
%%OCCROOT%%/resources/Shaders/PBRGeometry.glsl
%%OCCROOT%%/resources/Shaders/PBRIllumination.glsl
+%%OCCROOT%%/resources/Shaders/PBRPointLight.glsl
+%%OCCROOT%%/resources/Shaders/PBRSpotLight.glsl
%%OCCROOT%%/resources/Shaders/PathtraceBase.fs
+%%OCCROOT%%/resources/Shaders/PhongDirectionalLight.glsl
+%%OCCROOT%%/resources/Shaders/PhongPointLight.glsl
%%OCCROOT%%/resources/Shaders/PhongShading.fs
%%OCCROOT%%/resources/Shaders/PhongShading.vs
+%%OCCROOT%%/resources/Shaders/PhongSpotLight.glsl
%%OCCROOT%%/resources/Shaders/PointLightAttenuation.glsl
%%OCCROOT%%/resources/Shaders/RaytraceBase.fs
%%OCCROOT%%/resources/Shaders/RaytraceBase.vs
@@ -130,15 +137,22 @@
%%OCCROOT%%/resources/Shaders/RaytraceSmooth.fs
%%OCCROOT%%/resources/Shaders/Shaders_DeclarationsImpl_glsl.pxx
%%OCCROOT%%/resources/Shaders/Shaders_Declarations_glsl.pxx
+%%OCCROOT%%/resources/Shaders/Shaders_DirectionalLightShadow_glsl.pxx
%%OCCROOT%%/resources/Shaders/Shaders_Display_fs.pxx
%%OCCROOT%%/resources/Shaders/Shaders_PBRCookTorrance_glsl.pxx
+%%OCCROOT%%/resources/Shaders/Shaders_PBRDirectionalLight_glsl.pxx
%%OCCROOT%%/resources/Shaders/Shaders_PBRDistribution_glsl.pxx
%%OCCROOT%%/resources/Shaders/Shaders_PBREnvBaking_fs.pxx
%%OCCROOT%%/resources/Shaders/Shaders_PBREnvBaking_vs.pxx
%%OCCROOT%%/resources/Shaders/Shaders_PBRFresnel_glsl.pxx
%%OCCROOT%%/resources/Shaders/Shaders_PBRGeometry_glsl.pxx
%%OCCROOT%%/resources/Shaders/Shaders_PBRIllumination_glsl.pxx
+%%OCCROOT%%/resources/Shaders/Shaders_PBRPointLight_glsl.pxx
+%%OCCROOT%%/resources/Shaders/Shaders_PBRSpotLight_glsl.pxx
%%OCCROOT%%/resources/Shaders/Shaders_PathtraceBase_fs.pxx
+%%OCCROOT%%/resources/Shaders/Shaders_PhongDirectionalLight_glsl.pxx
+%%OCCROOT%%/resources/Shaders/Shaders_PhongPointLight_glsl.pxx
+%%OCCROOT%%/resources/Shaders/Shaders_PhongSpotLight_glsl.pxx
%%OCCROOT%%/resources/Shaders/Shaders_PointLightAttenuation_glsl.pxx
%%OCCROOT%%/resources/Shaders/Shaders_RaytraceBase_fs.pxx
%%OCCROOT%%/resources/Shaders/Shaders_RaytraceBase_vs.pxx
@@ -244,31 +258,6 @@
%%OCCROOT%%/samples/tcl/xde.tcl
%%PORTDOCS%%%%OCCROOT%%/%%DOCSDIR%%/LICENSE_LGPL_21.txt
%%PORTDOCS%%%%OCCROOT%%/%%DOCSDIR%%/OCCT_LGPL_EXCEPTION.txt
-%%OCCROOT%%/tests/3rdparty/begin
-%%OCCROOT%%/tests/3rdparty/end
-%%OCCROOT%%/tests/3rdparty/fonts/A1
-%%OCCROOT%%/tests/3rdparty/fonts/A2
-%%OCCROOT%%/tests/3rdparty/fonts/A3
-%%OCCROOT%%/tests/3rdparty/fonts/A4
-%%OCCROOT%%/tests/3rdparty/fonts/A5
-%%OCCROOT%%/tests/3rdparty/fonts/A6
-%%OCCROOT%%/tests/3rdparty/fonts/A7
-%%OCCROOT%%/tests/3rdparty/fonts/A8
-%%OCCROOT%%/tests/3rdparty/fonts/B1
-%%OCCROOT%%/tests/3rdparty/fonts/B2
-%%OCCROOT%%/tests/3rdparty/fonts/B3
-%%OCCROOT%%/tests/3rdparty/fonts/B4
-%%OCCROOT%%/tests/3rdparty/fonts/B5
-%%OCCROOT%%/tests/3rdparty/fonts/B6
-%%OCCROOT%%/tests/3rdparty/fonts/B7
-%%OCCROOT%%/tests/3rdparty/fonts/C1
-%%OCCROOT%%/tests/3rdparty/fonts/C2
-%%OCCROOT%%/tests/3rdparty/fonts/C3
-%%OCCROOT%%/tests/3rdparty/fonts/C4
-%%OCCROOT%%/tests/3rdparty/fonts/tabs
-%%OCCROOT%%/tests/3rdparty/grids.list
-%%OCCROOT%%/tests/3rdparty/text3d/A1
-%%OCCROOT%%/tests/3rdparty/text3d/text_wrapped
%%OCCROOT%%/tests/blend/begin
%%OCCROOT%%/tests/blend/bfuseblend/A1
%%OCCROOT%%/tests/blend/bfuseblend/A2
@@ -4960,6 +4949,7 @@
%%OCCROOT%%/tests/bugs/caf/bug28691
%%OCCROOT%%/tests/bugs/caf/bug29142
%%OCCROOT%%/tests/bugs/caf/bug29195_1
+%%OCCROOT%%/tests/bugs/caf/bug29217
%%OCCROOT%%/tests/bugs/caf/bug2932_1
%%OCCROOT%%/tests/bugs/caf/bug2932_10
%%OCCROOT%%/tests/bugs/caf/bug2932_11
@@ -4988,6 +4978,7 @@
%%OCCROOT%%/tests/bugs/caf/bug29452
%%OCCROOT%%/tests/bugs/caf/bug29531
%%OCCROOT%%/tests/bugs/caf/bug29669
+%%OCCROOT%%/tests/bugs/caf/bug29901
%%OCCROOT%%/tests/bugs/caf/bug30215
%%OCCROOT%%/tests/bugs/caf/bug30510
%%OCCROOT%%/tests/bugs/caf/bug31049
@@ -5004,6 +4995,11 @@
%%OCCROOT%%/tests/bugs/caf/bug31770_1
%%OCCROOT%%/tests/bugs/caf/bug31770_2
%%OCCROOT%%/tests/bugs/caf/bug31785
+%%OCCROOT%%/tests/bugs/caf/bug31839_1
+%%OCCROOT%%/tests/bugs/caf/bug31839_2
+%%OCCROOT%%/tests/bugs/caf/bug31918_1
+%%OCCROOT%%/tests/bugs/caf/bug31918_2
+%%OCCROOT%%/tests/bugs/caf/bug31920
%%OCCROOT%%/tests/bugs/caf/bug361
%%OCCROOT%%/tests/bugs/caf/bug381_1
%%OCCROOT%%/tests/bugs/caf/bug381_2
@@ -5125,6 +5121,7 @@
%%OCCROOT%%/tests/bugs/fclasses/bug29355
%%OCCROOT%%/tests/bugs/fclasses/bug29925
%%OCCROOT%%/tests/bugs/fclasses/bug30536
+%%OCCROOT%%/tests/bugs/fclasses/bug30762
%%OCCROOT%%/tests/bugs/fclasses/bug30775
%%OCCROOT%%/tests/bugs/fclasses/bug30800
%%OCCROOT%%/tests/bugs/fclasses/bug30804
@@ -5136,6 +5133,7 @@
%%OCCROOT%%/tests/bugs/fclasses/bug31340
%%OCCROOT%%/tests/bugs/fclasses/bug31381
%%OCCROOT%%/tests/bugs/fclasses/bug31697
+%%OCCROOT%%/tests/bugs/fclasses/bug32601
%%OCCROOT%%/tests/bugs/fclasses/bug6143
%%OCCROOT%%/tests/bugs/fclasses/bug63
%%OCCROOT%%/tests/bugs/fclasses/bug670
@@ -5303,11 +5301,21 @@
%%OCCROOT%%/tests/bugs/heal/bug31187
%%OCCROOT%%/tests/bugs/heal/bug31202
%%OCCROOT%%/tests/bugs/heal/bug31441
+%%OCCROOT%%/tests/bugs/heal/bug31524
%%OCCROOT%%/tests/bugs/heal/bug31736_1
%%OCCROOT%%/tests/bugs/heal/bug31736_2
+%%OCCROOT%%/tests/bugs/heal/bug31778
%%OCCROOT%%/tests/bugs/heal/bug31855_1
%%OCCROOT%%/tests/bugs/heal/bug31855_2
%%OCCROOT%%/tests/bugs/heal/bug31855_3
+%%OCCROOT%%/tests/bugs/heal/bug32140
+%%OCCROOT%%/tests/bugs/heal/bug32213
+%%OCCROOT%%/tests/bugs/heal/bug32332_1
+%%OCCROOT%%/tests/bugs/heal/bug32332_2
+%%OCCROOT%%/tests/bugs/heal/bug32561
+%%OCCROOT%%/tests/bugs/heal/bug32581
+%%OCCROOT%%/tests/bugs/heal/bug32619
+%%OCCROOT%%/tests/bugs/heal/bug32623
%%OCCROOT%%/tests/bugs/heal/bug329
%%OCCROOT%%/tests/bugs/heal/bug482
%%OCCROOT%%/tests/bugs/heal/bug518
@@ -5385,6 +5393,7 @@
%%OCCROOT%%/tests/bugs/iges/bug25747
%%OCCROOT%%/tests/bugs/iges/bug25816
%%OCCROOT%%/tests/bugs/iges/bug25843_iges
+%%OCCROOT%%/tests/bugs/iges/bug26047
%%OCCROOT%%/tests/bugs/iges/bug26138
%%OCCROOT%%/tests/bugs/iges/bug26419_1
%%OCCROOT%%/tests/bugs/iges/bug26419_2
@@ -5646,6 +5655,8 @@
%%OCCROOT%%/tests/bugs/mesh/bug31258
%%OCCROOT%%/tests/bugs/mesh/bug31378
%%OCCROOT%%/tests/bugs/mesh/bug31461
+%%OCCROOT%%/tests/bugs/mesh/bug32424
+%%OCCROOT%%/tests/bugs/mesh/bug32471
%%OCCROOT%%/tests/bugs/mesh/parse.rules
%%OCCROOT%%/tests/bugs/modalg_1/begin
%%OCCROOT%%/tests/bugs/modalg_1/buc60409_1
@@ -5702,6 +5713,9 @@
%%OCCROOT%%/tests/bugs/modalg_1/buc60789_2
%%OCCROOT%%/tests/bugs/modalg_1/buc60801
%%OCCROOT%%/tests/bugs/modalg_1/buc60803
+%%OCCROOT%%/tests/bugs/modalg_1/buc60830_1
+%%OCCROOT%%/tests/bugs/modalg_1/buc60830_2
+%%OCCROOT%%/tests/bugs/modalg_1/buc60830_3
%%OCCROOT%%/tests/bugs/modalg_1/buc60830_4
%%OCCROOT%%/tests/bugs/modalg_1/buc60839
%%OCCROOT%%/tests/bugs/modalg_1/buc60841
@@ -6406,7 +6420,6 @@
%%OCCROOT%%/tests/bugs/modalg_4/bug23704
%%OCCROOT%%/tests/bugs/modalg_4/bug23765
%%OCCROOT%%/tests/bugs/modalg_4/bug363_1
-%%OCCROOT%%/tests/bugs/modalg_4/bug5806
%%OCCROOT%%/tests/bugs/modalg_4/bug6181
%%OCCROOT%%/tests/bugs/modalg_4/bug6182
%%OCCROOT%%/tests/bugs/modalg_4/bug62
@@ -7217,7 +7230,6 @@
%%OCCROOT%%/tests/bugs/modalg_6/bug26208
%%OCCROOT%%/tests/bugs/modalg_6/bug26218
%%OCCROOT%%/tests/bugs/modalg_6/bug26224
-%%OCCROOT%%/tests/bugs/modalg_6/bug26233
%%OCCROOT%%/tests/bugs/modalg_6/bug26241
%%OCCROOT%%/tests/bugs/modalg_6/bug26243_1
%%OCCROOT%%/tests/bugs/modalg_6/bug26243_2
@@ -7226,7 +7238,6 @@
%%OCCROOT%%/tests/bugs/modalg_6/bug26270
%%OCCROOT%%/tests/bugs/modalg_6/bug26281_1
%%OCCROOT%%/tests/bugs/modalg_6/bug26281_2
-%%OCCROOT%%/tests/bugs/modalg_6/bug26288
%%OCCROOT%%/tests/bugs/modalg_6/bug26296_1
%%OCCROOT%%/tests/bugs/modalg_6/bug26296_2
%%OCCROOT%%/tests/bugs/modalg_6/bug26296_3
@@ -7268,8 +7279,6 @@
%%OCCROOT%%/tests/bugs/modalg_6/bug26440_1
%%OCCROOT%%/tests/bugs/modalg_6/bug26440_2
%%OCCROOT%%/tests/bugs/modalg_6/bug26440_3
-%%OCCROOT%%/tests/bugs/modalg_6/bug26442_1
-%%OCCROOT%%/tests/bugs/modalg_6/bug26442_2
%%OCCROOT%%/tests/bugs/modalg_6/bug26444
%%OCCROOT%%/tests/bugs/modalg_6/bug26446
%%OCCROOT%%/tests/bugs/modalg_6/bug26450
@@ -7484,6 +7493,7 @@
%%OCCROOT%%/tests/bugs/modalg_6/bug27878_4
%%OCCROOT%%/tests/bugs/modalg_6/bug27878_5
%%OCCROOT%%/tests/bugs/modalg_6/bug27878_6
+%%OCCROOT%%/tests/bugs/modalg_6/bug27884
%%OCCROOT%%/tests/bugs/modalg_6/bug27888
%%OCCROOT%%/tests/bugs/modalg_6/bug27907
%%OCCROOT%%/tests/bugs/modalg_6/bug27907_1
@@ -7588,6 +7598,7 @@
%%OCCROOT%%/tests/bugs/modalg_6/bug28776
%%OCCROOT%%/tests/bugs/modalg_6/bug28782
%%OCCROOT%%/tests/bugs/modalg_6/bug28795
+%%OCCROOT%%/tests/bugs/modalg_6/bug31047
%%OCCROOT%%/tests/bugs/modalg_6/bug6768
%%OCCROOT%%/tests/bugs/modalg_6/bug7093
%%OCCROOT%%/tests/bugs/modalg_6/bug8040
@@ -7598,6 +7609,7 @@
%%OCCROOT%%/tests/bugs/modalg_7/bug13565_2
%%OCCROOT%%/tests/bugs/modalg_7/bug13566
%%OCCROOT%%/tests/bugs/modalg_7/bug21134
+%%OCCROOT%%/tests/bugs/modalg_7/bug21264
%%OCCROOT%%/tests/bugs/modalg_7/bug21413
%%OCCROOT%%/tests/bugs/modalg_7/bug21414
%%OCCROOT%%/tests/bugs/modalg_7/bug22288
@@ -7683,7 +7695,8 @@
%%OCCROOT%%/tests/bugs/modalg_7/bug26295
%%OCCROOT%%/tests/bugs/modalg_7/bug26374
%%OCCROOT%%/tests/bugs/modalg_7/bug26516
-%%OCCROOT%%/tests/bugs/modalg_7/bug26558
+%%OCCROOT%%/tests/bugs/modalg_7/bug26558_1
+%%OCCROOT%%/tests/bugs/modalg_7/bug26558_2
%%OCCROOT%%/tests/bugs/modalg_7/bug26563
%%OCCROOT%%/tests/bugs/modalg_7/bug26568
%%OCCROOT%%/tests/bugs/modalg_7/bug26570
@@ -7726,12 +7739,6 @@
%%OCCROOT%%/tests/bugs/modalg_7/bug27711_3
%%OCCROOT%%/tests/bugs/modalg_7/bug27760
%%OCCROOT%%/tests/bugs/modalg_7/bug27784
-%%OCCROOT%%/tests/bugs/modalg_7/bug27908
-%%OCCROOT%%/tests/bugs/modalg_7/bug27909
-%%OCCROOT%%/tests/bugs/modalg_7/bug27910
-%%OCCROOT%%/tests/bugs/modalg_7/bug27911
-%%OCCROOT%%/tests/bugs/modalg_7/bug27912
-%%OCCROOT%%/tests/bugs/modalg_7/bug27913
%%OCCROOT%%/tests/bugs/modalg_7/bug27928
%%OCCROOT%%/tests/bugs/modalg_7/bug27936
%%OCCROOT%%/tests/bugs/modalg_7/bug27948
@@ -7797,6 +7804,8 @@
%%OCCROOT%%/tests/bugs/modalg_7/bug28596_2
%%OCCROOT%%/tests/bugs/modalg_7/bug28640
%%OCCROOT%%/tests/bugs/modalg_7/bug28656
+%%OCCROOT%%/tests/bugs/modalg_7/bug28684_1
+%%OCCROOT%%/tests/bugs/modalg_7/bug28684_2
%%OCCROOT%%/tests/bugs/modalg_7/bug28696_1
%%OCCROOT%%/tests/bugs/modalg_7/bug28696_2
%%OCCROOT%%/tests/bugs/modalg_7/bug28700_1
@@ -7849,7 +7858,6 @@
%%OCCROOT%%/tests/bugs/modalg_7/bug28893_2
%%OCCROOT%%/tests/bugs/modalg_7/bug28893_3
%%OCCROOT%%/tests/bugs/modalg_7/bug28893_4
-%%OCCROOT%%/tests/bugs/modalg_7/bug28903
%%OCCROOT%%/tests/bugs/modalg_7/bug28909
%%OCCROOT%%/tests/bugs/modalg_7/bug28944
%%OCCROOT%%/tests/bugs/modalg_7/bug28949_1
@@ -7904,6 +7912,7 @@
%%OCCROOT%%/tests/bugs/modalg_7/bug29334
%%OCCROOT%%/tests/bugs/modalg_7/bug29387
%%OCCROOT%%/tests/bugs/modalg_7/bug29400
+%%OCCROOT%%/tests/bugs/modalg_7/bug29405
%%OCCROOT%%/tests/bugs/modalg_7/bug29430
%%OCCROOT%%/tests/bugs/modalg_7/bug29484
%%OCCROOT%%/tests/bugs/modalg_7/bug29488_1
@@ -7980,6 +7989,7 @@
%%OCCROOT%%/tests/bugs/modalg_7/bug30203
%%OCCROOT%%/tests/bugs/modalg_7/bug30204_1
%%OCCROOT%%/tests/bugs/modalg_7/bug30204_2
+%%OCCROOT%%/tests/bugs/modalg_7/bug30206
%%OCCROOT%%/tests/bugs/modalg_7/bug30230
%%OCCROOT%%/tests/bugs/modalg_7/bug30269
%%OCCROOT%%/tests/bugs/modalg_7/bug30270
@@ -8020,10 +8030,13 @@
%%OCCROOT%%/tests/bugs/modalg_7/bug30645_3
%%OCCROOT%%/tests/bugs/modalg_7/bug30647
%%OCCROOT%%/tests/bugs/modalg_7/bug30679
+%%OCCROOT%%/tests/bugs/modalg_7/bug30722
+%%OCCROOT%%/tests/bugs/modalg_7/bug30747
%%OCCROOT%%/tests/bugs/modalg_7/bug30760
%%OCCROOT%%/tests/bugs/modalg_7/bug30778
%%OCCROOT%%/tests/bugs/modalg_7/bug30786
%%OCCROOT%%/tests/bugs/modalg_7/bug30787
+%%OCCROOT%%/tests/bugs/modalg_7/bug30788
%%OCCROOT%%/tests/bugs/modalg_7/bug30792
%%OCCROOT%%/tests/bugs/modalg_7/bug30794_1
%%OCCROOT%%/tests/bugs/modalg_7/bug30794_2
@@ -8077,6 +8090,7 @@
%%OCCROOT%%/tests/bugs/modalg_7/bug31031
%%OCCROOT%%/tests/bugs/modalg_7/bug31043
%%OCCROOT%%/tests/bugs/modalg_7/bug31120
+%%OCCROOT%%/tests/bugs/modalg_7/bug31172
%%OCCROOT%%/tests/bugs/modalg_7/bug31201_1
%%OCCROOT%%/tests/bugs/modalg_7/bug31201_2
%%OCCROOT%%/tests/bugs/modalg_7/bug31201_3
@@ -8100,6 +8114,7 @@
%%OCCROOT%%/tests/bugs/modalg_7/bug31496
%%OCCROOT%%/tests/bugs/modalg_7/bug31499_1
%%OCCROOT%%/tests/bugs/modalg_7/bug31499_2
+%%OCCROOT%%/tests/bugs/modalg_7/bug31578
%%OCCROOT%%/tests/bugs/modalg_7/bug31604
%%OCCROOT%%/tests/bugs/modalg_7/bug31611
%%OCCROOT%%/tests/bugs/modalg_7/bug31616
@@ -8107,17 +8122,44 @@
%%OCCROOT%%/tests/bugs/modalg_7/bug31662
%%OCCROOT%%/tests/bugs/modalg_7/bug31735_1
%%OCCROOT%%/tests/bugs/modalg_7/bug31735_2
+%%OCCROOT%%/tests/bugs/modalg_7/bug31735_3
+%%OCCROOT%%/tests/bugs/modalg_7/bug31735_4
%%OCCROOT%%/tests/bugs/modalg_7/bug31835_1
%%OCCROOT%%/tests/bugs/modalg_7/bug31835_2
%%OCCROOT%%/tests/bugs/modalg_7/bug31836
+%%OCCROOT%%/tests/bugs/modalg_7/bug31845_1
+%%OCCROOT%%/tests/bugs/modalg_7/bug31845_2
+%%OCCROOT%%/tests/bugs/modalg_7/bug31845_3
+%%OCCROOT%%/tests/bugs/modalg_7/bug31845_4
+%%OCCROOT%%/tests/bugs/modalg_7/bug31845_f
+%%OCCROOT%%/tests/bugs/modalg_7/bug31845_h
+%%OCCROOT%%/tests/bugs/modalg_7/bug31845_i
%%OCCROOT%%/tests/bugs/modalg_7/bug31850_1
%%OCCROOT%%/tests/bugs/modalg_7/bug31850_2
%%OCCROOT%%/tests/bugs/modalg_7/bug31858_1
%%OCCROOT%%/tests/bugs/modalg_7/bug31858_2
+%%OCCROOT%%/tests/bugs/modalg_7/bug31890
+%%OCCROOT%%/tests/bugs/modalg_7/bug31912
+%%OCCROOT%%/tests/bugs/modalg_7/bug31913
+%%OCCROOT%%/tests/bugs/modalg_7/bug31974
+%%OCCROOT%%/tests/bugs/modalg_7/bug31984
+%%OCCROOT%%/tests/bugs/modalg_7/bug32106
+%%OCCROOT%%/tests/bugs/modalg_7/bug32108
+%%OCCROOT%%/tests/bugs/modalg_7/bug32136
+%%OCCROOT%%/tests/bugs/modalg_7/bug32189
+%%OCCROOT%%/tests/bugs/modalg_7/bug32196
+%%OCCROOT%%/tests/bugs/modalg_7/bug32291
+%%OCCROOT%%/tests/bugs/modalg_7/bug32330
+%%OCCROOT%%/tests/bugs/modalg_7/bug32444
+%%OCCROOT%%/tests/bugs/modalg_7/bug32470
+%%OCCROOT%%/tests/bugs/modalg_7/bug32502
+%%OCCROOT%%/tests/bugs/modalg_7/bug32569
+%%OCCROOT%%/tests/bugs/modalg_7/bug32578
%%OCCROOT%%/tests/bugs/modalg_7/bug5081_1
%%OCCROOT%%/tests/bugs/modalg_7/bug5081_2
%%OCCROOT%%/tests/bugs/modalg_7/bug5582
%%OCCROOT%%/tests/bugs/modalg_7/bug83
+%%OCCROOT%%/tests/bugs/modalg_7/optimal_bndbox_exception
%%OCCROOT%%/tests/bugs/moddata_1/begin
%%OCCROOT%%/tests/bugs/moddata_1/buc60637
%%OCCROOT%%/tests/bugs/moddata_1/buc60652_1
@@ -8588,6 +8630,9 @@
%%OCCROOT%%/tests/bugs/moddata_3/bug27299_2
%%OCCROOT%%/tests/bugs/moddata_3/bug27299_3
%%OCCROOT%%/tests/bugs/moddata_3/bug27356
+%%OCCROOT%%/tests/bugs/moddata_3/bug27457
+%%OCCROOT%%/tests/bugs/moddata_3/bug27457_1
+%%OCCROOT%%/tests/bugs/moddata_3/bug27457_2
%%OCCROOT%%/tests/bugs/moddata_3/bug27466
%%OCCROOT%%/tests/bugs/moddata_3/bug27467
%%OCCROOT%%/tests/bugs/moddata_3/bug27493
@@ -8596,6 +8641,7 @@
%%OCCROOT%%/tests/bugs/moddata_3/bug27804_1
%%OCCROOT%%/tests/bugs/moddata_3/bug27804_2
%%OCCROOT%%/tests/bugs/moddata_3/bug27890
+%%OCCROOT%%/tests/bugs/moddata_3/bug28026
%%OCCROOT%%/tests/bugs/moddata_3/bug28175
%%OCCROOT%%/tests/bugs/moddata_3/bug28175_1
%%OCCROOT%%/tests/bugs/moddata_3/bug28182
@@ -8605,13 +8651,26 @@
%%OCCROOT%%/tests/bugs/moddata_3/bug28230
%%OCCROOT%%/tests/bugs/moddata_3/bug29102
%%OCCROOT%%/tests/bugs/moddata_3/bug29662
+%%OCCROOT%%/tests/bugs/moddata_3/bug29723
+%%OCCROOT%%/tests/bugs/moddata_3/bug29827
%%OCCROOT%%/tests/bugs/moddata_3/bug30
+%%OCCROOT%%/tests/bugs/moddata_3/bug30046
%%OCCROOT%%/tests/bugs/moddata_3/bug30133
+%%OCCROOT%%/tests/bugs/moddata_3/bug30342_1
+%%OCCROOT%%/tests/bugs/moddata_3/bug30342_2
+%%OCCROOT%%/tests/bugs/moddata_3/bug30422
%%OCCROOT%%/tests/bugs/moddata_3/bug30497
%%OCCROOT%%/tests/bugs/moddata_3/bug30704
%%OCCROOT%%/tests/bugs/moddata_3/bug30708_1
%%OCCROOT%%/tests/bugs/moddata_3/bug30708_2
%%OCCROOT%%/tests/bugs/moddata_3/bug30932
+%%OCCROOT%%/tests/bugs/moddata_3/bug31136_1
+%%OCCROOT%%/tests/bugs/moddata_3/bug31136_2
+%%OCCROOT%%/tests/bugs/moddata_3/bug31136_3
+%%OCCROOT%%/tests/bugs/moddata_3/bug31136_4
+%%OCCROOT%%/tests/bugs/moddata_3/bug31136_5
+%%OCCROOT%%/tests/bugs/moddata_3/bug31402_1
+%%OCCROOT%%/tests/bugs/moddata_3/bug31402_2
%%OCCROOT%%/tests/bugs/moddata_3/bug31587_1
%%OCCROOT%%/tests/bugs/moddata_3/bug31587_2
%%OCCROOT%%/tests/bugs/moddata_3/bug31587_3
@@ -8620,7 +8679,12 @@
%%OCCROOT%%/tests/bugs/moddata_3/bug31587_6
%%OCCROOT%%/tests/bugs/moddata_3/bug31587_7
%%OCCROOT%%/tests/bugs/moddata_3/bug31587_8
+%%OCCROOT%%/tests/bugs/moddata_3/bug31946
+%%OCCROOT%%/tests/bugs/moddata_3/bug31995
%%OCCROOT%%/tests/bugs/moddata_3/bug32
+%%OCCROOT%%/tests/bugs/moddata_3/bug32041
+%%OCCROOT%%/tests/bugs/moddata_3/bug32058
+%%OCCROOT%%/tests/bugs/moddata_3/bug32557
%%OCCROOT%%/tests/bugs/moddata_3/bug5145
%%OCCROOT%%/tests/bugs/moddata_3/bug599
%%OCCROOT%%/tests/bugs/parse.rules
@@ -8721,8 +8785,11 @@
%%OCCROOT%%/tests/bugs/step/bug29029
%%OCCROOT%%/tests/bugs/step/bug29068
%%OCCROOT%%/tests/bugs/step/bug29108
+%%OCCROOT%%/tests/bugs/step/bug29233
%%OCCROOT%%/tests/bugs/step/bug29240
%%OCCROOT%%/tests/bugs/step/bug29403
+%%OCCROOT%%/tests/bugs/step/bug29478
+%%OCCROOT%%/tests/bugs/step/bug29564
%%OCCROOT%%/tests/bugs/step/bug29780
%%OCCROOT%%/tests/bugs/step/bug29803
%%OCCROOT%%/tests/bugs/step/bug29945
@@ -8752,6 +8819,7 @@
%%OCCROOT%%/tests/bugs/step/bug30848
%%OCCROOT%%/tests/bugs/step/bug30856
%%OCCROOT%%/tests/bugs/step/bug30921
+%%OCCROOT%%/tests/bugs/step/bug31000
%%OCCROOT%%/tests/bugs/step/bug31191
%%OCCROOT%%/tests/bugs/step/bug31292
%%OCCROOT%%/tests/bugs/step/bug31301
@@ -8773,8 +8841,17 @@
%%OCCROOT%%/tests/bugs/step/bug31685_2
%%OCCROOT%%/tests/bugs/step/bug31685_3
%%OCCROOT%%/tests/bugs/step/bug31711
+%%OCCROOT%%/tests/bugs/step/bug31756
%%OCCROOT%%/tests/bugs/step/bug31786
%%OCCROOT%%/tests/bugs/step/bug31825
+%%OCCROOT%%/tests/bugs/step/bug31923
+%%OCCROOT%%/tests/bugs/step/bug32049
+%%OCCROOT%%/tests/bugs/step/bug32049_1
+%%OCCROOT%%/tests/bugs/step/bug32087
+%%OCCROOT%%/tests/bugs/step/bug32264
+%%OCCROOT%%/tests/bugs/step/bug32310
+%%OCCROOT%%/tests/bugs/step/bug32556
+%%OCCROOT%%/tests/bugs/step/bug32596
%%OCCROOT%%/tests/bugs/step/bug3397
%%OCCROOT%%/tests/bugs/step/bug348_1
%%OCCROOT%%/tests/bugs/step/bug348_2
@@ -8818,531 +8895,7 @@
%%OCCROOT%%/tests/bugs/stlvrml/bug28680
%%OCCROOT%%/tests/bugs/stlvrml/bug30113
%%OCCROOT%%/tests/bugs/stlvrml/bug30389
-%%OCCROOT%%/tests/bugs/vis/begin
-%%OCCROOT%%/tests/bugs/vis/buc60587
-%%OCCROOT%%/tests/bugs/vis/buc60632_1
-%%OCCROOT%%/tests/bugs/vis/buc60632_2
-%%OCCROOT%%/tests/bugs/vis/buc60659
-%%OCCROOT%%/tests/bugs/vis/buc60661
-%%OCCROOT%%/tests/bugs/vis/buc60688
-%%OCCROOT%%/tests/bugs/vis/buc60701
-%%OCCROOT%%/tests/bugs/vis/buc60738
-%%OCCROOT%%/tests/bugs/vis/buc60740
-%%OCCROOT%%/tests/bugs/vis/buc60774
-%%OCCROOT%%/tests/bugs/vis/buc60814
-%%OCCROOT%%/tests/bugs/vis/buc60830_1
-%%OCCROOT%%/tests/bugs/vis/buc60830_2
-%%OCCROOT%%/tests/bugs/vis/buc60830_3
-%%OCCROOT%%/tests/bugs/vis/buc60832
-%%OCCROOT%%/tests/bugs/vis/buc60857
-%%OCCROOT%%/tests/bugs/vis/buc60858
-%%OCCROOT%%/tests/bugs/vis/buc60876
-%%OCCROOT%%/tests/bugs/vis/buc60887
-%%OCCROOT%%/tests/bugs/vis/buc60915
-%%OCCROOT%%/tests/bugs/vis/buc60920
-%%OCCROOT%%/tests/bugs/vis/bug10
-%%OCCROOT%%/tests/bugs/vis/bug10702
-%%OCCROOT%%/tests/bugs/vis/bug10781
-%%OCCROOT%%/tests/bugs/vis/bug11095
-%%OCCROOT%%/tests/bugs/vis/bug112
-%%OCCROOT%%/tests/bugs/vis/bug112_1
-%%OCCROOT%%/tests/bugs/vis/bug113
-%%OCCROOT%%/tests/bugs/vis/bug11615
-%%OCCROOT%%/tests/bugs/vis/bug1174
-%%OCCROOT%%/tests/bugs/vis/bug1188
-%%OCCROOT%%/tests/bugs/vis/bug12121
-%%OCCROOT%%/tests/bugs/vis/bug12584
-%%OCCROOT%%/tests/bugs/vis/bug128
-%%OCCROOT%%/tests/bugs/vis/bug129_1
-%%OCCROOT%%/tests/bugs/vis/bug129_2
-%%OCCROOT%%/tests/bugs/vis/bug136
-%%OCCROOT%%/tests/bugs/vis/bug138_1
-%%OCCROOT%%/tests/bugs/vis/bug138_2
-%%OCCROOT%%/tests/bugs/vis/bug166
-%%OCCROOT%%/tests/bugs/vis/bug16950_1
-%%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
-%%OCCROOT%%/tests/bugs/vis/bug173_3
-%%OCCROOT%%/tests/bugs/vis/bug185
-%%OCCROOT%%/tests/bugs/vis/bug19_1
-%%OCCROOT%%/tests/bugs/vis/bug19_2
-%%OCCROOT%%/tests/bugs/vis/bug20373
-%%OCCROOT%%/tests/bugs/vis/bug204_1
-%%OCCROOT%%/tests/bugs/vis/bug204_2
-%%OCCROOT%%/tests/bugs/vis/bug2066
-%%OCCROOT%%/tests/bugs/vis/bug20802
-%%OCCROOT%%/tests/bugs/vis/bug21171_1
-%%OCCROOT%%/tests/bugs/vis/bug21171_2
-%%OCCROOT%%/tests/bugs/vis/bug21171_3
-%%OCCROOT%%/tests/bugs/vis/bug21171_4
-%%OCCROOT%%/tests/bugs/vis/bug215
-%%OCCROOT%%/tests/bugs/vis/bug21578
-%%OCCROOT%%/tests/bugs/vis/bug21747_1
-%%OCCROOT%%/tests/bugs/vis/bug21747_10
-%%OCCROOT%%/tests/bugs/vis/bug21747_11
-%%OCCROOT%%/tests/bugs/vis/bug21747_12
-%%OCCROOT%%/tests/bugs/vis/bug21747_13
-%%OCCROOT%%/tests/bugs/vis/bug21747_14
-%%OCCROOT%%/tests/bugs/vis/bug21747_15
-%%OCCROOT%%/tests/bugs/vis/bug21747_16
-%%OCCROOT%%/tests/bugs/vis/bug21747_17
-%%OCCROOT%%/tests/bugs/vis/bug21747_2
-%%OCCROOT%%/tests/bugs/vis/bug21747_3
-%%OCCROOT%%/tests/bugs/vis/bug21747_4
-%%OCCROOT%%/tests/bugs/vis/bug21747_5
-%%OCCROOT%%/tests/bugs/vis/bug21747_6
-%%OCCROOT%%/tests/bugs/vis/bug21747_7
-%%OCCROOT%%/tests/bugs/vis/bug21747_8
-%%OCCROOT%%/tests/bugs/vis/bug21747_9
-%%OCCROOT%%/tests/bugs/vis/bug21753
-%%OCCROOT%%/tests/bugs/vis/bug21757
-%%OCCROOT%%/tests/bugs/vis/bug21757_1
-%%OCCROOT%%/tests/bugs/vis/bug21757_2
-%%OCCROOT%%/tests/bugs/vis/bug21798
-%%OCCROOT%%/tests/bugs/vis/bug218
-%%OCCROOT%%/tests/bugs/vis/bug21970
-%%OCCROOT%%/tests/bugs/vis/bug22016
-%%OCCROOT%%/tests/bugs/vis/bug22018
-%%OCCROOT%%/tests/bugs/vis/bug22048
-%%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/bug22368
-%%OCCROOT%%/tests/bugs/vis/bug22483_1
-%%OCCROOT%%/tests/bugs/vis/bug22483_2
-%%OCCROOT%%/tests/bugs/vis/bug22483_3
-%%OCCROOT%%/tests/bugs/vis/bug22483_4
-%%OCCROOT%%/tests/bugs/vis/bug22502
-%%OCCROOT%%/tests/bugs/vis/bug22507
-%%OCCROOT%%/tests/bugs/vis/bug22632
-%%OCCROOT%%/tests/bugs/vis/bug22652
-%%OCCROOT%%/tests/bugs/vis/bug22701
-%%OCCROOT%%/tests/bugs/vis/bug22735
-%%OCCROOT%%/tests/bugs/vis/bug22795
-%%OCCROOT%%/tests/bugs/vis/bug22796_1
-%%OCCROOT%%/tests/bugs/vis/bug22796_2
-%%OCCROOT%%/tests/bugs/vis/bug22819
-%%OCCROOT%%/tests/bugs/vis/bug22835
-%%OCCROOT%%/tests/bugs/vis/bug22847
-%%OCCROOT%%/tests/bugs/vis/bug22849
-%%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
-%%OCCROOT%%/tests/bugs/vis/bug23065
-%%OCCROOT%%/tests/bugs/vis/bug23067
-%%OCCROOT%%/tests/bugs/vis/bug23069
-%%OCCROOT%%/tests/bugs/vis/bug230_1
-%%OCCROOT%%/tests/bugs/vis/bug230_2
-%%OCCROOT%%/tests/bugs/vis/bug23102
-%%OCCROOT%%/tests/bugs/vis/bug23120
-%%OCCROOT%%/tests/bugs/vis/bug23123
-%%OCCROOT%%/tests/bugs/vis/bug23153
-%%OCCROOT%%/tests/bugs/vis/bug23186
-%%OCCROOT%%/tests/bugs/vis/bug23191
-%%OCCROOT%%/tests/bugs/vis/bug23200
-%%OCCROOT%%/tests/bugs/vis/bug23200_1
-%%OCCROOT%%/tests/bugs/vis/bug23219
-%%OCCROOT%%/tests/bugs/vis/bug23226
-%%OCCROOT%%/tests/bugs/vis/bug23227
-%%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/bug23484_1
-%%OCCROOT%%/tests/bugs/vis/bug23484_2
-%%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_2
-%%OCCROOT%%/tests/bugs/vis/bug23705
-%%OCCROOT%%/tests/bugs/vis/bug23709_1
-%%OCCROOT%%/tests/bugs/vis/bug23709_2
-%%OCCROOT%%/tests/bugs/vis/bug23709_3
-%%OCCROOT%%/tests/bugs/vis/bug23709_4
-%%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/bug24131_markers_bitmap
-%%OCCROOT%%/tests/bugs/vis/bug24131_markers_core
-%%OCCROOT%%/tests/bugs/vis/bug24131_markers_glsl
-%%OCCROOT%%/tests/bugs/vis/bug24131_markers_sprites
-%%OCCROOT%%/tests/bugs/vis/bug24133_1
-%%OCCROOT%%/tests/bugs/vis/bug24133_2
-%%OCCROOT%%/tests/bugs/vis/bug24133_3
-%%OCCROOT%%/tests/bugs/vis/bug24133_4
-%%OCCROOT%%/tests/bugs/vis/bug24224
-%%OCCROOT%%/tests/bugs/vis/bug24282
-%%OCCROOT%%/tests/bugs/vis/bug24288_1
-%%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
-%%OCCROOT%%/tests/bugs/vis/bug24351_4
-%%OCCROOT%%/tests/bugs/vis/bug24358
-%%OCCROOT%%/tests/bugs/vis/bug24374
-%%OCCROOT%%/tests/bugs/vis/bug24376
-%%OCCROOT%%/tests/bugs/vis/bug24388_1
-%%OCCROOT%%/tests/bugs/vis/bug24388_2
-%%OCCROOT%%/tests/bugs/vis/bug24389
-%%OCCROOT%%/tests/bugs/vis/bug24391
-%%OCCROOT%%/tests/bugs/vis/bug24394
-%%OCCROOT%%/tests/bugs/vis/bug24396
-%%OCCROOT%%/tests/bugs/vis/bug24412_1
-%%OCCROOT%%/tests/bugs/vis/bug24412_2
-%%OCCROOT%%/tests/bugs/vis/bug24420
-%%OCCROOT%%/tests/bugs/vis/bug24522
-%%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/bug24623_3
-%%OCCROOT%%/tests/bugs/vis/bug24623_4
-%%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/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/bug25136
-%%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/bug25300_1
-%%OCCROOT%%/tests/bugs/vis/bug25300_2
-%%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/bug25459_coloredshape
-%%OCCROOT%%/tests/bugs/vis/bug25466
-%%OCCROOT%%/tests/bugs/vis/bug25475
-%%OCCROOT%%/tests/bugs/vis/bug25492
-%%OCCROOT%%/tests/bugs/vis/bug25507
-%%OCCROOT%%/tests/bugs/vis/bug25532
-%%OCCROOT%%/tests/bugs/vis/bug25540
-%%OCCROOT%%/tests/bugs/vis/bug25544_graytexture
-%%OCCROOT%%/tests/bugs/vis/bug25549_1
-%%OCCROOT%%/tests/bugs/vis/bug25549_2
-%%OCCROOT%%/tests/bugs/vis/bug25552
-%%OCCROOT%%/tests/bugs/vis/bug25611_1
-%%OCCROOT%%/tests/bugs/vis/bug25611_2
-%%OCCROOT%%/tests/bugs/vis/bug25624
-%%OCCROOT%%/tests/bugs/vis/bug25627
-%%OCCROOT%%/tests/bugs/vis/bug25671
-%%OCCROOT%%/tests/bugs/vis/bug25672
-%%OCCROOT%%/tests/bugs/vis/bug25679
-%%OCCROOT%%/tests/bugs/vis/bug25687_1
-%%OCCROOT%%/tests/bugs/vis/bug25687_2
-%%OCCROOT%%/tests/bugs/vis/bug25695
-%%OCCROOT%%/tests/bugs/vis/bug25723
-%%OCCROOT%%/tests/bugs/vis/bug25723_1
-%%OCCROOT%%/tests/bugs/vis/bug25732_1
-%%OCCROOT%%/tests/bugs/vis/bug25732_2
-%%OCCROOT%%/tests/bugs/vis/bug25760_1
-%%OCCROOT%%/tests/bugs/vis/bug25760_2
-%%OCCROOT%%/tests/bugs/vis/bug25767
-%%OCCROOT%%/tests/bugs/vis/bug25773
-%%OCCROOT%%/tests/bugs/vis/bug25775
-%%OCCROOT%%/tests/bugs/vis/bug25777
-%%OCCROOT%%/tests/bugs/vis/bug25778
-%%OCCROOT%%/tests/bugs/vis/bug25783_1
-%%OCCROOT%%/tests/bugs/vis/bug25814
-%%OCCROOT%%/tests/bugs/vis/bug25852
-%%OCCROOT%%/tests/bugs/vis/bug25853
-%%OCCROOT%%/tests/bugs/vis/bug25854
-%%OCCROOT%%/tests/bugs/vis/bug25867
-%%OCCROOT%%/tests/bugs/vis/bug25935
-%%OCCROOT%%/tests/bugs/vis/bug26014
-%%OCCROOT%%/tests/bugs/vis/bug26028
-%%OCCROOT%%/tests/bugs/vis/bug26029
-%%OCCROOT%%/tests/bugs/vis/bug26031
-%%OCCROOT%%/tests/bugs/vis/bug26035_1
-%%OCCROOT%%/tests/bugs/vis/bug26035_2
-%%OCCROOT%%/tests/bugs/vis/bug26035_3
-%%OCCROOT%%/tests/bugs/vis/bug26035_4
-%%OCCROOT%%/tests/bugs/vis/bug26035_5
-%%OCCROOT%%/tests/bugs/vis/bug26035_6
-%%OCCROOT%%/tests/bugs/vis/bug26056
-%%OCCROOT%%/tests/bugs/vis/bug26082
-%%OCCROOT%%/tests/bugs/vis/bug26139
-%%OCCROOT%%/tests/bugs/vis/bug26146
-%%OCCROOT%%/tests/bugs/vis/bug26147
-%%OCCROOT%%/tests/bugs/vis/bug26149
-%%OCCROOT%%/tests/bugs/vis/bug26154
-%%OCCROOT%%/tests/bugs/vis/bug26159
-%%OCCROOT%%/tests/bugs/vis/bug26163
-%%OCCROOT%%/tests/bugs/vis/bug26199
-%%OCCROOT%%/tests/bugs/vis/bug26209
-%%OCCROOT%%/tests/bugs/vis/bug26217
-%%OCCROOT%%/tests/bugs/vis/bug26284
-%%OCCROOT%%/tests/bugs/vis/bug26304
-%%OCCROOT%%/tests/bugs/vis/bug26312
-%%OCCROOT%%/tests/bugs/vis/bug26317
-%%OCCROOT%%/tests/bugs/vis/bug26344
-%%OCCROOT%%/tests/bugs/vis/bug26357
-%%OCCROOT%%/tests/bugs/vis/bug26401
-%%OCCROOT%%/tests/bugs/vis/bug26404
-%%OCCROOT%%/tests/bugs/vis/bug26413
-%%OCCROOT%%/tests/bugs/vis/bug26430
-%%OCCROOT%%/tests/bugs/vis/bug26434
-%%OCCROOT%%/tests/bugs/vis/bug26435
-%%OCCROOT%%/tests/bugs/vis/bug26462_1
-%%OCCROOT%%/tests/bugs/vis/bug26462_2
-%%OCCROOT%%/tests/bugs/vis/bug26538
-%%OCCROOT%%/tests/bugs/vis/bug26566
-%%OCCROOT%%/tests/bugs/vis/bug26596
-%%OCCROOT%%/tests/bugs/vis/bug26599
-%%OCCROOT%%/tests/bugs/vis/bug26641
-%%OCCROOT%%/tests/bugs/vis/bug26676
-%%OCCROOT%%/tests/bugs/vis/bug26680
-%%OCCROOT%%/tests/bugs/vis/bug26719_1
-%%OCCROOT%%/tests/bugs/vis/bug26719_2
-%%OCCROOT%%/tests/bugs/vis/bug26721
-%%OCCROOT%%/tests/bugs/vis/bug26726
-%%OCCROOT%%/tests/bugs/vis/bug26754
-%%OCCROOT%%/tests/bugs/vis/bug26779
-%%OCCROOT%%/tests/bugs/vis/bug26790
-%%OCCROOT%%/tests/bugs/vis/bug26792
-%%OCCROOT%%/tests/bugs/vis/bug26870
-%%OCCROOT%%/tests/bugs/vis/bug26940
-%%OCCROOT%%/tests/bugs/vis/bug26959
-%%OCCROOT%%/tests/bugs/vis/bug26960
-%%OCCROOT%%/tests/bugs/vis/bug26973
-%%OCCROOT%%/tests/bugs/vis/bug26975
-%%OCCROOT%%/tests/bugs/vis/bug27008
-%%OCCROOT%%/tests/bugs/vis/bug27083
-%%OCCROOT%%/tests/bugs/vis/bug27285
-%%OCCROOT%%/tests/bugs/vis/bug27318
-%%OCCROOT%%/tests/bugs/vis/bug27337
-%%OCCROOT%%/tests/bugs/vis/bug27359
-%%OCCROOT%%/tests/bugs/vis/bug27374
-%%OCCROOT%%/tests/bugs/vis/bug27477
-%%OCCROOT%%/tests/bugs/vis/bug27523
-%%OCCROOT%%/tests/bugs/vis/bug27530
-%%OCCROOT%%/tests/bugs/vis/bug27536
-%%OCCROOT%%/tests/bugs/vis/bug27573
-%%OCCROOT%%/tests/bugs/vis/bug27618
-%%OCCROOT%%/tests/bugs/vis/bug27621_1
-%%OCCROOT%%/tests/bugs/vis/bug27621_2
-%%OCCROOT%%/tests/bugs/vis/bug27624
-%%OCCROOT%%/tests/bugs/vis/bug27629
-%%OCCROOT%%/tests/bugs/vis/bug27655
-%%OCCROOT%%/tests/bugs/vis/bug27688
-%%OCCROOT%%/tests/bugs/vis/bug27692
-%%OCCROOT%%/tests/bugs/vis/bug27700
-%%OCCROOT%%/tests/bugs/vis/bug27739
-%%OCCROOT%%/tests/bugs/vis/bug27751_capping
-%%OCCROOT%%/tests/bugs/vis/bug27757
-%%OCCROOT%%/tests/bugs/vis/bug27793
-%%OCCROOT%%/tests/bugs/vis/bug27796
-%%OCCROOT%%/tests/bugs/vis/bug27797
-%%OCCROOT%%/tests/bugs/vis/bug27805
-%%OCCROOT%%/tests/bugs/vis/bug27817
-%%OCCROOT%%/tests/bugs/vis/bug27821
-%%OCCROOT%%/tests/bugs/vis/bug27836
-%%OCCROOT%%/tests/bugs/vis/bug27869
-%%OCCROOT%%/tests/bugs/vis/bug27893
-%%OCCROOT%%/tests/bugs/vis/bug27945
-%%OCCROOT%%/tests/bugs/vis/bug27958
-%%OCCROOT%%/tests/bugs/vis/bug27986_1
-%%OCCROOT%%/tests/bugs/vis/bug27986_2
-%%OCCROOT%%/tests/bugs/vis/bug28004
-%%OCCROOT%%/tests/bugs/vis/bug28036_1
-%%OCCROOT%%/tests/bugs/vis/bug28036_2
-%%OCCROOT%%/tests/bugs/vis/bug28061
-%%OCCROOT%%/tests/bugs/vis/bug28093
-%%OCCROOT%%/tests/bugs/vis/bug28099_text_core
-%%OCCROOT%%/tests/bugs/vis/bug280_2
-%%OCCROOT%%/tests/bugs/vis/bug280_3
-%%OCCROOT%%/tests/bugs/vis/bug28107
-%%OCCROOT%%/tests/bugs/vis/bug28127
-%%OCCROOT%%/tests/bugs/vis/bug281_1
-%%OCCROOT%%/tests/bugs/vis/bug281_10
-%%OCCROOT%%/tests/bugs/vis/bug281_11
-%%OCCROOT%%/tests/bugs/vis/bug281_12
-%%OCCROOT%%/tests/bugs/vis/bug281_13
-%%OCCROOT%%/tests/bugs/vis/bug281_2
-%%OCCROOT%%/tests/bugs/vis/bug281_3
-%%OCCROOT%%/tests/bugs/vis/bug281_4
-%%OCCROOT%%/tests/bugs/vis/bug281_5
-%%OCCROOT%%/tests/bugs/vis/bug281_6
-%%OCCROOT%%/tests/bugs/vis/bug281_7
-%%OCCROOT%%/tests/bugs/vis/bug281_8
-%%OCCROOT%%/tests/bugs/vis/bug281_9
-%%OCCROOT%%/tests/bugs/vis/bug28205_1
-%%OCCROOT%%/tests/bugs/vis/bug28205_2
-%%OCCROOT%%/tests/bugs/vis/bug28306
-%%OCCROOT%%/tests/bugs/vis/bug28310
-%%OCCROOT%%/tests/bugs/vis/bug28361
-%%OCCROOT%%/tests/bugs/vis/bug28365
-%%OCCROOT%%/tests/bugs/vis/bug28527
-%%OCCROOT%%/tests/bugs/vis/bug28621
-%%OCCROOT%%/tests/bugs/vis/bug28813
-%%OCCROOT%%/tests/bugs/vis/bug2883_1
-%%OCCROOT%%/tests/bugs/vis/bug28890
-%%OCCROOT%%/tests/bugs/vis/bug288_1
-%%OCCROOT%%/tests/bugs/vis/bug288_10
-%%OCCROOT%%/tests/bugs/vis/bug288_2
-%%OCCROOT%%/tests/bugs/vis/bug288_3
-%%OCCROOT%%/tests/bugs/vis/bug288_4
-%%OCCROOT%%/tests/bugs/vis/bug288_5
-%%OCCROOT%%/tests/bugs/vis/bug288_6
-%%OCCROOT%%/tests/bugs/vis/bug288_7
-%%OCCROOT%%/tests/bugs/vis/bug288_8
-%%OCCROOT%%/tests/bugs/vis/bug288_9
-%%OCCROOT%%/tests/bugs/vis/bug28936
-%%OCCROOT%%/tests/bugs/vis/bug28988
-%%OCCROOT%%/tests/bugs/vis/bug29020
-%%OCCROOT%%/tests/bugs/vis/bug29051
-%%OCCROOT%%/tests/bugs/vis/bug29127
-%%OCCROOT%%/tests/bugs/vis/bug29262
-%%OCCROOT%%/tests/bugs/vis/bug29395
-%%OCCROOT%%/tests/bugs/vis/bug29412
-%%OCCROOT%%/tests/bugs/vis/bug29651
-%%OCCROOT%%/tests/bugs/vis/bug29768
-%%OCCROOT%%/tests/bugs/vis/bug29787
-%%OCCROOT%%/tests/bugs/vis/bug29791
-%%OCCROOT%%/tests/bugs/vis/bug29837
-%%OCCROOT%%/tests/bugs/vis/bug29847
-%%OCCROOT%%/tests/bugs/vis/bug29874
-%%OCCROOT%%/tests/bugs/vis/bug29938
-%%OCCROOT%%/tests/bugs/vis/bug29947
-%%OCCROOT%%/tests/bugs/vis/bug30076
-%%OCCROOT%%/tests/bugs/vis/bug301
-%%OCCROOT%%/tests/bugs/vis/bug30102
-%%OCCROOT%%/tests/bugs/vis/bug30146
-%%OCCROOT%%/tests/bugs/vis/bug30182
-%%OCCROOT%%/tests/bugs/vis/bug30218
-%%OCCROOT%%/tests/bugs/vis/bug30412
-%%OCCROOT%%/tests/bugs/vis/bug30434
-%%OCCROOT%%/tests/bugs/vis/bug30437
-%%OCCROOT%%/tests/bugs/vis/bug30437_1
-%%OCCROOT%%/tests/bugs/vis/bug30561
-%%OCCROOT%%/tests/bugs/vis/bug30630_1
-%%OCCROOT%%/tests/bugs/vis/bug30630_2
-%%OCCROOT%%/tests/bugs/vis/bug30630_3
-%%OCCROOT%%/tests/bugs/vis/bug30669
-%%OCCROOT%%/tests/bugs/vis/bug30672
-%%OCCROOT%%/tests/bugs/vis/bug30695
-%%OCCROOT%%/tests/bugs/vis/bug30713
-%%OCCROOT%%/tests/bugs/vis/bug30717
-%%OCCROOT%%/tests/bugs/vis/bug30756
-%%OCCROOT%%/tests/bugs/vis/bug30777
-%%OCCROOT%%/tests/bugs/vis/bug30823
-%%OCCROOT%%/tests/bugs/vis/bug30824
-%%OCCROOT%%/tests/bugs/vis/bug30906
-%%OCCROOT%%/tests/bugs/vis/bug30907
-%%OCCROOT%%/tests/bugs/vis/bug30922
-%%OCCROOT%%/tests/bugs/vis/bug30946
-%%OCCROOT%%/tests/bugs/vis/bug30949
-%%OCCROOT%%/tests/bugs/vis/bug31193
-%%OCCROOT%%/tests/bugs/vis/bug31221
-%%OCCROOT%%/tests/bugs/vis/bug31315
-%%OCCROOT%%/tests/bugs/vis/bug31341
-%%OCCROOT%%/tests/bugs/vis/bug31412
-%%OCCROOT%%/tests/bugs/vis/bug31425
-%%OCCROOT%%/tests/bugs/vis/bug31440
-%%OCCROOT%%/tests/bugs/vis/bug31454
-%%OCCROOT%%/tests/bugs/vis/bug316
-%%OCCROOT%%/tests/bugs/vis/bug31650
-%%OCCROOT%%/tests/bugs/vis/bug31652
-%%OCCROOT%%/tests/bugs/vis/bug31673
-%%OCCROOT%%/tests/bugs/vis/bug31688
-%%OCCROOT%%/tests/bugs/vis/bug31702
-%%OCCROOT%%/tests/bugs/vis/bug319
-%%OCCROOT%%/tests/bugs/vis/bug331
-%%OCCROOT%%/tests/bugs/vis/bug331_1
-%%OCCROOT%%/tests/bugs/vis/bug344
-%%OCCROOT%%/tests/bugs/vis/bug346
-%%OCCROOT%%/tests/bugs/vis/bug349
-%%OCCROOT%%/tests/bugs/vis/bug349_1
-%%OCCROOT%%/tests/bugs/vis/bug362
-%%OCCROOT%%/tests/bugs/vis/bug364
-%%OCCROOT%%/tests/bugs/vis/bug378
-%%OCCROOT%%/tests/bugs/vis/bug443
-%%OCCROOT%%/tests/bugs/vis/bug4894
-%%OCCROOT%%/tests/bugs/vis/bug544
-%%OCCROOT%%/tests/bugs/vis/bug5682
-%%OCCROOT%%/tests/bugs/vis/bug591
-%%OCCROOT%%/tests/bugs/vis/bug5988
-%%OCCROOT%%/tests/bugs/vis/bug5990
-%%OCCROOT%%/tests/bugs/vis/bug6132
-%%OCCROOT%%/tests/bugs/vis/bug6145
-%%OCCROOT%%/tests/bugs/vis/bug641
-%%OCCROOT%%/tests/bugs/vis/bug6652
-%%OCCROOT%%/tests/bugs/vis/bug6897_1
-%%OCCROOT%%/tests/bugs/vis/bug708
-%%OCCROOT%%/tests/bugs/vis/bug7186
-%%OCCROOT%%/tests/bugs/vis/bug727
-%%OCCROOT%%/tests/bugs/vis/bug74
-%%OCCROOT%%/tests/bugs/vis/bug7691
-%%OCCROOT%%/tests/bugs/vis/bug79
-%%OCCROOT%%/tests/bugs/vis/bug85_1
-%%OCCROOT%%/tests/bugs/vis/bug85_2
-%%OCCROOT%%/tests/bugs/vis/bug872
-%%OCCROOT%%/tests/bugs/vis/bug9517
-%%OCCROOT%%/tests/bugs/vis/pro20342
+%%OCCROOT%%/tests/bugs/stlvrml/bug30421
%%OCCROOT%%/tests/bugs/xde/begin
%%OCCROOT%%/tests/bugs/xde/bug1055
%%OCCROOT%%/tests/bugs/xde/bug125_1
@@ -9426,6 +8979,8 @@
%%OCCROOT%%/tests/bugs/xde/bug28044
%%OCCROOT%%/tests/bugs/xde/bug28055_1
%%OCCROOT%%/tests/bugs/xde/bug28055_2
+%%OCCROOT%%/tests/bugs/xde/bug28104
+%%OCCROOT%%/tests/bugs/xde/bug28104_1
%%OCCROOT%%/tests/bugs/xde/bug2821
%%OCCROOT%%/tests/bugs/xde/bug2845
%%OCCROOT%%/tests/bugs/xde/bug28641
@@ -9453,6 +9008,7 @@
%%OCCROOT%%/tests/bugs/xde/bug30411
%%OCCROOT%%/tests/bugs/xde/bug30727
%%OCCROOT%%/tests/bugs/xde/bug30779
+%%OCCROOT%%/tests/bugs/xde/bug31382
%%OCCROOT%%/tests/bugs/xde/bug314
%%OCCROOT%%/tests/bugs/xde/bug31466
%%OCCROOT%%/tests/bugs/xde/bug31517
@@ -9597,6 +9153,7 @@
%%OCCROOT%%/tests/caf/basic/W1
%%OCCROOT%%/tests/caf/basic/W10
%%OCCROOT%%/tests/caf/basic/W11
+%%OCCROOT%%/tests/caf/basic/W12
%%OCCROOT%%/tests/caf/basic/W2
%%OCCROOT%%/tests/caf/basic/W3
%%OCCROOT%%/tests/caf/basic/W4
@@ -10964,6 +10521,10 @@
%%OCCROOT%%/tests/de/step_5/B7
%%OCCROOT%%/tests/de_mesh/begin
%%OCCROOT%%/tests/de_mesh/end
+%%OCCROOT%%/tests/de_mesh/gltf_lateload/begin
+%%OCCROOT%%/tests/de_mesh/gltf_lateload/boxwithoutindices
+%%OCCROOT%%/tests/de_mesh/gltf_lateload/engine
+%%OCCROOT%%/tests/de_mesh/gltf_lateload/helmet
%%OCCROOT%%/tests/de_mesh/gltf_read/begin
%%OCCROOT%%/tests/de_mesh/gltf_read/boxinterleaved
%%OCCROOT%%/tests/de_mesh/gltf_read/brainstem
@@ -10975,11 +10536,17 @@
%%OCCROOT%%/tests/de_mesh/gltf_read/lantern
%%OCCROOT%%/tests/de_mesh/gltf_read/launchvehicle
%%OCCROOT%%/tests/de_mesh/gltf_read/orient
+%%OCCROOT%%/tests/de_mesh/gltf_write/as1
%%OCCROOT%%/tests/de_mesh/gltf_write/ball
%%OCCROOT%%/tests/de_mesh/gltf_write/begin
+%%OCCROOT%%/tests/de_mesh/gltf_write/compound
+%%OCCROOT%%/tests/de_mesh/gltf_write/empty
%%OCCROOT%%/tests/de_mesh/gltf_write/end
%%OCCROOT%%/tests/de_mesh/gltf_write/helmet
+%%OCCROOT%%/tests/de_mesh/gltf_write/helmetglb
%%OCCROOT%%/tests/de_mesh/gltf_write/lantern
+%%OCCROOT%%/tests/de_mesh/gltf_write/lanternglb
+%%OCCROOT%%/tests/de_mesh/gltf_write/spheres
%%OCCROOT%%/tests/de_mesh/grids.list
%%OCCROOT%%/tests/de_mesh/obj_read/begin
%%OCCROOT%%/tests/de_mesh/obj_read/end
@@ -10989,6 +10556,11 @@
%%OCCROOT%%/tests/de_mesh/obj_read/ship_boat
%%OCCROOT%%/tests/de_mesh/obj_read/smooth
%%OCCROOT%%/tests/de_mesh/obj_read/usemtl
+%%OCCROOT%%/tests/de_mesh/obj_write/as1
+%%OCCROOT%%/tests/de_mesh/obj_write/ball
+%%OCCROOT%%/tests/de_mesh/obj_write/lantern
+%%OCCROOT%%/tests/de_mesh/obj_write/mustang
+%%OCCROOT%%/tests/de_mesh/obj_write/ship_boat
%%OCCROOT%%/tests/de_mesh/parse.rules
%%OCCROOT%%/tests/de_mesh/shape_write_stl/A1
%%OCCROOT%%/tests/de_mesh/shape_write_stl/A10
@@ -11051,6 +10623,8 @@
%%OCCROOT%%/tests/de_mesh/stl_read/C8
%%OCCROOT%%/tests/de_mesh/stl_read/C9
%%OCCROOT%%/tests/de_mesh/stl_read/D1
+%%OCCROOT%%/tests/de_mesh/stl_read/D2
+%%OCCROOT%%/tests/de_mesh/stl_read/D3
%%OCCROOT%%/tests/de_mesh/stl_read/begin
%%OCCROOT%%/tests/demo/data/file1.empty
%%OCCROOT%%/tests/demo/draw/binpersist_1
@@ -11058,6 +10632,7 @@
%%OCCROOT%%/tests/demo/draw/binpersist_3
%%OCCROOT%%/tests/demo/draw/bug23745
%%OCCROOT%%/tests/demo/draw/bug30430
+%%OCCROOT%%/tests/demo/draw/bug31908
%%OCCROOT%%/tests/demo/draw/dlog
%%OCCROOT%%/tests/demo/draw/getsource
%%OCCROOT%%/tests/demo/draw/messenger
@@ -11916,6 +11491,18 @@
%%OCCROOT%%/tests/geometry/project/end
%%OCCROOT%%/tests/geometry/revsurf/A1
%%OCCROOT%%/tests/heal/begin
+%%OCCROOT%%/tests/heal/checkshape/begin
+%%OCCROOT%%/tests/heal/checkshape/bug27814_1
+%%OCCROOT%%/tests/heal/checkshape/bug27814_10
+%%OCCROOT%%/tests/heal/checkshape/bug27814_11
+%%OCCROOT%%/tests/heal/checkshape/bug27814_2
+%%OCCROOT%%/tests/heal/checkshape/bug27814_3
+%%OCCROOT%%/tests/heal/checkshape/bug27814_4
+%%OCCROOT%%/tests/heal/checkshape/bug27814_5
+%%OCCROOT%%/tests/heal/checkshape/bug27814_6
+%%OCCROOT%%/tests/heal/checkshape/bug27814_7
+%%OCCROOT%%/tests/heal/checkshape/bug27814_8
+%%OCCROOT%%/tests/heal/checkshape/bug27814_9
%%OCCROOT%%/tests/heal/data/MDTV
%%OCCROOT%%/tests/heal/data/advanced/A1
%%OCCROOT%%/tests/heal/data/advanced/A2
@@ -13370,6 +12957,8 @@
%%OCCROOT%%/tests/lowalgos/classifier/bug538
%%OCCROOT%%/tests/lowalgos/end
%%OCCROOT%%/tests/lowalgos/extcc/begin
+%%OCCROOT%%/tests/lowalgos/extcc/bug26269_1
+%%OCCROOT%%/tests/lowalgos/extcc/bug26269_2
%%OCCROOT%%/tests/lowalgos/extcc/bug29465_1
%%OCCROOT%%/tests/lowalgos/extcc/bug29465_2
%%OCCROOT%%/tests/lowalgos/extcc/bug29712_10
@@ -13420,12 +13009,14 @@
%%OCCROOT%%/tests/lowalgos/extcc/bug29858_04
%%OCCROOT%%/tests/lowalgos/extcs/bug29426_1
%%OCCROOT%%/tests/lowalgos/extcs/bug29426_2
+%%OCCROOT%%/tests/lowalgos/extcs/bug32225
%%OCCROOT%%/tests/lowalgos/extcs/circ_sph_inter
%%OCCROOT%%/tests/lowalgos/extcs/circ_sph_nointer
%%OCCROOT%%/tests/lowalgos/extcs/circ_sph_parallel
%%OCCROOT%%/tests/lowalgos/extcs/circ_sph_touch
%%OCCROOT%%/tests/lowalgos/extss/bug29712_44
%%OCCROOT%%/tests/lowalgos/grids.list
+%%OCCROOT%%/tests/lowalgos/intcs/bug26979
%%OCCROOT%%/tests/lowalgos/intss/begin
%%OCCROOT%%/tests/lowalgos/intss/buc60623_3
%%OCCROOT%%/tests/lowalgos/intss/buc60815
@@ -13574,6 +13165,8 @@
%%OCCROOT%%/tests/lowalgos/intss/bug28984
%%OCCROOT%%/tests/lowalgos/intss/bug29103
%%OCCROOT%%/tests/lowalgos/intss/bug29323
+%%OCCROOT%%/tests/lowalgos/intss/bug29441_1
+%%OCCROOT%%/tests/lowalgos/intss/bug29441_2
%%OCCROOT%%/tests/lowalgos/intss/bug29494
%%OCCROOT%%/tests/lowalgos/intss/bug29673
%%OCCROOT%%/tests/lowalgos/intss/bug29807_i1001
@@ -13614,9 +13207,11 @@
%%OCCROOT%%/tests/lowalgos/intss/bug30100_2
%%OCCROOT%%/tests/lowalgos/intss/bug30202_2
%%OCCROOT%%/tests/lowalgos/intss/bug30354
+%%OCCROOT%%/tests/lowalgos/intss/bug30703
%%OCCROOT%%/tests/lowalgos/intss/bug31552
%%OCCROOT%%/tests/lowalgos/intss/bug31602
%%OCCROOT%%/tests/lowalgos/intss/bug324
+%%OCCROOT%%/tests/lowalgos/intss/bug32607
%%OCCROOT%%/tests/lowalgos/intss/bug333
%%OCCROOT%%/tests/lowalgos/intss/bug370
%%OCCROOT%%/tests/lowalgos/intss/bug371
@@ -13633,6 +13228,10 @@
%%OCCROOT%%/tests/lowalgos/intss/bug6474
%%OCCROOT%%/tests/lowalgos/intss/ger61235
%%OCCROOT%%/tests/lowalgos/parse.rules
+%%OCCROOT%%/tests/lowalgos/progress/A1
+%%OCCROOT%%/tests/lowalgos/progress/A2
+%%OCCROOT%%/tests/lowalgos/progress/A3
+%%OCCROOT%%/tests/lowalgos/progress/A4
%%OCCROOT%%/tests/mesh/advanced_incmesh/begin
%%OCCROOT%%/tests/mesh/advanced_incmesh/cases.list
%%OCCROOT%%/tests/mesh/advanced_incmesh_parallel/begin
@@ -14068,6 +13667,18 @@
%%OCCROOT%%/tests/nproject/parse.rules
%%OCCROOT%%/tests/offset/begin
%%OCCROOT%%/tests/offset/bugs/bug26030
+%%OCCROOT%%/tests/offset/bugs/bug26233
+%%OCCROOT%%/tests/offset/bugs/bug26288
+%%OCCROOT%%/tests/offset/bugs/bug26442_1
+%%OCCROOT%%/tests/offset/bugs/bug26442_2
+%%OCCROOT%%/tests/offset/bugs/bug27908
+%%OCCROOT%%/tests/offset/bugs/bug27909
+%%OCCROOT%%/tests/offset/bugs/bug27910
+%%OCCROOT%%/tests/offset/bugs/bug27911
+%%OCCROOT%%/tests/offset/bugs/bug27912
+%%OCCROOT%%/tests/offset/bugs/bug27913
+%%OCCROOT%%/tests/offset/bugs/bug28903
+%%OCCROOT%%/tests/offset/bugs/bug5806
%%OCCROOT%%/tests/offset/compshape/A1
%%OCCROOT%%/tests/offset/compshape/A2
%%OCCROOT%%/tests/offset/compshape/A3
@@ -14708,6 +14319,16 @@
%%OCCROOT%%/tests/offset/shape_type_i_c/XX4
%%OCCROOT%%/tests/offset/shape_type_i_c/XX5
%%OCCROOT%%/tests/offset/shape_type_i_c/XX6
+%%OCCROOT%%/tests/offset/shape_type_i_c/XY1
+%%OCCROOT%%/tests/offset/shape_type_i_c/XY2
+%%OCCROOT%%/tests/offset/shape_type_i_c/XY3
+%%OCCROOT%%/tests/offset/shape_type_i_c/XY4
+%%OCCROOT%%/tests/offset/shape_type_i_c/XY5
+%%OCCROOT%%/tests/offset/shape_type_i_c/XY6
+%%OCCROOT%%/tests/offset/shape_type_i_c/XY7
+%%OCCROOT%%/tests/offset/shape_type_i_c/XY8
+%%OCCROOT%%/tests/offset/shape_type_i_c/XZ1
+%%OCCROOT%%/tests/offset/shape_type_i_c/XZ2
%%OCCROOT%%/tests/offset/shape_type_i_c/Y1
%%OCCROOT%%/tests/offset/shape_type_i_c/Y2
%%OCCROOT%%/tests/offset/shape_type_i_c/Y3
@@ -16060,6 +15681,251 @@
%%OCCROOT%%/tests/offset/with_intersect_80/N5
%%OCCROOT%%/tests/offset/with_intersect_80/N7
%%OCCROOT%%/tests/offset/with_intersect_80/begin
+%%OCCROOT%%/tests/opengl/background/cases.list
+%%OCCROOT%%/tests/opengl/begin
+%%OCCROOT%%/tests/opengl/clipping/cases.list
+%%OCCROOT%%/tests/opengl/data/background/bug1188
+%%OCCROOT%%/tests/opengl/data/background/bug21747
+%%OCCROOT%%/tests/opengl/data/background/bug23102
+%%OCCROOT%%/tests/opengl/data/background/bug23363
+%%OCCROOT%%/tests/opengl/data/background/bug25475
+%%OCCROOT%%/tests/opengl/data/background/bug25775
+%%OCCROOT%%/tests/opengl/data/background/bug26599
+%%OCCROOT%%/tests/opengl/data/background/bug27836
+%%OCCROOT%%/tests/opengl/data/background/elliptical
+%%OCCROOT%%/tests/opengl/data/background/srgb
+%%OCCROOT%%/tests/opengl/data/clipping/bug22906
+%%OCCROOT%%/tests/opengl/data/clipping/bug23484_2
+%%OCCROOT%%/tests/opengl/data/clipping/bug24224
+%%OCCROOT%%/tests/opengl/data/clipping/bug24522
+%%OCCROOT%%/tests/opengl/data/clipping/bug24717
+%%OCCROOT%%/tests/opengl/data/clipping/bug24901
+%%OCCROOT%%/tests/opengl/data/clipping/bug24902_1
+%%OCCROOT%%/tests/opengl/data/clipping/bug24902_2
+%%OCCROOT%%/tests/opengl/data/clipping/bug25052
+%%OCCROOT%%/tests/opengl/data/clipping/bug25060
+%%OCCROOT%%/tests/opengl/data/clipping/bug25132
+%%OCCROOT%%/tests/opengl/data/clipping/bug25229
+%%OCCROOT%%/tests/opengl/data/clipping/bug25778
+%%OCCROOT%%/tests/opengl/data/clipping/bug26940
+%%OCCROOT%%/tests/opengl/data/clipping/bug27751_capping
+%%OCCROOT%%/tests/opengl/data/clipping/bug27945
+%%OCCROOT%%/tests/opengl/data/clipping/bug29768
+%%OCCROOT%%/tests/opengl/data/clipping/bug29874
+%%OCCROOT%%/tests/opengl/data/clipping/bug30756
+%%OCCROOT%%/tests/opengl/data/clipping/clipping1
+%%OCCROOT%%/tests/opengl/data/general/bndbox1
+%%OCCROOT%%/tests/opengl/data/general/bug25679
+%%OCCROOT%%/tests/opengl/data/general/culldist
+%%OCCROOT%%/tests/opengl/data/general/cullsize
+%%OCCROOT%%/tests/opengl/data/general/depthprepass
+%%OCCROOT%%/tests/opengl/data/general/double_precision
+%%OCCROOT%%/tests/opengl/data/general/light_off
+%%OCCROOT%%/tests/opengl/data/general/msaa
+%%OCCROOT%%/tests/opengl/data/general/rendscale
+%%OCCROOT%%/tests/opengl/data/general/stereo
+%%OCCROOT%%/tests/opengl/data/general/tiles
+%%OCCROOT%%/tests/opengl/data/geom/geom1
+%%OCCROOT%%/tests/opengl/data/geom/interior1
+%%OCCROOT%%/tests/opengl/data/geom/interior2
+%%OCCROOT%%/tests/opengl/data/geom/tess1
+%%OCCROOT%%/tests/opengl/data/hatch/bug28107
+%%OCCROOT%%/tests/opengl/data/hatch/bug28306
+%%OCCROOT%%/tests/opengl/data/hatch/bug31702
+%%OCCROOT%%/tests/opengl/data/lines/bug26790
+%%OCCROOT%%/tests/opengl/data/lines/bug30713
+%%OCCROOT%%/tests/opengl/data/lines/stipple_line1
+%%OCCROOT%%/tests/opengl/data/lines/stipple_line2
+%%OCCROOT%%/tests/opengl/data/markers/bug23654_MarkersRecompute
+%%OCCROOT%%/tests/opengl/data/markers/bug24131_markers_bitmap
+%%OCCROOT%%/tests/opengl/data/markers/bug24131_markers_core
+%%OCCROOT%%/tests/opengl/data/markers/bug24131_markers_glsl
+%%OCCROOT%%/tests/opengl/data/markers/bug24131_markers_sprites
+%%OCCROOT%%/tests/opengl/data/markers/bug31315
+%%OCCROOT%%/tests/opengl/data/raytrace/bug24130
+%%OCCROOT%%/tests/opengl/data/raytrace/bug24819
+%%OCCROOT%%/tests/opengl/data/raytrace/bug25201
+%%OCCROOT%%/tests/opengl/data/raytrace/bug25221
+%%OCCROOT%%/tests/opengl/data/raytrace/bug25833
+%%OCCROOT%%/tests/opengl/data/raytrace/bug26070
+%%OCCROOT%%/tests/opengl/data/raytrace/bug26404
+%%OCCROOT%%/tests/opengl/data/raytrace/bug26617
+%%OCCROOT%%/tests/opengl/data/raytrace/bug26676
+%%OCCROOT%%/tests/opengl/data/raytrace/bug26975
+%%OCCROOT%%/tests/opengl/data/raytrace/bug27083
+%%OCCROOT%%/tests/opengl/data/raytrace/bug27130
+%%OCCROOT%%/tests/opengl/data/raytrace/bug27337
+%%OCCROOT%%/tests/opengl/data/raytrace/bug29395
+%%OCCROOT%%/tests/opengl/data/raytrace/bug31279
+%%OCCROOT%%/tests/opengl/data/raytrace/connected
+%%OCCROOT%%/tests/opengl/data/raytrace/dof_mono
+%%OCCROOT%%/tests/opengl/data/raytrace/dof_stereo
+%%OCCROOT%%/tests/opengl/data/raytrace/helmet
+%%OCCROOT%%/tests/opengl/data/raytrace/msaa
+%%OCCROOT%%/tests/opengl/data/raytrace/normal_map
+%%OCCROOT%%/tests/opengl/data/raytrace/pbr_spheres
+%%OCCROOT%%/tests/opengl/data/raytrace/plastic
+%%OCCROOT%%/tests/opengl/data/raytrace/refraction
+%%OCCROOT%%/tests/opengl/data/raytrace/sample_ball
+%%OCCROOT%%/tests/opengl/data/raytrace/sample_ball_alpha
+%%OCCROOT%%/tests/opengl/data/raytrace/sample_ball_iss
+%%OCCROOT%%/tests/opengl/data/raytrace/sample_ball_wood
+%%OCCROOT%%/tests/opengl/data/raytrace/sample_cube
+%%OCCROOT%%/tests/opengl/data/raytrace/sample_cube_clamp
+%%OCCROOT%%/tests/opengl/data/raytrace/sample_cube_twosided
+%%OCCROOT%%/tests/opengl/data/raytrace/sample_materials
+%%OCCROOT%%/tests/opengl/data/raytrace/textures
+%%OCCROOT%%/tests/opengl/data/raytrace/tiles
+%%OCCROOT%%/tests/opengl/data/raytrace/tone_mapping
+%%OCCROOT%%/tests/opengl/data/shaderprog/phong_box
+%%OCCROOT%%/tests/opengl/data/shaderprog/phong_couple
+%%OCCROOT%%/tests/opengl/data/shaderprog/phong_fuse
+%%OCCROOT%%/tests/opengl/data/shaderprog/phong_fuse2
+%%OCCROOT%%/tests/opengl/data/shaderprog/phong_plastic
+%%OCCROOT%%/tests/opengl/data/shaderprog/phong_sides
+%%OCCROOT%%/tests/opengl/data/shaderprog/phong_views
+%%OCCROOT%%/tests/opengl/data/shaderprog/texture_multi1
+%%OCCROOT%%/tests/opengl/data/shading/bug30102
+%%OCCROOT%%/tests/opengl/data/shading/distinguish_off
+%%OCCROOT%%/tests/opengl/data/shading/flat_fuse1
+%%OCCROOT%%/tests/opengl/data/shading/gouraud_dir1
+%%OCCROOT%%/tests/opengl/data/shading/gouraud_dir2
+%%OCCROOT%%/tests/opengl/data/shading/gouraud_pos1
+%%OCCROOT%%/tests/opengl/data/shading/gouraud_spot1
+%%OCCROOT%%/tests/opengl/data/shading/pbr_attenuation
+%%OCCROOT%%/tests/opengl/data/shading/pbr_spheres
+%%OCCROOT%%/tests/opengl/data/shading/phong_dir1
+%%OCCROOT%%/tests/opengl/data/shading/phong_dir2
+%%OCCROOT%%/tests/opengl/data/shading/phong_pos1
+%%OCCROOT%%/tests/opengl/data/shading/phong_pos2
+%%OCCROOT%%/tests/opengl/data/shading/phong_pos3
+%%OCCROOT%%/tests/opengl/data/shading/phong_pos4
+%%OCCROOT%%/tests/opengl/data/shading/phong_spot1
+%%OCCROOT%%/tests/opengl/data/shading/shading_models
+%%OCCROOT%%/tests/opengl/data/shading/vert_color
+%%OCCROOT%%/tests/opengl/data/shadows/buggy
+%%OCCROOT%%/tests/opengl/data/shadows/dir1
+%%OCCROOT%%/tests/opengl/data/shadows/dir2
+%%OCCROOT%%/tests/opengl/data/shadows/dir3
+%%OCCROOT%%/tests/opengl/data/shadows/dirhead
+%%OCCROOT%%/tests/opengl/data/shadows/double_precision
+%%OCCROOT%%/tests/opengl/data/silhouette/outline1
+%%OCCROOT%%/tests/opengl/data/silhouette/outline2
+%%OCCROOT%%/tests/opengl/data/text/A1
+%%OCCROOT%%/tests/opengl/data/text/A2
+%%OCCROOT%%/tests/opengl/data/text/A3
+%%OCCROOT%%/tests/opengl/data/text/A4
+%%OCCROOT%%/tests/opengl/data/text/A5
+%%OCCROOT%%/tests/opengl/data/text/A6
+%%OCCROOT%%/tests/opengl/data/text/A7
+%%OCCROOT%%/tests/opengl/data/text/A8
+%%OCCROOT%%/tests/opengl/data/text/C1
+%%OCCROOT%%/tests/opengl/data/text/C2
+%%OCCROOT%%/tests/opengl/data/text/C3
+%%OCCROOT%%/tests/opengl/data/text/C4
+%%OCCROOT%%/tests/opengl/data/text/D1
+%%OCCROOT%%/tests/opengl/data/text/bug22149
+%%OCCROOT%%/tests/opengl/data/text/bug22796_1
+%%OCCROOT%%/tests/opengl/data/text/bug22796_2
+%%OCCROOT%%/tests/opengl/data/text/bug24555
+%%OCCROOT%%/tests/opengl/data/text/bug25121
+%%OCCROOT%%/tests/opengl/data/text/bug25732_1
+%%OCCROOT%%/tests/opengl/data/text/bug25732_2
+%%OCCROOT%%/tests/opengl/data/text/bug27624
+%%OCCROOT%%/tests/opengl/data/text/bug28099_text_core
+%%OCCROOT%%/tests/opengl/data/text/bug30922
+%%OCCROOT%%/tests/opengl/data/text/bug31193
+%%OCCROOT%%/tests/opengl/data/text/tabs
+%%OCCROOT%%/tests/opengl/data/text/text_wrapped
+%%OCCROOT%%/tests/opengl/data/textures/alpha_mask
+%%OCCROOT%%/tests/opengl/data/textures/bug23385
+%%OCCROOT%%/tests/opengl/data/textures/bug23747_1
+%%OCCROOT%%/tests/opengl/data/textures/bug23747_2
+%%OCCROOT%%/tests/opengl/data/textures/bug23804
+%%OCCROOT%%/tests/opengl/data/textures/bug23813
+%%OCCROOT%%/tests/opengl/data/textures/bug24376
+%%OCCROOT%%/tests/opengl/data/textures/bug24725
+%%OCCROOT%%/tests/opengl/data/textures/bug24930
+%%OCCROOT%%/tests/opengl/data/textures/bug25544_graytexture
+%%OCCROOT%%/tests/opengl/data/textures/bug26434
+%%OCCROOT%%/tests/opengl/data/textures/bug29651
+%%OCCROOT%%/tests/opengl/data/textures/bug30946
+%%OCCROOT%%/tests/opengl/data/textures/bug9517
+%%OCCROOT%%/tests/opengl/data/textures/cubemap_1x6
+%%OCCROOT%%/tests/opengl/data/textures/cubemap_2x3
+%%OCCROOT%%/tests/opengl/data/textures/cubemap_3x2
+%%OCCROOT%%/tests/opengl/data/textures/cubemap_6x1
+%%OCCROOT%%/tests/opengl/data/textures/cubemap_dds
+%%OCCROOT%%/tests/opengl/data/textures/cubemap_ibl
+%%OCCROOT%%/tests/opengl/data/textures/cubemap_jpg
+%%OCCROOT%%/tests/opengl/data/textures/pbr_tangent_normal
+%%OCCROOT%%/tests/opengl/data/textures/texture_trsf
+%%OCCROOT%%/tests/opengl/data/textures/texture_trsf2
+%%OCCROOT%%/tests/opengl/data/textures/texture_trsf3
+%%OCCROOT%%/tests/opengl/data/transparency/blend
+%%OCCROOT%%/tests/opengl/data/transparency/bug28127
+%%OCCROOT%%/tests/opengl/data/transparency/bug32143
+%%OCCROOT%%/tests/opengl/data/transparency/highlight
+%%OCCROOT%%/tests/opengl/data/transparency/ior
+%%OCCROOT%%/tests/opengl/data/transparency/oit
+%%OCCROOT%%/tests/opengl/data/transparency/oit_osdtext_bug
+%%OCCROOT%%/tests/opengl/data/transparency/transp1
+%%OCCROOT%%/tests/opengl/drivers/bug24728
+%%OCCROOT%%/tests/opengl/drivers/d3dhost
+%%OCCROOT%%/tests/opengl/drivers/glinfo
+%%OCCROOT%%/tests/opengl/drivers/opengles
+%%OCCROOT%%/tests/opengl/end
+%%OCCROOT%%/tests/opengl/general/cases.list
+%%OCCROOT%%/tests/opengl/geom/cases.list
+%%OCCROOT%%/tests/opengl/grids.list
+%%OCCROOT%%/tests/opengl/hatch/cases.list
+%%OCCROOT%%/tests/opengl/lines/cases.list
+%%OCCROOT%%/tests/opengl/markers/cases.list
+%%OCCROOT%%/tests/opengl/parse.rules
+%%OCCROOT%%/tests/opengl/raytrace/begin
+%%OCCROOT%%/tests/opengl/raytrace/cases.list
+%%OCCROOT%%/tests/opengl/shaderprog/cases.list
+%%OCCROOT%%/tests/opengl/shading/cases.list
+%%OCCROOT%%/tests/opengl/shadows/cases.list
+%%OCCROOT%%/tests/opengl/silhouette/cases.list
+%%OCCROOT%%/tests/opengl/text/cases.list
+%%OCCROOT%%/tests/opengl/textures/cases.list
+%%OCCROOT%%/tests/opengl/transparency/cases.list
+%%OCCROOT%%/tests/opengles2/background/cases.list
+%%OCCROOT%%/tests/opengles2/begin
+%%OCCROOT%%/tests/opengles2/clipping/cases.list
+%%OCCROOT%%/tests/opengles2/end
+%%OCCROOT%%/tests/opengles2/general/cases.list
+%%OCCROOT%%/tests/opengles2/grids.list
+%%OCCROOT%%/tests/opengles2/lines/cases.list
+%%OCCROOT%%/tests/opengles2/markers/cases.list
+%%OCCROOT%%/tests/opengles2/parse.rules
+%%OCCROOT%%/tests/opengles2/shaderprog/cases.list
+%%OCCROOT%%/tests/opengles2/shading/cases.list
+%%OCCROOT%%/tests/opengles2/shadows/cases.list
+%%OCCROOT%%/tests/opengles2/silhouette/cases.list
+%%OCCROOT%%/tests/opengles2/text/cases.list
+%%OCCROOT%%/tests/opengles2/textures/cases.list
+%%OCCROOT%%/tests/opengles2/transparency/cases.list
+%%OCCROOT%%/tests/opengles3/background/cases.list
+%%OCCROOT%%/tests/opengles3/begin
+%%OCCROOT%%/tests/opengles3/clipping/cases.list
+%%OCCROOT%%/tests/opengles3/end
+%%OCCROOT%%/tests/opengles3/general/cases.list
+%%OCCROOT%%/tests/opengles3/geom/cases.list
+%%OCCROOT%%/tests/opengles3/grids.list
+%%OCCROOT%%/tests/opengles3/lines/cases.list
+%%OCCROOT%%/tests/opengles3/markers/cases.list
+%%OCCROOT%%/tests/opengles3/parse.rules
+%%OCCROOT%%/tests/opengles3/raytrace/begin
+%%OCCROOT%%/tests/opengles3/raytrace/cases.list
+%%OCCROOT%%/tests/opengles3/shaderprog/cases.list
+%%OCCROOT%%/tests/opengles3/shading/cases.list
+%%OCCROOT%%/tests/opengles3/shadows/cases.list
+%%OCCROOT%%/tests/opengles3/silhouette/cases.list
+%%OCCROOT%%/tests/opengles3/text/cases.list
+%%OCCROOT%%/tests/opengles3/textures/cases.list
+%%OCCROOT%%/tests/opengles3/transparency/cases.list
%%OCCROOT%%/tests/parse.rules
%%OCCROOT%%/tests/perf/begin
%%OCCROOT%%/tests/perf/bop/bfuse_complex_Q3
@@ -16187,6 +16053,8 @@
%%OCCROOT%%/tests/perf/modalg/bug30176
%%OCCROOT%%/tests/perf/modalg/bug30489
%%OCCROOT%%/tests/perf/modalg/bug30670
+%%OCCROOT%%/tests/perf/modalg/bug32539_1
+%%OCCROOT%%/tests/perf/modalg/bug32539_2
%%OCCROOT%%/tests/perf/modalg/bug452_1
%%OCCROOT%%/tests/perf/modalg/bug452_2
%%OCCROOT%%/tests/perf/modalg/bug452_3
@@ -16262,7 +16130,11 @@
%%OCCROOT%%/tests/pipe/bugs/bug24909_3
%%OCCROOT%%/tests/pipe/bugs/bug25110
%%OCCROOT%%/tests/pipe/bugs/bug26088
+%%OCCROOT%%/tests/pipe/bugs/bug29645
%%OCCROOT%%/tests/pipe/bugs/bug30003
+%%OCCROOT%%/tests/pipe/bugs/bug30148
+%%OCCROOT%%/tests/pipe/bugs/bug31147
+%%OCCROOT%%/tests/pipe/bugs/bug31631
%%OCCROOT%%/tests/pipe/grids.list
%%OCCROOT%%/tests/pipe/parse.rules
%%OCCROOT%%/tests/pipe/specific/A1
@@ -17737,14 +17609,267 @@
%%OCCROOT%%/tests/v3d/anim/translate
%%OCCROOT%%/tests/v3d/anim/videorecorder
%%OCCROOT%%/tests/v3d/begin
+%%OCCROOT%%/tests/v3d/bugs/buc60659
+%%OCCROOT%%/tests/v3d/bugs/buc60661
+%%OCCROOT%%/tests/v3d/bugs/buc60701
+%%OCCROOT%%/tests/v3d/bugs/buc60738
+%%OCCROOT%%/tests/v3d/bugs/buc60740
+%%OCCROOT%%/tests/v3d/bugs/buc60774
+%%OCCROOT%%/tests/v3d/bugs/buc60832
+%%OCCROOT%%/tests/v3d/bugs/buc60857
+%%OCCROOT%%/tests/v3d/bugs/buc60858
+%%OCCROOT%%/tests/v3d/bugs/buc60915
+%%OCCROOT%%/tests/v3d/bugs/bug112
+%%OCCROOT%%/tests/v3d/bugs/bug112_1
+%%OCCROOT%%/tests/v3d/bugs/bug11615
+%%OCCROOT%%/tests/v3d/bugs/bug1174
+%%OCCROOT%%/tests/v3d/bugs/bug12584
+%%OCCROOT%%/tests/v3d/bugs/bug128
+%%OCCROOT%%/tests/v3d/bugs/bug136
+%%OCCROOT%%/tests/v3d/bugs/bug138_1
+%%OCCROOT%%/tests/v3d/bugs/bug138_2
+%%OCCROOT%%/tests/v3d/bugs/bug16950_1
+%%OCCROOT%%/tests/v3d/bugs/bug16950_2
+%%OCCROOT%%/tests/v3d/bugs/bug16950_3
+%%OCCROOT%%/tests/v3d/bugs/bug16950_4
+%%OCCROOT%%/tests/v3d/bugs/bug17126
+%%OCCROOT%%/tests/v3d/bugs/bug173_1
+%%OCCROOT%%/tests/v3d/bugs/bug173_2
+%%OCCROOT%%/tests/v3d/bugs/bug173_3
+%%OCCROOT%%/tests/v3d/bugs/bug185
+%%OCCROOT%%/tests/v3d/bugs/bug19_2
+%%OCCROOT%%/tests/v3d/bugs/bug20373
+%%OCCROOT%%/tests/v3d/bugs/bug204_1
+%%OCCROOT%%/tests/v3d/bugs/bug204_2
+%%OCCROOT%%/tests/v3d/bugs/bug21171_1
+%%OCCROOT%%/tests/v3d/bugs/bug21171_2
+%%OCCROOT%%/tests/v3d/bugs/bug21171_3
+%%OCCROOT%%/tests/v3d/bugs/bug21171_4
+%%OCCROOT%%/tests/v3d/bugs/bug215
+%%OCCROOT%%/tests/v3d/bugs/bug21578
+%%OCCROOT%%/tests/v3d/bugs/bug21753
+%%OCCROOT%%/tests/v3d/bugs/bug21757
+%%OCCROOT%%/tests/v3d/bugs/bug21757_1
+%%OCCROOT%%/tests/v3d/bugs/bug21757_2
+%%OCCROOT%%/tests/v3d/bugs/bug21798
+%%OCCROOT%%/tests/v3d/bugs/bug21970
+%%OCCROOT%%/tests/v3d/bugs/bug22188
+%%OCCROOT%%/tests/v3d/bugs/bug22240
+%%OCCROOT%%/tests/v3d/bugs/bug223
+%%OCCROOT%%/tests/v3d/bugs/bug22304
+%%OCCROOT%%/tests/v3d/bugs/bug22313
+%%OCCROOT%%/tests/v3d/bugs/bug22502
+%%OCCROOT%%/tests/v3d/bugs/bug22507
+%%OCCROOT%%/tests/v3d/bugs/bug22652
+%%OCCROOT%%/tests/v3d/bugs/bug22701
+%%OCCROOT%%/tests/v3d/bugs/bug22735
+%%OCCROOT%%/tests/v3d/bugs/bug22795
+%%OCCROOT%%/tests/v3d/bugs/bug22835
+%%OCCROOT%%/tests/v3d/bugs/bug22900
+%%OCCROOT%%/tests/v3d/bugs/bug22912
+%%OCCROOT%%/tests/v3d/bugs/bug22985
+%%OCCROOT%%/tests/v3d/bugs/bug23067
+%%OCCROOT%%/tests/v3d/bugs/bug23123
+%%OCCROOT%%/tests/v3d/bugs/bug23153
+%%OCCROOT%%/tests/v3d/bugs/bug23186
+%%OCCROOT%%/tests/v3d/bugs/bug23191
+%%OCCROOT%%/tests/v3d/bugs/bug23200
+%%OCCROOT%%/tests/v3d/bugs/bug23200_1
+%%OCCROOT%%/tests/v3d/bugs/bug23219
+%%OCCROOT%%/tests/v3d/bugs/bug23226
+%%OCCROOT%%/tests/v3d/bugs/bug23253
+%%OCCROOT%%/tests/v3d/bugs/bug23400
+%%OCCROOT%%/tests/v3d/bugs/bug23407_1
+%%OCCROOT%%/tests/v3d/bugs/bug23407_2
+%%OCCROOT%%/tests/v3d/bugs/bug23425
+%%OCCROOT%%/tests/v3d/bugs/bug23525
+%%OCCROOT%%/tests/v3d/bugs/bug23670_2
+%%OCCROOT%%/tests/v3d/bugs/bug23705
+%%OCCROOT%%/tests/v3d/bugs/bug23709_1
+%%OCCROOT%%/tests/v3d/bugs/bug23709_2
+%%OCCROOT%%/tests/v3d/bugs/bug23709_3
+%%OCCROOT%%/tests/v3d/bugs/bug23709_4
+%%OCCROOT%%/tests/v3d/bugs/bug23883
+%%OCCROOT%%/tests/v3d/bugs/bug23886_1
+%%OCCROOT%%/tests/v3d/bugs/bug23886_2
+%%OCCROOT%%/tests/v3d/bugs/bug23886_3
+%%OCCROOT%%/tests/v3d/bugs/bug24001
+%%OCCROOT%%/tests/v3d/bugs/bug24282
+%%OCCROOT%%/tests/v3d/bugs/bug24307_1
+%%OCCROOT%%/tests/v3d/bugs/bug24307_2
+%%OCCROOT%%/tests/v3d/bugs/bug24388_1
+%%OCCROOT%%/tests/v3d/bugs/bug24388_2
+%%OCCROOT%%/tests/v3d/bugs/bug24391
+%%OCCROOT%%/tests/v3d/bugs/bug24394
+%%OCCROOT%%/tests/v3d/bugs/bug24539
+%%OCCROOT%%/tests/v3d/bugs/bug24606
+%%OCCROOT%%/tests/v3d/bugs/bug24610
+%%OCCROOT%%/tests/v3d/bugs/bug24714
+%%OCCROOT%%/tests/v3d/bugs/bug24762_coloredshape
+%%OCCROOT%%/tests/v3d/bugs/bug24785
+%%OCCROOT%%/tests/v3d/bugs/bug24835
+%%OCCROOT%%/tests/v3d/bugs/bug24867
+%%OCCROOT%%/tests/v3d/bugs/bug24996
+%%OCCROOT%%/tests/v3d/bugs/bug25063
+%%OCCROOT%%/tests/v3d/bugs/bug25071
+%%OCCROOT%%/tests/v3d/bugs/bug25099
+%%OCCROOT%%/tests/v3d/bugs/bug25178
+%%OCCROOT%%/tests/v3d/bugs/bug25251
+%%OCCROOT%%/tests/v3d/bugs/bug25300_1
+%%OCCROOT%%/tests/v3d/bugs/bug25300_2
+%%OCCROOT%%/tests/v3d/bugs/bug25363
+%%OCCROOT%%/tests/v3d/bugs/bug25400
+%%OCCROOT%%/tests/v3d/bugs/bug25459_coloredshape
+%%OCCROOT%%/tests/v3d/bugs/bug25466
+%%OCCROOT%%/tests/v3d/bugs/bug25540
+%%OCCROOT%%/tests/v3d/bugs/bug25552
+%%OCCROOT%%/tests/v3d/bugs/bug25671
+%%OCCROOT%%/tests/v3d/bugs/bug25672
+%%OCCROOT%%/tests/v3d/bugs/bug25687_1
+%%OCCROOT%%/tests/v3d/bugs/bug25687_2
+%%OCCROOT%%/tests/v3d/bugs/bug25695
+%%OCCROOT%%/tests/v3d/bugs/bug25723
+%%OCCROOT%%/tests/v3d/bugs/bug25723_1
+%%OCCROOT%%/tests/v3d/bugs/bug25760_1
+%%OCCROOT%%/tests/v3d/bugs/bug25760_2
+%%OCCROOT%%/tests/v3d/bugs/bug25767
+%%OCCROOT%%/tests/v3d/bugs/bug25773
+%%OCCROOT%%/tests/v3d/bugs/bug25777
+%%OCCROOT%%/tests/v3d/bugs/bug25783_1
+%%OCCROOT%%/tests/v3d/bugs/bug25814
+%%OCCROOT%%/tests/v3d/bugs/bug25853
+%%OCCROOT%%/tests/v3d/bugs/bug25867
+%%OCCROOT%%/tests/v3d/bugs/bug25935
+%%OCCROOT%%/tests/v3d/bugs/bug26014
+%%OCCROOT%%/tests/v3d/bugs/bug26082
+%%OCCROOT%%/tests/v3d/bugs/bug26139
+%%OCCROOT%%/tests/v3d/bugs/bug26149
+%%OCCROOT%%/tests/v3d/bugs/bug26154
+%%OCCROOT%%/tests/v3d/bugs/bug26163
+%%OCCROOT%%/tests/v3d/bugs/bug26357
+%%OCCROOT%%/tests/v3d/bugs/bug26401
+%%OCCROOT%%/tests/v3d/bugs/bug26435
+%%OCCROOT%%/tests/v3d/bugs/bug26792
+%%OCCROOT%%/tests/v3d/bugs/bug27374
+%%OCCROOT%%/tests/v3d/bugs/bug27536
+%%OCCROOT%%/tests/v3d/bugs/bug27629
+%%OCCROOT%%/tests/v3d/bugs/bug27655
+%%OCCROOT%%/tests/v3d/bugs/bug27700
+%%OCCROOT%%/tests/v3d/bugs/bug27821
+%%OCCROOT%%/tests/v3d/bugs/bug28036_1
+%%OCCROOT%%/tests/v3d/bugs/bug28036_2
+%%OCCROOT%%/tests/v3d/bugs/bug28061
+%%OCCROOT%%/tests/v3d/bugs/bug28093
+%%OCCROOT%%/tests/v3d/bugs/bug28361
+%%OCCROOT%%/tests/v3d/bugs/bug28621
+%%OCCROOT%%/tests/v3d/bugs/bug2883_1
+%%OCCROOT%%/tests/v3d/bugs/bug28890
+%%OCCROOT%%/tests/v3d/bugs/bug288_1
+%%OCCROOT%%/tests/v3d/bugs/bug288_10
+%%OCCROOT%%/tests/v3d/bugs/bug288_2
+%%OCCROOT%%/tests/v3d/bugs/bug288_3
+%%OCCROOT%%/tests/v3d/bugs/bug288_4
+%%OCCROOT%%/tests/v3d/bugs/bug288_5
+%%OCCROOT%%/tests/v3d/bugs/bug288_6
+%%OCCROOT%%/tests/v3d/bugs/bug288_7
+%%OCCROOT%%/tests/v3d/bugs/bug288_8
+%%OCCROOT%%/tests/v3d/bugs/bug288_9
+%%OCCROOT%%/tests/v3d/bugs/bug28936
+%%OCCROOT%%/tests/v3d/bugs/bug29020
+%%OCCROOT%%/tests/v3d/bugs/bug29051
+%%OCCROOT%%/tests/v3d/bugs/bug29127
+%%OCCROOT%%/tests/v3d/bugs/bug29262
+%%OCCROOT%%/tests/v3d/bugs/bug29787
+%%OCCROOT%%/tests/v3d/bugs/bug29837
+%%OCCROOT%%/tests/v3d/bugs/bug29847
+%%OCCROOT%%/tests/v3d/bugs/bug30076
+%%OCCROOT%%/tests/v3d/bugs/bug301
+%%OCCROOT%%/tests/v3d/bugs/bug30146
+%%OCCROOT%%/tests/v3d/bugs/bug30182
+%%OCCROOT%%/tests/v3d/bugs/bug30412
+%%OCCROOT%%/tests/v3d/bugs/bug30434
+%%OCCROOT%%/tests/v3d/bugs/bug30437
+%%OCCROOT%%/tests/v3d/bugs/bug30437_1
+%%OCCROOT%%/tests/v3d/bugs/bug30561
+%%OCCROOT%%/tests/v3d/bugs/bug30630_1
+%%OCCROOT%%/tests/v3d/bugs/bug30630_2
+%%OCCROOT%%/tests/v3d/bugs/bug30630_3
+%%OCCROOT%%/tests/v3d/bugs/bug30823
+%%OCCROOT%%/tests/v3d/bugs/bug30907
+%%OCCROOT%%/tests/v3d/bugs/bug30949
+%%OCCROOT%%/tests/v3d/bugs/bug31341
+%%OCCROOT%%/tests/v3d/bugs/bug316
+%%OCCROOT%%/tests/v3d/bugs/bug31652
+%%OCCROOT%%/tests/v3d/bugs/bug31673
+%%OCCROOT%%/tests/v3d/bugs/bug31688
+%%OCCROOT%%/tests/v3d/bugs/bug31794
+%%OCCROOT%%/tests/v3d/bugs/bug319
+%%OCCROOT%%/tests/v3d/bugs/bug31965
+%%OCCROOT%%/tests/v3d/bugs/bug331
+%%OCCROOT%%/tests/v3d/bugs/bug331_1
+%%OCCROOT%%/tests/v3d/bugs/bug344
+%%OCCROOT%%/tests/v3d/bugs/bug349
+%%OCCROOT%%/tests/v3d/bugs/bug364
+%%OCCROOT%%/tests/v3d/bugs/bug378
+%%OCCROOT%%/tests/v3d/bugs/bug443
+%%OCCROOT%%/tests/v3d/bugs/bug4894
+%%OCCROOT%%/tests/v3d/bugs/bug591
+%%OCCROOT%%/tests/v3d/bugs/bug5990
+%%OCCROOT%%/tests/v3d/bugs/bug6145
+%%OCCROOT%%/tests/v3d/bugs/bug641
+%%OCCROOT%%/tests/v3d/bugs/bug6897_1
+%%OCCROOT%%/tests/v3d/bugs/bug7691
+%%OCCROOT%%/tests/v3d/bugs/bug85_1
+%%OCCROOT%%/tests/v3d/bugs/bug85_2
+%%OCCROOT%%/tests/v3d/bugs/bug872
+%%OCCROOT%%/tests/v3d/bugs/pro20342
%%OCCROOT%%/tests/v3d/colors/begin
%%OCCROOT%%/tests/v3d/colors/de2000
%%OCCROOT%%/tests/v3d/colors/de2000_sharma
%%OCCROOT%%/tests/v3d/colors/rgb2lab
%%OCCROOT%%/tests/v3d/colors/rgb2lch
%%OCCROOT%%/tests/v3d/colors/stability
+%%OCCROOT%%/tests/v3d/colorscale/bug22632
+%%OCCROOT%%/tests/v3d/colorscale/bug22819
+%%OCCROOT%%/tests/v3d/colorscale/bug25027
+%%OCCROOT%%/tests/v3d/colorscale/bug25136
+%%OCCROOT%%/tests/v3d/colorscale/bug26312
+%%OCCROOT%%/tests/v3d/colorscale/bug27573
+%%OCCROOT%%/tests/v3d/colorscale/bug28004
+%%OCCROOT%%/tests/v3d/colorscale/bug28813
+%%OCCROOT%%/tests/v3d/colorscale/bug31454
%%OCCROOT%%/tests/v3d/dimensions/angle180
-%%OCCROOT%%/tests/v3d/dimensions/begin
+%%OCCROOT%%/tests/v3d/dimensions/bug24133_1
+%%OCCROOT%%/tests/v3d/dimensions/bug24133_2
+%%OCCROOT%%/tests/v3d/dimensions/bug24133_3
+%%OCCROOT%%/tests/v3d/dimensions/bug24133_4
+%%OCCROOT%%/tests/v3d/dimensions/bug24288_1
+%%OCCROOT%%/tests/v3d/dimensions/bug24288_2
+%%OCCROOT%%/tests/v3d/dimensions/bug24288_3
+%%OCCROOT%%/tests/v3d/dimensions/bug24293
+%%OCCROOT%%/tests/v3d/dimensions/bug24351_1
+%%OCCROOT%%/tests/v3d/dimensions/bug24351_2
+%%OCCROOT%%/tests/v3d/dimensions/bug24351_3
+%%OCCROOT%%/tests/v3d/dimensions/bug24351_4
+%%OCCROOT%%/tests/v3d/dimensions/bug24374
+%%OCCROOT%%/tests/v3d/dimensions/bug24389
+%%OCCROOT%%/tests/v3d/dimensions/bug24412_1
+%%OCCROOT%%/tests/v3d/dimensions/bug24412_2
+%%OCCROOT%%/tests/v3d/dimensions/bug25403
+%%OCCROOT%%/tests/v3d/dimensions/bug25549_1
+%%OCCROOT%%/tests/v3d/dimensions/bug25549_2
+%%OCCROOT%%/tests/v3d/dimensions/bug26035_1
+%%OCCROOT%%/tests/v3d/dimensions/bug26035_2
+%%OCCROOT%%/tests/v3d/dimensions/bug26035_3
+%%OCCROOT%%/tests/v3d/dimensions/bug26035_4
+%%OCCROOT%%/tests/v3d/dimensions/bug26035_5
+%%OCCROOT%%/tests/v3d/dimensions/bug26035_6
+%%OCCROOT%%/tests/v3d/dimensions/bug26056
+%%OCCROOT%%/tests/v3d/dimensions/bug26317
+%%OCCROOT%%/tests/v3d/dimensions/bug27688
+%%OCCROOT%%/tests/v3d/dimensions/bug27692
+%%OCCROOT%%/tests/v3d/dimensions/bug27919
+%%OCCROOT%%/tests/v3d/dimensions/bug32351
%%OCCROOT%%/tests/v3d/dimensions/concentric
%%OCCROOT%%/tests/v3d/dimensions/equaldistance
%%OCCROOT%%/tests/v3d/dimensions/equalradius
@@ -17759,462 +17884,28 @@
%%OCCROOT%%/tests/v3d/dimensions/parallel
%%OCCROOT%%/tests/v3d/dimensions/perpendicular
%%OCCROOT%%/tests/v3d/dimensions/symmetric
-%%OCCROOT%%/tests/v3d/edge/A1
-%%OCCROOT%%/tests/v3d/edge/A10
-%%OCCROOT%%/tests/v3d/edge/A2
-%%OCCROOT%%/tests/v3d/edge/A3
-%%OCCROOT%%/tests/v3d/edge/A4
-%%OCCROOT%%/tests/v3d/edge/A5
-%%OCCROOT%%/tests/v3d/edge/A6
-%%OCCROOT%%/tests/v3d/edge/A7
-%%OCCROOT%%/tests/v3d/edge/A8
-%%OCCROOT%%/tests/v3d/edge/A9
-%%OCCROOT%%/tests/v3d/edge/B1
-%%OCCROOT%%/tests/v3d/edge/B2
-%%OCCROOT%%/tests/v3d/edge/B3
-%%OCCROOT%%/tests/v3d/edge/B4
-%%OCCROOT%%/tests/v3d/edge/B5
-%%OCCROOT%%/tests/v3d/edge/B6
-%%OCCROOT%%/tests/v3d/edge/B7
-%%OCCROOT%%/tests/v3d/edge/B8
-%%OCCROOT%%/tests/v3d/edge/B9
-%%OCCROOT%%/tests/v3d/edge/C1
-%%OCCROOT%%/tests/v3d/edge/C2
-%%OCCROOT%%/tests/v3d/edge/C3
-%%OCCROOT%%/tests/v3d/edge/C4
-%%OCCROOT%%/tests/v3d/edge/C5
-%%OCCROOT%%/tests/v3d/edge/C6
-%%OCCROOT%%/tests/v3d/edge/C7
-%%OCCROOT%%/tests/v3d/edge/C8
-%%OCCROOT%%/tests/v3d/edge/C9
-%%OCCROOT%%/tests/v3d/edge/D1
-%%OCCROOT%%/tests/v3d/edge/D2
-%%OCCROOT%%/tests/v3d/edge/D3
-%%OCCROOT%%/tests/v3d/edge/D4
-%%OCCROOT%%/tests/v3d/edge/D5
-%%OCCROOT%%/tests/v3d/edge/D6
-%%OCCROOT%%/tests/v3d/edge/D7
-%%OCCROOT%%/tests/v3d/edge/D8
-%%OCCROOT%%/tests/v3d/edge/D9
-%%OCCROOT%%/tests/v3d/edge/E1
-%%OCCROOT%%/tests/v3d/edge/E2
-%%OCCROOT%%/tests/v3d/edge/E3
-%%OCCROOT%%/tests/v3d/edge/E4
-%%OCCROOT%%/tests/v3d/edge/E5
-%%OCCROOT%%/tests/v3d/edge/E6
-%%OCCROOT%%/tests/v3d/edge/E7
-%%OCCROOT%%/tests/v3d/edge/E8
-%%OCCROOT%%/tests/v3d/edge/E9
-%%OCCROOT%%/tests/v3d/edge/F1
-%%OCCROOT%%/tests/v3d/edge/F2
-%%OCCROOT%%/tests/v3d/edge/begin
-%%OCCROOT%%/tests/v3d/edge_face/A1
-%%OCCROOT%%/tests/v3d/edge_face/A2
-%%OCCROOT%%/tests/v3d/edge_face/A3
-%%OCCROOT%%/tests/v3d/edge_face/A4
-%%OCCROOT%%/tests/v3d/edge_face/A5
-%%OCCROOT%%/tests/v3d/edge_face/A6
-%%OCCROOT%%/tests/v3d/edge_face/A7
-%%OCCROOT%%/tests/v3d/edge_face/A8
-%%OCCROOT%%/tests/v3d/edge_face/A9
-%%OCCROOT%%/tests/v3d/edge_face/B1
-%%OCCROOT%%/tests/v3d/edge_face/B2
-%%OCCROOT%%/tests/v3d/edge_face/B3
-%%OCCROOT%%/tests/v3d/edge_face/B4
-%%OCCROOT%%/tests/v3d/edge_face/B5
-%%OCCROOT%%/tests/v3d/edge_face/B6
-%%OCCROOT%%/tests/v3d/edge_face/B7
-%%OCCROOT%%/tests/v3d/edge_face/B8
-%%OCCROOT%%/tests/v3d/edge_face/B9
-%%OCCROOT%%/tests/v3d/edge_face/C1
-%%OCCROOT%%/tests/v3d/edge_face/C2
-%%OCCROOT%%/tests/v3d/edge_face/C3
-%%OCCROOT%%/tests/v3d/edge_face/C4
-%%OCCROOT%%/tests/v3d/edge_face/C5
-%%OCCROOT%%/tests/v3d/edge_face/C6
-%%OCCROOT%%/tests/v3d/edge_face/C7
-%%OCCROOT%%/tests/v3d/edge_face/C8
-%%OCCROOT%%/tests/v3d/edge_face/C9
-%%OCCROOT%%/tests/v3d/edge_face/D1
-%%OCCROOT%%/tests/v3d/edge_face/D2
-%%OCCROOT%%/tests/v3d/edge_face/D3
-%%OCCROOT%%/tests/v3d/edge_face/D4
-%%OCCROOT%%/tests/v3d/edge_face/D5
-%%OCCROOT%%/tests/v3d/edge_face/D6
-%%OCCROOT%%/tests/v3d/edge_face/D7
-%%OCCROOT%%/tests/v3d/edge_face/D8
-%%OCCROOT%%/tests/v3d/edge_face/D9
-%%OCCROOT%%/tests/v3d/edge_face/E1
-%%OCCROOT%%/tests/v3d/edge_face/E2
-%%OCCROOT%%/tests/v3d/edge_face/E3
-%%OCCROOT%%/tests/v3d/edge_face/E4
-%%OCCROOT%%/tests/v3d/edge_face/E5
-%%OCCROOT%%/tests/v3d/edge_face/E6
-%%OCCROOT%%/tests/v3d/edge_face/E7
-%%OCCROOT%%/tests/v3d/edge_face/E8
-%%OCCROOT%%/tests/v3d/edge_face/E9
-%%OCCROOT%%/tests/v3d/edge_face/F1
-%%OCCROOT%%/tests/v3d/edge_face/F2
-%%OCCROOT%%/tests/v3d/edge_face/F3
-%%OCCROOT%%/tests/v3d/edge_face/F4
-%%OCCROOT%%/tests/v3d/edge_face/F5
-%%OCCROOT%%/tests/v3d/edge_face/F6
-%%OCCROOT%%/tests/v3d/edge_face/F7
-%%OCCROOT%%/tests/v3d/edge_face/F8
-%%OCCROOT%%/tests/v3d/edge_face/F9
-%%OCCROOT%%/tests/v3d/edge_face/G1
-%%OCCROOT%%/tests/v3d/edge_face/G2
-%%OCCROOT%%/tests/v3d/edge_face/G3
-%%OCCROOT%%/tests/v3d/edge_face/G4
-%%OCCROOT%%/tests/v3d/edge_face/G5
-%%OCCROOT%%/tests/v3d/edge_face/G6
-%%OCCROOT%%/tests/v3d/edge_face/G7
-%%OCCROOT%%/tests/v3d/edge_face/G8
-%%OCCROOT%%/tests/v3d/edge_face/G9
-%%OCCROOT%%/tests/v3d/edge_face/H1
-%%OCCROOT%%/tests/v3d/edge_face/H2
-%%OCCROOT%%/tests/v3d/edge_face/H3
-%%OCCROOT%%/tests/v3d/edge_face/H4
-%%OCCROOT%%/tests/v3d/edge_face/H5
-%%OCCROOT%%/tests/v3d/edge_face/H6
-%%OCCROOT%%/tests/v3d/edge_face/H7
-%%OCCROOT%%/tests/v3d/edge_face/H8
-%%OCCROOT%%/tests/v3d/edge_face/H9
-%%OCCROOT%%/tests/v3d/edge_face/I1
-%%OCCROOT%%/tests/v3d/edge_face/I2
-%%OCCROOT%%/tests/v3d/edge_face/I3
-%%OCCROOT%%/tests/v3d/edge_face/I4
-%%OCCROOT%%/tests/v3d/edge_face/I5
-%%OCCROOT%%/tests/v3d/edge_face/I6
-%%OCCROOT%%/tests/v3d/edge_face/I7
-%%OCCROOT%%/tests/v3d/edge_face/I8
-%%OCCROOT%%/tests/v3d/edge_face/I9
-%%OCCROOT%%/tests/v3d/edge_face/J1
-%%OCCROOT%%/tests/v3d/edge_face/J2
-%%OCCROOT%%/tests/v3d/edge_face/J3
-%%OCCROOT%%/tests/v3d/edge_face/J4
-%%OCCROOT%%/tests/v3d/edge_face/J5
-%%OCCROOT%%/tests/v3d/edge_face/J6
-%%OCCROOT%%/tests/v3d/edge_face/J7
-%%OCCROOT%%/tests/v3d/edge_face/J8
-%%OCCROOT%%/tests/v3d/edge_face/J9
-%%OCCROOT%%/tests/v3d/edge_face/K1
-%%OCCROOT%%/tests/v3d/edge_face/K2
-%%OCCROOT%%/tests/v3d/edge_face/K3
-%%OCCROOT%%/tests/v3d/edge_face/K4
-%%OCCROOT%%/tests/v3d/edge_face/K5
-%%OCCROOT%%/tests/v3d/edge_face/K6
-%%OCCROOT%%/tests/v3d/edge_face/K7
-%%OCCROOT%%/tests/v3d/edge_face/K8
-%%OCCROOT%%/tests/v3d/edge_face/K9
-%%OCCROOT%%/tests/v3d/edge_face/L1
-%%OCCROOT%%/tests/v3d/edge_face/L2
-%%OCCROOT%%/tests/v3d/edge_face/L3
-%%OCCROOT%%/tests/v3d/edge_face/L4
-%%OCCROOT%%/tests/v3d/edge_face/L5
-%%OCCROOT%%/tests/v3d/edge_face/L6
-%%OCCROOT%%/tests/v3d/edge_face/L7
-%%OCCROOT%%/tests/v3d/edge_face/L8
-%%OCCROOT%%/tests/v3d/edge_face/L9
-%%OCCROOT%%/tests/v3d/edge_face/M1
-%%OCCROOT%%/tests/v3d/edge_face/M2
-%%OCCROOT%%/tests/v3d/edge_face/M3
-%%OCCROOT%%/tests/v3d/edge_face/M4
-%%OCCROOT%%/tests/v3d/edge_face/M5
-%%OCCROOT%%/tests/v3d/edge_face/M6
-%%OCCROOT%%/tests/v3d/edge_face/M7
-%%OCCROOT%%/tests/v3d/edge_face/M8
-%%OCCROOT%%/tests/v3d/edge_face/M9
-%%OCCROOT%%/tests/v3d/edge_face/N1
-%%OCCROOT%%/tests/v3d/edge_face/N2
-%%OCCROOT%%/tests/v3d/edge_face/N3
-%%OCCROOT%%/tests/v3d/edge_face/N4
-%%OCCROOT%%/tests/v3d/edge_face/N5
-%%OCCROOT%%/tests/v3d/edge_face/N6
-%%OCCROOT%%/tests/v3d/edge_face/N7
-%%OCCROOT%%/tests/v3d/edge_face/N8
-%%OCCROOT%%/tests/v3d/edge_face/N9
-%%OCCROOT%%/tests/v3d/edge_face/O1
-%%OCCROOT%%/tests/v3d/edge_face/O2
-%%OCCROOT%%/tests/v3d/edge_face/O3
-%%OCCROOT%%/tests/v3d/edge_face/O4
-%%OCCROOT%%/tests/v3d/edge_face/O5
-%%OCCROOT%%/tests/v3d/edge_face/O6
-%%OCCROOT%%/tests/v3d/edge_face/O7
-%%OCCROOT%%/tests/v3d/edge_face/O8
-%%OCCROOT%%/tests/v3d/edge_face/O9
-%%OCCROOT%%/tests/v3d/edge_face/P1
-%%OCCROOT%%/tests/v3d/edge_face/P2
-%%OCCROOT%%/tests/v3d/edge_face/P3
-%%OCCROOT%%/tests/v3d/edge_face/P4
-%%OCCROOT%%/tests/v3d/edge_face/P5
-%%OCCROOT%%/tests/v3d/edge_face/P6
-%%OCCROOT%%/tests/v3d/edge_face/begin
-%%OCCROOT%%/tests/v3d/edge_solid/A1
-%%OCCROOT%%/tests/v3d/edge_solid/A2
-%%OCCROOT%%/tests/v3d/edge_solid/A3
-%%OCCROOT%%/tests/v3d/edge_solid/A4
-%%OCCROOT%%/tests/v3d/edge_solid/A5
-%%OCCROOT%%/tests/v3d/edge_solid/A6
-%%OCCROOT%%/tests/v3d/edge_solid/A7
-%%OCCROOT%%/tests/v3d/edge_solid/A8
-%%OCCROOT%%/tests/v3d/edge_solid/A9
-%%OCCROOT%%/tests/v3d/edge_solid/B1
-%%OCCROOT%%/tests/v3d/edge_solid/B2
-%%OCCROOT%%/tests/v3d/edge_solid/B3
-%%OCCROOT%%/tests/v3d/edge_solid/B4
-%%OCCROOT%%/tests/v3d/edge_solid/B5
-%%OCCROOT%%/tests/v3d/edge_solid/B6
-%%OCCROOT%%/tests/v3d/edge_solid/B7
-%%OCCROOT%%/tests/v3d/edge_solid/B8
-%%OCCROOT%%/tests/v3d/edge_solid/B9
-%%OCCROOT%%/tests/v3d/edge_solid/C1
-%%OCCROOT%%/tests/v3d/edge_solid/C2
-%%OCCROOT%%/tests/v3d/edge_solid/C3
-%%OCCROOT%%/tests/v3d/edge_solid/C4
-%%OCCROOT%%/tests/v3d/edge_solid/C5
-%%OCCROOT%%/tests/v3d/edge_solid/C6
-%%OCCROOT%%/tests/v3d/edge_solid/C7
-%%OCCROOT%%/tests/v3d/edge_solid/C8
-%%OCCROOT%%/tests/v3d/edge_solid/C9
-%%OCCROOT%%/tests/v3d/edge_solid/D1
-%%OCCROOT%%/tests/v3d/edge_solid/D2
-%%OCCROOT%%/tests/v3d/edge_solid/D3
-%%OCCROOT%%/tests/v3d/edge_solid/D4
-%%OCCROOT%%/tests/v3d/edge_solid/D5
-%%OCCROOT%%/tests/v3d/edge_solid/D6
-%%OCCROOT%%/tests/v3d/edge_solid/D7
-%%OCCROOT%%/tests/v3d/edge_solid/D8
-%%OCCROOT%%/tests/v3d/edge_solid/D9
-%%OCCROOT%%/tests/v3d/edge_solid/E1
-%%OCCROOT%%/tests/v3d/edge_solid/E2
-%%OCCROOT%%/tests/v3d/edge_solid/E3
-%%OCCROOT%%/tests/v3d/edge_solid/E4
-%%OCCROOT%%/tests/v3d/edge_solid/E5
-%%OCCROOT%%/tests/v3d/edge_solid/E6
-%%OCCROOT%%/tests/v3d/edge_solid/E7
-%%OCCROOT%%/tests/v3d/edge_solid/E8
-%%OCCROOT%%/tests/v3d/edge_solid/E9
-%%OCCROOT%%/tests/v3d/edge_solid/F1
-%%OCCROOT%%/tests/v3d/edge_solid/F2
-%%OCCROOT%%/tests/v3d/edge_solid/F3
-%%OCCROOT%%/tests/v3d/edge_solid/F4
-%%OCCROOT%%/tests/v3d/edge_solid/F5
-%%OCCROOT%%/tests/v3d/edge_solid/F6
-%%OCCROOT%%/tests/v3d/edge_solid/F7
-%%OCCROOT%%/tests/v3d/edge_solid/F8
-%%OCCROOT%%/tests/v3d/edge_solid/F9
-%%OCCROOT%%/tests/v3d/edge_solid/G1
-%%OCCROOT%%/tests/v3d/edge_solid/G2
-%%OCCROOT%%/tests/v3d/edge_solid/G3
-%%OCCROOT%%/tests/v3d/edge_solid/G4
-%%OCCROOT%%/tests/v3d/edge_solid/G5
-%%OCCROOT%%/tests/v3d/edge_solid/G6
-%%OCCROOT%%/tests/v3d/edge_solid/G7
-%%OCCROOT%%/tests/v3d/edge_solid/G8
-%%OCCROOT%%/tests/v3d/edge_solid/G9
-%%OCCROOT%%/tests/v3d/edge_solid/H1
-%%OCCROOT%%/tests/v3d/edge_solid/H2
-%%OCCROOT%%/tests/v3d/edge_solid/H3
-%%OCCROOT%%/tests/v3d/edge_solid/H4
-%%OCCROOT%%/tests/v3d/edge_solid/H5
-%%OCCROOT%%/tests/v3d/edge_solid/H6
-%%OCCROOT%%/tests/v3d/edge_solid/H7
-%%OCCROOT%%/tests/v3d/edge_solid/H8
-%%OCCROOT%%/tests/v3d/edge_solid/H9
-%%OCCROOT%%/tests/v3d/edge_solid/I1
-%%OCCROOT%%/tests/v3d/edge_solid/I2
-%%OCCROOT%%/tests/v3d/edge_solid/I3
-%%OCCROOT%%/tests/v3d/edge_solid/I4
-%%OCCROOT%%/tests/v3d/edge_solid/I5
-%%OCCROOT%%/tests/v3d/edge_solid/I6
-%%OCCROOT%%/tests/v3d/edge_solid/I7
-%%OCCROOT%%/tests/v3d/edge_solid/I8
-%%OCCROOT%%/tests/v3d/edge_solid/I9
-%%OCCROOT%%/tests/v3d/edge_solid/J1
-%%OCCROOT%%/tests/v3d/edge_solid/J2
-%%OCCROOT%%/tests/v3d/edge_solid/J3
-%%OCCROOT%%/tests/v3d/edge_solid/J4
-%%OCCROOT%%/tests/v3d/edge_solid/J5
-%%OCCROOT%%/tests/v3d/edge_solid/J6
-%%OCCROOT%%/tests/v3d/edge_solid/J7
-%%OCCROOT%%/tests/v3d/edge_solid/J8
-%%OCCROOT%%/tests/v3d/edge_solid/J9
-%%OCCROOT%%/tests/v3d/edge_solid/K1
-%%OCCROOT%%/tests/v3d/edge_solid/K2
-%%OCCROOT%%/tests/v3d/edge_solid/K3
-%%OCCROOT%%/tests/v3d/edge_solid/K4
-%%OCCROOT%%/tests/v3d/edge_solid/K5
-%%OCCROOT%%/tests/v3d/edge_solid/K6
-%%OCCROOT%%/tests/v3d/edge_solid/K7
-%%OCCROOT%%/tests/v3d/edge_solid/K8
-%%OCCROOT%%/tests/v3d/edge_solid/K9
-%%OCCROOT%%/tests/v3d/edge_solid/L1
-%%OCCROOT%%/tests/v3d/edge_solid/L2
-%%OCCROOT%%/tests/v3d/edge_solid/L3
-%%OCCROOT%%/tests/v3d/edge_solid/L4
-%%OCCROOT%%/tests/v3d/edge_solid/L5
-%%OCCROOT%%/tests/v3d/edge_solid/L6
-%%OCCROOT%%/tests/v3d/edge_solid/L7
-%%OCCROOT%%/tests/v3d/edge_solid/L8
-%%OCCROOT%%/tests/v3d/edge_solid/L9
-%%OCCROOT%%/tests/v3d/edge_solid/M1
-%%OCCROOT%%/tests/v3d/edge_solid/M2
-%%OCCROOT%%/tests/v3d/edge_solid/M3
-%%OCCROOT%%/tests/v3d/edge_solid/M4
-%%OCCROOT%%/tests/v3d/edge_solid/M5
-%%OCCROOT%%/tests/v3d/edge_solid/M6
-%%OCCROOT%%/tests/v3d/edge_solid/M7
-%%OCCROOT%%/tests/v3d/edge_solid/M8
-%%OCCROOT%%/tests/v3d/edge_solid/M9
-%%OCCROOT%%/tests/v3d/edge_solid/N1
-%%OCCROOT%%/tests/v3d/edge_solid/N2
-%%OCCROOT%%/tests/v3d/edge_solid/N3
-%%OCCROOT%%/tests/v3d/edge_solid/N4
-%%OCCROOT%%/tests/v3d/edge_solid/N5
-%%OCCROOT%%/tests/v3d/edge_solid/N6
-%%OCCROOT%%/tests/v3d/edge_solid/N7
-%%OCCROOT%%/tests/v3d/edge_solid/N8
-%%OCCROOT%%/tests/v3d/edge_solid/N9
-%%OCCROOT%%/tests/v3d/edge_solid/O1
-%%OCCROOT%%/tests/v3d/edge_solid/O2
-%%OCCROOT%%/tests/v3d/edge_solid/O3
-%%OCCROOT%%/tests/v3d/edge_solid/O4
-%%OCCROOT%%/tests/v3d/edge_solid/O5
-%%OCCROOT%%/tests/v3d/edge_solid/O6
-%%OCCROOT%%/tests/v3d/edge_solid/O7
-%%OCCROOT%%/tests/v3d/edge_solid/O8
-%%OCCROOT%%/tests/v3d/edge_solid/O9
-%%OCCROOT%%/tests/v3d/edge_solid/P1
-%%OCCROOT%%/tests/v3d/edge_solid/P2
-%%OCCROOT%%/tests/v3d/edge_solid/P3
-%%OCCROOT%%/tests/v3d/edge_solid/P4
-%%OCCROOT%%/tests/v3d/edge_solid/P5
-%%OCCROOT%%/tests/v3d/edge_solid/P6
-%%OCCROOT%%/tests/v3d/edge_solid/begin
%%OCCROOT%%/tests/v3d/end
-%%OCCROOT%%/tests/v3d/face/A1
-%%OCCROOT%%/tests/v3d/face/A2
-%%OCCROOT%%/tests/v3d/face/A3
-%%OCCROOT%%/tests/v3d/face/A4
-%%OCCROOT%%/tests/v3d/face/A5
-%%OCCROOT%%/tests/v3d/face/A6
-%%OCCROOT%%/tests/v3d/face/A7
-%%OCCROOT%%/tests/v3d/face/A8
-%%OCCROOT%%/tests/v3d/face/A9
-%%OCCROOT%%/tests/v3d/face/B1
-%%OCCROOT%%/tests/v3d/face/B2
-%%OCCROOT%%/tests/v3d/face/B3
-%%OCCROOT%%/tests/v3d/face/B4
-%%OCCROOT%%/tests/v3d/face/B5
-%%OCCROOT%%/tests/v3d/face/B6
-%%OCCROOT%%/tests/v3d/face/B7
-%%OCCROOT%%/tests/v3d/face/B8
-%%OCCROOT%%/tests/v3d/face/B9
-%%OCCROOT%%/tests/v3d/face/C1
-%%OCCROOT%%/tests/v3d/face/C2
-%%OCCROOT%%/tests/v3d/face/C3
-%%OCCROOT%%/tests/v3d/face/C4
-%%OCCROOT%%/tests/v3d/face/C5
-%%OCCROOT%%/tests/v3d/face/C6
-%%OCCROOT%%/tests/v3d/face/C7
-%%OCCROOT%%/tests/v3d/face/C8
-%%OCCROOT%%/tests/v3d/face/C9
-%%OCCROOT%%/tests/v3d/face/D1
-%%OCCROOT%%/tests/v3d/face/D2
-%%OCCROOT%%/tests/v3d/face/D3
-%%OCCROOT%%/tests/v3d/face/D4
-%%OCCROOT%%/tests/v3d/face/D5
-%%OCCROOT%%/tests/v3d/face/D6
-%%OCCROOT%%/tests/v3d/face/D7
-%%OCCROOT%%/tests/v3d/face/D8
-%%OCCROOT%%/tests/v3d/face/D9
-%%OCCROOT%%/tests/v3d/face/E1
-%%OCCROOT%%/tests/v3d/face/E2
-%%OCCROOT%%/tests/v3d/face/E3
-%%OCCROOT%%/tests/v3d/face/E4
-%%OCCROOT%%/tests/v3d/face/E5
-%%OCCROOT%%/tests/v3d/face/E6
-%%OCCROOT%%/tests/v3d/face/E7
-%%OCCROOT%%/tests/v3d/face/E8
-%%OCCROOT%%/tests/v3d/face/E9
-%%OCCROOT%%/tests/v3d/face/F1
-%%OCCROOT%%/tests/v3d/face/F2
-%%OCCROOT%%/tests/v3d/face/F3
-%%OCCROOT%%/tests/v3d/face/G1
-%%OCCROOT%%/tests/v3d/face/G2
-%%OCCROOT%%/tests/v3d/face/G3
-%%OCCROOT%%/tests/v3d/face/G4
-%%OCCROOT%%/tests/v3d/face/begin
-%%OCCROOT%%/tests/v3d/glsl/alpha_mask
-%%OCCROOT%%/tests/v3d/glsl/bndbox1
-%%OCCROOT%%/tests/v3d/glsl/clipping1
-%%OCCROOT%%/tests/v3d/glsl/cubemap
-%%OCCROOT%%/tests/v3d/glsl/cubemap_dds
-%%OCCROOT%%/tests/v3d/glsl/culldist
-%%OCCROOT%%/tests/v3d/glsl/cullsize
-%%OCCROOT%%/tests/v3d/glsl/depthprepass
-%%OCCROOT%%/tests/v3d/glsl/distinguish_off
-%%OCCROOT%%/tests/v3d/glsl/double_precision
-%%OCCROOT%%/tests/v3d/glsl/flat_fuse1
-%%OCCROOT%%/tests/v3d/glsl/geom1
-%%OCCROOT%%/tests/v3d/glsl/gouraud_dir1
-%%OCCROOT%%/tests/v3d/glsl/gouraud_dir2
-%%OCCROOT%%/tests/v3d/glsl/gouraud_pos1
-%%OCCROOT%%/tests/v3d/glsl/gouraud_spot1
-%%OCCROOT%%/tests/v3d/glsl/interior1
-%%OCCROOT%%/tests/v3d/glsl/interior2
-%%OCCROOT%%/tests/v3d/glsl/light_off
-%%OCCROOT%%/tests/v3d/glsl/msaa
-%%OCCROOT%%/tests/v3d/glsl/outline1
-%%OCCROOT%%/tests/v3d/glsl/outline2
-%%OCCROOT%%/tests/v3d/glsl/pbr_attenuation
-%%OCCROOT%%/tests/v3d/glsl/pbr_spheres
-%%OCCROOT%%/tests/v3d/glsl/pbr_tangent_normal
-%%OCCROOT%%/tests/v3d/glsl/phong_box
-%%OCCROOT%%/tests/v3d/glsl/phong_couple
-%%OCCROOT%%/tests/v3d/glsl/phong_dir1
-%%OCCROOT%%/tests/v3d/glsl/phong_dir2
-%%OCCROOT%%/tests/v3d/glsl/phong_fuse
-%%OCCROOT%%/tests/v3d/glsl/phong_fuse2
-%%OCCROOT%%/tests/v3d/glsl/phong_plastic
-%%OCCROOT%%/tests/v3d/glsl/phong_pos1
-%%OCCROOT%%/tests/v3d/glsl/phong_pos2
-%%OCCROOT%%/tests/v3d/glsl/phong_pos3
-%%OCCROOT%%/tests/v3d/glsl/phong_pos4
-%%OCCROOT%%/tests/v3d/glsl/phong_sides
-%%OCCROOT%%/tests/v3d/glsl/phong_spot1
-%%OCCROOT%%/tests/v3d/glsl/phong_views
-%%OCCROOT%%/tests/v3d/glsl/rendscale
-%%OCCROOT%%/tests/v3d/glsl/shading_models
-%%OCCROOT%%/tests/v3d/glsl/stereo
-%%OCCROOT%%/tests/v3d/glsl/stipple_line1
-%%OCCROOT%%/tests/v3d/glsl/stipple_line2
-%%OCCROOT%%/tests/v3d/glsl/tess1
-%%OCCROOT%%/tests/v3d/glsl/texture_multi1
-%%OCCROOT%%/tests/v3d/glsl/texture_trsf
-%%OCCROOT%%/tests/v3d/glsl/texture_trsf2
-%%OCCROOT%%/tests/v3d/glsl/texture_trsf3
-%%OCCROOT%%/tests/v3d/glsl/tiles
-%%OCCROOT%%/tests/v3d/glsl/transp1
+%%OCCROOT%%/tests/v3d/fonts/B1
+%%OCCROOT%%/tests/v3d/fonts/B2
+%%OCCROOT%%/tests/v3d/fonts/B3
+%%OCCROOT%%/tests/v3d/fonts/B4
+%%OCCROOT%%/tests/v3d/fonts/B5
+%%OCCROOT%%/tests/v3d/fonts/B6
+%%OCCROOT%%/tests/v3d/fonts/B7
+%%OCCROOT%%/tests/v3d/fonts/bug25369
+%%OCCROOT%%/tests/v3d/fonts/bug25852
%%OCCROOT%%/tests/v3d/grids.list
-%%OCCROOT%%/tests/v3d/ivtk/begin
-%%OCCROOT%%/tests/v3d/ivtk/bgcolor
-%%OCCROOT%%/tests/v3d/ivtk/boundary_draw
-%%OCCROOT%%/tests/v3d/ivtk/bug26978
-%%OCCROOT%%/tests/v3d/ivtk/bug27567
-%%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/seam_edges
-%%OCCROOT%%/tests/v3d/ivtk/select
-%%OCCROOT%%/tests/v3d/ivtk/selection_mode
+%%OCCROOT%%/tests/v3d/light_source/display_all
+%%OCCROOT%%/tests/v3d/light_source/dyn_highlight
+%%OCCROOT%%/tests/v3d/light_source/headlight
+%%OCCROOT%%/tests/v3d/light_source/manipulator
+%%OCCROOT%%/tests/v3d/manipulator/bug30669
%%OCCROOT%%/tests/v3d/manipulator/disable_parts
%%OCCROOT%%/tests/v3d/manipulator/dragg
%%OCCROOT%%/tests/v3d/manipulator/rotate
%%OCCROOT%%/tests/v3d/manipulator/rotate2
%%OCCROOT%%/tests/v3d/manipulator/scale
+%%OCCROOT%%/tests/v3d/manipulator/shape_location
%%OCCROOT%%/tests/v3d/manipulator/translate
%%OCCROOT%%/tests/v3d/manipulator/translate2
%%OCCROOT%%/tests/v3d/manipulator/view_affinity
@@ -18224,11 +17915,15 @@
%%OCCROOT%%/tests/v3d/materials/bug27818_1
%%OCCROOT%%/tests/v3d/materials/bug27818_2
%%OCCROOT%%/tests/v3d/materials/colors
-%%OCCROOT%%/tests/v3d/materials/ior
%%OCCROOT%%/tests/v3d/materials/materials
%%OCCROOT%%/tests/v3d/materials/pbr1
%%OCCROOT%%/tests/v3d/materials/phong1
%%OCCROOT%%/tests/v3d/materials/raytrace1
+%%OCCROOT%%/tests/v3d/memory/bug172
+%%OCCROOT%%/tests/v3d/memory/bug26538
+%%OCCROOT%%/tests/v3d/memory/bug29412
+%%OCCROOT%%/tests/v3d/memory/bug5682
+%%OCCROOT%%/tests/v3d/memory/bug79
%%OCCROOT%%/tests/v3d/mesh/A1
%%OCCROOT%%/tests/v3d/mesh/A2
%%OCCROOT%%/tests/v3d/mesh/A3
@@ -18247,619 +17942,271 @@
%%OCCROOT%%/tests/v3d/mesh/B8
%%OCCROOT%%/tests/v3d/mesh/C1
%%OCCROOT%%/tests/v3d/mesh/begin
+%%OCCROOT%%/tests/v3d/mesh/bug10781
+%%OCCROOT%%/tests/v3d/mesh/bug11095
+%%OCCROOT%%/tests/v3d/mesh/bug26028
%%OCCROOT%%/tests/v3d/parse.rules
%%OCCROOT%%/tests/v3d/point_cloud/sensitivebox
%%OCCROOT%%/tests/v3d/point_cloud/sphere
-%%OCCROOT%%/tests/v3d/quadric/begin
%%OCCROOT%%/tests/v3d/quadric/cylinder
%%OCCROOT%%/tests/v3d/quadric/sphere
%%OCCROOT%%/tests/v3d/quadric/torus
-%%OCCROOT%%/tests/v3d/raytrace/begin
-%%OCCROOT%%/tests/v3d/raytrace/bug24130
-%%OCCROOT%%/tests/v3d/raytrace/bug24819
-%%OCCROOT%%/tests/v3d/raytrace/bug25201
-%%OCCROOT%%/tests/v3d/raytrace/bug25221
-%%OCCROOT%%/tests/v3d/raytrace/bug25833
-%%OCCROOT%%/tests/v3d/raytrace/bug26070
-%%OCCROOT%%/tests/v3d/raytrace/bug26617
-%%OCCROOT%%/tests/v3d/raytrace/bug31279
-%%OCCROOT%%/tests/v3d/raytrace/connected
-%%OCCROOT%%/tests/v3d/raytrace/dof_mono
-%%OCCROOT%%/tests/v3d/raytrace/dof_stereo
-%%OCCROOT%%/tests/v3d/raytrace/helmet
-%%OCCROOT%%/tests/v3d/raytrace/normal_map
-%%OCCROOT%%/tests/v3d/raytrace/pbr_spheres
-%%OCCROOT%%/tests/v3d/raytrace/plastic
-%%OCCROOT%%/tests/v3d/raytrace/refraction
-%%OCCROOT%%/tests/v3d/raytrace/sample_ball
-%%OCCROOT%%/tests/v3d/raytrace/sample_ball_alpha
-%%OCCROOT%%/tests/v3d/raytrace/sample_ball_iss
-%%OCCROOT%%/tests/v3d/raytrace/sample_ball_wood
-%%OCCROOT%%/tests/v3d/raytrace/sample_cube
-%%OCCROOT%%/tests/v3d/raytrace/sample_cube_clamp
-%%OCCROOT%%/tests/v3d/raytrace/sample_cube_twosided
-%%OCCROOT%%/tests/v3d/raytrace/sample_materials
-%%OCCROOT%%/tests/v3d/raytrace/textures
-%%OCCROOT%%/tests/v3d/raytrace/tone_mapping
-%%OCCROOT%%/tests/v3d/transparency/begin
-%%OCCROOT%%/tests/v3d/transparency/blend
-%%OCCROOT%%/tests/v3d/transparency/highlight
-%%OCCROOT%%/tests/v3d/vertex/A1
-%%OCCROOT%%/tests/v3d/vertex/A2
-%%OCCROOT%%/tests/v3d/vertex/A3
-%%OCCROOT%%/tests/v3d/vertex/A4
-%%OCCROOT%%/tests/v3d/vertex/A5
-%%OCCROOT%%/tests/v3d/vertex/A6
-%%OCCROOT%%/tests/v3d/vertex/A7
-%%OCCROOT%%/tests/v3d/vertex/A8
-%%OCCROOT%%/tests/v3d/vertex/A9
-%%OCCROOT%%/tests/v3d/vertex/B1
-%%OCCROOT%%/tests/v3d/vertex/B2
-%%OCCROOT%%/tests/v3d/vertex/B3
-%%OCCROOT%%/tests/v3d/vertex/B4
-%%OCCROOT%%/tests/v3d/vertex/B5
-%%OCCROOT%%/tests/v3d/vertex/B6
-%%OCCROOT%%/tests/v3d/vertex/B7
-%%OCCROOT%%/tests/v3d/vertex/B8
-%%OCCROOT%%/tests/v3d/vertex/B9
-%%OCCROOT%%/tests/v3d/vertex/C1
-%%OCCROOT%%/tests/v3d/vertex/C2
-%%OCCROOT%%/tests/v3d/vertex/C3
-%%OCCROOT%%/tests/v3d/vertex/C4
-%%OCCROOT%%/tests/v3d/vertex/C5
-%%OCCROOT%%/tests/v3d/vertex/C6
-%%OCCROOT%%/tests/v3d/vertex/C7
-%%OCCROOT%%/tests/v3d/vertex/C8
-%%OCCROOT%%/tests/v3d/vertex/C9
-%%OCCROOT%%/tests/v3d/vertex/D1
-%%OCCROOT%%/tests/v3d/vertex/D2
-%%OCCROOT%%/tests/v3d/vertex/D3
-%%OCCROOT%%/tests/v3d/vertex/D4
-%%OCCROOT%%/tests/v3d/vertex/D5
-%%OCCROOT%%/tests/v3d/vertex/D6
-%%OCCROOT%%/tests/v3d/vertex/D7
-%%OCCROOT%%/tests/v3d/vertex/D8
-%%OCCROOT%%/tests/v3d/vertex/D9
-%%OCCROOT%%/tests/v3d/vertex/E1
-%%OCCROOT%%/tests/v3d/vertex/E2
-%%OCCROOT%%/tests/v3d/vertex/E3
-%%OCCROOT%%/tests/v3d/vertex/E4
-%%OCCROOT%%/tests/v3d/vertex/E5
-%%OCCROOT%%/tests/v3d/vertex/E6
-%%OCCROOT%%/tests/v3d/vertex/E7
-%%OCCROOT%%/tests/v3d/vertex/E8
-%%OCCROOT%%/tests/v3d/vertex/E9
-%%OCCROOT%%/tests/v3d/vertex/F1
-%%OCCROOT%%/tests/v3d/vertex/F2
-%%OCCROOT%%/tests/v3d/vertex/begin
-%%OCCROOT%%/tests/v3d/vertex_edge/A1
-%%OCCROOT%%/tests/v3d/vertex_edge/A2
-%%OCCROOT%%/tests/v3d/vertex_edge/A3
-%%OCCROOT%%/tests/v3d/vertex_edge/A4
-%%OCCROOT%%/tests/v3d/vertex_edge/A5
-%%OCCROOT%%/tests/v3d/vertex_edge/A6
-%%OCCROOT%%/tests/v3d/vertex_edge/A7
-%%OCCROOT%%/tests/v3d/vertex_edge/A8
-%%OCCROOT%%/tests/v3d/vertex_edge/A9
-%%OCCROOT%%/tests/v3d/vertex_edge/B1
-%%OCCROOT%%/tests/v3d/vertex_edge/B2
-%%OCCROOT%%/tests/v3d/vertex_edge/B3
-%%OCCROOT%%/tests/v3d/vertex_edge/B4
-%%OCCROOT%%/tests/v3d/vertex_edge/B5
-%%OCCROOT%%/tests/v3d/vertex_edge/B6
-%%OCCROOT%%/tests/v3d/vertex_edge/B7
-%%OCCROOT%%/tests/v3d/vertex_edge/B8
-%%OCCROOT%%/tests/v3d/vertex_edge/B9
-%%OCCROOT%%/tests/v3d/vertex_edge/C1
-%%OCCROOT%%/tests/v3d/vertex_edge/C2
-%%OCCROOT%%/tests/v3d/vertex_edge/C3
-%%OCCROOT%%/tests/v3d/vertex_edge/C4
-%%OCCROOT%%/tests/v3d/vertex_edge/C5
-%%OCCROOT%%/tests/v3d/vertex_edge/C6
-%%OCCROOT%%/tests/v3d/vertex_edge/C7
-%%OCCROOT%%/tests/v3d/vertex_edge/C8
-%%OCCROOT%%/tests/v3d/vertex_edge/C9
-%%OCCROOT%%/tests/v3d/vertex_edge/D1
-%%OCCROOT%%/tests/v3d/vertex_edge/D2
-%%OCCROOT%%/tests/v3d/vertex_edge/D3
-%%OCCROOT%%/tests/v3d/vertex_edge/D4
-%%OCCROOT%%/tests/v3d/vertex_edge/D5
-%%OCCROOT%%/tests/v3d/vertex_edge/D6
-%%OCCROOT%%/tests/v3d/vertex_edge/D7
-%%OCCROOT%%/tests/v3d/vertex_edge/D8
-%%OCCROOT%%/tests/v3d/vertex_edge/D9
-%%OCCROOT%%/tests/v3d/vertex_edge/E1
-%%OCCROOT%%/tests/v3d/vertex_edge/E2
-%%OCCROOT%%/tests/v3d/vertex_edge/E3
-%%OCCROOT%%/tests/v3d/vertex_edge/E4
-%%OCCROOT%%/tests/v3d/vertex_edge/E5
-%%OCCROOT%%/tests/v3d/vertex_edge/E6
-%%OCCROOT%%/tests/v3d/vertex_edge/E7
-%%OCCROOT%%/tests/v3d/vertex_edge/E8
-%%OCCROOT%%/tests/v3d/vertex_edge/E9
-%%OCCROOT%%/tests/v3d/vertex_edge/F1
-%%OCCROOT%%/tests/v3d/vertex_edge/F2
-%%OCCROOT%%/tests/v3d/vertex_edge/F3
-%%OCCROOT%%/tests/v3d/vertex_edge/F4
-%%OCCROOT%%/tests/v3d/vertex_edge/F5
-%%OCCROOT%%/tests/v3d/vertex_edge/F6
-%%OCCROOT%%/tests/v3d/vertex_edge/F7
-%%OCCROOT%%/tests/v3d/vertex_edge/F8
-%%OCCROOT%%/tests/v3d/vertex_edge/F9
-%%OCCROOT%%/tests/v3d/vertex_edge/G1
-%%OCCROOT%%/tests/v3d/vertex_edge/G2
-%%OCCROOT%%/tests/v3d/vertex_edge/G3
-%%OCCROOT%%/tests/v3d/vertex_edge/G4
-%%OCCROOT%%/tests/v3d/vertex_edge/G5
-%%OCCROOT%%/tests/v3d/vertex_edge/G6
-%%OCCROOT%%/tests/v3d/vertex_edge/G7
-%%OCCROOT%%/tests/v3d/vertex_edge/G8
-%%OCCROOT%%/tests/v3d/vertex_edge/G9
-%%OCCROOT%%/tests/v3d/vertex_edge/H1
-%%OCCROOT%%/tests/v3d/vertex_edge/H2
-%%OCCROOT%%/tests/v3d/vertex_edge/H3
-%%OCCROOT%%/tests/v3d/vertex_edge/H4
-%%OCCROOT%%/tests/v3d/vertex_edge/H5
-%%OCCROOT%%/tests/v3d/vertex_edge/H6
-%%OCCROOT%%/tests/v3d/vertex_edge/H7
-%%OCCROOT%%/tests/v3d/vertex_edge/H8
-%%OCCROOT%%/tests/v3d/vertex_edge/H9
-%%OCCROOT%%/tests/v3d/vertex_edge/I1
-%%OCCROOT%%/tests/v3d/vertex_edge/I2
-%%OCCROOT%%/tests/v3d/vertex_edge/I3
-%%OCCROOT%%/tests/v3d/vertex_edge/I4
-%%OCCROOT%%/tests/v3d/vertex_edge/I5
-%%OCCROOT%%/tests/v3d/vertex_edge/I6
-%%OCCROOT%%/tests/v3d/vertex_edge/I7
-%%OCCROOT%%/tests/v3d/vertex_edge/I8
-%%OCCROOT%%/tests/v3d/vertex_edge/I9
-%%OCCROOT%%/tests/v3d/vertex_edge/J1
-%%OCCROOT%%/tests/v3d/vertex_edge/J2
-%%OCCROOT%%/tests/v3d/vertex_edge/J3
-%%OCCROOT%%/tests/v3d/vertex_edge/J4
-%%OCCROOT%%/tests/v3d/vertex_edge/J5
-%%OCCROOT%%/tests/v3d/vertex_edge/J6
-%%OCCROOT%%/tests/v3d/vertex_edge/J7
-%%OCCROOT%%/tests/v3d/vertex_edge/J8
-%%OCCROOT%%/tests/v3d/vertex_edge/J9
-%%OCCROOT%%/tests/v3d/vertex_edge/K1
-%%OCCROOT%%/tests/v3d/vertex_edge/K2
-%%OCCROOT%%/tests/v3d/vertex_edge/K3
-%%OCCROOT%%/tests/v3d/vertex_edge/K4
-%%OCCROOT%%/tests/v3d/vertex_edge/begin
-%%OCCROOT%%/tests/v3d/vertex_face/A1
-%%OCCROOT%%/tests/v3d/vertex_face/A2
-%%OCCROOT%%/tests/v3d/vertex_face/A3
-%%OCCROOT%%/tests/v3d/vertex_face/A4
-%%OCCROOT%%/tests/v3d/vertex_face/A5
-%%OCCROOT%%/tests/v3d/vertex_face/A6
-%%OCCROOT%%/tests/v3d/vertex_face/A7
-%%OCCROOT%%/tests/v3d/vertex_face/A8
-%%OCCROOT%%/tests/v3d/vertex_face/A9
-%%OCCROOT%%/tests/v3d/vertex_face/B1
-%%OCCROOT%%/tests/v3d/vertex_face/B2
-%%OCCROOT%%/tests/v3d/vertex_face/B3
-%%OCCROOT%%/tests/v3d/vertex_face/B4
-%%OCCROOT%%/tests/v3d/vertex_face/B5
-%%OCCROOT%%/tests/v3d/vertex_face/B6
-%%OCCROOT%%/tests/v3d/vertex_face/B7
-%%OCCROOT%%/tests/v3d/vertex_face/B8
-%%OCCROOT%%/tests/v3d/vertex_face/B9
-%%OCCROOT%%/tests/v3d/vertex_face/C1
-%%OCCROOT%%/tests/v3d/vertex_face/C2
-%%OCCROOT%%/tests/v3d/vertex_face/C3
-%%OCCROOT%%/tests/v3d/vertex_face/C4
-%%OCCROOT%%/tests/v3d/vertex_face/C5
-%%OCCROOT%%/tests/v3d/vertex_face/C6
-%%OCCROOT%%/tests/v3d/vertex_face/C7
-%%OCCROOT%%/tests/v3d/vertex_face/C8
-%%OCCROOT%%/tests/v3d/vertex_face/C9
-%%OCCROOT%%/tests/v3d/vertex_face/D1
-%%OCCROOT%%/tests/v3d/vertex_face/D2
-%%OCCROOT%%/tests/v3d/vertex_face/D3
-%%OCCROOT%%/tests/v3d/vertex_face/D4
-%%OCCROOT%%/tests/v3d/vertex_face/D5
-%%OCCROOT%%/tests/v3d/vertex_face/D6
-%%OCCROOT%%/tests/v3d/vertex_face/D7
-%%OCCROOT%%/tests/v3d/vertex_face/D8
-%%OCCROOT%%/tests/v3d/vertex_face/D9
-%%OCCROOT%%/tests/v3d/vertex_face/E1
-%%OCCROOT%%/tests/v3d/vertex_face/E2
-%%OCCROOT%%/tests/v3d/vertex_face/E3
-%%OCCROOT%%/tests/v3d/vertex_face/E4
-%%OCCROOT%%/tests/v3d/vertex_face/E5
-%%OCCROOT%%/tests/v3d/vertex_face/E6
-%%OCCROOT%%/tests/v3d/vertex_face/E7
-%%OCCROOT%%/tests/v3d/vertex_face/E8
-%%OCCROOT%%/tests/v3d/vertex_face/E9
-%%OCCROOT%%/tests/v3d/vertex_face/F1
-%%OCCROOT%%/tests/v3d/vertex_face/F2
-%%OCCROOT%%/tests/v3d/vertex_face/F3
-%%OCCROOT%%/tests/v3d/vertex_face/F4
-%%OCCROOT%%/tests/v3d/vertex_face/F5
-%%OCCROOT%%/tests/v3d/vertex_face/F6
-%%OCCROOT%%/tests/v3d/vertex_face/F7
-%%OCCROOT%%/tests/v3d/vertex_face/F8
-%%OCCROOT%%/tests/v3d/vertex_face/F9
-%%OCCROOT%%/tests/v3d/vertex_face/G1
-%%OCCROOT%%/tests/v3d/vertex_face/G2
-%%OCCROOT%%/tests/v3d/vertex_face/G3
-%%OCCROOT%%/tests/v3d/vertex_face/G4
-%%OCCROOT%%/tests/v3d/vertex_face/G5
-%%OCCROOT%%/tests/v3d/vertex_face/G6
-%%OCCROOT%%/tests/v3d/vertex_face/G7
-%%OCCROOT%%/tests/v3d/vertex_face/G8
-%%OCCROOT%%/tests/v3d/vertex_face/G9
-%%OCCROOT%%/tests/v3d/vertex_face/H1
-%%OCCROOT%%/tests/v3d/vertex_face/H2
-%%OCCROOT%%/tests/v3d/vertex_face/H3
-%%OCCROOT%%/tests/v3d/vertex_face/H4
-%%OCCROOT%%/tests/v3d/vertex_face/H5
-%%OCCROOT%%/tests/v3d/vertex_face/H6
-%%OCCROOT%%/tests/v3d/vertex_face/H7
-%%OCCROOT%%/tests/v3d/vertex_face/H8
-%%OCCROOT%%/tests/v3d/vertex_face/H9
-%%OCCROOT%%/tests/v3d/vertex_face/I1
-%%OCCROOT%%/tests/v3d/vertex_face/I2
-%%OCCROOT%%/tests/v3d/vertex_face/I3
-%%OCCROOT%%/tests/v3d/vertex_face/I4
-%%OCCROOT%%/tests/v3d/vertex_face/I5
-%%OCCROOT%%/tests/v3d/vertex_face/I6
-%%OCCROOT%%/tests/v3d/vertex_face/I7
-%%OCCROOT%%/tests/v3d/vertex_face/I8
-%%OCCROOT%%/tests/v3d/vertex_face/I9
-%%OCCROOT%%/tests/v3d/vertex_face/J1
-%%OCCROOT%%/tests/v3d/vertex_face/J2
-%%OCCROOT%%/tests/v3d/vertex_face/J3
-%%OCCROOT%%/tests/v3d/vertex_face/J4
-%%OCCROOT%%/tests/v3d/vertex_face/J5
-%%OCCROOT%%/tests/v3d/vertex_face/J6
-%%OCCROOT%%/tests/v3d/vertex_face/J7
-%%OCCROOT%%/tests/v3d/vertex_face/J8
-%%OCCROOT%%/tests/v3d/vertex_face/J9
-%%OCCROOT%%/tests/v3d/vertex_face/K1
-%%OCCROOT%%/tests/v3d/vertex_face/K2
-%%OCCROOT%%/tests/v3d/vertex_face/K3
-%%OCCROOT%%/tests/v3d/vertex_face/K4
-%%OCCROOT%%/tests/v3d/vertex_face/begin
-%%OCCROOT%%/tests/v3d/vertex_solid/A1
-%%OCCROOT%%/tests/v3d/vertex_solid/A2
-%%OCCROOT%%/tests/v3d/vertex_solid/A3
-%%OCCROOT%%/tests/v3d/vertex_solid/A4
-%%OCCROOT%%/tests/v3d/vertex_solid/A5
-%%OCCROOT%%/tests/v3d/vertex_solid/A6
-%%OCCROOT%%/tests/v3d/vertex_solid/A7
-%%OCCROOT%%/tests/v3d/vertex_solid/A8
-%%OCCROOT%%/tests/v3d/vertex_solid/A9
-%%OCCROOT%%/tests/v3d/vertex_solid/B1
-%%OCCROOT%%/tests/v3d/vertex_solid/B2
-%%OCCROOT%%/tests/v3d/vertex_solid/B3
-%%OCCROOT%%/tests/v3d/vertex_solid/B4
-%%OCCROOT%%/tests/v3d/vertex_solid/B5
-%%OCCROOT%%/tests/v3d/vertex_solid/B6
-%%OCCROOT%%/tests/v3d/vertex_solid/B7
-%%OCCROOT%%/tests/v3d/vertex_solid/B8
-%%OCCROOT%%/tests/v3d/vertex_solid/B9
-%%OCCROOT%%/tests/v3d/vertex_solid/C1
-%%OCCROOT%%/tests/v3d/vertex_solid/C2
-%%OCCROOT%%/tests/v3d/vertex_solid/C3
-%%OCCROOT%%/tests/v3d/vertex_solid/C4
-%%OCCROOT%%/tests/v3d/vertex_solid/C5
-%%OCCROOT%%/tests/v3d/vertex_solid/C6
-%%OCCROOT%%/tests/v3d/vertex_solid/C7
-%%OCCROOT%%/tests/v3d/vertex_solid/C8
-%%OCCROOT%%/tests/v3d/vertex_solid/C9
-%%OCCROOT%%/tests/v3d/vertex_solid/D1
-%%OCCROOT%%/tests/v3d/vertex_solid/D2
-%%OCCROOT%%/tests/v3d/vertex_solid/D3
-%%OCCROOT%%/tests/v3d/vertex_solid/D4
-%%OCCROOT%%/tests/v3d/vertex_solid/D5
-%%OCCROOT%%/tests/v3d/vertex_solid/D6
-%%OCCROOT%%/tests/v3d/vertex_solid/D7
-%%OCCROOT%%/tests/v3d/vertex_solid/D8
-%%OCCROOT%%/tests/v3d/vertex_solid/D9
-%%OCCROOT%%/tests/v3d/vertex_solid/E1
-%%OCCROOT%%/tests/v3d/vertex_solid/E2
-%%OCCROOT%%/tests/v3d/vertex_solid/E3
-%%OCCROOT%%/tests/v3d/vertex_solid/E4
-%%OCCROOT%%/tests/v3d/vertex_solid/E5
-%%OCCROOT%%/tests/v3d/vertex_solid/E6
-%%OCCROOT%%/tests/v3d/vertex_solid/E7
-%%OCCROOT%%/tests/v3d/vertex_solid/E8
-%%OCCROOT%%/tests/v3d/vertex_solid/E9
-%%OCCROOT%%/tests/v3d/vertex_solid/F1
-%%OCCROOT%%/tests/v3d/vertex_solid/F2
-%%OCCROOT%%/tests/v3d/vertex_solid/F3
-%%OCCROOT%%/tests/v3d/vertex_solid/F4
-%%OCCROOT%%/tests/v3d/vertex_solid/F5
-%%OCCROOT%%/tests/v3d/vertex_solid/F6
-%%OCCROOT%%/tests/v3d/vertex_solid/F7
-%%OCCROOT%%/tests/v3d/vertex_solid/F8
-%%OCCROOT%%/tests/v3d/vertex_solid/F9
-%%OCCROOT%%/tests/v3d/vertex_solid/G1
-%%OCCROOT%%/tests/v3d/vertex_solid/G2
-%%OCCROOT%%/tests/v3d/vertex_solid/G3
-%%OCCROOT%%/tests/v3d/vertex_solid/G4
-%%OCCROOT%%/tests/v3d/vertex_solid/G5
-%%OCCROOT%%/tests/v3d/vertex_solid/G6
-%%OCCROOT%%/tests/v3d/vertex_solid/G7
-%%OCCROOT%%/tests/v3d/vertex_solid/G8
-%%OCCROOT%%/tests/v3d/vertex_solid/G9
-%%OCCROOT%%/tests/v3d/vertex_solid/H1
-%%OCCROOT%%/tests/v3d/vertex_solid/H2
-%%OCCROOT%%/tests/v3d/vertex_solid/H3
-%%OCCROOT%%/tests/v3d/vertex_solid/H4
-%%OCCROOT%%/tests/v3d/vertex_solid/H5
-%%OCCROOT%%/tests/v3d/vertex_solid/H6
-%%OCCROOT%%/tests/v3d/vertex_solid/H7
-%%OCCROOT%%/tests/v3d/vertex_solid/H8
-%%OCCROOT%%/tests/v3d/vertex_solid/H9
-%%OCCROOT%%/tests/v3d/vertex_solid/I1
-%%OCCROOT%%/tests/v3d/vertex_solid/I2
-%%OCCROOT%%/tests/v3d/vertex_solid/I3
-%%OCCROOT%%/tests/v3d/vertex_solid/I4
-%%OCCROOT%%/tests/v3d/vertex_solid/I5
-%%OCCROOT%%/tests/v3d/vertex_solid/I6
-%%OCCROOT%%/tests/v3d/vertex_solid/I7
-%%OCCROOT%%/tests/v3d/vertex_solid/I8
-%%OCCROOT%%/tests/v3d/vertex_solid/I9
-%%OCCROOT%%/tests/v3d/vertex_solid/J1
-%%OCCROOT%%/tests/v3d/vertex_solid/J2
-%%OCCROOT%%/tests/v3d/vertex_solid/J3
-%%OCCROOT%%/tests/v3d/vertex_solid/J4
-%%OCCROOT%%/tests/v3d/vertex_solid/J5
-%%OCCROOT%%/tests/v3d/vertex_solid/J6
-%%OCCROOT%%/tests/v3d/vertex_solid/J7
-%%OCCROOT%%/tests/v3d/vertex_solid/J8
-%%OCCROOT%%/tests/v3d/vertex_solid/J9
-%%OCCROOT%%/tests/v3d/vertex_solid/K1
-%%OCCROOT%%/tests/v3d/vertex_solid/K2
-%%OCCROOT%%/tests/v3d/vertex_solid/K3
-%%OCCROOT%%/tests/v3d/vertex_solid/K4
-%%OCCROOT%%/tests/v3d/vertex_solid/begin
-%%OCCROOT%%/tests/v3d/vertex_wire/A1
-%%OCCROOT%%/tests/v3d/vertex_wire/A2
-%%OCCROOT%%/tests/v3d/vertex_wire/A3
-%%OCCROOT%%/tests/v3d/vertex_wire/A4
-%%OCCROOT%%/tests/v3d/vertex_wire/A5
-%%OCCROOT%%/tests/v3d/vertex_wire/A6
-%%OCCROOT%%/tests/v3d/vertex_wire/A7
-%%OCCROOT%%/tests/v3d/vertex_wire/A8
-%%OCCROOT%%/tests/v3d/vertex_wire/A9
-%%OCCROOT%%/tests/v3d/vertex_wire/B1
-%%OCCROOT%%/tests/v3d/vertex_wire/B2
-%%OCCROOT%%/tests/v3d/vertex_wire/B3
-%%OCCROOT%%/tests/v3d/vertex_wire/B4
-%%OCCROOT%%/tests/v3d/vertex_wire/B5
-%%OCCROOT%%/tests/v3d/vertex_wire/B6
-%%OCCROOT%%/tests/v3d/vertex_wire/B7
-%%OCCROOT%%/tests/v3d/vertex_wire/B8
-%%OCCROOT%%/tests/v3d/vertex_wire/B9
-%%OCCROOT%%/tests/v3d/vertex_wire/C1
-%%OCCROOT%%/tests/v3d/vertex_wire/C2
-%%OCCROOT%%/tests/v3d/vertex_wire/C3
-%%OCCROOT%%/tests/v3d/vertex_wire/C4
-%%OCCROOT%%/tests/v3d/vertex_wire/C5
-%%OCCROOT%%/tests/v3d/vertex_wire/C6
-%%OCCROOT%%/tests/v3d/vertex_wire/C7
-%%OCCROOT%%/tests/v3d/vertex_wire/C8
-%%OCCROOT%%/tests/v3d/vertex_wire/C9
-%%OCCROOT%%/tests/v3d/vertex_wire/D1
-%%OCCROOT%%/tests/v3d/vertex_wire/D2
-%%OCCROOT%%/tests/v3d/vertex_wire/D3
-%%OCCROOT%%/tests/v3d/vertex_wire/D4
-%%OCCROOT%%/tests/v3d/vertex_wire/D5
-%%OCCROOT%%/tests/v3d/vertex_wire/D6
-%%OCCROOT%%/tests/v3d/vertex_wire/D7
-%%OCCROOT%%/tests/v3d/vertex_wire/D8
-%%OCCROOT%%/tests/v3d/vertex_wire/D9
-%%OCCROOT%%/tests/v3d/vertex_wire/E1
-%%OCCROOT%%/tests/v3d/vertex_wire/E2
-%%OCCROOT%%/tests/v3d/vertex_wire/E3
-%%OCCROOT%%/tests/v3d/vertex_wire/E4
-%%OCCROOT%%/tests/v3d/vertex_wire/E5
-%%OCCROOT%%/tests/v3d/vertex_wire/E6
-%%OCCROOT%%/tests/v3d/vertex_wire/E7
-%%OCCROOT%%/tests/v3d/vertex_wire/E8
-%%OCCROOT%%/tests/v3d/vertex_wire/E9
-%%OCCROOT%%/tests/v3d/vertex_wire/F1
-%%OCCROOT%%/tests/v3d/vertex_wire/F2
-%%OCCROOT%%/tests/v3d/vertex_wire/F3
-%%OCCROOT%%/tests/v3d/vertex_wire/F4
-%%OCCROOT%%/tests/v3d/vertex_wire/F5
-%%OCCROOT%%/tests/v3d/vertex_wire/F6
-%%OCCROOT%%/tests/v3d/vertex_wire/F7
-%%OCCROOT%%/tests/v3d/vertex_wire/F8
-%%OCCROOT%%/tests/v3d/vertex_wire/F9
-%%OCCROOT%%/tests/v3d/vertex_wire/G1
-%%OCCROOT%%/tests/v3d/vertex_wire/G2
-%%OCCROOT%%/tests/v3d/vertex_wire/G3
-%%OCCROOT%%/tests/v3d/vertex_wire/G4
-%%OCCROOT%%/tests/v3d/vertex_wire/G5
-%%OCCROOT%%/tests/v3d/vertex_wire/G6
-%%OCCROOT%%/tests/v3d/vertex_wire/G7
-%%OCCROOT%%/tests/v3d/vertex_wire/G8
-%%OCCROOT%%/tests/v3d/vertex_wire/G9
-%%OCCROOT%%/tests/v3d/vertex_wire/H1
-%%OCCROOT%%/tests/v3d/vertex_wire/H2
-%%OCCROOT%%/tests/v3d/vertex_wire/H3
-%%OCCROOT%%/tests/v3d/vertex_wire/H4
-%%OCCROOT%%/tests/v3d/vertex_wire/H5
-%%OCCROOT%%/tests/v3d/vertex_wire/H6
-%%OCCROOT%%/tests/v3d/vertex_wire/H7
-%%OCCROOT%%/tests/v3d/vertex_wire/H8
-%%OCCROOT%%/tests/v3d/vertex_wire/H9
-%%OCCROOT%%/tests/v3d/vertex_wire/I1
-%%OCCROOT%%/tests/v3d/vertex_wire/I2
-%%OCCROOT%%/tests/v3d/vertex_wire/I3
-%%OCCROOT%%/tests/v3d/vertex_wire/I4
-%%OCCROOT%%/tests/v3d/vertex_wire/I5
-%%OCCROOT%%/tests/v3d/vertex_wire/I6
-%%OCCROOT%%/tests/v3d/vertex_wire/I7
-%%OCCROOT%%/tests/v3d/vertex_wire/I8
-%%OCCROOT%%/tests/v3d/vertex_wire/I9
-%%OCCROOT%%/tests/v3d/vertex_wire/J1
-%%OCCROOT%%/tests/v3d/vertex_wire/J2
-%%OCCROOT%%/tests/v3d/vertex_wire/J3
-%%OCCROOT%%/tests/v3d/vertex_wire/J4
-%%OCCROOT%%/tests/v3d/vertex_wire/J5
-%%OCCROOT%%/tests/v3d/vertex_wire/J6
-%%OCCROOT%%/tests/v3d/vertex_wire/J7
-%%OCCROOT%%/tests/v3d/vertex_wire/J8
-%%OCCROOT%%/tests/v3d/vertex_wire/J9
-%%OCCROOT%%/tests/v3d/vertex_wire/K1
-%%OCCROOT%%/tests/v3d/vertex_wire/K2
-%%OCCROOT%%/tests/v3d/vertex_wire/K3
-%%OCCROOT%%/tests/v3d/vertex_wire/K4
-%%OCCROOT%%/tests/v3d/vertex_wire/begin
+%%OCCROOT%%/tests/v3d/trihedron/buc60814
+%%OCCROOT%%/tests/v3d/trihedron/bug10
+%%OCCROOT%%/tests/v3d/trihedron/bug218
+%%OCCROOT%%/tests/v3d/trihedron/bug22368
+%%OCCROOT%%/tests/v3d/trihedron/bug22483
+%%OCCROOT%%/tests/v3d/trihedron/bug23422
+%%OCCROOT%%/tests/v3d/trihedron/bug23484_1
+%%OCCROOT%%/tests/v3d/trihedron/bug24396
+%%OCCROOT%%/tests/v3d/trihedron/bug24989
+%%OCCROOT%%/tests/v3d/trihedron/bug25340
+%%OCCROOT%%/tests/v3d/trihedron/bug25611_1
+%%OCCROOT%%/tests/v3d/trihedron/bug25611_2
+%%OCCROOT%%/tests/v3d/trihedron/bug26754
+%%OCCROOT%%/tests/v3d/trihedron/bug27958
+%%OCCROOT%%/tests/v3d/trihedron/bug5988
+%%OCCROOT%%/tests/v3d/trsf/bug23120
+%%OCCROOT%%/tests/v3d/trsf/bug23652
+%%OCCROOT%%/tests/v3d/trsf/bug24358
+%%OCCROOT%%/tests/v3d/trsf/bug24623_3
+%%OCCROOT%%/tests/v3d/trsf/bug24623_4
+%%OCCROOT%%/tests/v3d/trsf/bug24756
+%%OCCROOT%%/tests/v3d/trsf/bug24837_1
+%%OCCROOT%%/tests/v3d/trsf/bug24837_2
+%%OCCROOT%%/tests/v3d/trsf/bug25276
+%%OCCROOT%%/tests/v3d/trsf/bug25532
+%%OCCROOT%%/tests/v3d/trsf/bug26029
+%%OCCROOT%%/tests/v3d/trsf/bug26199
+%%OCCROOT%%/tests/v3d/trsf/bug26344
+%%OCCROOT%%/tests/v3d/trsf/bug26719_2
+%%OCCROOT%%/tests/v3d/trsf/bug27285
+%%OCCROOT%%/tests/v3d/trsf/bug27359
+%%OCCROOT%%/tests/v3d/trsf/bug27739
+%%OCCROOT%%/tests/v3d/trsf/bug27793
+%%OCCROOT%%/tests/v3d/trsf/bug27817
+%%OCCROOT%%/tests/v3d/trsf/bug27869
+%%OCCROOT%%/tests/v3d/trsf/bug32091
%%OCCROOT%%/tests/v3d/viewcube/default
%%OCCROOT%%/tests/v3d/viewcube/largedist
%%OCCROOT%%/tests/v3d/viewcube/style
%%OCCROOT%%/tests/v3d/viewcube/view
-%%OCCROOT%%/tests/v3d/wire/A1
-%%OCCROOT%%/tests/v3d/wire/A2
-%%OCCROOT%%/tests/v3d/wire/A3
-%%OCCROOT%%/tests/v3d/wire/A4
-%%OCCROOT%%/tests/v3d/wire/A5
-%%OCCROOT%%/tests/v3d/wire/A6
-%%OCCROOT%%/tests/v3d/wire/A7
-%%OCCROOT%%/tests/v3d/wire/A8
-%%OCCROOT%%/tests/v3d/wire/A9
-%%OCCROOT%%/tests/v3d/wire/B1
-%%OCCROOT%%/tests/v3d/wire/B2
-%%OCCROOT%%/tests/v3d/wire/B3
-%%OCCROOT%%/tests/v3d/wire/B4
-%%OCCROOT%%/tests/v3d/wire/B5
-%%OCCROOT%%/tests/v3d/wire/B6
-%%OCCROOT%%/tests/v3d/wire/B7
-%%OCCROOT%%/tests/v3d/wire/B8
-%%OCCROOT%%/tests/v3d/wire/B9
-%%OCCROOT%%/tests/v3d/wire/C1
-%%OCCROOT%%/tests/v3d/wire/C2
-%%OCCROOT%%/tests/v3d/wire/C3
-%%OCCROOT%%/tests/v3d/wire/C4
-%%OCCROOT%%/tests/v3d/wire/C5
-%%OCCROOT%%/tests/v3d/wire/C6
-%%OCCROOT%%/tests/v3d/wire/C7
-%%OCCROOT%%/tests/v3d/wire/C8
-%%OCCROOT%%/tests/v3d/wire/C9
-%%OCCROOT%%/tests/v3d/wire/D1
-%%OCCROOT%%/tests/v3d/wire/D2
-%%OCCROOT%%/tests/v3d/wire/D3
-%%OCCROOT%%/tests/v3d/wire/D4
-%%OCCROOT%%/tests/v3d/wire/D5
-%%OCCROOT%%/tests/v3d/wire/D6
-%%OCCROOT%%/tests/v3d/wire/D7
-%%OCCROOT%%/tests/v3d/wire/D8
-%%OCCROOT%%/tests/v3d/wire/D9
-%%OCCROOT%%/tests/v3d/wire/E1
-%%OCCROOT%%/tests/v3d/wire/E2
-%%OCCROOT%%/tests/v3d/wire/E3
-%%OCCROOT%%/tests/v3d/wire/E4
-%%OCCROOT%%/tests/v3d/wire/E5
-%%OCCROOT%%/tests/v3d/wire/E6
-%%OCCROOT%%/tests/v3d/wire/E7
-%%OCCROOT%%/tests/v3d/wire/E8
-%%OCCROOT%%/tests/v3d/wire/E9
-%%OCCROOT%%/tests/v3d/wire/F1
-%%OCCROOT%%/tests/v3d/wire/F2
-%%OCCROOT%%/tests/v3d/wire/begin
-%%OCCROOT%%/tests/v3d/wire_solid/A1
-%%OCCROOT%%/tests/v3d/wire_solid/A2
-%%OCCROOT%%/tests/v3d/wire_solid/A3
-%%OCCROOT%%/tests/v3d/wire_solid/A4
-%%OCCROOT%%/tests/v3d/wire_solid/A5
-%%OCCROOT%%/tests/v3d/wire_solid/A6
-%%OCCROOT%%/tests/v3d/wire_solid/A7
-%%OCCROOT%%/tests/v3d/wire_solid/A8
-%%OCCROOT%%/tests/v3d/wire_solid/A9
-%%OCCROOT%%/tests/v3d/wire_solid/B1
-%%OCCROOT%%/tests/v3d/wire_solid/B2
-%%OCCROOT%%/tests/v3d/wire_solid/B3
-%%OCCROOT%%/tests/v3d/wire_solid/B4
-%%OCCROOT%%/tests/v3d/wire_solid/B5
-%%OCCROOT%%/tests/v3d/wire_solid/B6
-%%OCCROOT%%/tests/v3d/wire_solid/B7
-%%OCCROOT%%/tests/v3d/wire_solid/B8
-%%OCCROOT%%/tests/v3d/wire_solid/B9
-%%OCCROOT%%/tests/v3d/wire_solid/C1
-%%OCCROOT%%/tests/v3d/wire_solid/C2
-%%OCCROOT%%/tests/v3d/wire_solid/C3
-%%OCCROOT%%/tests/v3d/wire_solid/C4
-%%OCCROOT%%/tests/v3d/wire_solid/C5
-%%OCCROOT%%/tests/v3d/wire_solid/C6
-%%OCCROOT%%/tests/v3d/wire_solid/C7
-%%OCCROOT%%/tests/v3d/wire_solid/C8
-%%OCCROOT%%/tests/v3d/wire_solid/C9
-%%OCCROOT%%/tests/v3d/wire_solid/D1
-%%OCCROOT%%/tests/v3d/wire_solid/D2
-%%OCCROOT%%/tests/v3d/wire_solid/D3
-%%OCCROOT%%/tests/v3d/wire_solid/D4
-%%OCCROOT%%/tests/v3d/wire_solid/D5
-%%OCCROOT%%/tests/v3d/wire_solid/D6
-%%OCCROOT%%/tests/v3d/wire_solid/D7
-%%OCCROOT%%/tests/v3d/wire_solid/D8
-%%OCCROOT%%/tests/v3d/wire_solid/D9
-%%OCCROOT%%/tests/v3d/wire_solid/E1
-%%OCCROOT%%/tests/v3d/wire_solid/E2
-%%OCCROOT%%/tests/v3d/wire_solid/E3
-%%OCCROOT%%/tests/v3d/wire_solid/E4
-%%OCCROOT%%/tests/v3d/wire_solid/E5
-%%OCCROOT%%/tests/v3d/wire_solid/E6
-%%OCCROOT%%/tests/v3d/wire_solid/E7
-%%OCCROOT%%/tests/v3d/wire_solid/E8
-%%OCCROOT%%/tests/v3d/wire_solid/E9
-%%OCCROOT%%/tests/v3d/wire_solid/F1
-%%OCCROOT%%/tests/v3d/wire_solid/F2
-%%OCCROOT%%/tests/v3d/wire_solid/F3
-%%OCCROOT%%/tests/v3d/wire_solid/F4
-%%OCCROOT%%/tests/v3d/wire_solid/F5
-%%OCCROOT%%/tests/v3d/wire_solid/F6
-%%OCCROOT%%/tests/v3d/wire_solid/F7
-%%OCCROOT%%/tests/v3d/wire_solid/F8
-%%OCCROOT%%/tests/v3d/wire_solid/F9
-%%OCCROOT%%/tests/v3d/wire_solid/G1
-%%OCCROOT%%/tests/v3d/wire_solid/G2
-%%OCCROOT%%/tests/v3d/wire_solid/G3
-%%OCCROOT%%/tests/v3d/wire_solid/G4
-%%OCCROOT%%/tests/v3d/wire_solid/G5
-%%OCCROOT%%/tests/v3d/wire_solid/G6
-%%OCCROOT%%/tests/v3d/wire_solid/G7
-%%OCCROOT%%/tests/v3d/wire_solid/G8
-%%OCCROOT%%/tests/v3d/wire_solid/G9
-%%OCCROOT%%/tests/v3d/wire_solid/H1
-%%OCCROOT%%/tests/v3d/wire_solid/H2
-%%OCCROOT%%/tests/v3d/wire_solid/H3
-%%OCCROOT%%/tests/v3d/wire_solid/H4
-%%OCCROOT%%/tests/v3d/wire_solid/H5
-%%OCCROOT%%/tests/v3d/wire_solid/H6
-%%OCCROOT%%/tests/v3d/wire_solid/H7
-%%OCCROOT%%/tests/v3d/wire_solid/H8
-%%OCCROOT%%/tests/v3d/wire_solid/H9
-%%OCCROOT%%/tests/v3d/wire_solid/I1
-%%OCCROOT%%/tests/v3d/wire_solid/I2
-%%OCCROOT%%/tests/v3d/wire_solid/I3
-%%OCCROOT%%/tests/v3d/wire_solid/I4
-%%OCCROOT%%/tests/v3d/wire_solid/I5
-%%OCCROOT%%/tests/v3d/wire_solid/I6
-%%OCCROOT%%/tests/v3d/wire_solid/I7
-%%OCCROOT%%/tests/v3d/wire_solid/I8
-%%OCCROOT%%/tests/v3d/wire_solid/I9
-%%OCCROOT%%/tests/v3d/wire_solid/J1
-%%OCCROOT%%/tests/v3d/wire_solid/J2
-%%OCCROOT%%/tests/v3d/wire_solid/J3
-%%OCCROOT%%/tests/v3d/wire_solid/J4
-%%OCCROOT%%/tests/v3d/wire_solid/J5
-%%OCCROOT%%/tests/v3d/wire_solid/J6
-%%OCCROOT%%/tests/v3d/wire_solid/J7
-%%OCCROOT%%/tests/v3d/wire_solid/J8
-%%OCCROOT%%/tests/v3d/wire_solid/J9
-%%OCCROOT%%/tests/v3d/wire_solid/K1
-%%OCCROOT%%/tests/v3d/wire_solid/K2
-%%OCCROOT%%/tests/v3d/wire_solid/K3
-%%OCCROOT%%/tests/v3d/wire_solid/K4
-%%OCCROOT%%/tests/v3d/wire_solid/L1
-%%OCCROOT%%/tests/v3d/wire_solid/begin
+%%OCCROOT%%/tests/vselect/axis/A1
+%%OCCROOT%%/tests/vselect/axis/A2
+%%OCCROOT%%/tests/vselect/axis/A3
+%%OCCROOT%%/tests/vselect/begin
+%%OCCROOT%%/tests/vselect/bugs/buc60587
+%%OCCROOT%%/tests/vselect/bugs/buc60688
+%%OCCROOT%%/tests/vselect/bugs/buc60876
+%%OCCROOT%%/tests/vselect/bugs/bug10702
+%%OCCROOT%%/tests/vselect/bugs/bug113
+%%OCCROOT%%/tests/vselect/bugs/bug12121
+%%OCCROOT%%/tests/vselect/bugs/bug129_1
+%%OCCROOT%%/tests/vselect/bugs/bug129_2
+%%OCCROOT%%/tests/vselect/bugs/bug22016
+%%OCCROOT%%/tests/vselect/bugs/bug22018
+%%OCCROOT%%/tests/vselect/bugs/bug22048
+%%OCCROOT%%/tests/vselect/bugs/bug23012
+%%OCCROOT%%/tests/vselect/bugs/bug23539_1
+%%OCCROOT%%/tests/vselect/bugs/bug23539_2
+%%OCCROOT%%/tests/vselect/bugs/bug23649_1
+%%OCCROOT%%/tests/vselect/bugs/bug23649_2
+%%OCCROOT%%/tests/vselect/bugs/bug23649_3
+%%OCCROOT%%/tests/vselect/bugs/bug23649_4
+%%OCCROOT%%/tests/vselect/bugs/bug24420
+%%OCCROOT%%/tests/vselect/bugs/bug24564
+%%OCCROOT%%/tests/vselect/bugs/bug24569
+%%OCCROOT%%/tests/vselect/bugs/bug25098
+%%OCCROOT%%/tests/vselect/bugs/bug25103
+%%OCCROOT%%/tests/vselect/bugs/bug25230
+%%OCCROOT%%/tests/vselect/bugs/bug25265
+%%OCCROOT%%/tests/vselect/bugs/bug25335
+%%OCCROOT%%/tests/vselect/bugs/bug25492
+%%OCCROOT%%/tests/vselect/bugs/bug25507
+%%OCCROOT%%/tests/vselect/bugs/bug25624
+%%OCCROOT%%/tests/vselect/bugs/bug25627
+%%OCCROOT%%/tests/vselect/bugs/bug26031
+%%OCCROOT%%/tests/vselect/bugs/bug26146
+%%OCCROOT%%/tests/vselect/bugs/bug26147
+%%OCCROOT%%/tests/vselect/bugs/bug26159
+%%OCCROOT%%/tests/vselect/bugs/bug26209
+%%OCCROOT%%/tests/vselect/bugs/bug26217
+%%OCCROOT%%/tests/vselect/bugs/bug26284
+%%OCCROOT%%/tests/vselect/bugs/bug26304
+%%OCCROOT%%/tests/vselect/bugs/bug26413
+%%OCCROOT%%/tests/vselect/bugs/bug26430
+%%OCCROOT%%/tests/vselect/bugs/bug26462_1
+%%OCCROOT%%/tests/vselect/bugs/bug26462_2
+%%OCCROOT%%/tests/vselect/bugs/bug26566
+%%OCCROOT%%/tests/vselect/bugs/bug26596
+%%OCCROOT%%/tests/vselect/bugs/bug26641
+%%OCCROOT%%/tests/vselect/bugs/bug26680
+%%OCCROOT%%/tests/vselect/bugs/bug26719_1
+%%OCCROOT%%/tests/vselect/bugs/bug26721
+%%OCCROOT%%/tests/vselect/bugs/bug26726
+%%OCCROOT%%/tests/vselect/bugs/bug26779
+%%OCCROOT%%/tests/vselect/bugs/bug26870
+%%OCCROOT%%/tests/vselect/bugs/bug26959
+%%OCCROOT%%/tests/vselect/bugs/bug26960
+%%OCCROOT%%/tests/vselect/bugs/bug27008
+%%OCCROOT%%/tests/vselect/bugs/bug27318
+%%OCCROOT%%/tests/vselect/bugs/bug27477
+%%OCCROOT%%/tests/vselect/bugs/bug27523
+%%OCCROOT%%/tests/vselect/bugs/bug27530
+%%OCCROOT%%/tests/vselect/bugs/bug27618
+%%OCCROOT%%/tests/vselect/bugs/bug27621_1
+%%OCCROOT%%/tests/vselect/bugs/bug27621_2
+%%OCCROOT%%/tests/vselect/bugs/bug27757
+%%OCCROOT%%/tests/vselect/bugs/bug27796
+%%OCCROOT%%/tests/vselect/bugs/bug27797
+%%OCCROOT%%/tests/vselect/bugs/bug27805
+%%OCCROOT%%/tests/vselect/bugs/bug27893
+%%OCCROOT%%/tests/vselect/bugs/bug27986_1
+%%OCCROOT%%/tests/vselect/bugs/bug27986_2
+%%OCCROOT%%/tests/vselect/bugs/bug28205_1
+%%OCCROOT%%/tests/vselect/bugs/bug28205_2
+%%OCCROOT%%/tests/vselect/bugs/bug28310
+%%OCCROOT%%/tests/vselect/bugs/bug28365
+%%OCCROOT%%/tests/vselect/bugs/bug28527
+%%OCCROOT%%/tests/vselect/bugs/bug28988
+%%OCCROOT%%/tests/vselect/bugs/bug29938
+%%OCCROOT%%/tests/vselect/bugs/bug30218
+%%OCCROOT%%/tests/vselect/bugs/bug30672
+%%OCCROOT%%/tests/vselect/bugs/bug30717
+%%OCCROOT%%/tests/vselect/bugs/bug30824
+%%OCCROOT%%/tests/vselect/bugs/bug31221
+%%OCCROOT%%/tests/vselect/bugs/bug31412
+%%OCCROOT%%/tests/vselect/bugs/bug31425
+%%OCCROOT%%/tests/vselect/bugs/bug31440
+%%OCCROOT%%/tests/vselect/bugs/bug32205
+%%OCCROOT%%/tests/vselect/bugs/bug32482
+%%OCCROOT%%/tests/vselect/bugs/bug6652
+%%OCCROOT%%/tests/vselect/bugs/bug7186
+%%OCCROOT%%/tests/vselect/bugs/bug727
+%%OCCROOT%%/tests/vselect/bugs/bug74
+%%OCCROOT%%/tests/vselect/clipping/bug26973
+%%OCCROOT%%/tests/vselect/clipping/bug29791
+%%OCCROOT%%/tests/vselect/clipping/bug29947
+%%OCCROOT%%/tests/vselect/clipping/bug30695
+%%OCCROOT%%/tests/vselect/clipping/bug30777
+%%OCCROOT%%/tests/vselect/clipping/bug30906
+%%OCCROOT%%/tests/vselect/clipping/bug31650
+%%OCCROOT%%/tests/vselect/cone_cylinder/begin
+%%OCCROOT%%/tests/vselect/cone_cylinder/check_depth
+%%OCCROOT%%/tests/vselect/cone_cylinder/detecting
+%%OCCROOT%%/tests/vselect/cone_cylinder/generate_images
+%%OCCROOT%%/tests/vselect/cone_cylinder/polygon_selection
+%%OCCROOT%%/tests/vselect/cone_cylinder/rectangle_selection
+%%OCCROOT%%/tests/vselect/cone_cylinder/single_click_selection_cone
+%%OCCROOT%%/tests/vselect/cone_cylinder/single_click_selection_cylinder
+%%OCCROOT%%/tests/vselect/cone_cylinder/single_click_selection_trunc_cone
+%%OCCROOT%%/tests/vselect/edge/A10
+%%OCCROOT%%/tests/vselect/edge/B1
+%%OCCROOT%%/tests/vselect/edge/F2
+%%OCCROOT%%/tests/vselect/edge/begin
+%%OCCROOT%%/tests/vselect/edge/end
+%%OCCROOT%%/tests/vselect/edge_face/B1
+%%OCCROOT%%/tests/vselect/edge_face/F2
+%%OCCROOT%%/tests/vselect/edge_face/G3
+%%OCCROOT%%/tests/vselect/edge_face/K4
+%%OCCROOT%%/tests/vselect/edge_face/L5
+%%OCCROOT%%/tests/vselect/edge_face/P6
+%%OCCROOT%%/tests/vselect/edge_face/begin
+%%OCCROOT%%/tests/vselect/edge_face/end
+%%OCCROOT%%/tests/vselect/edge_solid/B1
+%%OCCROOT%%/tests/vselect/edge_solid/F2
+%%OCCROOT%%/tests/vselect/edge_solid/G3
+%%OCCROOT%%/tests/vselect/edge_solid/K4
+%%OCCROOT%%/tests/vselect/edge_solid/L5
+%%OCCROOT%%/tests/vselect/edge_solid/P6
+%%OCCROOT%%/tests/vselect/edge_solid/begin
+%%OCCROOT%%/tests/vselect/edge_solid/end
+%%OCCROOT%%/tests/vselect/end
+%%OCCROOT%%/tests/vselect/face/B1
+%%OCCROOT%%/tests/vselect/face/F2
+%%OCCROOT%%/tests/vselect/face/F3
+%%OCCROOT%%/tests/vselect/face/G1
+%%OCCROOT%%/tests/vselect/face/G2
+%%OCCROOT%%/tests/vselect/face/G3
+%%OCCROOT%%/tests/vselect/face/G4
+%%OCCROOT%%/tests/vselect/face/begin
+%%OCCROOT%%/tests/vselect/face/end
+%%OCCROOT%%/tests/vselect/grids.list
+%%OCCROOT%%/tests/vselect/parse.rules
+%%OCCROOT%%/tests/vselect/sphere/begin
+%%OCCROOT%%/tests/vselect/sphere/check_depth
+%%OCCROOT%%/tests/vselect/sphere/detecting
+%%OCCROOT%%/tests/vselect/sphere/generate_images
+%%OCCROOT%%/tests/vselect/sphere/polygon_selection
+%%OCCROOT%%/tests/vselect/sphere/rectangle_selection
+%%OCCROOT%%/tests/vselect/sphere/single_click_selection
+%%OCCROOT%%/tests/vselect/vertex/A2
+%%OCCROOT%%/tests/vselect/vertex/A3
+%%OCCROOT%%/tests/vselect/vertex/A4
+%%OCCROOT%%/tests/vselect/vertex/A5
+%%OCCROOT%%/tests/vselect/vertex/A6
+%%OCCROOT%%/tests/vselect/vertex/A8
+%%OCCROOT%%/tests/vselect/vertex/B1
+%%OCCROOT%%/tests/vselect/vertex/B2
+%%OCCROOT%%/tests/vselect/vertex/B4
+%%OCCROOT%%/tests/vselect/vertex/B5
+%%OCCROOT%%/tests/vselect/vertex/B8
+%%OCCROOT%%/tests/vselect/vertex/C1
+%%OCCROOT%%/tests/vselect/vertex/F2
+%%OCCROOT%%/tests/vselect/vertex/begin
+%%OCCROOT%%/tests/vselect/vertex/end
+%%OCCROOT%%/tests/vselect/vertex_edge/B1
+%%OCCROOT%%/tests/vselect/vertex_edge/F2
+%%OCCROOT%%/tests/vselect/vertex_edge/G3
+%%OCCROOT%%/tests/vselect/vertex_edge/K4
+%%OCCROOT%%/tests/vselect/vertex_edge/begin
+%%OCCROOT%%/tests/vselect/vertex_edge/end
+%%OCCROOT%%/tests/vselect/vertex_face/B1
+%%OCCROOT%%/tests/vselect/vertex_face/F2
+%%OCCROOT%%/tests/vselect/vertex_face/G3
+%%OCCROOT%%/tests/vselect/vertex_face/K4
+%%OCCROOT%%/tests/vselect/vertex_face/begin
+%%OCCROOT%%/tests/vselect/vertex_face/end
+%%OCCROOT%%/tests/vselect/vertex_solid/B1
+%%OCCROOT%%/tests/vselect/vertex_solid/F2
+%%OCCROOT%%/tests/vselect/vertex_solid/G3
+%%OCCROOT%%/tests/vselect/vertex_solid/K4
+%%OCCROOT%%/tests/vselect/vertex_solid/begin
+%%OCCROOT%%/tests/vselect/vertex_solid/end
+%%OCCROOT%%/tests/vselect/vertex_wire/A1
+%%OCCROOT%%/tests/vselect/vertex_wire/B1
+%%OCCROOT%%/tests/vselect/vertex_wire/F2
+%%OCCROOT%%/tests/vselect/vertex_wire/G3
+%%OCCROOT%%/tests/vselect/vertex_wire/K4
+%%OCCROOT%%/tests/vselect/vertex_wire/begin
+%%OCCROOT%%/tests/vselect/vertex_wire/end
+%%OCCROOT%%/tests/vselect/wire/B1
+%%OCCROOT%%/tests/vselect/wire/F2
+%%OCCROOT%%/tests/vselect/wire/begin
+%%OCCROOT%%/tests/vselect/wire_solid/B1
+%%OCCROOT%%/tests/vselect/wire_solid/F2
+%%OCCROOT%%/tests/vselect/wire_solid/G3
+%%OCCROOT%%/tests/vselect/wire_solid/K4
+%%OCCROOT%%/tests/vselect/wire_solid/L1
+%%OCCROOT%%/tests/vselect/wire_solid/begin
+%%OCCROOT%%/tests/vselect/wire_solid/end
+%%OCCROOT%%/tests/vtk/begin
+%%OCCROOT%%/tests/vtk/end
+%%OCCROOT%%/tests/vtk/grids.list
+%%OCCROOT%%/tests/vtk/ivtk/autotriang
+%%OCCROOT%%/tests/vtk/ivtk/bgcolor
+%%OCCROOT%%/tests/vtk/ivtk/boundary_draw
+%%OCCROOT%%/tests/vtk/ivtk/bug26978
+%%OCCROOT%%/tests/vtk/ivtk/bug27567
+%%OCCROOT%%/tests/vtk/ivtk/bug32400
+%%OCCROOT%%/tests/vtk/ivtk/detect
+%%OCCROOT%%/tests/vtk/ivtk/display_mode
+%%OCCROOT%%/tests/vtk/ivtk/erase
+%%OCCROOT%%/tests/vtk/ivtk/parse.rules
+%%OCCROOT%%/tests/vtk/ivtk/seam_edges
+%%OCCROOT%%/tests/vtk/ivtk/select
+%%OCCROOT%%/tests/vtk/ivtk/selection_mode
+%%OCCROOT%%/tests/vtk/parse.rules
%%OCCROOT%%/tests/xcaf/add_ACL_brep/A1
%%OCCROOT%%/tests/xcaf/begin
%%OCCROOT%%/tests/xcaf/brep_add_CL/A1
@@ -19439,7 +18786,6 @@ include/OpenCASCADE/AIS_AnimationCamera.hxx
include/OpenCASCADE/AIS_AnimationObject.hxx
include/OpenCASCADE/AIS_AnimationTimer.hxx
include/OpenCASCADE/AIS_AttributeFilter.hxx
-include/OpenCASCADE/AIS_AttributeFilter.lxx
include/OpenCASCADE/AIS_Axis.hxx
include/OpenCASCADE/AIS_BadEdgeFilter.hxx
include/OpenCASCADE/AIS_C0RegularityFilter.hxx
@@ -19471,7 +18817,6 @@ include/OpenCASCADE/AIS_EllipseRadiusDimension.hxx
include/OpenCASCADE/AIS_EqualDistanceRelation.hxx
include/OpenCASCADE/AIS_EqualRadiusRelation.hxx
include/OpenCASCADE/AIS_ExclusionFilter.hxx
-include/OpenCASCADE/AIS_ExclusionFilter.lxx
include/OpenCASCADE/AIS_FixRelation.hxx
include/OpenCASCADE/AIS_GlobalStatus.hxx
include/OpenCASCADE/AIS_GraphicTool.hxx
@@ -19481,6 +18826,7 @@ include/OpenCASCADE/AIS_InteractiveContext.hxx
include/OpenCASCADE/AIS_InteractiveObject.hxx
include/OpenCASCADE/AIS_KindOfInteractive.hxx
include/OpenCASCADE/AIS_LengthDimension.hxx
+include/OpenCASCADE/AIS_LightSource.hxx
include/OpenCASCADE/AIS_Line.hxx
include/OpenCASCADE/AIS_ListIteratorOfListOfInteractive.hxx
include/OpenCASCADE/AIS_ListOfInteractive.hxx
@@ -19495,7 +18841,7 @@ include/OpenCASCADE/AIS_MidPointRelation.hxx
include/OpenCASCADE/AIS_MinRadiusDimension.hxx
include/OpenCASCADE/AIS_MouseGesture.hxx
include/OpenCASCADE/AIS_MultipleConnectedInteractive.hxx
-include/OpenCASCADE/AIS_MultipleConnectedInteractive.lxx
+include/OpenCASCADE/AIS_NArray1OfEntityOwner.hxx
include/OpenCASCADE/AIS_NListOfEntityOwner.hxx
include/OpenCASCADE/AIS_NavigationMode.hxx
include/OpenCASCADE/AIS_OffsetDimension.hxx
@@ -19512,6 +18858,7 @@ include/OpenCASCADE/AIS_RubberBand.hxx
include/OpenCASCADE/AIS_SelectStatus.hxx
include/OpenCASCADE/AIS_Selection.hxx
include/OpenCASCADE/AIS_SelectionModesConcurrency.hxx
+include/OpenCASCADE/AIS_SelectionScheme.hxx
include/OpenCASCADE/AIS_SequenceOfInteractive.hxx
include/OpenCASCADE/AIS_Shape.hxx
include/OpenCASCADE/AIS_SignatureFilter.hxx
@@ -19538,37 +18885,15 @@ include/OpenCASCADE/AIS_XRTrackedDevice.hxx
include/OpenCASCADE/APIHeaderSection_EditHeader.hxx
include/OpenCASCADE/APIHeaderSection_MakeHeader.hxx
include/OpenCASCADE/Adaptor2d_Curve2d.hxx
-include/OpenCASCADE/Adaptor2d_GenHCurve2d.gxx
-include/OpenCASCADE/Adaptor2d_GenHCurve2d.lxx
-include/OpenCASCADE/Adaptor2d_HCurve2d.hxx
-include/OpenCASCADE/Adaptor2d_HCurve2d.lxx
-include/OpenCASCADE/Adaptor2d_HLine2d.hxx
-include/OpenCASCADE/Adaptor2d_HOffsetCurve.hxx
include/OpenCASCADE/Adaptor2d_Line2d.hxx
include/OpenCASCADE/Adaptor2d_OffsetCurve.hxx
-include/OpenCASCADE/Adaptor2d_OffsetCurve.lxx
include/OpenCASCADE/Adaptor3d_Curve.hxx
include/OpenCASCADE/Adaptor3d_CurveOnSurface.hxx
-include/OpenCASCADE/Adaptor3d_CurveOnSurfacePtr.hxx
-include/OpenCASCADE/Adaptor3d_CurvePtr.hxx
-include/OpenCASCADE/Adaptor3d_GenHCurve.gxx
-include/OpenCASCADE/Adaptor3d_GenHCurve.lxx
-include/OpenCASCADE/Adaptor3d_GenHSurface.gxx
-include/OpenCASCADE/Adaptor3d_GenHSurface.lxx
-include/OpenCASCADE/Adaptor3d_HCurve.hxx
-include/OpenCASCADE/Adaptor3d_HCurve.lxx
-include/OpenCASCADE/Adaptor3d_HCurveOnSurface.hxx
-include/OpenCASCADE/Adaptor3d_HIsoCurve.hxx
-include/OpenCASCADE/Adaptor3d_HSurface.hxx
-include/OpenCASCADE/Adaptor3d_HSurface.lxx
include/OpenCASCADE/Adaptor3d_HSurfaceTool.hxx
-include/OpenCASCADE/Adaptor3d_HSurfaceTool.lxx
include/OpenCASCADE/Adaptor3d_HVertex.hxx
include/OpenCASCADE/Adaptor3d_InterFunc.hxx
include/OpenCASCADE/Adaptor3d_IsoCurve.hxx
-include/OpenCASCADE/Adaptor3d_IsoCurve.lxx
include/OpenCASCADE/Adaptor3d_Surface.hxx
-include/OpenCASCADE/Adaptor3d_SurfacePtr.hxx
include/OpenCASCADE/Adaptor3d_TopolTool.hxx
include/OpenCASCADE/AdvApp2Var_ApproxAFunc2Var.hxx
include/OpenCASCADE/AdvApp2Var_ApproxAFunc2Var.lxx
@@ -19699,7 +19024,6 @@ include/OpenCASCADE/Aspect_AspectMarkerDefinitionError.hxx
include/OpenCASCADE/Aspect_Background.hxx
include/OpenCASCADE/Aspect_CircularGrid.hxx
include/OpenCASCADE/Aspect_ColorSpace.hxx
-include/OpenCASCADE/Aspect_Convert.hxx
include/OpenCASCADE/Aspect_Display.hxx
include/OpenCASCADE/Aspect_DisplayConnection.hxx
include/OpenCASCADE/Aspect_DisplayConnectionDefinitionError.hxx
@@ -19750,6 +19074,7 @@ include/OpenCASCADE/Aspect_WidthOfLine.hxx
include/OpenCASCADE/Aspect_Window.hxx
include/OpenCASCADE/Aspect_WindowDefinitionError.hxx
include/OpenCASCADE/Aspect_WindowError.hxx
+include/OpenCASCADE/Aspect_WindowInputListener.hxx
include/OpenCASCADE/Aspect_XAtom.hxx
include/OpenCASCADE/Aspect_XRAction.hxx
include/OpenCASCADE/Aspect_XRActionSet.hxx
@@ -19761,7 +19086,6 @@ include/OpenCASCADE/Aspect_XRHapticActionData.hxx
include/OpenCASCADE/Aspect_XRPoseActionData.hxx
include/OpenCASCADE/Aspect_XRSession.hxx
include/OpenCASCADE/Aspect_XRTrackedDeviceRole.hxx
-include/OpenCASCADE/Aspect_XWD.hxx
include/OpenCASCADE/BOPAlgo_Alerts.hxx
include/OpenCASCADE/BOPAlgo_Algo.hxx
include/OpenCASCADE/BOPAlgo_ArgumentAnalyzer.hxx
@@ -19890,12 +19214,7 @@ include/OpenCASCADE/BRepAdaptor_CompCurve.hxx
include/OpenCASCADE/BRepAdaptor_Curve.hxx
include/OpenCASCADE/BRepAdaptor_Curve2d.hxx
include/OpenCASCADE/BRepAdaptor_HArray1OfCurve.hxx
-include/OpenCASCADE/BRepAdaptor_HCompCurve.hxx
-include/OpenCASCADE/BRepAdaptor_HCurve.hxx
-include/OpenCASCADE/BRepAdaptor_HCurve2d.hxx
-include/OpenCASCADE/BRepAdaptor_HSurface.hxx
include/OpenCASCADE/BRepAdaptor_Surface.hxx
-include/OpenCASCADE/BRepAdaptor_Surface.lxx
include/OpenCASCADE/BRepAlgo.hxx
include/OpenCASCADE/BRepAlgoAPI_Algo.hxx
include/OpenCASCADE/BRepAlgoAPI_BooleanOperation.hxx
@@ -19908,17 +19227,10 @@ include/OpenCASCADE/BRepAlgoAPI_Fuse.hxx
include/OpenCASCADE/BRepAlgoAPI_Section.hxx
include/OpenCASCADE/BRepAlgoAPI_Splitter.hxx
include/OpenCASCADE/BRepAlgo_AsDes.hxx
-include/OpenCASCADE/BRepAlgo_BooleanOperation.hxx
-include/OpenCASCADE/BRepAlgo_CheckStatus.hxx
-include/OpenCASCADE/BRepAlgo_Common.hxx
-include/OpenCASCADE/BRepAlgo_Cut.hxx
include/OpenCASCADE/BRepAlgo_FaceRestrictor.hxx
-include/OpenCASCADE/BRepAlgo_Fuse.hxx
include/OpenCASCADE/BRepAlgo_Image.hxx
include/OpenCASCADE/BRepAlgo_Loop.hxx
include/OpenCASCADE/BRepAlgo_NormalProjection.hxx
-include/OpenCASCADE/BRepAlgo_Section.hxx
-include/OpenCASCADE/BRepAlgo_Tool.hxx
include/OpenCASCADE/BRepApprox_Approx.hxx
include/OpenCASCADE/BRepApprox_ApproxLine.hxx
include/OpenCASCADE/BRepApprox_BSpGradient_BFGSOfMyBSplGradientOfTheComputeLineOfApprox.hxx
@@ -20032,17 +19344,13 @@ include/OpenCASCADE/BRepBuilderAPI_VertexInspector.hxx
include/OpenCASCADE/BRepBuilderAPI_WireError.hxx
include/OpenCASCADE/BRepCheck.hxx
include/OpenCASCADE/BRepCheck_Analyzer.hxx
-include/OpenCASCADE/BRepCheck_Analyzer.lxx
-include/OpenCASCADE/BRepCheck_DataMapIteratorOfDataMapOfShapeListOfStatus.hxx
-include/OpenCASCADE/BRepCheck_DataMapIteratorOfDataMapOfShapeResult.hxx
include/OpenCASCADE/BRepCheck_DataMapOfShapeListOfStatus.hxx
-include/OpenCASCADE/BRepCheck_DataMapOfShapeResult.hxx
include/OpenCASCADE/BRepCheck_Edge.hxx
include/OpenCASCADE/BRepCheck_Face.hxx
+include/OpenCASCADE/BRepCheck_IndexedDataMapOfShapeResult.hxx
include/OpenCASCADE/BRepCheck_ListIteratorOfListOfStatus.hxx
include/OpenCASCADE/BRepCheck_ListOfStatus.hxx
include/OpenCASCADE/BRepCheck_Result.hxx
-include/OpenCASCADE/BRepCheck_Result.lxx
include/OpenCASCADE/BRepCheck_Shell.hxx
include/OpenCASCADE/BRepCheck_Solid.hxx
include/OpenCASCADE/BRepCheck_Status.hxx
@@ -20213,6 +19521,7 @@ include/OpenCASCADE/BRepLib_MakeVertex.hxx
include/OpenCASCADE/BRepLib_MakeWire.hxx
include/OpenCASCADE/BRepLib_ShapeModification.hxx
include/OpenCASCADE/BRepLib_ShellError.hxx
+include/OpenCASCADE/BRepLib_ValidateEdge.hxx
include/OpenCASCADE/BRepLib_WireError.hxx
include/OpenCASCADE/BRepMAT2d_BisectingLocus.hxx
include/OpenCASCADE/BRepMAT2d_DataMapIteratorOfDataMapOfBasicEltShape.hxx
@@ -20280,6 +19589,7 @@ include/OpenCASCADE/BRepMesh_ShapeVisitor.hxx
include/OpenCASCADE/BRepMesh_SphereRangeSplitter.hxx
include/OpenCASCADE/BRepMesh_TorusRangeSplitter.hxx
include/OpenCASCADE/BRepMesh_Triangle.hxx
+include/OpenCASCADE/BRepMesh_Triangulator.hxx
include/OpenCASCADE/BRepMesh_UVParamRangeSplitter.hxx
include/OpenCASCADE/BRepMesh_Vertex.hxx
include/OpenCASCADE/BRepMesh_VertexInspector.hxx
@@ -20379,6 +19689,7 @@ include/OpenCASCADE/BRepTools_Modification.hxx
include/OpenCASCADE/BRepTools_Modifier.hxx
include/OpenCASCADE/BRepTools_Modifier.lxx
include/OpenCASCADE/BRepTools_NurbsConvertModification.hxx
+include/OpenCASCADE/BRepTools_PurgeLocations.hxx
include/OpenCASCADE/BRepTools_Quilt.hxx
include/OpenCASCADE/BRepTools_ReShape.hxx
include/OpenCASCADE/BRepTools_ShapeSet.hxx
@@ -20423,7 +19734,6 @@ include/OpenCASCADE/BRep_PolygonOnTriangulation.hxx
include/OpenCASCADE/BRep_TEdge.hxx
include/OpenCASCADE/BRep_TEdge.lxx
include/OpenCASCADE/BRep_TFace.hxx
-include/OpenCASCADE/BRep_TFace.lxx
include/OpenCASCADE/BRep_TVertex.hxx
include/OpenCASCADE/BRep_TVertex.lxx
include/OpenCASCADE/BRep_Tool.hxx
@@ -20478,8 +19788,6 @@ include/OpenCASCADE/BiTgte_Blend.hxx
include/OpenCASCADE/BiTgte_ContactType.hxx
include/OpenCASCADE/BiTgte_CurveOnEdge.hxx
include/OpenCASCADE/BiTgte_CurveOnVertex.hxx
-include/OpenCASCADE/BiTgte_HCurveOnEdge.hxx
-include/OpenCASCADE/BiTgte_HCurveOnVertex.hxx
include/OpenCASCADE/BinDrivers.hxx
include/OpenCASCADE/BinDrivers_DocumentRetrievalDriver.hxx
include/OpenCASCADE/BinDrivers_DocumentStorageDriver.hxx
@@ -20550,8 +19858,8 @@ include/OpenCASCADE/BinMXCAFDoc_ColorDriver.hxx
include/OpenCASCADE/BinMXCAFDoc_DatumDriver.hxx
include/OpenCASCADE/BinMXCAFDoc_DimTolDriver.hxx
include/OpenCASCADE/BinMXCAFDoc_GraphNodeDriver.hxx
+include/OpenCASCADE/BinMXCAFDoc_LengthUnitDriver.hxx
include/OpenCASCADE/BinMXCAFDoc_LocationDriver.hxx
-include/OpenCASCADE/BinMXCAFDoc_LocationDriver.lxx
include/OpenCASCADE/BinMXCAFDoc_MaterialDriver.hxx
include/OpenCASCADE/BinMXCAFDoc_NoteBinDataDriver.hxx
include/OpenCASCADE/BinMXCAFDoc_NoteCommentDriver.hxx
@@ -20566,6 +19874,7 @@ include/OpenCASCADE/BinObjMgt_PReal.hxx
include/OpenCASCADE/BinObjMgt_PShortReal.hxx
include/OpenCASCADE/BinObjMgt_Persistent.hxx
include/OpenCASCADE/BinObjMgt_Persistent.lxx
+include/OpenCASCADE/BinObjMgt_Position.hxx
include/OpenCASCADE/BinObjMgt_RRelocationTable.hxx
include/OpenCASCADE/BinObjMgt_SRelocationTable.hxx
include/OpenCASCADE/BinTObjDrivers.hxx
@@ -20579,9 +19888,16 @@ include/OpenCASCADE/BinTObjDrivers_XYZDriver.hxx
include/OpenCASCADE/BinTools.hxx
include/OpenCASCADE/BinTools_Curve2dSet.hxx
include/OpenCASCADE/BinTools_CurveSet.hxx
+include/OpenCASCADE/BinTools_FormatVersion.hxx
+include/OpenCASCADE/BinTools_IStream.hxx
include/OpenCASCADE/BinTools_LocationSet.hxx
include/OpenCASCADE/BinTools_LocationSetPtr.hxx
+include/OpenCASCADE/BinTools_OStream.hxx
+include/OpenCASCADE/BinTools_ObjectType.hxx
+include/OpenCASCADE/BinTools_ShapeReader.hxx
include/OpenCASCADE/BinTools_ShapeSet.hxx
+include/OpenCASCADE/BinTools_ShapeSetBase.hxx
+include/OpenCASCADE/BinTools_ShapeWriter.hxx
include/OpenCASCADE/BinTools_SurfaceSet.hxx
include/OpenCASCADE/BinXCAFDrivers.hxx
include/OpenCASCADE/BinXCAFDrivers_DocumentRetrievalDriver.hxx
@@ -20679,7 +19995,6 @@ 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
include/OpenCASCADE/CDF_Store.hxx
include/OpenCASCADE/CDF_StoreList.hxx
@@ -20744,7 +20059,6 @@ include/OpenCASCADE/ChFiDS_FaceInterference.hxx
include/OpenCASCADE/ChFiDS_FaceInterference.lxx
include/OpenCASCADE/ChFiDS_FilSpine.hxx
include/OpenCASCADE/ChFiDS_HData.hxx
-include/OpenCASCADE/ChFiDS_HElSpine.hxx
include/OpenCASCADE/ChFiDS_IndexedDataMapOfVertexListOfStripe.hxx
include/OpenCASCADE/ChFiDS_ListIteratorOfListOfHElSpine.hxx
include/OpenCASCADE/ChFiDS_ListIteratorOfListOfStripe.hxx
@@ -20787,7 +20101,6 @@ include/OpenCASCADE/ChFiKPart_DataMapIteratorOfRstMap.hxx
include/OpenCASCADE/ChFiKPart_RstMap.hxx
include/OpenCASCADE/Cocoa_LocalPool.hxx
include/OpenCASCADE/Cocoa_Window.hxx
-include/OpenCASCADE/CommandWindow.h
include/OpenCASCADE/Contap_ArcFunction.hxx
include/OpenCASCADE/Contap_ArcFunction.lxx
include/OpenCASCADE/Contap_ContAna.hxx
@@ -20851,6 +20164,7 @@ include/OpenCASCADE/DBRep_ListIteratorOfListOfHideData.hxx
include/OpenCASCADE/DBRep_ListOfEdge.hxx
include/OpenCASCADE/DBRep_ListOfFace.hxx
include/OpenCASCADE/DBRep_ListOfHideData.hxx
+include/OpenCASCADE/DBRep_Params.hxx
include/OpenCASCADE/DDF.hxx
include/OpenCASCADE/DDF_AttributeBrowser.hxx
include/OpenCASCADE/DDF_Browser.hxx
@@ -20901,31 +20215,21 @@ include/OpenCASCADE/DrawDim_PlanarRadius.hxx
include/OpenCASCADE/DrawDim_Radius.hxx
include/OpenCASCADE/DrawFairCurve_Batten.hxx
include/OpenCASCADE/DrawFairCurve_MinimalVariation.hxx
-include/OpenCASCADE/DrawRessource.h
include/OpenCASCADE/DrawTrSurf.hxx
include/OpenCASCADE/DrawTrSurf_BSplineCurve.hxx
-include/OpenCASCADE/DrawTrSurf_BSplineCurve.lxx
include/OpenCASCADE/DrawTrSurf_BSplineCurve2d.hxx
-include/OpenCASCADE/DrawTrSurf_BSplineCurve2d.lxx
include/OpenCASCADE/DrawTrSurf_BSplineSurface.hxx
-include/OpenCASCADE/DrawTrSurf_BSplineSurface.lxx
include/OpenCASCADE/DrawTrSurf_BezierCurve.hxx
-include/OpenCASCADE/DrawTrSurf_BezierCurve.lxx
include/OpenCASCADE/DrawTrSurf_BezierCurve2d.hxx
-include/OpenCASCADE/DrawTrSurf_BezierCurve2d.lxx
include/OpenCASCADE/DrawTrSurf_BezierSurface.hxx
-include/OpenCASCADE/DrawTrSurf_BezierSurface.lxx
include/OpenCASCADE/DrawTrSurf_Curve.hxx
-include/OpenCASCADE/DrawTrSurf_Curve.lxx
include/OpenCASCADE/DrawTrSurf_Curve2d.hxx
-include/OpenCASCADE/DrawTrSurf_Curve2d.lxx
include/OpenCASCADE/DrawTrSurf_Drawable.hxx
-include/OpenCASCADE/DrawTrSurf_Drawable.lxx
+include/OpenCASCADE/DrawTrSurf_Params.hxx
include/OpenCASCADE/DrawTrSurf_Point.hxx
include/OpenCASCADE/DrawTrSurf_Polygon2D.hxx
include/OpenCASCADE/DrawTrSurf_Polygon3D.hxx
include/OpenCASCADE/DrawTrSurf_Surface.hxx
-include/OpenCASCADE/DrawTrSurf_Surface.lxx
include/OpenCASCADE/DrawTrSurf_Triangulation.hxx
include/OpenCASCADE/DrawTrSurf_Triangulation2D.hxx
include/OpenCASCADE/Draw_Appli.hxx
@@ -20940,7 +20244,6 @@ include/OpenCASCADE/Draw_ColorKind.hxx
include/OpenCASCADE/Draw_Display.hxx
include/OpenCASCADE/Draw_Drawable2D.hxx
include/OpenCASCADE/Draw_Drawable3D.hxx
-include/OpenCASCADE/Draw_Drawable3D.lxx
include/OpenCASCADE/Draw_Failure.hxx
include/OpenCASCADE/Draw_Grid.hxx
include/OpenCASCADE/Draw_Grid.lxx
@@ -21151,7 +20454,6 @@ include/OpenCASCADE/Extrema_HArray1OfPOnSurf.hxx
include/OpenCASCADE/Extrema_HArray2OfPOnCurv.hxx
include/OpenCASCADE/Extrema_HArray2OfPOnCurv2d.hxx
include/OpenCASCADE/Extrema_HArray2OfPOnSurf.hxx
-include/OpenCASCADE/Extrema_HArray2OfPOnSurfParams.hxx
include/OpenCASCADE/Extrema_HUBTreeOfSphere.hxx
include/OpenCASCADE/Extrema_LocECC.hxx
include/OpenCASCADE/Extrema_LocECC2d.hxx
@@ -21193,7 +20495,7 @@ include/OpenCASCADE/FEmTool_ProfileMatrix.hxx
include/OpenCASCADE/FEmTool_SeqOfLinConstr.hxx
include/OpenCASCADE/FEmTool_SparseMatrix.hxx
include/OpenCASCADE/FSD_BStream.hxx
-include/OpenCASCADE/FSD_Base64Decoder.hxx
+include/OpenCASCADE/FSD_Base64.hxx
include/OpenCASCADE/FSD_BinaryFile.hxx
include/OpenCASCADE/FSD_CmpFile.hxx
include/OpenCASCADE/FSD_FStream.hxx
@@ -21230,6 +20532,7 @@ include/OpenCASCADE/Font_FTFont.hxx
include/OpenCASCADE/Font_FTLibrary.hxx
include/OpenCASCADE/Font_FontAspect.hxx
include/OpenCASCADE/Font_FontMgr.hxx
+include/OpenCASCADE/Font_Hinting.hxx
include/OpenCASCADE/Font_NListOfSystemFont.hxx
include/OpenCASCADE/Font_NameOfFont.hxx
include/OpenCASCADE/Font_Rect.hxx
@@ -21260,6 +20563,7 @@ include/OpenCASCADE/GCPnts_DistFunction.hxx
include/OpenCASCADE/GCPnts_DistFunction2d.hxx
include/OpenCASCADE/GCPnts_QuasiUniformAbscissa.hxx
include/OpenCASCADE/GCPnts_QuasiUniformDeflection.hxx
+include/OpenCASCADE/GCPnts_TCurveTypes.hxx
include/OpenCASCADE/GCPnts_TangentialDeflection.hxx
include/OpenCASCADE/GCPnts_UniformAbscissa.hxx
include/OpenCASCADE/GCPnts_UniformDeflection.hxx
@@ -21334,9 +20638,6 @@ include/OpenCASCADE/Geom2dAPI_ProjectPointOnCurve.hxx
include/OpenCASCADE/Geom2dAPI_ProjectPointOnCurve.lxx
include/OpenCASCADE/Geom2dAdaptor.hxx
include/OpenCASCADE/Geom2dAdaptor_Curve.hxx
-include/OpenCASCADE/Geom2dAdaptor_Curve.lxx
-include/OpenCASCADE/Geom2dAdaptor_GHCurve.hxx
-include/OpenCASCADE/Geom2dAdaptor_HCurve.hxx
include/OpenCASCADE/Geom2dConvert.hxx
include/OpenCASCADE/Geom2dConvert_ApproxCurve.hxx
include/OpenCASCADE/Geom2dConvert_BSplineCurveKnotSplitting.hxx
@@ -21459,17 +20760,7 @@ include/OpenCASCADE/GeomAbs_Shape.hxx
include/OpenCASCADE/GeomAbs_SurfaceType.hxx
include/OpenCASCADE/GeomAdaptor.hxx
include/OpenCASCADE/GeomAdaptor_Curve.hxx
-include/OpenCASCADE/GeomAdaptor_Curve.lxx
-include/OpenCASCADE/GeomAdaptor_GHCurve.hxx
-include/OpenCASCADE/GeomAdaptor_GHSurface.hxx
-include/OpenCASCADE/GeomAdaptor_HCurve.hxx
-include/OpenCASCADE/GeomAdaptor_HCurve.lxx
-include/OpenCASCADE/GeomAdaptor_HSurface.hxx
-include/OpenCASCADE/GeomAdaptor_HSurface.lxx
-include/OpenCASCADE/GeomAdaptor_HSurfaceOfLinearExtrusion.hxx
-include/OpenCASCADE/GeomAdaptor_HSurfaceOfRevolution.hxx
include/OpenCASCADE/GeomAdaptor_Surface.hxx
-include/OpenCASCADE/GeomAdaptor_Surface.lxx
include/OpenCASCADE/GeomAdaptor_SurfaceOfLinearExtrusion.hxx
include/OpenCASCADE/GeomAdaptor_SurfaceOfRevolution.hxx
include/OpenCASCADE/GeomConvert.hxx
@@ -21482,6 +20773,7 @@ include/OpenCASCADE/GeomConvert_BSplineSurfaceToBezierSurface.hxx
include/OpenCASCADE/GeomConvert_CompBezierSurfacesToBSplineSurface.hxx
include/OpenCASCADE/GeomConvert_CompBezierSurfacesToBSplineSurface.lxx
include/OpenCASCADE/GeomConvert_CompCurveToBSplineCurve.hxx
+include/OpenCASCADE/GeomConvert_Units.hxx
include/OpenCASCADE/GeomEvaluator_Curve.hxx
include/OpenCASCADE/GeomEvaluator_OffsetCurve.hxx
include/OpenCASCADE/GeomEvaluator_OffsetSurface.hxx
@@ -21754,7 +21046,6 @@ include/OpenCASCADE/Graphic3d_BvhCStructureSet.hxx
include/OpenCASCADE/Graphic3d_BvhCStructureSetTrsfPers.hxx
include/OpenCASCADE/Graphic3d_CLight.hxx
include/OpenCASCADE/Graphic3d_CStructure.hxx
-include/OpenCASCADE/Graphic3d_CTexture.hxx
include/OpenCASCADE/Graphic3d_CView.hxx
include/OpenCASCADE/Graphic3d_Camera.hxx
include/OpenCASCADE/Graphic3d_CameraTile.hxx
@@ -21774,11 +21065,11 @@ include/OpenCASCADE/Graphic3d_FrameStatsData.hxx
include/OpenCASCADE/Graphic3d_FrameStatsTimer.hxx
include/OpenCASCADE/Graphic3d_GraduatedTrihedron.hxx
include/OpenCASCADE/Graphic3d_GraphicDriver.hxx
+include/OpenCASCADE/Graphic3d_GraphicDriverFactory.hxx
include/OpenCASCADE/Graphic3d_Group.hxx
include/OpenCASCADE/Graphic3d_GroupAspect.hxx
include/OpenCASCADE/Graphic3d_GroupDefinitionError.hxx
include/OpenCASCADE/Graphic3d_HatchStyle.hxx
-include/OpenCASCADE/Graphic3d_HighlightStyle.hxx
include/OpenCASCADE/Graphic3d_HorizontalTextAlignment.hxx
include/OpenCASCADE/Graphic3d_IndexBuffer.hxx
include/OpenCASCADE/Graphic3d_Layer.hxx
@@ -21788,7 +21079,6 @@ include/OpenCASCADE/Graphic3d_MapIteratorOfMapOfStructure.hxx
include/OpenCASCADE/Graphic3d_MapOfAspectsToAspects.hxx
include/OpenCASCADE/Graphic3d_MapOfObject.hxx
include/OpenCASCADE/Graphic3d_MapOfStructure.hxx
-include/OpenCASCADE/Graphic3d_MapOfZLayerSettings.hxx
include/OpenCASCADE/Graphic3d_MarkerImage.hxx
include/OpenCASCADE/Graphic3d_Mat4.hxx
include/OpenCASCADE/Graphic3d_Mat4d.hxx
@@ -21814,6 +21104,8 @@ include/OpenCASCADE/Graphic3d_SequenceOfGroup.hxx
include/OpenCASCADE/Graphic3d_SequenceOfHClipPlane.hxx
include/OpenCASCADE/Graphic3d_SequenceOfStructure.hxx
include/OpenCASCADE/Graphic3d_ShaderAttribute.hxx
+include/OpenCASCADE/Graphic3d_ShaderFlags.hxx
+include/OpenCASCADE/Graphic3d_ShaderManager.hxx
include/OpenCASCADE/Graphic3d_ShaderObject.hxx
include/OpenCASCADE/Graphic3d_ShaderProgram.hxx
include/OpenCASCADE/Graphic3d_ShaderVariable.hxx
@@ -21839,13 +21131,12 @@ include/OpenCASCADE/Graphic3d_TextureSetBits.hxx
include/OpenCASCADE/Graphic3d_TextureUnit.hxx
include/OpenCASCADE/Graphic3d_ToneMappingMethod.hxx
include/OpenCASCADE/Graphic3d_TransModeFlags.hxx
-include/OpenCASCADE/Graphic3d_TransformError.hxx
include/OpenCASCADE/Graphic3d_TransformPers.hxx
+include/OpenCASCADE/Graphic3d_TransformPersScaledAbove.hxx
include/OpenCASCADE/Graphic3d_TransformUtils.hxx
include/OpenCASCADE/Graphic3d_TypeOfAnswer.hxx
include/OpenCASCADE/Graphic3d_TypeOfBackfacingModel.hxx
include/OpenCASCADE/Graphic3d_TypeOfBackground.hxx
-include/OpenCASCADE/Graphic3d_TypeOfComposition.hxx
include/OpenCASCADE/Graphic3d_TypeOfConnection.hxx
include/OpenCASCADE/Graphic3d_TypeOfLightSource.hxx
include/OpenCASCADE/Graphic3d_TypeOfLimit.hxx
@@ -21892,7 +21183,6 @@ include/OpenCASCADE/HLRAlgo_ListIteratorOfInterferenceList.hxx
include/OpenCASCADE/HLRAlgo_ListIteratorOfListOfBPoint.hxx
include/OpenCASCADE/HLRAlgo_ListOfBPoint.hxx
include/OpenCASCADE/HLRAlgo_PolyAlgo.hxx
-include/OpenCASCADE/HLRAlgo_PolyAlgo.lxx
include/OpenCASCADE/HLRAlgo_PolyData.hxx
include/OpenCASCADE/HLRAlgo_PolyData.lxx
include/OpenCASCADE/HLRAlgo_PolyHidingData.hxx
@@ -21902,7 +21192,6 @@ include/OpenCASCADE/HLRAlgo_PolyInternalNode.hxx
include/OpenCASCADE/HLRAlgo_PolyInternalSegment.hxx
include/OpenCASCADE/HLRAlgo_PolyMask.hxx
include/OpenCASCADE/HLRAlgo_PolyShellData.hxx
-include/OpenCASCADE/HLRAlgo_PolyShellData.lxx
include/OpenCASCADE/HLRAlgo_Projector.hxx
include/OpenCASCADE/HLRAlgo_Projector.lxx
include/OpenCASCADE/HLRAlgo_TriangleData.hxx
@@ -21996,7 +21285,6 @@ include/OpenCASCADE/HLRTest_DrawablePolyEdgeTool.lxx
include/OpenCASCADE/HLRTest_OutLiner.hxx
include/OpenCASCADE/HLRTest_OutLiner.lxx
include/OpenCASCADE/HLRTest_Projector.hxx
-include/OpenCASCADE/HLRTest_Projector.lxx
include/OpenCASCADE/HLRTest_ShapeData.hxx
include/OpenCASCADE/HLRTest_ShapeData.lxx
include/OpenCASCADE/HLRTopoBRep_DSFiller.hxx
@@ -22723,7 +22011,6 @@ include/OpenCASCADE/IntCurveSurface_IntersectionPoint.hxx
include/OpenCASCADE/IntCurveSurface_IntersectionPoint.lxx
include/OpenCASCADE/IntCurveSurface_IntersectionSegment.hxx
include/OpenCASCADE/IntCurveSurface_Polygon.gxx
-include/OpenCASCADE/IntCurveSurface_Polygon.lxx
include/OpenCASCADE/IntCurveSurface_PolygonTool.gxx
include/OpenCASCADE/IntCurveSurface_PolygonTool.lxx
include/OpenCASCADE/IntCurveSurface_Polyhedron.gxx
@@ -22929,21 +22216,14 @@ include/OpenCASCADE/IntTools.hxx
include/OpenCASCADE/IntTools_Array1OfRange.hxx
include/OpenCASCADE/IntTools_Array1OfRoots.hxx
include/OpenCASCADE/IntTools_BaseRangeSample.hxx
-include/OpenCASCADE/IntTools_BaseRangeSample.lxx
include/OpenCASCADE/IntTools_BeanFaceIntersector.hxx
-include/OpenCASCADE/IntTools_CArray1.gxx
-include/OpenCASCADE/IntTools_CArray1.lxx
-include/OpenCASCADE/IntTools_CArray1OfInteger.hxx
include/OpenCASCADE/IntTools_CArray1OfReal.hxx
include/OpenCASCADE/IntTools_CommonPrt.hxx
include/OpenCASCADE/IntTools_Context.hxx
include/OpenCASCADE/IntTools_Curve.hxx
include/OpenCASCADE/IntTools_CurveRangeLocalizeData.hxx
-include/OpenCASCADE/IntTools_CurveRangeLocalizeData.lxx
include/OpenCASCADE/IntTools_CurveRangeSample.hxx
-include/OpenCASCADE/IntTools_CurveRangeSample.lxx
include/OpenCASCADE/IntTools_CurveRangeSampleMapHasher.hxx
-include/OpenCASCADE/IntTools_CurveRangeSampleMapHasher.lxx
include/OpenCASCADE/IntTools_DataMapIteratorOfDataMapOfCurveSampleBox.hxx
include/OpenCASCADE/IntTools_DataMapIteratorOfDataMapOfSurfaceSampleBox.hxx
include/OpenCASCADE/IntTools_DataMapOfCurveSampleBox.hxx
@@ -22964,7 +22244,6 @@ include/OpenCASCADE/IntTools_MapIteratorOfMapOfSurfaceSample.hxx
include/OpenCASCADE/IntTools_MapOfCurveSample.hxx
include/OpenCASCADE/IntTools_MapOfSurfaceSample.hxx
include/OpenCASCADE/IntTools_MarkedRangeSet.hxx
-include/OpenCASCADE/IntTools_MarkedRangeSet.lxx
include/OpenCASCADE/IntTools_PntOn2Faces.hxx
include/OpenCASCADE/IntTools_PntOnFace.hxx
include/OpenCASCADE/IntTools_Range.hxx
@@ -22980,7 +22259,6 @@ include/OpenCASCADE/IntTools_SurfaceRangeLocalizeData.lxx
include/OpenCASCADE/IntTools_SurfaceRangeSample.hxx
include/OpenCASCADE/IntTools_SurfaceRangeSample.lxx
include/OpenCASCADE/IntTools_SurfaceRangeSampleMapHasher.hxx
-include/OpenCASCADE/IntTools_SurfaceRangeSampleMapHasher.lxx
include/OpenCASCADE/IntTools_Tools.hxx
include/OpenCASCADE/IntTools_TopolTool.hxx
include/OpenCASCADE/IntTools_WLineTool.hxx
@@ -23001,7 +22279,6 @@ 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/Interface_Array1OfFileParameter.hxx
include/OpenCASCADE/Interface_Array1OfHAsciiString.hxx
include/OpenCASCADE/Interface_BitMap.hxx
@@ -23184,7 +22461,6 @@ include/OpenCASCADE/LocOpe_SequenceOfCirc.hxx
include/OpenCASCADE/LocOpe_SequenceOfLin.hxx
include/OpenCASCADE/LocOpe_SequenceOfPntFace.hxx
include/OpenCASCADE/LocOpe_SplitDrafts.hxx
-include/OpenCASCADE/LocOpe_SplitDrafts.lxx
include/OpenCASCADE/LocOpe_SplitShape.hxx
include/OpenCASCADE/LocOpe_SplitShape.lxx
include/OpenCASCADE/LocOpe_Spliter.hxx
@@ -23248,8 +22524,6 @@ include/OpenCASCADE/MAT_TListNode.lxx
include/OpenCASCADE/MAT_TListNodeOfListOfBisector.hxx
include/OpenCASCADE/MAT_TListNodeOfListOfEdge.hxx
include/OpenCASCADE/MAT_Zone.hxx
-include/OpenCASCADE/MMgt_TShared.hxx
-include/OpenCASCADE/MainWindow.h
include/OpenCASCADE/Media_BufferPool.hxx
include/OpenCASCADE/Media_CodecContext.hxx
include/OpenCASCADE/Media_FormatContext.hxx
@@ -23264,7 +22538,6 @@ include/OpenCASCADE/MeshTest_CheckTopology.hxx
include/OpenCASCADE/MeshVS_Array1OfSequenceOfInteger.hxx
include/OpenCASCADE/MeshVS_Buffer.hxx
include/OpenCASCADE/MeshVS_BuilderPriority.hxx
-include/OpenCASCADE/MeshVS_ColorHasher.hxx
include/OpenCASCADE/MeshVS_CommonSensitiveEntity.hxx
include/OpenCASCADE/MeshVS_DataMapIteratorOfDataMapOfColorMapOfInteger.hxx
include/OpenCASCADE/MeshVS_DataMapIteratorOfDataMapOfHArray1OfSequenceOfInteger.hxx
@@ -23338,6 +22611,7 @@ include/OpenCASCADE/Message_ConsoleColor.hxx
include/OpenCASCADE/Message_ExecStatus.hxx
include/OpenCASCADE/Message_Gravity.hxx
include/OpenCASCADE/Message_HArrayOfMsg.hxx
+include/OpenCASCADE/Message_LazyProgressScope.hxx
include/OpenCASCADE/Message_Level.hxx
include/OpenCASCADE/Message_ListIteratorOfListOfMsg.hxx
include/OpenCASCADE/Message_ListOfAlert.hxx
@@ -23390,6 +22664,7 @@ include/OpenCASCADE/MoniTool_ValueInterpret.hxx
include/OpenCASCADE/MoniTool_ValueSatisfies.hxx
include/OpenCASCADE/MoniTool_ValueType.hxx
include/OpenCASCADE/NCollection_AccAllocator.hxx
+include/OpenCASCADE/NCollection_AliasedArray.hxx
include/OpenCASCADE/NCollection_AlignedAllocator.hxx
include/OpenCASCADE/NCollection_Array1.hxx
include/OpenCASCADE/NCollection_Array2.hxx
@@ -23432,6 +22707,7 @@ include/OpenCASCADE/NCollection_List.hxx
include/OpenCASCADE/NCollection_ListNode.hxx
include/OpenCASCADE/NCollection_LocalArray.hxx
include/OpenCASCADE/NCollection_Map.hxx
+include/OpenCASCADE/NCollection_Mat3.hxx
include/OpenCASCADE/NCollection_Mat4.hxx
include/OpenCASCADE/NCollection_Sequence.hxx
include/OpenCASCADE/NCollection_Shared.hxx
@@ -23467,6 +22743,7 @@ include/OpenCASCADE/NLPlate_NLPlate.hxx
include/OpenCASCADE/NLPlate_SequenceOfHGPPConstraint.hxx
include/OpenCASCADE/NLPlate_StackOfPlate.hxx
include/OpenCASCADE/OSD.hxx
+include/OpenCASCADE/OSD_CachedFileSystem.hxx
include/OpenCASCADE/OSD_Chronometer.hxx
include/OpenCASCADE/OSD_Directory.hxx
include/OpenCASCADE/OSD_DirectoryIterator.hxx
@@ -23497,11 +22774,14 @@ include/OpenCASCADE/OSD_Exception_STATUS_NO_MEMORY.hxx
include/OpenCASCADE/OSD_File.hxx
include/OpenCASCADE/OSD_FileIterator.hxx
include/OpenCASCADE/OSD_FileNode.hxx
+include/OpenCASCADE/OSD_FileSystem.hxx
+include/OpenCASCADE/OSD_FileSystemSelector.hxx
include/OpenCASCADE/OSD_FromWhere.hxx
include/OpenCASCADE/OSD_Function.hxx
include/OpenCASCADE/OSD_Host.hxx
include/OpenCASCADE/OSD_KindFile.hxx
include/OpenCASCADE/OSD_LoadMode.hxx
+include/OpenCASCADE/OSD_LocalFileSystem.hxx
include/OpenCASCADE/OSD_LockType.hxx
include/OpenCASCADE/OSD_MAllocHook.hxx
include/OpenCASCADE/OSD_MemInfo.hxx
@@ -23528,6 +22808,7 @@ include/OpenCASCADE/OSD_SharedLibrary.hxx
include/OpenCASCADE/OSD_Signal.hxx
include/OpenCASCADE/OSD_SignalMode.hxx
include/OpenCASCADE/OSD_SingleProtection.hxx
+include/OpenCASCADE/OSD_StreamBuffer.hxx
include/OpenCASCADE/OSD_SysType.hxx
include/OpenCASCADE/OSD_Thread.hxx
include/OpenCASCADE/OSD_ThreadFunction.hxx
@@ -23535,6 +22816,7 @@ include/OpenCASCADE/OSD_ThreadPool.hxx
include/OpenCASCADE/OSD_Timer.hxx
include/OpenCASCADE/OSD_WNT.hxx
include/OpenCASCADE/OSD_WhoAmI.hxx
+include/OpenCASCADE/OpenGlTest.hxx
include/OpenCASCADE/OpenGl_ArbDbg.hxx
include/OpenCASCADE/OpenGl_ArbFBO.hxx
include/OpenCASCADE/OpenGl_ArbIns.hxx
@@ -23546,12 +22828,15 @@ include/OpenCASCADE/OpenGl_AspectsProgram.hxx
include/OpenCASCADE/OpenGl_AspectsSprite.hxx
include/OpenCASCADE/OpenGl_AspectsTextureSet.hxx
include/OpenCASCADE/OpenGl_BackgroundArray.hxx
+include/OpenCASCADE/OpenGl_Buffer.hxx
+include/OpenCASCADE/OpenGl_BufferCompatT.hxx
include/OpenCASCADE/OpenGl_CappingAlgo.hxx
include/OpenCASCADE/OpenGl_CappingPlaneResource.hxx
include/OpenCASCADE/OpenGl_Caps.hxx
include/OpenCASCADE/OpenGl_Clipping.hxx
include/OpenCASCADE/OpenGl_ClippingIterator.hxx
include/OpenCASCADE/OpenGl_Context.hxx
+include/OpenCASCADE/OpenGl_DepthPeeling.hxx
include/OpenCASCADE/OpenGl_Element.hxx
include/OpenCASCADE/OpenGl_ExtGS.hxx
include/OpenCASCADE/OpenGl_Flipper.hxx
@@ -23578,9 +22863,11 @@ include/OpenCASCADE/OpenGl_GlCore42.hxx
include/OpenCASCADE/OpenGl_GlCore43.hxx
include/OpenCASCADE/OpenGl_GlCore44.hxx
include/OpenCASCADE/OpenGl_GlCore45.hxx
+include/OpenCASCADE/OpenGl_GlCore46.hxx
include/OpenCASCADE/OpenGl_GlFunctions.hxx
include/OpenCASCADE/OpenGl_GraduatedTrihedron.hxx
include/OpenCASCADE/OpenGl_GraphicDriver.hxx
+include/OpenCASCADE/OpenGl_GraphicDriverFactory.hxx
include/OpenCASCADE/OpenGl_Group.hxx
include/OpenCASCADE/OpenGl_HaltonSampler.hxx
include/OpenCASCADE/OpenGl_IndexBuffer.hxx
@@ -23590,7 +22877,6 @@ include/OpenCASCADE/OpenGl_LayerList.hxx
include/OpenCASCADE/OpenGl_LineAttributes.hxx
include/OpenCASCADE/OpenGl_Material.hxx
include/OpenCASCADE/OpenGl_MaterialState.hxx
-include/OpenCASCADE/OpenGl_Matrix.hxx
include/OpenCASCADE/OpenGl_MatrixState.hxx
include/OpenCASCADE/OpenGl_NamedResource.hxx
include/OpenCASCADE/OpenGl_PBREnvironment.hxx
@@ -23606,25 +22892,28 @@ include/OpenCASCADE/OpenGl_ShaderObject.hxx
include/OpenCASCADE/OpenGl_ShaderProgram.hxx
include/OpenCASCADE/OpenGl_ShaderProgramDumpLevel.hxx
include/OpenCASCADE/OpenGl_ShaderStates.hxx
+include/OpenCASCADE/OpenGl_ShadowMap.hxx
include/OpenCASCADE/OpenGl_StencilTest.hxx
include/OpenCASCADE/OpenGl_Structure.hxx
include/OpenCASCADE/OpenGl_StructureShadow.hxx
include/OpenCASCADE/OpenGl_Text.hxx
include/OpenCASCADE/OpenGl_TextBuilder.hxx
include/OpenCASCADE/OpenGl_Texture.hxx
+include/OpenCASCADE/OpenGl_TextureBuffer.hxx
include/OpenCASCADE/OpenGl_TextureBufferArb.hxx
include/OpenCASCADE/OpenGl_TextureFormat.hxx
include/OpenCASCADE/OpenGl_TextureSet.hxx
include/OpenCASCADE/OpenGl_TextureSetPairIterator.hxx
include/OpenCASCADE/OpenGl_TileSampler.hxx
+include/OpenCASCADE/OpenGl_UniformBuffer.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_khrplatform.h
include/OpenCASCADE/PCDM.hxx
include/OpenCASCADE/PCDM_BaseDriverPointer.hxx
include/OpenCASCADE/PCDM_DOMHeaderParser.hxx
@@ -23634,6 +22923,7 @@ include/OpenCASCADE/PCDM_ReadWriter.hxx
include/OpenCASCADE/PCDM_ReadWriter_1.hxx
include/OpenCASCADE/PCDM_Reader.hxx
include/OpenCASCADE/PCDM_Reader.lxx
+include/OpenCASCADE/PCDM_ReaderFilter.hxx
include/OpenCASCADE/PCDM_ReaderStatus.hxx
include/OpenCASCADE/PCDM_Reference.hxx
include/OpenCASCADE/PCDM_ReferenceIterator.hxx
@@ -23688,6 +22978,8 @@ include/OpenCASCADE/Plugin_Macro.hxx
include/OpenCASCADE/Plugin_MapOfFunctions.hxx
include/OpenCASCADE/Poly.hxx
include/OpenCASCADE/Poly_Array1OfTriangle.hxx
+include/OpenCASCADE/Poly_ArrayOfNodes.hxx
+include/OpenCASCADE/Poly_ArrayOfUVNodes.hxx
include/OpenCASCADE/Poly_CoherentLink.hxx
include/OpenCASCADE/Poly_CoherentNode.hxx
include/OpenCASCADE/Poly_CoherentTriPtr.hxx
@@ -23697,11 +22989,14 @@ include/OpenCASCADE/Poly_Connect.hxx
include/OpenCASCADE/Poly_HArray1OfTriangle.hxx
include/OpenCASCADE/Poly_ListOfTriangulation.hxx
include/OpenCASCADE/Poly_MakeLoops.hxx
+include/OpenCASCADE/Poly_MergeNodesTool.hxx
+include/OpenCASCADE/Poly_MeshPurpose.hxx
include/OpenCASCADE/Poly_Polygon2D.hxx
include/OpenCASCADE/Poly_Polygon3D.hxx
include/OpenCASCADE/Poly_PolygonOnTriangulation.hxx
include/OpenCASCADE/Poly_Triangle.hxx
include/OpenCASCADE/Poly_Triangulation.hxx
+include/OpenCASCADE/Poly_TriangulationParameters.hxx
include/OpenCASCADE/Precision.hxx
include/OpenCASCADE/ProjLib.hxx
include/OpenCASCADE/ProjLib_CompProjectedCurve.hxx
@@ -23795,6 +23090,7 @@ include/OpenCASCADE/PrsDim_TangentRelation.hxx
include/OpenCASCADE/PrsDim_TypeOfAngle.hxx
include/OpenCASCADE/PrsDim_TypeOfAngleArrowVisibility.hxx
include/OpenCASCADE/PrsDim_TypeOfDist.hxx
+include/OpenCASCADE/PrsMgr_DisplayStatus.hxx
include/OpenCASCADE/PrsMgr_ListOfPresentableObjects.hxx
include/OpenCASCADE/PrsMgr_ListOfPresentations.hxx
include/OpenCASCADE/PrsMgr_PresentableObject.hxx
@@ -23817,99 +23113,20 @@ include/OpenCASCADE/QANCollection_DoubleMapOfRealInteger.hxx
include/OpenCASCADE/QANCollection_IndexedDataMapOfRealPnt.hxx
include/OpenCASCADE/QANCollection_ListIteratorOfListOfPnt.hxx
include/OpenCASCADE/QANCollection_ListOfPnt.hxx
-include/OpenCASCADE/Quantity_AbsorbedDose.hxx
-include/OpenCASCADE/Quantity_Acceleration.hxx
-include/OpenCASCADE/Quantity_AcousticIntensity.hxx
-include/OpenCASCADE/Quantity_Activity.hxx
-include/OpenCASCADE/Quantity_Admittance.hxx
-include/OpenCASCADE/Quantity_AmountOfSubstance.hxx
-include/OpenCASCADE/Quantity_AngularVelocity.hxx
-include/OpenCASCADE/Quantity_Area.hxx
include/OpenCASCADE/Quantity_Array1OfColor.hxx
include/OpenCASCADE/Quantity_Array2OfColor.hxx
-include/OpenCASCADE/Quantity_Capacitance.hxx
-include/OpenCASCADE/Quantity_Coefficient.hxx
-include/OpenCASCADE/Quantity_CoefficientOfExpansion.hxx
include/OpenCASCADE/Quantity_Color.hxx
include/OpenCASCADE/Quantity_ColorHasher.hxx
include/OpenCASCADE/Quantity_ColorRGBA.hxx
include/OpenCASCADE/Quantity_ColorRGBAHasher.hxx
-include/OpenCASCADE/Quantity_Concentration.hxx
-include/OpenCASCADE/Quantity_Conductivity.hxx
-include/OpenCASCADE/Quantity_Constant.hxx
-include/OpenCASCADE/Quantity_Consumption.hxx
-include/OpenCASCADE/Quantity_Content.hxx
include/OpenCASCADE/Quantity_Date.hxx
include/OpenCASCADE/Quantity_DateDefinitionError.hxx
-include/OpenCASCADE/Quantity_Density.hxx
-include/OpenCASCADE/Quantity_DoseEquivalent.hxx
-include/OpenCASCADE/Quantity_ElectricCapacitance.hxx
-include/OpenCASCADE/Quantity_ElectricCharge.hxx
-include/OpenCASCADE/Quantity_ElectricCurrent.hxx
-include/OpenCASCADE/Quantity_ElectricFieldStrength.hxx
-include/OpenCASCADE/Quantity_ElectricPotential.hxx
-include/OpenCASCADE/Quantity_Energy.hxx
-include/OpenCASCADE/Quantity_Enthalpy.hxx
-include/OpenCASCADE/Quantity_Entropy.hxx
-include/OpenCASCADE/Quantity_Factor.hxx
-include/OpenCASCADE/Quantity_Force.hxx
-include/OpenCASCADE/Quantity_Frequency.hxx
include/OpenCASCADE/Quantity_HArray1OfColor.hxx
-include/OpenCASCADE/Quantity_Illuminance.hxx
-include/OpenCASCADE/Quantity_Impedance.hxx
-include/OpenCASCADE/Quantity_Index.hxx
-include/OpenCASCADE/Quantity_Inductance.hxx
-include/OpenCASCADE/Quantity_KinematicViscosity.hxx
-include/OpenCASCADE/Quantity_KineticMoment.hxx
-include/OpenCASCADE/Quantity_Length.hxx
-include/OpenCASCADE/Quantity_Luminance.hxx
-include/OpenCASCADE/Quantity_LuminousEfficacity.hxx
-include/OpenCASCADE/Quantity_LuminousExposition.hxx
-include/OpenCASCADE/Quantity_LuminousFlux.hxx
-include/OpenCASCADE/Quantity_LuminousIntensity.hxx
-include/OpenCASCADE/Quantity_MagneticFieldStrength.hxx
-include/OpenCASCADE/Quantity_MagneticFlux.hxx
-include/OpenCASCADE/Quantity_MagneticFluxDensity.hxx
-include/OpenCASCADE/Quantity_Mass.hxx
-include/OpenCASCADE/Quantity_MassFlow.hxx
-include/OpenCASCADE/Quantity_MolarConcentration.hxx
-include/OpenCASCADE/Quantity_MolarMass.hxx
-include/OpenCASCADE/Quantity_MolarVolume.hxx
-include/OpenCASCADE/Quantity_Molarity.hxx
-include/OpenCASCADE/Quantity_MomentOfAForce.hxx
-include/OpenCASCADE/Quantity_MomentOfInertia.hxx
-include/OpenCASCADE/Quantity_Momentum.hxx
include/OpenCASCADE/Quantity_NameOfColor.hxx
-include/OpenCASCADE/Quantity_Normality.hxx
-include/OpenCASCADE/Quantity_Parameter.hxx
include/OpenCASCADE/Quantity_Period.hxx
include/OpenCASCADE/Quantity_PeriodDefinitionError.hxx
include/OpenCASCADE/Quantity_PhysicalQuantity.hxx
-include/OpenCASCADE/Quantity_PlaneAngle.hxx
-include/OpenCASCADE/Quantity_Power.hxx
-include/OpenCASCADE/Quantity_Pressure.hxx
-include/OpenCASCADE/Quantity_Quotient.hxx
-include/OpenCASCADE/Quantity_Rate.hxx
-include/OpenCASCADE/Quantity_Ratio.hxx
-include/OpenCASCADE/Quantity_Reluctance.hxx
-include/OpenCASCADE/Quantity_Resistance.hxx
-include/OpenCASCADE/Quantity_Resistivity.hxx
-include/OpenCASCADE/Quantity_Scalaire.hxx
-include/OpenCASCADE/Quantity_SolidAngle.hxx
-include/OpenCASCADE/Quantity_SoundIntensity.hxx
-include/OpenCASCADE/Quantity_SpecificHeatCapacity.hxx
-include/OpenCASCADE/Quantity_Speed.hxx
-include/OpenCASCADE/Quantity_SurfaceTension.hxx
-include/OpenCASCADE/Quantity_Temperature.hxx
-include/OpenCASCADE/Quantity_ThermalConductivity.hxx
-include/OpenCASCADE/Quantity_Torque.hxx
include/OpenCASCADE/Quantity_TypeOfColor.hxx
-include/OpenCASCADE/Quantity_Velocity.hxx
-include/OpenCASCADE/Quantity_Viscosity.hxx
-include/OpenCASCADE/Quantity_Volume.hxx
-include/OpenCASCADE/Quantity_VolumeFlow.hxx
-include/OpenCASCADE/Quantity_Weight.hxx
-include/OpenCASCADE/Quantity_Work.hxx
include/OpenCASCADE/RWGltf_CafReader.hxx
include/OpenCASCADE/RWGltf_CafWriter.hxx
include/OpenCASCADE/RWGltf_GltfAccessor.hxx
@@ -23920,6 +23137,7 @@ include/OpenCASCADE/RWGltf_GltfArrayType.hxx
include/OpenCASCADE/RWGltf_GltfBufferView.hxx
include/OpenCASCADE/RWGltf_GltfBufferViewTarget.hxx
include/OpenCASCADE/RWGltf_GltfFace.hxx
+include/OpenCASCADE/RWGltf_GltfJsonParser.hxx
include/OpenCASCADE/RWGltf_GltfLatePrimitiveArray.hxx
include/OpenCASCADE/RWGltf_GltfMaterialMap.hxx
include/OpenCASCADE/RWGltf_GltfOStreamWriter.hxx
@@ -23929,7 +23147,6 @@ include/OpenCASCADE/RWGltf_GltfRootElement.hxx
include/OpenCASCADE/RWGltf_GltfSceneNodeMap.hxx
include/OpenCASCADE/RWGltf_MaterialCommon.hxx
include/OpenCASCADE/RWGltf_MaterialMetallicRoughness.hxx
-include/OpenCASCADE/RWGltf_PrimitiveArrayReader.hxx
include/OpenCASCADE/RWGltf_TriangulationReader.hxx
include/OpenCASCADE/RWGltf_WriterTrsfFormat.hxx
include/OpenCASCADE/RWHeaderSection.hxx
@@ -23938,16 +23155,23 @@ include/OpenCASCADE/RWHeaderSection_RWFileDescription.hxx
include/OpenCASCADE/RWHeaderSection_RWFileName.hxx
include/OpenCASCADE/RWHeaderSection_RWFileSchema.hxx
include/OpenCASCADE/RWHeaderSection_ReadWriteModule.hxx
+include/OpenCASCADE/RWMesh.hxx
include/OpenCASCADE/RWMesh_CafReader.hxx
include/OpenCASCADE/RWMesh_CoordinateSystem.hxx
include/OpenCASCADE/RWMesh_CoordinateSystemConverter.hxx
include/OpenCASCADE/RWMesh_FaceIterator.hxx
include/OpenCASCADE/RWMesh_MaterialMap.hxx
+include/OpenCASCADE/RWMesh_NameFormat.hxx
include/OpenCASCADE/RWMesh_NodeAttributes.hxx
+include/OpenCASCADE/RWMesh_TriangulationReader.hxx
+include/OpenCASCADE/RWMesh_TriangulationSource.hxx
include/OpenCASCADE/RWObj.hxx
include/OpenCASCADE/RWObj_CafReader.hxx
+include/OpenCASCADE/RWObj_CafWriter.hxx
include/OpenCASCADE/RWObj_Material.hxx
include/OpenCASCADE/RWObj_MtlReader.hxx
+include/OpenCASCADE/RWObj_ObjMaterialMap.hxx
+include/OpenCASCADE/RWObj_ObjWriterContext.hxx
include/OpenCASCADE/RWObj_Reader.hxx
include/OpenCASCADE/RWObj_SubMesh.hxx
include/OpenCASCADE/RWObj_SubMeshReason.hxx
@@ -24297,6 +23521,7 @@ include/OpenCASCADE/RWStepGeom_RWRectangularTrimmedSurface.hxx
include/OpenCASCADE/RWStepGeom_RWReparametrisedCompositeCurveSegment.hxx
include/OpenCASCADE/RWStepGeom_RWSeamCurve.hxx
include/OpenCASCADE/RWStepGeom_RWSphericalSurface.hxx
+include/OpenCASCADE/RWStepGeom_RWSuParameters.hxx
include/OpenCASCADE/RWStepGeom_RWSurface.hxx
include/OpenCASCADE/RWStepGeom_RWSurfaceCurve.hxx
include/OpenCASCADE/RWStepGeom_RWSurfaceCurveAndBoundedCurve.hxx
@@ -24312,6 +23537,80 @@ include/OpenCASCADE/RWStepGeom_RWUniformCurveAndRationalBSplineCurve.hxx
include/OpenCASCADE/RWStepGeom_RWUniformSurface.hxx
include/OpenCASCADE/RWStepGeom_RWUniformSurfaceAndRationalBSplineSurface.hxx
include/OpenCASCADE/RWStepGeom_RWVector.hxx
+include/OpenCASCADE/RWStepKinematics_RWActuatedKinPairAndOrderKinPair.hxx
+include/OpenCASCADE/RWStepKinematics_RWActuatedKinematicPair.hxx
+include/OpenCASCADE/RWStepKinematics_RWContextDependentKinematicLinkRepresentation.hxx
+include/OpenCASCADE/RWStepKinematics_RWCylindricalPair.hxx
+include/OpenCASCADE/RWStepKinematics_RWCylindricalPairValue.hxx
+include/OpenCASCADE/RWStepKinematics_RWCylindricalPairWithRange.hxx
+include/OpenCASCADE/RWStepKinematics_RWFullyConstrainedPair.hxx
+include/OpenCASCADE/RWStepKinematics_RWGearPair.hxx
+include/OpenCASCADE/RWStepKinematics_RWGearPairValue.hxx
+include/OpenCASCADE/RWStepKinematics_RWGearPairWithRange.hxx
+include/OpenCASCADE/RWStepKinematics_RWHomokineticPair.hxx
+include/OpenCASCADE/RWStepKinematics_RWKinematicJoint.hxx
+include/OpenCASCADE/RWStepKinematics_RWKinematicLink.hxx
+include/OpenCASCADE/RWStepKinematics_RWKinematicLinkRepresentationAssociation.hxx
+include/OpenCASCADE/RWStepKinematics_RWKinematicPropertyMechanismRepresentation.hxx
+include/OpenCASCADE/RWStepKinematics_RWKinematicTopologyDirectedStructure.hxx
+include/OpenCASCADE/RWStepKinematics_RWKinematicTopologyNetworkStructure.hxx
+include/OpenCASCADE/RWStepKinematics_RWKinematicTopologyStructure.hxx
+include/OpenCASCADE/RWStepKinematics_RWLinearFlexibleAndPinionPair.hxx
+include/OpenCASCADE/RWStepKinematics_RWLinearFlexibleAndPlanarCurvePair.hxx
+include/OpenCASCADE/RWStepKinematics_RWLinearFlexibleLinkRepresentation.hxx
+include/OpenCASCADE/RWStepKinematics_RWLowOrderKinematicPair.hxx
+include/OpenCASCADE/RWStepKinematics_RWLowOrderKinematicPairValue.hxx
+include/OpenCASCADE/RWStepKinematics_RWLowOrderKinematicPairWithRange.hxx
+include/OpenCASCADE/RWStepKinematics_RWMechanismRepresentation.hxx
+include/OpenCASCADE/RWStepKinematics_RWMechanismStateRepresentation.hxx
+include/OpenCASCADE/RWStepKinematics_RWOrientedJoint.hxx
+include/OpenCASCADE/RWStepKinematics_RWPairRepresentationRelationship.hxx
+include/OpenCASCADE/RWStepKinematics_RWPlanarCurvePair.hxx
+include/OpenCASCADE/RWStepKinematics_RWPlanarCurvePairRange.hxx
+include/OpenCASCADE/RWStepKinematics_RWPlanarPair.hxx
+include/OpenCASCADE/RWStepKinematics_RWPlanarPairValue.hxx
+include/OpenCASCADE/RWStepKinematics_RWPlanarPairWithRange.hxx
+include/OpenCASCADE/RWStepKinematics_RWPointOnPlanarCurvePair.hxx
+include/OpenCASCADE/RWStepKinematics_RWPointOnPlanarCurvePairValue.hxx
+include/OpenCASCADE/RWStepKinematics_RWPointOnPlanarCurvePairWithRange.hxx
+include/OpenCASCADE/RWStepKinematics_RWPointOnSurfacePair.hxx
+include/OpenCASCADE/RWStepKinematics_RWPointOnSurfacePairValue.hxx
+include/OpenCASCADE/RWStepKinematics_RWPointOnSurfacePairWithRange.hxx
+include/OpenCASCADE/RWStepKinematics_RWPrismaticPair.hxx
+include/OpenCASCADE/RWStepKinematics_RWPrismaticPairValue.hxx
+include/OpenCASCADE/RWStepKinematics_RWPrismaticPairWithRange.hxx
+include/OpenCASCADE/RWStepKinematics_RWProductDefinitionKinematics.hxx
+include/OpenCASCADE/RWStepKinematics_RWProductDefinitionRelationshipKinematics.hxx
+include/OpenCASCADE/RWStepKinematics_RWRackAndPinionPair.hxx
+include/OpenCASCADE/RWStepKinematics_RWRackAndPinionPairValue.hxx
+include/OpenCASCADE/RWStepKinematics_RWRackAndPinionPairWithRange.hxx
+include/OpenCASCADE/RWStepKinematics_RWRevolutePair.hxx
+include/OpenCASCADE/RWStepKinematics_RWRevolutePairValue.hxx
+include/OpenCASCADE/RWStepKinematics_RWRevolutePairWithRange.hxx
+include/OpenCASCADE/RWStepKinematics_RWRigidLinkRepresentation.hxx
+include/OpenCASCADE/RWStepKinematics_RWRollingCurvePair.hxx
+include/OpenCASCADE/RWStepKinematics_RWRollingCurvePairValue.hxx
+include/OpenCASCADE/RWStepKinematics_RWRollingSurfacePair.hxx
+include/OpenCASCADE/RWStepKinematics_RWRollingSurfacePairValue.hxx
+include/OpenCASCADE/RWStepKinematics_RWRotationAboutDirection.hxx
+include/OpenCASCADE/RWStepKinematics_RWScrewPair.hxx
+include/OpenCASCADE/RWStepKinematics_RWScrewPairValue.hxx
+include/OpenCASCADE/RWStepKinematics_RWScrewPairWithRange.hxx
+include/OpenCASCADE/RWStepKinematics_RWSlidingCurvePair.hxx
+include/OpenCASCADE/RWStepKinematics_RWSlidingCurvePairValue.hxx
+include/OpenCASCADE/RWStepKinematics_RWSlidingSurfacePair.hxx
+include/OpenCASCADE/RWStepKinematics_RWSlidingSurfacePairValue.hxx
+include/OpenCASCADE/RWStepKinematics_RWSphericalPair.hxx
+include/OpenCASCADE/RWStepKinematics_RWSphericalPairValue.hxx
+include/OpenCASCADE/RWStepKinematics_RWSphericalPairWithPin.hxx
+include/OpenCASCADE/RWStepKinematics_RWSphericalPairWithPinAndRange.hxx
+include/OpenCASCADE/RWStepKinematics_RWSphericalPairWithRange.hxx
+include/OpenCASCADE/RWStepKinematics_RWSurfacePairWithRange.hxx
+include/OpenCASCADE/RWStepKinematics_RWUnconstrainedPair.hxx
+include/OpenCASCADE/RWStepKinematics_RWUnconstrainedPairValue.hxx
+include/OpenCASCADE/RWStepKinematics_RWUniversalPair.hxx
+include/OpenCASCADE/RWStepKinematics_RWUniversalPairValue.hxx
+include/OpenCASCADE/RWStepKinematics_RWUniversalPairWithRange.hxx
include/OpenCASCADE/RWStepRepr_RWAllAroundShapeAspect.hxx
include/OpenCASCADE/RWStepRepr_RWApex.hxx
include/OpenCASCADE/RWStepRepr_RWAssemblyComponentUsage.hxx
@@ -24363,8 +23662,10 @@ include/OpenCASCADE/RWStepRepr_RWReprItemAndPlaneAngleMeasureWithUnit.hxx
include/OpenCASCADE/RWStepRepr_RWReprItemAndPlaneAngleMeasureWithUnitAndQRI.hxx
include/OpenCASCADE/RWStepRepr_RWRepresentation.hxx
include/OpenCASCADE/RWStepRepr_RWRepresentationContext.hxx
+include/OpenCASCADE/RWStepRepr_RWRepresentationContextReference.hxx
include/OpenCASCADE/RWStepRepr_RWRepresentationItem.hxx
include/OpenCASCADE/RWStepRepr_RWRepresentationMap.hxx
+include/OpenCASCADE/RWStepRepr_RWRepresentationReference.hxx
include/OpenCASCADE/RWStepRepr_RWRepresentationRelationship.hxx
include/OpenCASCADE/RWStepRepr_RWRepresentationRelationshipWithTransformation.hxx
include/OpenCASCADE/RWStepRepr_RWShapeAspect.hxx
@@ -24639,6 +23940,7 @@ include/OpenCASCADE/Select3D_PointData.hxx
include/OpenCASCADE/Select3D_SensitiveBox.hxx
include/OpenCASCADE/Select3D_SensitiveCircle.hxx
include/OpenCASCADE/Select3D_SensitiveCurve.hxx
+include/OpenCASCADE/Select3D_SensitiveCylinder.hxx
include/OpenCASCADE/Select3D_SensitiveEntity.hxx
include/OpenCASCADE/Select3D_SensitiveFace.hxx
include/OpenCASCADE/Select3D_SensitiveGroup.hxx
@@ -24647,6 +23949,7 @@ include/OpenCASCADE/Select3D_SensitivePoly.hxx
include/OpenCASCADE/Select3D_SensitivePrimitiveArray.hxx
include/OpenCASCADE/Select3D_SensitiveSegment.hxx
include/OpenCASCADE/Select3D_SensitiveSet.hxx
+include/OpenCASCADE/Select3D_SensitiveSphere.hxx
include/OpenCASCADE/Select3D_SensitiveTriangle.hxx
include/OpenCASCADE/Select3D_SensitiveTriangulation.hxx
include/OpenCASCADE/Select3D_SensitiveWire.hxx
@@ -24659,10 +23962,11 @@ include/OpenCASCADE/SelectBasics_SensitiveEntity.hxx
include/OpenCASCADE/SelectMgr.hxx
include/OpenCASCADE/SelectMgr_AndFilter.hxx
include/OpenCASCADE/SelectMgr_AndOrFilter.hxx
+include/OpenCASCADE/SelectMgr_AxisIntersector.hxx
include/OpenCASCADE/SelectMgr_BVHThreadPool.hxx
include/OpenCASCADE/SelectMgr_BaseFrustum.hxx
+include/OpenCASCADE/SelectMgr_BaseIntersector.hxx
include/OpenCASCADE/SelectMgr_CompositionFilter.hxx
-include/OpenCASCADE/SelectMgr_CompositionFilter.lxx
include/OpenCASCADE/SelectMgr_EntityOwner.hxx
include/OpenCASCADE/SelectMgr_Filter.hxx
include/OpenCASCADE/SelectMgr_FilterType.hxx
@@ -24682,9 +23986,9 @@ include/OpenCASCADE/SelectMgr_SelectingVolumeManager.hxx
include/OpenCASCADE/SelectMgr_Selection.hxx
include/OpenCASCADE/SelectMgr_SelectionImageFiller.hxx
include/OpenCASCADE/SelectMgr_SelectionManager.hxx
+include/OpenCASCADE/SelectMgr_SelectionType.hxx
include/OpenCASCADE/SelectMgr_SensitiveEntity.hxx
include/OpenCASCADE/SelectMgr_SensitiveEntitySet.hxx
-include/OpenCASCADE/SelectMgr_SequenceOfFilter.hxx
include/OpenCASCADE/SelectMgr_SequenceOfOwner.hxx
include/OpenCASCADE/SelectMgr_SequenceOfSelection.hxx
include/OpenCASCADE/SelectMgr_SortCriterion.hxx
@@ -24721,7 +24025,6 @@ include/OpenCASCADE/ShapeAnalysis_Geom.hxx
include/OpenCASCADE/ShapeAnalysis_HSequenceOfFreeBounds.hxx
include/OpenCASCADE/ShapeAnalysis_SequenceOfFreeBounds.hxx
include/OpenCASCADE/ShapeAnalysis_ShapeContents.hxx
-include/OpenCASCADE/ShapeAnalysis_ShapeContents.lxx
include/OpenCASCADE/ShapeAnalysis_ShapeTolerance.hxx
include/OpenCASCADE/ShapeAnalysis_Shell.hxx
include/OpenCASCADE/ShapeAnalysis_Surface.hxx
@@ -25359,6 +24662,7 @@ include/OpenCASCADE/StepData_FileProtocol.hxx
include/OpenCASCADE/StepData_FileRecognizer.hxx
include/OpenCASCADE/StepData_FreeFormEntity.hxx
include/OpenCASCADE/StepData_GeneralModule.hxx
+include/OpenCASCADE/StepData_GlobalFactors.hxx
include/OpenCASCADE/StepData_GlobalNodeOfWriterLib.hxx
include/OpenCASCADE/StepData_HArray1OfField.hxx
include/OpenCASCADE/StepData_Logical.hxx
@@ -25612,6 +24916,7 @@ include/OpenCASCADE/StepFEA_SymmetricTensor43dMember.hxx
include/OpenCASCADE/StepFEA_UnspecifiedValue.hxx
include/OpenCASCADE/StepFEA_Volume3dElementRepresentation.hxx
include/OpenCASCADE/StepFile_Read.hxx
+include/OpenCASCADE/StepFile_ReadData.hxx
include/OpenCASCADE/StepGeom_Array1OfBoundaryCurve.hxx
include/OpenCASCADE/StepGeom_Array1OfCartesianPoint.hxx
include/OpenCASCADE/StepGeom_Array1OfCompositeCurveSegment.hxx
@@ -25705,6 +25010,7 @@ include/OpenCASCADE/StepGeom_RectangularTrimmedSurface.hxx
include/OpenCASCADE/StepGeom_ReparametrisedCompositeCurveSegment.hxx
include/OpenCASCADE/StepGeom_SeamCurve.hxx
include/OpenCASCADE/StepGeom_SphericalSurface.hxx
+include/OpenCASCADE/StepGeom_SuParameters.hxx
include/OpenCASCADE/StepGeom_Surface.hxx
include/OpenCASCADE/StepGeom_SurfaceBoundary.hxx
include/OpenCASCADE/StepGeom_SurfaceCurve.hxx
@@ -25726,6 +25032,92 @@ include/OpenCASCADE/StepGeom_UniformSurface.hxx
include/OpenCASCADE/StepGeom_UniformSurfaceAndRationalBSplineSurface.hxx
include/OpenCASCADE/StepGeom_Vector.hxx
include/OpenCASCADE/StepGeom_VectorOrDirection.hxx
+include/OpenCASCADE/StepKinematics_ActuatedDirection.hxx
+include/OpenCASCADE/StepKinematics_ActuatedKinPairAndOrderKinPair.hxx
+include/OpenCASCADE/StepKinematics_ActuatedKinematicPair.hxx
+include/OpenCASCADE/StepKinematics_ContextDependentKinematicLinkRepresentation.hxx
+include/OpenCASCADE/StepKinematics_CylindricalPair.hxx
+include/OpenCASCADE/StepKinematics_CylindricalPairValue.hxx
+include/OpenCASCADE/StepKinematics_CylindricalPairWithRange.hxx
+include/OpenCASCADE/StepKinematics_FullyConstrainedPair.hxx
+include/OpenCASCADE/StepKinematics_GearPair.hxx
+include/OpenCASCADE/StepKinematics_GearPairValue.hxx
+include/OpenCASCADE/StepKinematics_GearPairWithRange.hxx
+include/OpenCASCADE/StepKinematics_HighOrderKinematicPair.hxx
+include/OpenCASCADE/StepKinematics_HomokineticPair.hxx
+include/OpenCASCADE/StepKinematics_KinematicJoint.hxx
+include/OpenCASCADE/StepKinematics_KinematicLink.hxx
+include/OpenCASCADE/StepKinematics_KinematicLinkRepresentation.hxx
+include/OpenCASCADE/StepKinematics_KinematicLinkRepresentationAssociation.hxx
+include/OpenCASCADE/StepKinematics_KinematicPair.hxx
+include/OpenCASCADE/StepKinematics_KinematicPropertyDefinitionRepresentation.hxx
+include/OpenCASCADE/StepKinematics_KinematicPropertyMechanismRepresentation.hxx
+include/OpenCASCADE/StepKinematics_KinematicTopologyDirectedStructure.hxx
+include/OpenCASCADE/StepKinematics_KinematicTopologyNetworkStructure.hxx
+include/OpenCASCADE/StepKinematics_KinematicTopologyRepresentationSelect.hxx
+include/OpenCASCADE/StepKinematics_KinematicTopologyStructure.hxx
+include/OpenCASCADE/StepKinematics_LinearFlexibleAndPinionPair.hxx
+include/OpenCASCADE/StepKinematics_LinearFlexibleAndPlanarCurvePair.hxx
+include/OpenCASCADE/StepKinematics_LinearFlexibleLinkRepresentation.hxx
+include/OpenCASCADE/StepKinematics_LowOrderKinematicPair.hxx
+include/OpenCASCADE/StepKinematics_LowOrderKinematicPairValue.hxx
+include/OpenCASCADE/StepKinematics_LowOrderKinematicPairWithMotionCoupling.hxx
+include/OpenCASCADE/StepKinematics_LowOrderKinematicPairWithRange.hxx
+include/OpenCASCADE/StepKinematics_MechanismRepresentation.hxx
+include/OpenCASCADE/StepKinematics_MechanismStateRepresentation.hxx
+include/OpenCASCADE/StepKinematics_OrientedJoint.hxx
+include/OpenCASCADE/StepKinematics_PairRepresentationRelationship.hxx
+include/OpenCASCADE/StepKinematics_PairValue.hxx
+include/OpenCASCADE/StepKinematics_PlanarCurvePair.hxx
+include/OpenCASCADE/StepKinematics_PlanarCurvePairRange.hxx
+include/OpenCASCADE/StepKinematics_PlanarPair.hxx
+include/OpenCASCADE/StepKinematics_PlanarPairValue.hxx
+include/OpenCASCADE/StepKinematics_PlanarPairWithRange.hxx
+include/OpenCASCADE/StepKinematics_PointOnPlanarCurvePair.hxx
+include/OpenCASCADE/StepKinematics_PointOnPlanarCurvePairValue.hxx
+include/OpenCASCADE/StepKinematics_PointOnPlanarCurvePairWithRange.hxx
+include/OpenCASCADE/StepKinematics_PointOnSurfacePair.hxx
+include/OpenCASCADE/StepKinematics_PointOnSurfacePairValue.hxx
+include/OpenCASCADE/StepKinematics_PointOnSurfacePairWithRange.hxx
+include/OpenCASCADE/StepKinematics_PrismaticPair.hxx
+include/OpenCASCADE/StepKinematics_PrismaticPairValue.hxx
+include/OpenCASCADE/StepKinematics_PrismaticPairWithRange.hxx
+include/OpenCASCADE/StepKinematics_ProductDefinitionKinematics.hxx
+include/OpenCASCADE/StepKinematics_ProductDefinitionRelationshipKinematics.hxx
+include/OpenCASCADE/StepKinematics_RackAndPinionPair.hxx
+include/OpenCASCADE/StepKinematics_RackAndPinionPairValue.hxx
+include/OpenCASCADE/StepKinematics_RackAndPinionPairWithRange.hxx
+include/OpenCASCADE/StepKinematics_RevolutePair.hxx
+include/OpenCASCADE/StepKinematics_RevolutePairValue.hxx
+include/OpenCASCADE/StepKinematics_RevolutePairWithRange.hxx
+include/OpenCASCADE/StepKinematics_RigidLinkRepresentation.hxx
+include/OpenCASCADE/StepKinematics_RigidPlacement.hxx
+include/OpenCASCADE/StepKinematics_RollingCurvePair.hxx
+include/OpenCASCADE/StepKinematics_RollingCurvePairValue.hxx
+include/OpenCASCADE/StepKinematics_RollingSurfacePair.hxx
+include/OpenCASCADE/StepKinematics_RollingSurfacePairValue.hxx
+include/OpenCASCADE/StepKinematics_RotationAboutDirection.hxx
+include/OpenCASCADE/StepKinematics_ScrewPair.hxx
+include/OpenCASCADE/StepKinematics_ScrewPairValue.hxx
+include/OpenCASCADE/StepKinematics_ScrewPairWithRange.hxx
+include/OpenCASCADE/StepKinematics_SlidingCurvePair.hxx
+include/OpenCASCADE/StepKinematics_SlidingCurvePairValue.hxx
+include/OpenCASCADE/StepKinematics_SlidingSurfacePair.hxx
+include/OpenCASCADE/StepKinematics_SlidingSurfacePairValue.hxx
+include/OpenCASCADE/StepKinematics_SpatialRotation.hxx
+include/OpenCASCADE/StepKinematics_SphericalPair.hxx
+include/OpenCASCADE/StepKinematics_SphericalPairSelect.hxx
+include/OpenCASCADE/StepKinematics_SphericalPairValue.hxx
+include/OpenCASCADE/StepKinematics_SphericalPairWithPin.hxx
+include/OpenCASCADE/StepKinematics_SphericalPairWithPinAndRange.hxx
+include/OpenCASCADE/StepKinematics_SphericalPairWithRange.hxx
+include/OpenCASCADE/StepKinematics_SurfacePair.hxx
+include/OpenCASCADE/StepKinematics_SurfacePairWithRange.hxx
+include/OpenCASCADE/StepKinematics_UnconstrainedPair.hxx
+include/OpenCASCADE/StepKinematics_UnconstrainedPairValue.hxx
+include/OpenCASCADE/StepKinematics_UniversalPair.hxx
+include/OpenCASCADE/StepKinematics_UniversalPairValue.hxx
+include/OpenCASCADE/StepKinematics_UniversalPairWithRange.hxx
include/OpenCASCADE/StepRepr_AllAroundShapeAspect.hxx
include/OpenCASCADE/StepRepr_Apex.hxx
include/OpenCASCADE/StepRepr_Array1OfMaterialPropertyRepresentation.hxx
@@ -25795,8 +25187,11 @@ include/OpenCASCADE/StepRepr_ReprItemAndPlaneAngleMeasureWithUnit.hxx
include/OpenCASCADE/StepRepr_ReprItemAndPlaneAngleMeasureWithUnitAndQRI.hxx
include/OpenCASCADE/StepRepr_Representation.hxx
include/OpenCASCADE/StepRepr_RepresentationContext.hxx
+include/OpenCASCADE/StepRepr_RepresentationContextReference.hxx
include/OpenCASCADE/StepRepr_RepresentationItem.hxx
include/OpenCASCADE/StepRepr_RepresentationMap.hxx
+include/OpenCASCADE/StepRepr_RepresentationOrRepresentationReference.hxx
+include/OpenCASCADE/StepRepr_RepresentationReference.hxx
include/OpenCASCADE/StepRepr_RepresentationRelationship.hxx
include/OpenCASCADE/StepRepr_RepresentationRelationshipWithTransformation.hxx
include/OpenCASCADE/StepRepr_RepresentedDefinition.hxx
@@ -26358,64 +25753,12 @@ include/OpenCASCADE/TColgp_SequenceOfVec2d.hxx
include/OpenCASCADE/TColgp_SequenceOfXY.hxx
include/OpenCASCADE/TColgp_SequenceOfXYZ.hxx
include/OpenCASCADE/TCollection.hxx
-include/OpenCASCADE/TCollection_Array1.gxx
-include/OpenCASCADE/TCollection_Array1.lxx
-include/OpenCASCADE/TCollection_Array2.gxx
-include/OpenCASCADE/TCollection_Array2.lxx
include/OpenCASCADE/TCollection_AsciiString.hxx
include/OpenCASCADE/TCollection_AsciiString.lxx
-include/OpenCASCADE/TCollection_BaseSequence.hxx
-include/OpenCASCADE/TCollection_BaseSequence.lxx
-include/OpenCASCADE/TCollection_BasicMap.hxx
-include/OpenCASCADE/TCollection_BasicMap.lxx
-include/OpenCASCADE/TCollection_BasicMapIterator.hxx
-include/OpenCASCADE/TCollection_BasicMapIterator.lxx
-include/OpenCASCADE/TCollection_DataMap.gxx
-include/OpenCASCADE/TCollection_DataMapIterator.gxx
-include/OpenCASCADE/TCollection_DataMapNode.gxx
-include/OpenCASCADE/TCollection_DataMapNode.lxx
-include/OpenCASCADE/TCollection_DoubleMap.gxx
-include/OpenCASCADE/TCollection_DoubleMapIterator.gxx
-include/OpenCASCADE/TCollection_DoubleMapNode.gxx
-include/OpenCASCADE/TCollection_DoubleMapNode.lxx
include/OpenCASCADE/TCollection_ExtendedString.hxx
-include/OpenCASCADE/TCollection_HArray1.gxx
-include/OpenCASCADE/TCollection_HArray1.lxx
-include/OpenCASCADE/TCollection_HArray2.gxx
-include/OpenCASCADE/TCollection_HArray2.lxx
include/OpenCASCADE/TCollection_HAsciiString.hxx
include/OpenCASCADE/TCollection_HAsciiString.lxx
include/OpenCASCADE/TCollection_HExtendedString.hxx
-include/OpenCASCADE/TCollection_HSequence.gxx
-include/OpenCASCADE/TCollection_HSequence.lxx
-include/OpenCASCADE/TCollection_IndexedDataMap.gxx
-include/OpenCASCADE/TCollection_IndexedDataMapNode.gxx
-include/OpenCASCADE/TCollection_IndexedDataMapNode.lxx
-include/OpenCASCADE/TCollection_IndexedMap.gxx
-include/OpenCASCADE/TCollection_IndexedMapNode.gxx
-include/OpenCASCADE/TCollection_IndexedMapNode.lxx
-include/OpenCASCADE/TCollection_List.gxx
-include/OpenCASCADE/TCollection_List.lxx
-include/OpenCASCADE/TCollection_ListIterator.gxx
-include/OpenCASCADE/TCollection_ListIterator.lxx
-include/OpenCASCADE/TCollection_ListNode.gxx
-include/OpenCASCADE/TCollection_ListNode.lxx
-include/OpenCASCADE/TCollection_Map.gxx
-include/OpenCASCADE/TCollection_MapHasher.gxx
-include/OpenCASCADE/TCollection_MapIterator.gxx
-include/OpenCASCADE/TCollection_MapNode.hxx
-include/OpenCASCADE/TCollection_MapNode.lxx
-include/OpenCASCADE/TCollection_MapNodePtr.hxx
-include/OpenCASCADE/TCollection_SeqNode.hxx
-include/OpenCASCADE/TCollection_SeqNode.lxx
-include/OpenCASCADE/TCollection_SeqNodePtr.hxx
-include/OpenCASCADE/TCollection_Sequence.gxx
-include/OpenCASCADE/TCollection_Sequence.lxx
-include/OpenCASCADE/TCollection_SequenceNode.gxx
-include/OpenCASCADE/TCollection_SequenceNode.lxx
-include/OpenCASCADE/TCollection_Side.hxx
-include/OpenCASCADE/TCollection_StdMapNode.gxx
-include/OpenCASCADE/TCollection_StdMapNode.lxx
include/OpenCASCADE/TDF.hxx
include/OpenCASCADE/TDF_Attribute.hxx
include/OpenCASCADE/TDF_Attribute.lxx
@@ -26582,6 +25925,7 @@ include/OpenCASCADE/TDocStd_Context.hxx
include/OpenCASCADE/TDocStd_DataMapIteratorOfLabelIDMapDataMap.hxx
include/OpenCASCADE/TDocStd_Document.hxx
include/OpenCASCADE/TDocStd_Document.lxx
+include/OpenCASCADE/TDocStd_FormatVersion.hxx
include/OpenCASCADE/TDocStd_LabelIDMapDataMap.hxx
include/OpenCASCADE/TDocStd_Modified.hxx
include/OpenCASCADE/TDocStd_MultiTransactionManager.hxx
@@ -26734,7 +26078,6 @@ include/OpenCASCADE/TopClass_SolidExplorer.hxx
include/OpenCASCADE/TopCnx_EdgeFaceTransition.hxx
include/OpenCASCADE/TopExp.hxx
include/OpenCASCADE/TopExp_Explorer.hxx
-include/OpenCASCADE/TopExp_Explorer.lxx
include/OpenCASCADE/TopExp_Stack.hxx
include/OpenCASCADE/TopLoc_Datum3D.hxx
include/OpenCASCADE/TopLoc_IndexedMapOfLocation.hxx
@@ -27019,6 +26362,7 @@ include/OpenCASCADE/TopTools_DataMapOfShapeListOfShape.hxx
include/OpenCASCADE/TopTools_DataMapOfShapeReal.hxx
include/OpenCASCADE/TopTools_DataMapOfShapeSequenceOfShape.hxx
include/OpenCASCADE/TopTools_DataMapOfShapeShape.hxx
+include/OpenCASCADE/TopTools_FormatVersion.hxx
include/OpenCASCADE/TopTools_HArray1OfListOfShape.hxx
include/OpenCASCADE/TopTools_HArray1OfShape.hxx
include/OpenCASCADE/TopTools_HArray2OfShape.hxx
@@ -27088,7 +26432,6 @@ include/OpenCASCADE/TopoDS_FrozenShape.hxx
include/OpenCASCADE/TopoDS_HShape.hxx
include/OpenCASCADE/TopoDS_HShape.lxx
include/OpenCASCADE/TopoDS_Iterator.hxx
-include/OpenCASCADE/TopoDS_Iterator.lxx
include/OpenCASCADE/TopoDS_ListIteratorOfListOfShape.hxx
include/OpenCASCADE/TopoDS_ListOfShape.hxx
include/OpenCASCADE/TopoDS_LockedShape.hxx
@@ -27180,6 +26523,7 @@ include/OpenCASCADE/Units.hxx
include/OpenCASCADE/UnitsAPI.hxx
include/OpenCASCADE/UnitsAPI_SystemUnits.hxx
include/OpenCASCADE/UnitsMethods.hxx
+include/OpenCASCADE/UnitsMethods_LengthUnit.hxx
include/OpenCASCADE/Units_Dimensions.hxx
include/OpenCASCADE/Units_Dimensions.lxx
include/OpenCASCADE/Units_Explorer.hxx
@@ -27216,13 +26560,11 @@ include/OpenCASCADE/V3d.hxx
include/OpenCASCADE/V3d_AmbientLight.hxx
include/OpenCASCADE/V3d_BadValue.hxx
include/OpenCASCADE/V3d_CircularGrid.hxx
-include/OpenCASCADE/V3d_Coordinate.hxx
include/OpenCASCADE/V3d_DirectionalLight.hxx
include/OpenCASCADE/V3d_ImageDumpOptions.hxx
include/OpenCASCADE/V3d_Light.hxx
include/OpenCASCADE/V3d_ListOfLight.hxx
include/OpenCASCADE/V3d_ListOfView.hxx
-include/OpenCASCADE/V3d_Parameter.hxx
include/OpenCASCADE/V3d_Plane.hxx
include/OpenCASCADE/V3d_PositionLight.hxx
include/OpenCASCADE/V3d_PositionalLight.hxx
@@ -27234,15 +26576,11 @@ include/OpenCASCADE/V3d_TypeOfAxe.hxx
include/OpenCASCADE/V3d_TypeOfBackfacingModel.hxx
include/OpenCASCADE/V3d_TypeOfLight.hxx
include/OpenCASCADE/V3d_TypeOfOrientation.hxx
-include/OpenCASCADE/V3d_TypeOfPickCamera.hxx
-include/OpenCASCADE/V3d_TypeOfPickLight.hxx
-include/OpenCASCADE/V3d_TypeOfRepresentation.hxx
include/OpenCASCADE/V3d_TypeOfShadingModel.hxx
include/OpenCASCADE/V3d_TypeOfView.hxx
include/OpenCASCADE/V3d_TypeOfVisualization.hxx
include/OpenCASCADE/V3d_UnMapped.hxx
include/OpenCASCADE/V3d_View.hxx
-include/OpenCASCADE/V3d_ViewPointer.hxx
include/OpenCASCADE/V3d_Viewer.hxx
include/OpenCASCADE/V3d_ViewerPointer.hxx
include/OpenCASCADE/ViewerTest.hxx
@@ -27361,8 +26699,8 @@ include/OpenCASCADE/WNT_HIDSpaceMouse.hxx
include/OpenCASCADE/WNT_OrientationType.hxx
include/OpenCASCADE/WNT_WClass.hxx
include/OpenCASCADE/WNT_Window.hxx
-include/OpenCASCADE/WNT_Window.lxx
include/OpenCASCADE/WNT_WindowPtr.hxx
+include/OpenCASCADE/Wasm_Window.hxx
include/OpenCASCADE/XBRepMesh.hxx
include/OpenCASCADE/XCAFApp_Application.hxx
include/OpenCASCADE/XCAFDimTolObjects_DataMapOfToleranceDatum.hxx
@@ -27411,6 +26749,7 @@ include/OpenCASCADE/XCAFDoc_GeomTolerance.hxx
include/OpenCASCADE/XCAFDoc_GraphNode.hxx
include/OpenCASCADE/XCAFDoc_GraphNodeSequence.hxx
include/OpenCASCADE/XCAFDoc_LayerTool.hxx
+include/OpenCASCADE/XCAFDoc_LengthUnit.hxx
include/OpenCASCADE/XCAFDoc_Location.hxx
include/OpenCASCADE/XCAFDoc_Material.hxx
include/OpenCASCADE/XCAFDoc_MaterialTool.hxx
@@ -27553,6 +26892,7 @@ include/OpenCASCADE/XmlMXCAFDoc_ColorDriver.hxx
include/OpenCASCADE/XmlMXCAFDoc_DatumDriver.hxx
include/OpenCASCADE/XmlMXCAFDoc_DimTolDriver.hxx
include/OpenCASCADE/XmlMXCAFDoc_GraphNodeDriver.hxx
+include/OpenCASCADE/XmlMXCAFDoc_LengthUnitDriver.hxx
include/OpenCASCADE/XmlMXCAFDoc_LocationDriver.hxx
include/OpenCASCADE/XmlMXCAFDoc_LocationDriver.lxx
include/OpenCASCADE/XmlMXCAFDoc_MaterialDriver.hxx
@@ -27612,85 +26952,50 @@ include/OpenCASCADE/gce_Root.hxx
include/OpenCASCADE/gce_Root.lxx
include/OpenCASCADE/glext.h
include/OpenCASCADE/gp.hxx
-include/OpenCASCADE/gp.lxx
include/OpenCASCADE/gp_Ax1.hxx
-include/OpenCASCADE/gp_Ax1.lxx
include/OpenCASCADE/gp_Ax2.hxx
-include/OpenCASCADE/gp_Ax2.lxx
include/OpenCASCADE/gp_Ax22d.hxx
-include/OpenCASCADE/gp_Ax22d.lxx
include/OpenCASCADE/gp_Ax2d.hxx
-include/OpenCASCADE/gp_Ax2d.lxx
include/OpenCASCADE/gp_Ax3.hxx
-include/OpenCASCADE/gp_Ax3.lxx
include/OpenCASCADE/gp_Circ.hxx
-include/OpenCASCADE/gp_Circ.lxx
include/OpenCASCADE/gp_Circ2d.hxx
-include/OpenCASCADE/gp_Circ2d.lxx
include/OpenCASCADE/gp_Cone.hxx
-include/OpenCASCADE/gp_Cone.lxx
include/OpenCASCADE/gp_Cylinder.hxx
-include/OpenCASCADE/gp_Cylinder.lxx
include/OpenCASCADE/gp_Dir.hxx
-include/OpenCASCADE/gp_Dir.lxx
include/OpenCASCADE/gp_Dir2d.hxx
-include/OpenCASCADE/gp_Dir2d.lxx
include/OpenCASCADE/gp_Elips.hxx
-include/OpenCASCADE/gp_Elips.lxx
include/OpenCASCADE/gp_Elips2d.hxx
-include/OpenCASCADE/gp_Elips2d.lxx
include/OpenCASCADE/gp_EulerSequence.hxx
include/OpenCASCADE/gp_GTrsf.hxx
-include/OpenCASCADE/gp_GTrsf.lxx
include/OpenCASCADE/gp_GTrsf2d.hxx
-include/OpenCASCADE/gp_GTrsf2d.lxx
include/OpenCASCADE/gp_Hypr.hxx
-include/OpenCASCADE/gp_Hypr.lxx
include/OpenCASCADE/gp_Hypr2d.hxx
-include/OpenCASCADE/gp_Hypr2d.lxx
include/OpenCASCADE/gp_Lin.hxx
-include/OpenCASCADE/gp_Lin.lxx
include/OpenCASCADE/gp_Lin2d.hxx
-include/OpenCASCADE/gp_Lin2d.lxx
include/OpenCASCADE/gp_Mat.hxx
-include/OpenCASCADE/gp_Mat.lxx
include/OpenCASCADE/gp_Mat2d.hxx
-include/OpenCASCADE/gp_Mat2d.lxx
include/OpenCASCADE/gp_Parab.hxx
-include/OpenCASCADE/gp_Parab.lxx
include/OpenCASCADE/gp_Parab2d.hxx
-include/OpenCASCADE/gp_Parab2d.lxx
include/OpenCASCADE/gp_Pln.hxx
-include/OpenCASCADE/gp_Pln.lxx
include/OpenCASCADE/gp_Pnt.hxx
-include/OpenCASCADE/gp_Pnt.lxx
include/OpenCASCADE/gp_Pnt2d.hxx
-include/OpenCASCADE/gp_Pnt2d.lxx
include/OpenCASCADE/gp_Quaternion.hxx
-include/OpenCASCADE/gp_Quaternion.lxx
include/OpenCASCADE/gp_QuaternionNLerp.hxx
include/OpenCASCADE/gp_QuaternionSLerp.hxx
include/OpenCASCADE/gp_Sphere.hxx
-include/OpenCASCADE/gp_Sphere.lxx
include/OpenCASCADE/gp_Torus.hxx
-include/OpenCASCADE/gp_Torus.lxx
include/OpenCASCADE/gp_Trsf.hxx
-include/OpenCASCADE/gp_Trsf.lxx
include/OpenCASCADE/gp_Trsf2d.hxx
-include/OpenCASCADE/gp_Trsf2d.lxx
include/OpenCASCADE/gp_TrsfForm.hxx
include/OpenCASCADE/gp_TrsfNLerp.hxx
include/OpenCASCADE/gp_Vec.hxx
-include/OpenCASCADE/gp_Vec.lxx
include/OpenCASCADE/gp_Vec2d.hxx
-include/OpenCASCADE/gp_Vec2d.lxx
+include/OpenCASCADE/gp_Vec2f.hxx
+include/OpenCASCADE/gp_Vec3f.hxx
include/OpenCASCADE/gp_VectorWithNullMagnitude.hxx
include/OpenCASCADE/gp_XY.hxx
-include/OpenCASCADE/gp_XY.lxx
include/OpenCASCADE/gp_XYZ.hxx
-include/OpenCASCADE/gp_XYZ.lxx
include/OpenCASCADE/igesread.h
-include/OpenCASCADE/init.h
include/OpenCASCADE/math.hxx
include/OpenCASCADE/math_Array1OfValueAndWeight.hxx
include/OpenCASCADE/math_BFGS.hxx
@@ -27872,6 +27177,15 @@ lib/libTKOffset.so.%%VER%%
lib/libTKOpenGl.so
lib/libTKOpenGl.so.%%VE%%
lib/libTKOpenGl.so.%%VER%%
+lib/libTKOpenGlTest.so
+lib/libTKOpenGlTest.so.%%VE%%
+lib/libTKOpenGlTest.so.%%VER%%
+lib/libTKOpenGles.so
+lib/libTKOpenGles.so.%%VE%%
+lib/libTKOpenGles.so.%%VER%%
+lib/libTKOpenGlesTest.so
+lib/libTKOpenGlesTest.so.%%VE%%
+lib/libTKOpenGlesTest.so.%%VER%%
lib/libTKPrim.so
lib/libTKPrim.so.%%VE%%
lib/libTKPrim.so.%%VER%%
@@ -28225,6 +27539,8 @@ lib/libTKernel.so.%%VER%%
%%DOXYGEN%%%%DOCSDIR%%/html/dir_c2e7d7aee7e838614852d9e2305ad8c8.html
%%DOXYGEN%%%%DOCSDIR%%/html/dir_c5e7777c3a59bc65b433f988c7b23780.html
%%DOXYGEN%%%%DOCSDIR%%/html/dir_ccb6b1fcf86e77e41f415ee55695682d.html
+%%DOXYGEN%%%%DOCSDIR%%/html/dir_daba5fdf672b6518668976e315aa9cf0.html
+%%DOXYGEN%%%%DOCSDIR%%/html/dir_efac4b2f786a0f6f14465bced1e66038.html
%%DOXYGEN%%%%DOCSDIR%%/html/dir_f19be65aca296cffb5dd0da7403b0e2c.html
%%DOXYGEN%%%%DOCSDIR%%/html/dir_f60f82e15a89f1da3d0d9de612a56142.html
%%DOXYGEN%%%%DOCSDIR%%/html/dir_f9bc36fb4066f3d150c1c5683b17510d.html
@@ -28236,7 +27552,6 @@ lib/libTKernel.so.%%VER%%
%%DOXYGEN%%%%DOCSDIR%%/html/documentation_miktex.png
%%DOXYGEN%%%%DOCSDIR%%/html/documentation_test_image.svg
%%DOXYGEN%%%%DOCSDIR%%/html/doxygen.css
-%%DOXYGEN%%%%DOCSDIR%%/html/doxygen.png
%%DOXYGEN%%%%DOCSDIR%%/html/doxygen.svg
%%DOXYGEN%%%%DOCSDIR%%/html/draw_image001.png
%%DOXYGEN%%%%DOCSDIR%%/html/draw_image002.png
@@ -28254,7 +27569,6 @@ lib/libTKernel.so.%%VER%%
%%DOXYGEN%%%%DOCSDIR%%/html/foundation_classes_image005.png
%%DOXYGEN%%%%DOCSDIR%%/html/foundation_classes_image006.png
%%DOXYGEN%%%%DOCSDIR%%/html/genconf_linux.png
-%%DOXYGEN%%%%DOCSDIR%%/html/genconf_osx.png
%%DOXYGEN%%%%DOCSDIR%%/html/genconf_windows.png
%%DOXYGEN%%%%DOCSDIR%%/html/glue_options_image001.png
%%DOXYGEN%%%%DOCSDIR%%/html/glue_options_image002.png
@@ -28268,6 +27582,11 @@ lib/libTKernel.so.%%VER%%
%%DOXYGEN%%%%DOCSDIR%%/html/index.hhp
%%DOXYGEN%%%%DOCSDIR%%/html/index.html
%%DOXYGEN%%%%DOCSDIR%%/html/jquery.js
+%%DOXYGEN%%%%DOCSDIR%%/html/messageview_dump_panel.png
+%%DOXYGEN%%%%DOCSDIR%%/html/messageview_elements.svg
+%%DOXYGEN%%%%DOCSDIR%%/html/messageview_pop_up_menu.png
+%%DOXYGEN%%%%DOCSDIR%%/html/messageview_property_panel_custom.png
+%%DOXYGEN%%%%DOCSDIR%%/html/messageview_view.png
%%DOXYGEN%%%%DOCSDIR%%/html/mkvolume_image001.png
%%DOXYGEN%%%%DOCSDIR%%/html/mkvolume_image002.png
%%DOXYGEN%%%%DOCSDIR%%/html/mkvolume_image003.png
@@ -28396,8 +27715,8 @@ lib/libTKernel.so.%%VER%%
%%DOXYGEN%%%%DOCSDIR%%/html/navtree.js
%%DOXYGEN%%%%DOCSDIR%%/html/navtreedata.js
%%DOXYGEN%%%%DOCSDIR%%/html/navtreeindex0.js
-%%DOXYGEN%%%%DOCSDIR%%/html/navtreeindex10.js
%%DOXYGEN%%%%DOCSDIR%%/html/navtreeindex1.js
+%%DOXYGEN%%%%DOCSDIR%%/html/navtreeindex10.js
%%DOXYGEN%%%%DOCSDIR%%/html/navtreeindex2.js
%%DOXYGEN%%%%DOCSDIR%%/html/navtreeindex3.js
%%DOXYGEN%%%%DOCSDIR%%/html/navtreeindex4.js
@@ -28526,24 +27845,36 @@ lib/libTKernel.so.%%VER%%
%%DOXYGEN%%%%DOCSDIR%%/html/pages.html
%%DOXYGEN%%%%DOCSDIR%%/html/point_cloud.png
%%DOXYGEN%%%%DOCSDIR%%/html/preferences.png
-%%DOXYGEN%%%%DOCSDIR%%/html/property_panel_array.png
-%%DOXYGEN%%%%DOCSDIR%%/html/property_panel_item_selection.svg
-%%DOXYGEN%%%%DOCSDIR%%/html/property_panel_label.png
-%%DOXYGEN%%%%DOCSDIR%%/html/property_panel_named_data.png
-%%DOXYGEN%%%%DOCSDIR%%/html/property_panel_simple_type.png
-%%DOXYGEN%%%%DOCSDIR%%/html/property_panel_tnaming_named_shape.png
-%%DOXYGEN%%%%DOCSDIR%%/html/property_panel_tnaming_naming.png
-%%DOXYGEN%%%%DOCSDIR%%/html/property_panel_tnaming_used_shapes.png
-%%DOXYGEN%%%%DOCSDIR%%/html/property_panel_tree_node.png
+%%DOXYGEN%%%%DOCSDIR%%/html/property_panel.png
+%%DOXYGEN%%%%DOCSDIR%%/html/property_panel_custom_array.png
+%%DOXYGEN%%%%DOCSDIR%%/html/property_panel_custom_item_selection.svg
+%%DOXYGEN%%%%DOCSDIR%%/html/property_panel_custom_label.png
+%%DOXYGEN%%%%DOCSDIR%%/html/property_panel_custom_named_data.png
+%%DOXYGEN%%%%DOCSDIR%%/html/property_panel_custom_simple_type.png
+%%DOXYGEN%%%%DOCSDIR%%/html/property_panel_custom_tnaming_named_shape.png
+%%DOXYGEN%%%%DOCSDIR%%/html/property_panel_custom_tnaming_naming.png
+%%DOXYGEN%%%%DOCSDIR%%/html/property_panel_custom_tnaming_used_shapes.png
+%%DOXYGEN%%%%DOCSDIR%%/html/property_panel_custom_tree_node.png
%%DOXYGEN%%%%DOCSDIR%%/html/resize.js
%%DOXYGEN%%%%DOCSDIR%%/html/sample_ios_uikit.png
%%DOXYGEN%%%%DOCSDIR%%/html/sample_overview_qt.png
+%%DOXYGEN%%%%DOCSDIR%%/html/sample_overview_qt_geometry.png
+%%DOXYGEN%%%%DOCSDIR%%/html/sample_overview_qt_ocaf.png
+%%DOXYGEN%%%%DOCSDIR%%/html/sample_overview_qt_topology.png
+%%DOXYGEN%%%%DOCSDIR%%/html/sample_overview_qt_triangulation.png
+%%DOXYGEN%%%%DOCSDIR%%/html/sample_overview_qt_viewers.png
+%%DOXYGEN%%%%DOCSDIR%%/html/sample_overview_qt_xde.png
%%DOXYGEN%%%%DOCSDIR%%/html/sample_webgl.png
%%DOXYGEN%%%%DOCSDIR%%/html/samples.html
%%DOXYGEN%%%%DOCSDIR%%/html/samples.js
%%DOXYGEN%%%%DOCSDIR%%/html/samples__draw_scripts.html
+%%DOXYGEN%%%%DOCSDIR%%/html/samples__novice_guide.html
%%DOXYGEN%%%%DOCSDIR%%/html/samples__ocaf.html
%%DOXYGEN%%%%DOCSDIR%%/html/samples__ocaf_func.html
+%%DOXYGEN%%%%DOCSDIR%%/html/samples__projects.html
+%%DOXYGEN%%%%DOCSDIR%%/html/samples__projects.js
+%%DOXYGEN%%%%DOCSDIR%%/html/samples__tutorials.html
+%%DOXYGEN%%%%DOCSDIR%%/html/samples__tutorials.js
%%DOXYGEN%%%%DOCSDIR%%/html/samples_c__ie.png
%%DOXYGEN%%%%DOCSDIR%%/html/samples_csharp_direct3d.html
%%DOXYGEN%%%%DOCSDIR%%/html/samples_csharp_occt.html
@@ -28554,7 +27885,9 @@ lib/libTKernel.so.%%VER%%
%%DOXYGEN%%%%DOCSDIR%%/html/samples_qml_android_occt.html
%%DOXYGEN%%%%DOCSDIR%%/html/samples_qml_android_occt.jpg
%%DOXYGEN%%%%DOCSDIR%%/html/samples_qt.png
+%%DOXYGEN%%%%DOCSDIR%%/html/samples_qt_iesample.html
%%DOXYGEN%%%%DOCSDIR%%/html/samples_qt_overview.html
+%%DOXYGEN%%%%DOCSDIR%%/html/samples_qt_tutorial.html
%%DOXYGEN%%%%DOCSDIR%%/html/search.png
%%DOXYGEN%%%%DOCSDIR%%/html/shape_healing_image003.png
%%DOXYGEN%%%%DOCSDIR%%/html/shape_healing_image004.png
@@ -28569,6 +27902,7 @@ lib/libTKernel.so.%%VER%%
%%DOXYGEN%%%%DOCSDIR%%/html/shape_healing_image014.png
%%DOXYGEN%%%%DOCSDIR%%/html/shapeview.png
%%DOXYGEN%%%%DOCSDIR%%/html/shapeview_elements.svg
+%%DOXYGEN%%%%DOCSDIR%%/html/shapeview_property_panel.png
%%DOXYGEN%%%%DOCSDIR%%/html/shapeview_tree_columns.png
%%DOXYGEN%%%%DOCSDIR%%/html/specification.html
%%DOXYGEN%%%%DOCSDIR%%/html/specification.js
@@ -28621,6 +27955,8 @@ lib/libTKernel.so.%%VER%%
%%DOXYGEN%%%%DOCSDIR%%/html/view_frustum.png
%%DOXYGEN%%%%DOCSDIR%%/html/vinspector.png
%%DOXYGEN%%%%DOCSDIR%%/html/vinspector_elements.svg
+%%DOXYGEN%%%%DOCSDIR%%/html/vinspector_light_setting.png
+%%DOXYGEN%%%%DOCSDIR%%/html/vinspector_property_panel.png
%%DOXYGEN%%%%DOCSDIR%%/html/vinspector_tree_columns.png
%%DOXYGEN%%%%DOCSDIR%%/html/vis_image001.png
%%DOXYGEN%%%%DOCSDIR%%/html/vis_image002.png
@@ -28643,6 +27979,12 @@ lib/libTKernel.so.%%VER%%
%%DOXYGEN%%%%DOCSDIR%%/html/visualization_image022.png
%%DOXYGEN%%%%DOCSDIR%%/html/visualization_image029.png
%%DOXYGEN%%%%DOCSDIR%%/html/visualization_image030.png
+%%DOXYGEN%%%%DOCSDIR%%/html/visualization_selection_scheme_XOR.svg
+%%DOXYGEN%%%%DOCSDIR%%/html/visualization_selection_scheme_add.svg
+%%DOXYGEN%%%%DOCSDIR%%/html/visualization_selection_scheme_clear.svg
+%%DOXYGEN%%%%DOCSDIR%%/html/visualization_selection_scheme_remove.svg
+%%DOXYGEN%%%%DOCSDIR%%/html/visualization_selection_scheme_replace.svg
+%%DOXYGEN%%%%DOCSDIR%%/html/visualization_selection_scheme_replaceExtra.svg
%%DOXYGEN%%%%DOCSDIR%%/html/xde_image003.png
%%DOXYGEN%%%%DOCSDIR%%/html/xde_image004.png
%%DOXYGEN%%%%DOCSDIR%%/html/xde_image005.png