aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThierry Thomas <thierry@FreeBSD.org>2017-07-15 17:23:50 +0000
committerThierry Thomas <thierry@FreeBSD.org>2017-07-15 17:23:50 +0000
commit82f832df6022d555b40869050658e59120c6760c (patch)
treee72f2883e4ae3b0cb9864d2ba43af76c510cedc9
parent4cb506c1f31b6e058f05d27d98e0eac9b74eba0c (diff)
downloadports-82f832df6022d555b40869050658e59120c6760c.tar.gz
ports-82f832df6022d555b40869050658e59120c6760c.zip
Upgrade to 7.1.0.
Release notes at https://www.opencascade.com/sites/default/files/documents/release_notes_7.1.0.pdf PR: 220110 Submitted by: tj+freebsd_portsxi (at) a13.fr With bits from: ml (at) netfence.it
Notes
Notes: svn path=/head/; revision=445905
-rw-r--r--cad/opencascade/Makefile101
-rw-r--r--cad/opencascade/distinfo5
-rw-r--r--cad/opencascade/files/patch-CMakeLists.txt26
-rw-r--r--cad/opencascade/files/patch-adm_cmake_occt__csf.cmake17
-rw-r--r--cad/opencascade/files/patch-adm_cmake_occt__macros.cmake (renamed from cad/opencascade/files/patch-adm_templates_occt_macros.cmake)6
-rw-r--r--cad/opencascade/files/patch-adm_templates_custom.install.sh.in24
-rw-r--r--cad/opencascade/files/patch-configure.ac12
-rw-r--r--cad/opencascade/files/patch-inc_Standard_Time.hxx18
-rw-r--r--cad/opencascade/files/patch-src_OSD_OSD_MemInfo.cxx11
-rw-r--r--cad/opencascade/files/patch-src_STEPConstruct_STEPConstruct__AP203Context.cxx6
-rw-r--r--cad/opencascade/files/patch-src_Standard_Standard__CLocaleSentry.hxx (renamed from cad/opencascade/files/patch-inc_Standard_CLocaleSentry.hxx)4
-rw-r--r--cad/opencascade/files/patch-src_Standard_Standard__CString.cxx (renamed from cad/opencascade/files/patch-src_Standard_Standard_CString.cxx)8
-rw-r--r--cad/opencascade/pkg-plist8811
13 files changed, 2738 insertions, 6311 deletions
diff --git a/cad/opencascade/Makefile b/cad/opencascade/Makefile
index 20d3d23bf7b0..5a20e566f954 100644
--- a/cad/opencascade/Makefile
+++ b/cad/opencascade/Makefile
@@ -2,8 +2,7 @@
# $FreeBSD$
PORTNAME= opencascade
-PORTVERSION= 6.9.1
-PORTREVISION= 9
+PORTVERSION= 7.1.0
CATEGORIES= cad science
MASTER_SITES= LOCAL/thierry
@@ -15,20 +14,23 @@ LICENSE_NAME= LGPL21 with exception
LICENSE_FILE= ${WRKSRC}/OCCT_LGPL_EXCEPTION.txt
LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept
-LIB_DEPENDS= libtbb.so:devel/tbb \
+LIB_DEPENDS= libfreetype.so:print/freetype2 \
+ libtbb.so:devel/tbb \
libvtksys-${VTKVER}.so:math/vtk6
RUN_DEPENDS= bash:shells/bash
-# Check ${WRKSRC}/dox/overview/Overview.md
+# Check ${WRKSRC}/dox/overview/overview.md
# and ${WRKSRC}/dox/dev_guides/building
-USES= alias:10 bison cmake compiler:c++11-lib dos2unix \
+USES= alias:10 cmake:outsource compiler:c++11-lib dos2unix \
shebangfix tk tar:tgz
-USE_XORG= xmu
+USE_XORG= ice sm x11 xext xi xmu xt
+USE_GL= gl glu
DOS2UNIX_FILES= adm/templates/*
-SHEBANG_FILES= adm/templates/env.sh.in adm/templates/draw.sh \
- adm/templates/custom.sh.in adm/templates/custom.sh.main \
- adm/start.tcl draw.sh xcode.sh env.sh custom.sh.in \
- gendoc codeblocks.sh
+SHEBANG_FILES= adm/templates/*.sh \
+ adm/templates/*.sh.in \
+ adm/templates/*.sh.main \
+ gendoc
+ENVSH= env.sh adm/templates/env.sh.in adm/templates/env.sh
VTKVER= 6.2
OPTIONS_DEFINE= VIS DOXYGEN
@@ -37,19 +39,18 @@ OPTIONS_DEFAULT=VIS
OPTIONS_SUB= yes
REINPLACE_ARGS= -i ""
-CFLAGS+= -I${LOCALBASE}/include -I${TCL_INCLUDEDIR} -I${TK_INCLUDEDIR}
-LDFLAGS+= -L${LOCALBASE}/lib -L${TCL_LIBDIR} -L${TK_LIBDIR}
-CMAKE_ARGS+= -D3RDPARTY_TCL_INCLUDE_DIR=${TCL_INCLUDEDIR} \
- -D3RDPARTY_TCL_LIBRARY=${TCL_LIBDIR} \
- -D3RDPARTY_TBB_DIR=${LOCALBASE} \
- -D3RDPARTY_TBB_LIBRARY_DIR=${LOCALBASE}/lib \
- -DINSTALL_DIR=${OCCROOT}/ -DUSE_TBB:BOOL=ON \
- -D3RDPARTY_TBBMALLOC_LIBRARY=${LOCALBASE}/lib/libtbbmalloc.so \
- -D3RDPARTY_TBB_LIBRARY=${LOCALBASE}/lib/libtbb.so \
- -D3RDPARTY_TBBMALLOC_LIBRARY_DIR=${LOCALBASE}/lib \
- -DUSE_VTK:BOOL=ON -D3RDPARTY_VTK_DIR=${LOCALBASE} \
- -D3RDPARTY_VTK_INCLUDE_DIR=${LOCALBASE}/include/vtk-${VTKVER} \
- -D3RDPARTY_VTK_LIBRARY_DIR=${LOCALBASE}/lib/vtk-${VTKVER}
+CFLAGS+= -I${LOCALBASE}/include
+CMAKE_ARGS+= -DINSTALL_DIR=${OCCROOT} \
+ -DINSTALL_DIR_INCLUDE=${PREFIX}/include/OpenCASCADE \
+ -DINSTALL_DIR_LIB=${PREFIX}/lib \
+ -DINSTALL_DIR_CMAKE=${OCCROOT}/lib/cmake \
+ -DINSTALL_DIR_DATA=${OCCROOT}/data \
+ -DINSTALL_DIR_RESOURCE=${OCCROOT}/resources \
+ -DINSTALL_DIR_SAMPLES=${OCCROOT}/samples \
+ -DINSTALL_DIR_TESTS=${OCCROOT}/tests \
+ -DINSTALL_TEST_CASES:BOOL=ON \
+ -DUSE_TBB:BOOL=ON \
+ -DUSE_VTK:BOOL=ON
USE_LDCONFIG= yes
@@ -61,15 +62,11 @@ VIS_CMAKE_ON= -DUSE_FREEIMAGE:BOOL=ON -DUSE_GL2PS:BOOL=ON \
-DUSE_FREETYPE:BOOL=ON
VIS_CMAKE_OFF= -DUSE_FREEIMAGE:BOOL=OFF -DUSE_GL2PS:BOOL=OFF \
-DUSE_FREETYPE:BOOL=OFF
-VIS_USE= GL=glu
VIS_LIB_DEPENDS= libftgl.so:graphics/ftgl \
- libfreetype.so:print/freetype2 \
libgl2ps.so:print/gl2ps \
libfreeimageplus.so:graphics/freeimage
-VIS_CMAKE_ON= -D3RDPARTY_FREETYPE_DIR=${LOCALBASE} \
- -D3RDPARTY_FREEIMAGE_DIR=${LOCALBASE} \
- -D3RDPARTY_GL2PS_DIR=${LOCALBASE}
+VIS_CMAKE_ON= -D3RDPARTY_FREETYPE_DIR=${LOCALBASE}
DOXYGEN_USE= TEX=latex:build
DOXYGEN_BUILD_DEPENDS= bash:shells/bash \
@@ -80,12 +77,6 @@ DOXYGEN_RUN_DEPENDS= ${LOCALBASE}/www/MathJax/MathJax.js:www/mathjax
.include <bsd.port.options.mk>
-.if ${ARCH} == "i386"
-BITS= 32
-.else
-BITS= 64
-.endif
-
pre-everything::
@${ECHO_MSG}
@${ECHO_MSG} "Warning: to build OpenCascade, you should have at least"
@@ -94,39 +85,23 @@ pre-everything::
pre-configure:
${REINPLACE_CMD} -e 's|tclsh|${TCLSH}|' ${WRKSRC}/gendoc
-.for mod in TKDraw TKViewerTest
- ${REINPLACE_CMD} -e 's|tcl8.6|tcl${TCL_VER:C|\.||}|;s|tk8.6|tk${TK_VER:C|\.||}|' \
- ${WRKSRC}/adm/cmake/${mod}/CMakeLists.txt
-.endfor
-.for mod in TKIVtk TKIVtkDraw
- ${REINPLACE_CMD} -E 's/(vtk[[:alnum:]]+)\-6.1/\1\-${VTKVER}/' \
- ${WRKSRC}/adm/cmake/${mod}/CMakeLists.txt
-.endfor
-.for es in env.sh adm/templates/env.sh.in
- ${REINPLACE_CMD} -e 's|lin|bsd|' ${WRKSRC}/${es}
+.for es in ${ENVSH}
+ ${REINPLACE_CMD} -e 's|lin|bsd|;s|x86_64|amd64|' ${WRKSRC}/${es}
.endfor
+pre-patch:
+ @${REINPLACE_CMD} 's|<malloc.h>|<stdlib.h>|' \
+ ${WRKSRC}/src/OSD/OSD_MemInfo.cxx \
+ ${WRKSRC}/src/StepFile/step.tab.c \
+ ${WRKSRC}/src/StepFile/step.yacc
+
post-build-DOXYGEN-on:
(cd ${WRKSRC} && ./gendoc -overview)
post-install:
- ${MV} ${STAGEDIR}${OCCROOT}/bsd${BITS}/${CHOSEN_COMPILER_TYPE}/bin/DRAWEXE \
- ${STAGEDIR}${PREFIX}/bin/
+ ${MV} ${STAGEDIR}${OCCROOT}/bin/DRAWEXE-${PORTVERSION} ${STAGEDIR}${PREFIX}/bin/DRAWEXE
(cd ${STAGEDIR}${PREFIX}/bin && \
- ${LN} -sf DRAWEXE ${STAGEDIR}${OCCROOT}/bsd${BITS}/${CHOSEN_COMPILER_TYPE}/bin/DRAWEXE)
- ${MV} ${STAGEDIR}${OCCROOT}/bsd${BITS}/${CHOSEN_COMPILER_TYPE}/lib/lib*.so \
- ${STAGEDIR}${PREFIX}/lib/
- (cd ${STAGEDIR}${PREFIX}/lib \
- && for l in lib*.so; do \
- ${MV} $${l} $${l}.0; \
- ${LN} -sf $${l}.0 $${l}; \
- ${LN} -sf $${l}.0 ${STAGEDIR}${OCCROOT}/bsd${BITS}/${CHOSEN_COMPILER_TYPE}/lib/$${l}; \
- done)
- ${MKDIR} ${STAGEDIR}${PREFIX}/include/OpenCASCADE
- (cd ${STAGEDIR}${OCCROOT}/inc && ${COPYTREE_SHARE} . ${STAGEDIR}${PREFIX}/include/OpenCASCADE)
- ${RM} -r ${STAGEDIR}${OCCROOT}/inc
- ${LN} -sf ${PREFIX}/include/OpenCASCADE ${STAGEDIR}${OCCROOT}/inc
- (cd ${WRKSRC} && ${COPYTREE_SHARE} tests ${STAGEDIR}${OCCROOT})
+ ${LN} -sf DRAWEXE ${STAGEDIR}${OCCROOT}/bin/DRAWEXE)
post-install-DOXYGEN-on:
${MKDIR} ${STAGEDIR}${DOCSDIR}
(cd ${WRKSRC}/doc/overview && ${COPYTREE_SHARE} . ${STAGEDIR}${DOCSDIR})
@@ -136,9 +111,9 @@ post-install-DOXYGEN-on:
regression-test: install
${MKDIR} /tmp/testOCC
bash -c "\
- cd ${OCCROOT} && . ${OCCROOT}/env.sh && \
- CSF_TestScriptsPath=${OCCROOT}/tests \
- CSF_TestDataPath=${OCCROOT}/data \
+ cd ${OCCROOT} && . ${OCCROOT}/bin/env.sh && \
+ CSF_TestScriptsPath=${OCCROOT}/tests \
+ CSF_TestDataPath=${OCCROOT}/data \
DRAWEXE -f ${FILESDIR}/regtest "
.endif
diff --git a/cad/opencascade/distinfo b/cad/opencascade/distinfo
index efcc2eacf4a8..c044eec860e7 100644
--- a/cad/opencascade/distinfo
+++ b/cad/opencascade/distinfo
@@ -1,2 +1,3 @@
-SHA256 (opencascade-6.9.1.tgz) = f92659ae3fb09c28233fb9178bc24fd2aab6776f6d9ea2479c3bdfe6296b873f
-SIZE (opencascade-6.9.1.tgz) = 209589289
+TIMESTAMP = 1498857001
+SHA256 (opencascade-7.1.0.tgz) = 0e23f038f4d12ed68d402dd8093923ac506db34abcf1c09bd2bffba1587f68d5
+SIZE (opencascade-7.1.0.tgz) = 221861542
diff --git a/cad/opencascade/files/patch-CMakeLists.txt b/cad/opencascade/files/patch-CMakeLists.txt
new file mode 100644
index 000000000000..d26e5d991da3
--- /dev/null
+++ b/cad/opencascade/files/patch-CMakeLists.txt
@@ -0,0 +1,26 @@
+--- CMakeLists.txt.orig 2016-11-25 09:52:00 UTC
++++ CMakeLists.txt
+@@ -739,7 +739,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}"
+- PERMISSIONS OWNER_READ OWNER_WRITE OWNER_EXECUTE GROUP_READ GROUP_WRITE GROUP_EXECUTE WORLD_READ WORLD_WRITE WORLD_EXECUTE)
++ PERMISSIONS OWNER_READ OWNER_WRITE OWNER_EXECUTE GROUP_READ GROUP_EXECUTE WORLD_READ WORLD_EXECUTE)
+ endif()
+
+ # copy draw script to CMake binary folder
+@@ -906,7 +906,13 @@ foreach (OCCT_CONFIGURATION ${CMAKE_CONF
+ 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)")
+-install (CODE "configure_file(\"${CMAKE_BINARY_DIR}/OpenCASCADECompileDefinitionsAndFlags-\${CMAKE_INSTALL_CONFIG_NAME_LOWER}.cmake\" \"${INSTALL_DIR}/${INSTALL_DIR_CMAKE}/OpenCASCADECompileDefinitionsAndFlags-\${CMAKE_INSTALL_CONFIG_NAME_LOWER}.cmake\" COPYONLY)")
++install(CODE "
++ configure_file(
++ \"${CMAKE_BINARY_DIR}/OpenCASCADECompileDefinitionsAndFlags-\${CMAKE_INSTALL_CONFIG_NAME_LOWER}.cmake\"
++ \"\$ENV{DESTDIR}/${INSTALL_DIR_CMAKE}/OpenCASCADECompileDefinitionsAndFlags-\${CMAKE_INSTALL_CONFIG_NAME_LOWER}.cmake\"
++ COPYONLY)
++")
++
+
+ foreach (OCCT_MODULE ${OCCT_MODULES})
+ if (BUILD_MODULE_${OCCT_MODULE})
diff --git a/cad/opencascade/files/patch-adm_cmake_occt__csf.cmake b/cad/opencascade/files/patch-adm_cmake_occt__csf.cmake
new file mode 100644
index 000000000000..4f5fa0c1cad4
--- /dev/null
+++ b/cad/opencascade/files/patch-adm_cmake_occt__csf.cmake
@@ -0,0 +1,17 @@
+--- adm/cmake/occt_csf.cmake.orig 2016-11-25 09:52:00 UTC
++++ adm/cmake/occt_csf.cmake
+@@ -100,7 +100,6 @@ else()
+ set (CSF_ThreadLibs "pthread rt stdc++")
+ set (CSF_OpenGlLibs "GL")
+ set (CSF_XwLibs "X11 Xext Xmu Xi")
+- set (CSF_dl "dl")
+
+ if (USE_TCL)
+ set (CSF_TclLibs "tcl${3RDPARTY_TCL_LIBRARY_VERSION}")
+@@ -127,4 +126,4 @@ else()
+ set (CSF_GL2PS)
+ endif()
+ endif()
+-endif()
+\ No newline at end of file
++endif()
diff --git a/cad/opencascade/files/patch-adm_templates_occt_macros.cmake b/cad/opencascade/files/patch-adm_cmake_occt__macros.cmake
index a8654ba6bb36..5a450cc509fb 100644
--- a/cad/opencascade/files/patch-adm_templates_occt_macros.cmake
+++ b/cad/opencascade/files/patch-adm_cmake_occt__macros.cmake
@@ -1,6 +1,6 @@
---- adm/templates/occt_macros.cmake.orig 2014-11-16 14:21:14.000000000 +0100
-+++ adm/templates/occt_macros.cmake 2014-11-16 14:35:55.000000000 +0100
-@@ -44,7 +44,7 @@
+--- adm/cmake/occt_macros.cmake.orig 2016-11-25 09:52:00 UTC
++++ adm/cmake/occt_macros.cmake
+@@ -53,7 +53,7 @@ macro (OCCT_MAKE_OS_WITH_BITNESS)
elseif(APPLE)
set (OS_WITH_BIT "mac${COMPILER_BITNESS}")
else()
diff --git a/cad/opencascade/files/patch-adm_templates_custom.install.sh.in b/cad/opencascade/files/patch-adm_templates_custom.install.sh.in
new file mode 100644
index 000000000000..bc3cb6f86e91
--- /dev/null
+++ b/cad/opencascade/files/patch-adm_templates_custom.install.sh.in
@@ -0,0 +1,24 @@
+--- adm/templates/custom.install.sh.in.orig 2017-07-15 14:03:43 UTC
++++ adm/templates/custom.install.sh.in
+@@ -14,14 +14,14 @@ if [ "$1" == "@BIN_LETTER@" ]; then
+ export TK_VERSION_WITH_DOT="@3RDPARTY_TK_LIBRARY_VERSION_WITH_DOT@"
+
+ export CSF_OCCTBinPath="@INSTALL_DIR_ABSOLUTE@/@INSTALL_DIR_BIN@"
+- export CSF_OCCTLibPath="@INSTALL_DIR_ABSOLUTE@/@INSTALL_DIR_LIB@"
+- export CSF_OCCTIncludePath="@INSTALL_DIR_ABSOLUTE@/@INSTALL_DIR_INCLUDE@"
+- export CSF_OCCTResourcePath="@INSTALL_DIR_ABSOLUTE@/@INSTALL_DIR_RESOURCE@"
+- export CSF_OCCTDataPath="@INSTALL_DIR_ABSOLUTE@/@INSTALL_DIR_DATA@"
+- export CSF_OCCTSamplesPath="@INSTALL_DIR_ABSOLUTE@/@INSTALL_DIR_SAMPLES@"
+- export CSF_OCCTTestsPath="@INSTALL_DIR_ABSOLUTE@/@INSTALL_DIR_TESTS@"
++ export CSF_OCCTLibPath="@INSTALL_DIR_LIB@"
++ export CSF_OCCTIncludePath="@INSTALL_DIR_INCLUDE@"
++ export CSF_OCCTResourcePath="@INSTALL_DIR_RESOURCE@"
++ export CSF_OCCTDataPath="@INSTALL_DIR_DATA@"
++ export CSF_OCCTSamplesPath="@INSTALL_DIR_SAMPLES@"
++ export CSF_OCCTTestsPath="@INSTALL_DIR_TESTS@"
+ export CSF_OCCTDocPath="@INSTALL_DIR_ABSOLUTE@/@INSTALL_DIR_DOC@"
+-
++
+ # for compatability with external application using CASROOT
+ export CASROOT="@INSTALL_DIR_ABSOLUTE@"
+ fi
diff --git a/cad/opencascade/files/patch-configure.ac b/cad/opencascade/files/patch-configure.ac
deleted file mode 100644
index 8ef5e539de67..000000000000
--- a/cad/opencascade/files/patch-configure.ac
+++ /dev/null
@@ -1,12 +0,0 @@
---- configure.ac.orig 2013-04-19 08:49:57.000000000 +0200
-+++ configure.ac 2013-05-08 23:20:45.000000000 +0200
-@@ -67,8 +67,7 @@
- #-----------------------------------------------------------------------------
- # dl library is required
- #-----------------------------------------------------------------------------
--AC_CHECK_LIB([dl],[dlopen],[],[AC_MSG_ERROR([dl library is required])])
--CSF_SOCKETLibs_LIB=-ldl
-+CSF_SOCKETLibs_LIB=
-
- #---------------------------------------------------------------------
- #
diff --git a/cad/opencascade/files/patch-inc_Standard_Time.hxx b/cad/opencascade/files/patch-inc_Standard_Time.hxx
deleted file mode 100644
index 05c31ef13916..000000000000
--- a/cad/opencascade/files/patch-inc_Standard_Time.hxx
+++ /dev/null
@@ -1,18 +0,0 @@
---- inc/Standard_Time.hxx.orig 2013-04-18 17:20:16.000000000 +0200
-+++ inc/Standard_Time.hxx 2013-05-09 14:46:25.000000000 +0200
-@@ -34,10 +34,10 @@
- // ------------------------------------------------------------------
- // IsEqual : Returns Standard_True if two time values are equal
- // ------------------------------------------------------------------
--inline Standard_Boolean IsEqual (const Standard_Time theOne,
-- const Standard_Time theTwo)
--{
-- return theOne == theTwo;
--}
-+//inline Standard_Boolean IsEqual (const Standard_Time theOne,
-+// const Standard_Time theTwo)
-+//{
-+// return theOne == theTwo;
-+//}
-
- #endif
diff --git a/cad/opencascade/files/patch-src_OSD_OSD_MemInfo.cxx b/cad/opencascade/files/patch-src_OSD_OSD_MemInfo.cxx
deleted file mode 100644
index abdd19fd74f7..000000000000
--- a/cad/opencascade/files/patch-src_OSD_OSD_MemInfo.cxx
+++ /dev/null
@@ -1,11 +0,0 @@
---- src/OSD/OSD_MemInfo.cxx.orig 2014-04-29 11:40:36.000000000 +0200
-+++ src/OSD/OSD_MemInfo.cxx 2014-05-04 14:18:16.000000000 +0200
-@@ -28,7 +28,7 @@
- #include <malloc/malloc.h>
- #else
- #include <unistd.h>
-- #include <malloc.h>
-+ #include <stdlib.h>
- #endif
-
- #include <string>
diff --git a/cad/opencascade/files/patch-src_STEPConstruct_STEPConstruct__AP203Context.cxx b/cad/opencascade/files/patch-src_STEPConstruct_STEPConstruct__AP203Context.cxx
index a9b8aef377d5..082b0f6b57d3 100644
--- a/cad/opencascade/files/patch-src_STEPConstruct_STEPConstruct__AP203Context.cxx
+++ b/cad/opencascade/files/patch-src_STEPConstruct_STEPConstruct__AP203Context.cxx
@@ -1,6 +1,6 @@
---- src/STEPConstruct/STEPConstruct_AP203Context.cxx.orig 2015-09-25 16:19:10.000000000 +0200
-+++ src/STEPConstruct/STEPConstruct_AP203Context.cxx 2015-10-25 20:37:31.000000000 +0100
-@@ -105,7 +105,7 @@
+--- src/STEPConstruct/STEPConstruct_AP203Context.cxx.orig 2016-11-25 09:52:26 UTC
++++ src/STEPConstruct/STEPConstruct_AP203Context.cxx
+@@ -123,7 +123,7 @@ Handle(StepBasic_DateAndTime) STEPConstr
long shift = 0;
_get_timezone (&shift);
#else
diff --git a/cad/opencascade/files/patch-inc_Standard_CLocaleSentry.hxx b/cad/opencascade/files/patch-src_Standard_Standard__CLocaleSentry.hxx
index 215440168e8c..86a31e05f1fa 100644
--- a/cad/opencascade/files/patch-inc_Standard_CLocaleSentry.hxx
+++ b/cad/opencascade/files/patch-src_Standard_Standard__CLocaleSentry.hxx
@@ -1,5 +1,5 @@
---- inc/Standard_CLocaleSentry.hxx.orig 2014-11-07 16:16:43.000000000 +0100
-+++ inc/Standard_CLocaleSentry.hxx 2014-11-16 14:42:51.000000000 +0100
+--- src/Standard/Standard_CLocaleSentry.hxx.orig 2016-11-25 09:52:27 UTC
++++ src/Standard/Standard_CLocaleSentry.hxx
@@ -25,7 +25,7 @@
//! and become part of POSIX since '2008.
//! Notice that this is impossible to test (_POSIX_C_SOURCE >= 200809L)
diff --git a/cad/opencascade/files/patch-src_Standard_Standard_CString.cxx b/cad/opencascade/files/patch-src_Standard_Standard__CString.cxx
index fe636a8ce259..c9cd48e0f923 100644
--- a/cad/opencascade/files/patch-src_Standard_Standard_CString.cxx
+++ b/cad/opencascade/files/patch-src_Standard_Standard__CString.cxx
@@ -1,9 +1,9 @@
---- src/Standard/Standard_CString.cxx.orig 2014-11-07 16:16:43.000000000 +0100
-+++ src/Standard/Standard_CString.cxx 2014-11-16 14:57:27.000000000 +0100
-@@ -81,7 +81,7 @@
+--- src/Standard/Standard_CString.cxx.orig 2016-11-25 09:52:27 UTC
++++ src/Standard/Standard_CString.cxx
+@@ -81,7 +81,7 @@ Standard_Integer HashCodes (const Standa
// strtod, strtol, strtoll functions. For other system with locale-depended
// implementations problems may appear if "C" locale is not set explicitly.
- #ifndef __ANDROID__
+ #if !defined(__ANDROID__) && !defined(__QNX__) && !defined(__MINGW32__)
- #error System does not support xlocale. Import/export could be broken if C locale did not specified by application.
+ #warning System does not support xlocale. Import/export could be broken if C locale did not specified by application.
#endif
diff --git a/cad/opencascade/pkg-plist b/cad/opencascade/pkg-plist
index 8029c580b7f8..65cfd8cc11d9 100644
--- a/cad/opencascade/pkg-plist
+++ b/cad/opencascade/pkg-plist
@@ -1,74 +1,8 @@
-%%OCCROOT%%/bsd%%BITS%%/%%CC%%/bin/DRAWEXE
-%%OCCROOT%%/bsd%%BITS%%/%%CC%%/lib/libFWOSPlugin.so
-%%OCCROOT%%/bsd%%BITS%%/%%CC%%/lib/libPTKernel.so
-%%OCCROOT%%/bsd%%BITS%%/%%CC%%/lib/libTKBO.so
-%%OCCROOT%%/bsd%%BITS%%/%%CC%%/lib/libTKBRep.so
-%%OCCROOT%%/bsd%%BITS%%/%%CC%%/lib/libTKBin.so
-%%OCCROOT%%/bsd%%BITS%%/%%CC%%/lib/libTKBinL.so
-%%OCCROOT%%/bsd%%BITS%%/%%CC%%/lib/libTKBinTObj.so
-%%OCCROOT%%/bsd%%BITS%%/%%CC%%/lib/libTKBinXCAF.so
-%%OCCROOT%%/bsd%%BITS%%/%%CC%%/lib/libTKBool.so
-%%OCCROOT%%/bsd%%BITS%%/%%CC%%/lib/libTKCAF.so
-%%OCCROOT%%/bsd%%BITS%%/%%CC%%/lib/libTKCDF.so
-%%OCCROOT%%/bsd%%BITS%%/%%CC%%/lib/libTKDCAF.so
-%%OCCROOT%%/bsd%%BITS%%/%%CC%%/lib/libTKDraw.so
-%%OCCROOT%%/bsd%%BITS%%/%%CC%%/lib/libTKFeat.so
-%%OCCROOT%%/bsd%%BITS%%/%%CC%%/lib/libTKFillet.so
-%%OCCROOT%%/bsd%%BITS%%/%%CC%%/lib/libTKG2d.so
-%%OCCROOT%%/bsd%%BITS%%/%%CC%%/lib/libTKG3d.so
-%%OCCROOT%%/bsd%%BITS%%/%%CC%%/lib/libTKGeomAlgo.so
-%%OCCROOT%%/bsd%%BITS%%/%%CC%%/lib/libTKGeomBase.so
-%%OCCROOT%%/bsd%%BITS%%/%%CC%%/lib/libTKHLR.so
-%%OCCROOT%%/bsd%%BITS%%/%%CC%%/lib/libTKIGES.so
-%%OCCROOT%%/bsd%%BITS%%/%%CC%%/lib/libTKIVtk.so
-%%OCCROOT%%/bsd%%BITS%%/%%CC%%/lib/libTKIVtkDraw.so
-%%OCCROOT%%/bsd%%BITS%%/%%CC%%/lib/libTKLCAF.so
-%%OCCROOT%%/bsd%%BITS%%/%%CC%%/lib/libTKMath.so
-%%OCCROOT%%/bsd%%BITS%%/%%CC%%/lib/libTKMesh.so
-%%OCCROOT%%/bsd%%BITS%%/%%CC%%/lib/libTKMeshVS.so
-%%OCCROOT%%/bsd%%BITS%%/%%CC%%/lib/libTKNIS.so
-%%OCCROOT%%/bsd%%BITS%%/%%CC%%/lib/libTKOffset.so
-%%OCCROOT%%/bsd%%BITS%%/%%CC%%/lib/libTKOpenGl.so
-%%OCCROOT%%/bsd%%BITS%%/%%CC%%/lib/libTKPCAF.so
-%%OCCROOT%%/bsd%%BITS%%/%%CC%%/lib/libTKPLCAF.so
-%%OCCROOT%%/bsd%%BITS%%/%%CC%%/lib/libTKPShape.so
-%%OCCROOT%%/bsd%%BITS%%/%%CC%%/lib/libTKPrim.so
-%%OCCROOT%%/bsd%%BITS%%/%%CC%%/lib/libTKQADraw.so
-%%OCCROOT%%/bsd%%BITS%%/%%CC%%/lib/libTKSTEP.so
-%%OCCROOT%%/bsd%%BITS%%/%%CC%%/lib/libTKSTEP209.so
-%%OCCROOT%%/bsd%%BITS%%/%%CC%%/lib/libTKSTEPAttr.so
-%%OCCROOT%%/bsd%%BITS%%/%%CC%%/lib/libTKSTEPBase.so
-%%OCCROOT%%/bsd%%BITS%%/%%CC%%/lib/libTKSTL.so
-%%OCCROOT%%/bsd%%BITS%%/%%CC%%/lib/libTKService.so
-%%OCCROOT%%/bsd%%BITS%%/%%CC%%/lib/libTKShHealing.so
-%%OCCROOT%%/bsd%%BITS%%/%%CC%%/lib/libTKShapeSchema.so
-%%OCCROOT%%/bsd%%BITS%%/%%CC%%/lib/libTKStdLSchema.so
-%%OCCROOT%%/bsd%%BITS%%/%%CC%%/lib/libTKStdSchema.so
-%%OCCROOT%%/bsd%%BITS%%/%%CC%%/lib/libTKTObj.so
-%%OCCROOT%%/bsd%%BITS%%/%%CC%%/lib/libTKTObjDRAW.so
-%%OCCROOT%%/bsd%%BITS%%/%%CC%%/lib/libTKTopAlgo.so
-%%OCCROOT%%/bsd%%BITS%%/%%CC%%/lib/libTKTopTest.so
-%%OCCROOT%%/bsd%%BITS%%/%%CC%%/lib/libTKV3d.so
-%%OCCROOT%%/bsd%%BITS%%/%%CC%%/lib/libTKVRML.so
-%%OCCROOT%%/bsd%%BITS%%/%%CC%%/lib/libTKViewerTest.so
-%%OCCROOT%%/bsd%%BITS%%/%%CC%%/lib/libTKVoxel.so
-%%OCCROOT%%/bsd%%BITS%%/%%CC%%/lib/libTKXCAF.so
-%%OCCROOT%%/bsd%%BITS%%/%%CC%%/lib/libTKXCAFSchema.so
-%%OCCROOT%%/bsd%%BITS%%/%%CC%%/lib/libTKXDEDRAW.so
-%%OCCROOT%%/bsd%%BITS%%/%%CC%%/lib/libTKXDEIGES.so
-%%OCCROOT%%/bsd%%BITS%%/%%CC%%/lib/libTKXDESTEP.so
-%%OCCROOT%%/bsd%%BITS%%/%%CC%%/lib/libTKXMesh.so
-%%OCCROOT%%/bsd%%BITS%%/%%CC%%/lib/libTKXSBase.so
-%%OCCROOT%%/bsd%%BITS%%/%%CC%%/lib/libTKXSDRAW.so
-%%OCCROOT%%/bsd%%BITS%%/%%CC%%/lib/libTKXml.so
-%%OCCROOT%%/bsd%%BITS%%/%%CC%%/lib/libTKXmlL.so
-%%OCCROOT%%/bsd%%BITS%%/%%CC%%/lib/libTKXmlTObj.so
-%%OCCROOT%%/bsd%%BITS%%/%%CC%%/lib/libTKXmlXCAF.so
-%%OCCROOT%%/bsd%%BITS%%/%%CC%%/lib/libTKernel.so
-%%OCCROOT%%/custom.sh
-%%OCCROOT%%/custom_%%CC%%_%%BITS%%_.sh
-%%OCCROOT%%/data/csfdb/Motor-c.csfdb
-%%OCCROOT%%/data/csfdb/Motor-compound.csfdb
+%%OCCROOT%%/bin/DRAWEXE
+%%OCCROOT%%/bin/custom.sh
+%%OCCROOT%%/bin/custom_%%CC%%_64.sh
+%%OCCROOT%%/bin/draw.sh
+%%OCCROOT%%/bin/env.sh
%%OCCROOT%%/data/iges/bearing.iges
%%OCCROOT%%/data/iges/hammer.iges
%%OCCROOT%%/data/images/Graph.PNG
@@ -80,15 +14,18 @@
%%OCCROOT%%/data/images/marker_box1.png
%%OCCROOT%%/data/images/marker_box2.png
%%OCCROOT%%/data/images/marker_dot.png
+%%OCCROOT%%/data/images/marker_kr.png
%%OCCROOT%%/data/images/nut.bmp
%%OCCROOT%%/data/images/petitsobj.gif
%%OCCROOT%%/data/images/salome_interface04.jpg
%%OCCROOT%%/data/occ/Axis_of_bearing.brep
+%%OCCROOT%%/data/occ/Ball.brep
%%OCCROOT%%/data/occ/Bottom.brep
%%OCCROOT%%/data/occ/CrankArm.brep
%%OCCROOT%%/data/occ/CrankArm.rle
%%OCCROOT%%/data/occ/CylinderHead.rle
%%OCCROOT%%/data/occ/EngineBlock.rle
+%%OCCROOT%%/data/occ/Motor-c.brep
%%OCCROOT%%/data/occ/Piston.rle
%%OCCROOT%%/data/occ/Propeller.rle
%%OCCROOT%%/data/occ/Top.brep
@@ -115,12 +52,128 @@
%%OCCROOT%%/data/stl/shape.stl
%%OCCROOT%%/data/stl/video_part.stl
%%OCCROOT%%/data/vrml/face.vrml
-@mode 555
-%%OCCROOT%%/draw.sh
-%%OCCROOT%%/env.sh
-@mode
-%%OCCROOT%%/inc
+%%OCCROOT%%/lib/cmake/OpenCASCADEApplicationFrameworkTargets-%%CMAKE_BUILD_TYPE%%.cmake
+%%OCCROOT%%/lib/cmake/OpenCASCADEApplicationFrameworkTargets.cmake
+%%OCCROOT%%/lib/cmake/OpenCASCADECompileDefinitionsAndFlags-%%CMAKE_BUILD_TYPE%%.cmake
+%%OCCROOT%%/lib/cmake/OpenCASCADEConfig.cmake
+%%OCCROOT%%/lib/cmake/OpenCASCADEConfigVersion.cmake
+%%OCCROOT%%/lib/cmake/OpenCASCADEDataExchangeTargets-%%CMAKE_BUILD_TYPE%%.cmake
+%%OCCROOT%%/lib/cmake/OpenCASCADEDataExchangeTargets.cmake
+%%OCCROOT%%/lib/cmake/OpenCASCADEDrawTargets-%%CMAKE_BUILD_TYPE%%.cmake
+%%OCCROOT%%/lib/cmake/OpenCASCADEDrawTargets.cmake
+%%OCCROOT%%/lib/cmake/OpenCASCADEFoundationClassesTargets-%%CMAKE_BUILD_TYPE%%.cmake
+%%OCCROOT%%/lib/cmake/OpenCASCADEFoundationClassesTargets.cmake
+%%OCCROOT%%/lib/cmake/OpenCASCADEModelingAlgorithmsTargets-%%CMAKE_BUILD_TYPE%%.cmake
+%%OCCROOT%%/lib/cmake/OpenCASCADEModelingAlgorithmsTargets.cmake
+%%OCCROOT%%/lib/cmake/OpenCASCADEModelingDataTargets-%%CMAKE_BUILD_TYPE%%.cmake
+%%OCCROOT%%/lib/cmake/OpenCASCADEModelingDataTargets.cmake
+%%OCCROOT%%/lib/cmake/OpenCASCADEVisualizationTargets-%%CMAKE_BUILD_TYPE%%.cmake
+%%OCCROOT%%/lib/cmake/OpenCASCADEVisualizationTargets.cmake
+%%OCCROOT%%/resources/DrawResources/CURVES.tcl
+%%OCCROOT%%/resources/DrawResources/CheckCommands.tcl
+%%OCCROOT%%/resources/DrawResources/DrawDefault
+%%OCCROOT%%/resources/DrawResources/DrawPlugin
+%%OCCROOT%%/resources/DrawResources/DrawTK.tcl
+%%OCCROOT%%/resources/DrawResources/FILES
+%%OCCROOT%%/resources/DrawResources/Geometry.tcl
+%%OCCROOT%%/resources/DrawResources/InitEnvironment.tcl
+%%OCCROOT%%/resources/DrawResources/Move.tcl
+%%OCCROOT%%/resources/DrawResources/OCC_logo.png
+%%OCCROOT%%/resources/DrawResources/PROFIL.tcl
+%%OCCROOT%%/resources/DrawResources/SCAN.tcl
+%%OCCROOT%%/resources/DrawResources/SURFACES.tcl
+%%OCCROOT%%/resources/DrawResources/StandardCommands.tcl
+%%OCCROOT%%/resources/DrawResources/StandardViews.tcl
+%%OCCROOT%%/resources/DrawResources/TKTopTest.tcl
+%%OCCROOT%%/resources/DrawResources/TestCommands.tcl
+%%OCCROOT%%/resources/DrawResources/dftree.tcl
+%%OCCROOT%%/resources/DrawResources/lamp.ico
+%%OCCROOT%%/resources/SHMessage/FILES
+%%OCCROOT%%/resources/SHMessage/SHAPE.fr
+%%OCCROOT%%/resources/SHMessage/SHAPE.us
+%%OCCROOT%%/resources/SHMessage/SHMessage_SHAPE_us.pxx
+%%OCCROOT%%/resources/Shaders/Declarations.glsl
+%%OCCROOT%%/resources/Shaders/DeclarationsImpl.glsl
+%%OCCROOT%%/resources/Shaders/Display.fs
+%%OCCROOT%%/resources/Shaders/FILES
+%%OCCROOT%%/resources/Shaders/PathtraceBase.fs
+%%OCCROOT%%/resources/Shaders/PhongShading.fs
+%%OCCROOT%%/resources/Shaders/PhongShading.vs
+%%OCCROOT%%/resources/Shaders/RaytraceBase.fs
+%%OCCROOT%%/resources/Shaders/RaytraceBase.vs
+%%OCCROOT%%/resources/Shaders/RaytraceRender.fs
+%%OCCROOT%%/resources/Shaders/RaytraceSmooth.fs
+%%OCCROOT%%/resources/Shaders/Shaders_DeclarationsImpl_glsl.pxx
+%%OCCROOT%%/resources/Shaders/Shaders_Declarations_glsl.pxx
+%%OCCROOT%%/resources/Shaders/Shaders_Display_fs.pxx
+%%OCCROOT%%/resources/Shaders/Shaders_PathtraceBase_fs.pxx
+%%OCCROOT%%/resources/Shaders/Shaders_RaytraceBase_fs.pxx
+%%OCCROOT%%/resources/Shaders/Shaders_RaytraceBase_vs.pxx
+%%OCCROOT%%/resources/Shaders/Shaders_RaytraceRender_fs.pxx
+%%OCCROOT%%/resources/Shaders/Shaders_RaytraceSmooth_fs.pxx
+%%OCCROOT%%/resources/StdResource/FILES
+%%OCCROOT%%/resources/StdResource/MigrationSheet.txt
+%%OCCROOT%%/resources/StdResource/Plugin
+%%OCCROOT%%/resources/StdResource/Standard
+%%OCCROOT%%/resources/StdResource/StandardLite
+%%OCCROOT%%/resources/StdResource/TObj
+%%OCCROOT%%/resources/StdResource/XCAF
+%%OCCROOT%%/resources/TObj/TObj.msg
+%%OCCROOT%%/resources/Textures/1d_elevation.rgb
+%%OCCROOT%%/resources/Textures/2d_MatraDatavision.rgb
+%%OCCROOT%%/resources/Textures/2d_alienskin.rgb
+%%OCCROOT%%/resources/Textures/2d_aluminum.rgb
+%%OCCROOT%%/resources/Textures/2d_blue_rock.rgb
+%%OCCROOT%%/resources/Textures/2d_bluewhite_paper.rgb
+%%OCCROOT%%/resources/Textures/2d_brushed.rgb
+%%OCCROOT%%/resources/Textures/2d_bubbles.rgb
+%%OCCROOT%%/resources/Textures/2d_bumps.rgb
+%%OCCROOT%%/resources/Textures/2d_cast.rgb
+%%OCCROOT%%/resources/Textures/2d_chess.rgba
+%%OCCROOT%%/resources/Textures/2d_chipbd.rgb
+%%OCCROOT%%/resources/Textures/2d_clouds.rgb
+%%OCCROOT%%/resources/Textures/2d_flesh.rgb
+%%OCCROOT%%/resources/Textures/2d_floor.rgb
+%%OCCROOT%%/resources/Textures/2d_galvnisd.rgb
+%%OCCROOT%%/resources/Textures/2d_grass.rgb
+%%OCCROOT%%/resources/Textures/2d_knurl.rgb
+%%OCCROOT%%/resources/Textures/2d_maple.rgb
+%%OCCROOT%%/resources/Textures/2d_marble.rgb
+%%OCCROOT%%/resources/Textures/2d_mottled.rgb
+%%OCCROOT%%/resources/Textures/2d_rain.rgb
+%%OCCROOT%%/resources/Textures/2d_rock.rgb
+%%OCCROOT%%/resources/Textures/FILES
+%%OCCROOT%%/resources/Textures/env_clouds.rgb
+%%OCCROOT%%/resources/Textures/env_cv.rgb
+%%OCCROOT%%/resources/Textures/env_lines.rgb
+%%OCCROOT%%/resources/Textures/env_medit.rgb
+%%OCCROOT%%/resources/Textures/env_pearl.rgb
+%%OCCROOT%%/resources/Textures/env_road.rgb
+%%OCCROOT%%/resources/Textures/env_sky1.rgb
+%%OCCROOT%%/resources/Textures/env_sky2.rgb
+%%OCCROOT%%/resources/UnitsAPI/Units.dat
+%%OCCROOT%%/resources/XSMessage/FILES
+%%OCCROOT%%/resources/XSMessage/XSMessage_XSTEP_us.pxx
+%%OCCROOT%%/resources/XSMessage/XSTEP.fr
+%%OCCROOT%%/resources/XSMessage/XSTEP.us
+%%OCCROOT%%/resources/XSTEPResource/FILES
+%%OCCROOT%%/resources/XSTEPResource/IGES
+%%OCCROOT%%/resources/XSTEPResource/STEP
+%%OCCROOT%%/resources/XmlOcafResource/FILES
+%%OCCROOT%%/resources/XmlOcafResource/XmlOcaf.xsd
+%%OCCROOT%%/resources/XmlOcafResource/XmlOcaf_SmallTypes.xsd
+%%OCCROOT%%/resources/XmlOcafResource/XmlOcaf_TDF.xsd
+%%OCCROOT%%/resources/XmlOcafResource/XmlOcaf_TDataStd.xsd
+%%OCCROOT%%/resources/XmlOcafResource/XmlOcaf_TDataStd_Name.xsd
+%%OCCROOT%%/resources/XmlOcafResource/XmlOcaf_TDocStd.xsd
+%%OCCROOT%%/resources/XmlOcafResource/XmlOcaf_TFunction.xsd
+%%OCCROOT%%/resources/XmlOcafResource/XmlOcaf_TNaming.xsd
+%%OCCROOT%%/resources/XmlOcafResource/XmlOcaf_TNaming_NamedShape.xsd
+%%OCCROOT%%/resources/XmlOcafResource/XmlOcaf_TPrsStd.xsd
+%%OCCROOT%%/resources/XmlOcafResource/XmlXcaf.xsd
+%%OCCROOT%%/samples/tcl/ANC101.tcl
%%OCCROOT%%/samples/tcl/DataExchangeDemo.tcl
+%%OCCROOT%%/samples/tcl/MBBGehauseRohteil.tcl
%%OCCROOT%%/samples/tcl/ModelingDemo.tcl
%%OCCROOT%%/samples/tcl/Penrose.tcl
%%OCCROOT%%/samples/tcl/Readme.txt
@@ -131,106 +184,15 @@
%%OCCROOT%%/samples/tcl/cutter.tcl
%%OCCROOT%%/samples/tcl/dimensions.tcl
%%OCCROOT%%/samples/tcl/drill.tcl
+%%OCCROOT%%/samples/tcl/markers.tcl
%%OCCROOT%%/samples/tcl/materials.tcl
+%%OCCROOT%%/samples/tcl/pathtrace_ball.tcl
+%%OCCROOT%%/samples/tcl/pathtrace_cube.tcl
%%OCCROOT%%/samples/tcl/pencil.tcl
%%OCCROOT%%/samples/tcl/raytrace.tcl
%%OCCROOT%%/samples/tcl/snowflake.tcl
%%OCCROOT%%/samples/tcl/spheres.tcl
%%OCCROOT%%/samples/tcl/xde.tcl
-%%OCCROOT%%/src/DrawResources/CURVES.tcl
-%%OCCROOT%%/src/DrawResources/CheckCommands.tcl
-%%OCCROOT%%/src/DrawResources/DrawDefault
-%%OCCROOT%%/src/DrawResources/DrawPlugin
-%%OCCROOT%%/src/DrawResources/DrawTK.tcl
-%%OCCROOT%%/src/DrawResources/FILES
-%%OCCROOT%%/src/DrawResources/Geometry.tcl
-%%OCCROOT%%/src/DrawResources/InitEnvironment.tcl
-%%OCCROOT%%/src/DrawResources/Move.tcl
-%%OCCROOT%%/src/DrawResources/OCC_logo.png
-%%OCCROOT%%/src/DrawResources/PROFIL.tcl
-%%OCCROOT%%/src/DrawResources/SCAN.tcl
-%%OCCROOT%%/src/DrawResources/SURFACES.tcl
-%%OCCROOT%%/src/DrawResources/StandardCommands.tcl
-%%OCCROOT%%/src/DrawResources/StandardViews.tcl
-%%OCCROOT%%/src/DrawResources/TKTopTest.tcl
-%%OCCROOT%%/src/DrawResources/TestCommands.tcl
-%%OCCROOT%%/src/DrawResources/dftree.tcl
-%%OCCROOT%%/src/DrawResources/lamp.ico
-%%OCCROOT%%/src/SHMessage/FILES
-%%OCCROOT%%/src/SHMessage/SHAPE.fr
-%%OCCROOT%%/src/SHMessage/SHAPE.us
-%%OCCROOT%%/src/Shaders/Declarations.glsl
-%%OCCROOT%%/src/Shaders/DeclarationsImpl.glsl
-%%OCCROOT%%/src/Shaders/FILES
-%%OCCROOT%%/src/Shaders/PhongShading.fs
-%%OCCROOT%%/src/Shaders/PhongShading.vs
-%%OCCROOT%%/src/Shaders/RaytraceBase.fs
-%%OCCROOT%%/src/Shaders/RaytraceBase.vs
-%%OCCROOT%%/src/Shaders/RaytraceRender.fs
-%%OCCROOT%%/src/Shaders/RaytraceSmooth.fs
-%%OCCROOT%%/src/StdResource/FILES
-%%OCCROOT%%/src/StdResource/MDTV-Standard.xwd
-%%OCCROOT%%/src/StdResource/MigrationSheet.txt
-%%OCCROOT%%/src/StdResource/Plugin
-%%OCCROOT%%/src/StdResource/Standard
-%%OCCROOT%%/src/StdResource/Standard.us
-%%OCCROOT%%/src/StdResource/StandardLite
-%%OCCROOT%%/src/StdResource/TObj
-%%OCCROOT%%/src/StdResource/XCAF
-%%OCCROOT%%/src/TObj/TObj.msg
-%%OCCROOT%%/src/Textures/1d_elevation.rgb
-%%OCCROOT%%/src/Textures/2d_MatraDatavision.rgb
-%%OCCROOT%%/src/Textures/2d_alienskin.rgb
-%%OCCROOT%%/src/Textures/2d_aluminum.rgb
-%%OCCROOT%%/src/Textures/2d_blue_rock.rgb
-%%OCCROOT%%/src/Textures/2d_bluewhite_paper.rgb
-%%OCCROOT%%/src/Textures/2d_brushed.rgb
-%%OCCROOT%%/src/Textures/2d_bubbles.rgb
-%%OCCROOT%%/src/Textures/2d_bumps.rgb
-%%OCCROOT%%/src/Textures/2d_cast.rgb
-%%OCCROOT%%/src/Textures/2d_chipbd.rgb
-%%OCCROOT%%/src/Textures/2d_clouds.rgb
-%%OCCROOT%%/src/Textures/2d_flesh.rgb
-%%OCCROOT%%/src/Textures/2d_floor.rgb
-%%OCCROOT%%/src/Textures/2d_galvnisd.rgb
-%%OCCROOT%%/src/Textures/2d_grass.rgb
-%%OCCROOT%%/src/Textures/2d_knurl.rgb
-%%OCCROOT%%/src/Textures/2d_maple.rgb
-%%OCCROOT%%/src/Textures/2d_marble.rgb
-%%OCCROOT%%/src/Textures/2d_mottled.rgb
-%%OCCROOT%%/src/Textures/2d_rain.rgb
-%%OCCROOT%%/src/Textures/2d_rock.rgb
-%%OCCROOT%%/src/Textures/FILES
-%%OCCROOT%%/src/Textures/env_clouds.rgb
-%%OCCROOT%%/src/Textures/env_cv.rgb
-%%OCCROOT%%/src/Textures/env_lines.rgb
-%%OCCROOT%%/src/Textures/env_medit.rgb
-%%OCCROOT%%/src/Textures/env_pearl.rgb
-%%OCCROOT%%/src/Textures/env_road.rgb
-%%OCCROOT%%/src/Textures/env_sky1.rgb
-%%OCCROOT%%/src/Textures/env_sky2.rgb
-%%OCCROOT%%/src/UnitsAPI/Lexi_Expr.dat
-%%OCCROOT%%/src/UnitsAPI/Units.dat
-%%OCCROOT%%/src/XSMessage/FILES
-%%OCCROOT%%/src/XSMessage/IGES.fr
-%%OCCROOT%%/src/XSMessage/IGES.us
-%%OCCROOT%%/src/XSMessage/XSTEP.fr
-%%OCCROOT%%/src/XSMessage/XSTEP.us
-%%OCCROOT%%/src/XSTEPResource/FILES
-%%OCCROOT%%/src/XSTEPResource/IGES
-%%OCCROOT%%/src/XSTEPResource/STEP
-%%OCCROOT%%/src/XmlOcafResource/FILES
-%%OCCROOT%%/src/XmlOcafResource/XmlOcaf.xsd
-%%OCCROOT%%/src/XmlOcafResource/XmlOcaf_SmallTypes.xsd
-%%OCCROOT%%/src/XmlOcafResource/XmlOcaf_TDF.xsd
-%%OCCROOT%%/src/XmlOcafResource/XmlOcaf_TDataStd.xsd
-%%OCCROOT%%/src/XmlOcafResource/XmlOcaf_TDataStd_Name.xsd
-%%OCCROOT%%/src/XmlOcafResource/XmlOcaf_TDocStd.xsd
-%%OCCROOT%%/src/XmlOcafResource/XmlOcaf_TFunction.xsd
-%%OCCROOT%%/src/XmlOcafResource/XmlOcaf_TNaming.xsd
-%%OCCROOT%%/src/XmlOcafResource/XmlOcaf_TNaming_NamedShape.xsd
-%%OCCROOT%%/src/XmlOcafResource/XmlOcaf_TPrsStd.xsd
-%%OCCROOT%%/src/XmlOcafResource/XmlXcaf.xsd
%%OCCROOT%%/tests/3rdparty/begin
%%OCCROOT%%/tests/3rdparty/end
%%OCCROOT%%/tests/3rdparty/export/A1
@@ -249,11 +211,16 @@
%%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/C1
%%OCCROOT%%/tests/3rdparty/grids.list
%%OCCROOT%%/tests/3rdparty/parse.rules
+%%OCCROOT%%/tests/3rdparty/text3d/A1
%%OCCROOT%%/tests/blend/begin
%%OCCROOT%%/tests/blend/bfuseblend/A1
%%OCCROOT%%/tests/blend/bfuseblend/A2
@@ -879,7 +846,7 @@
%%OCCROOT%%/tests/boolean/bcommon_2d/P6
%%OCCROOT%%/tests/boolean/bcommon_2d/P7
%%OCCROOT%%/tests/boolean/bcommon_2d/P8
-%%OCCROOT%%/tests/boolean/bcommon_2d/begin
+%%OCCROOT%%/tests/boolean/bcommon_2d/end
%%OCCROOT%%/tests/boolean/bcommon_complex/A1
%%OCCROOT%%/tests/boolean/bcommon_complex/A2
%%OCCROOT%%/tests/boolean/bcommon_complex/A3
@@ -905,7 +872,6 @@
%%OCCROOT%%/tests/boolean/bcommon_complex/C5
%%OCCROOT%%/tests/boolean/bcommon_complex/C6
%%OCCROOT%%/tests/boolean/bcommon_complex/C7
-%%OCCROOT%%/tests/boolean/bcommon_complex/begin
%%OCCROOT%%/tests/boolean/bcommon_simple/A1
%%OCCROOT%%/tests/boolean/bcommon_simple/A2
%%OCCROOT%%/tests/boolean/bcommon_simple/A3
@@ -989,7 +955,6 @@
%%OCCROOT%%/tests/boolean/bcommon_simple/I9
%%OCCROOT%%/tests/boolean/bcommon_simple/J1
%%OCCROOT%%/tests/boolean/bcommon_simple/J2
-%%OCCROOT%%/tests/boolean/bcommon_simple/begin
%%OCCROOT%%/tests/boolean/bcut_2d/A1
%%OCCROOT%%/tests/boolean/bcut_2d/A2
%%OCCROOT%%/tests/boolean/bcut_2d/A3
@@ -1160,7 +1125,7 @@
%%OCCROOT%%/tests/boolean/bcut_2d/S6
%%OCCROOT%%/tests/boolean/bcut_2d/S7
%%OCCROOT%%/tests/boolean/bcut_2d/S8
-%%OCCROOT%%/tests/boolean/bcut_2d/begin
+%%OCCROOT%%/tests/boolean/bcut_2d/end
%%OCCROOT%%/tests/boolean/bcut_complex/A1
%%OCCROOT%%/tests/boolean/bcut_complex/A2
%%OCCROOT%%/tests/boolean/bcut_complex/A3
@@ -1314,7 +1279,6 @@
%%OCCROOT%%/tests/boolean/bcut_complex/Q7
%%OCCROOT%%/tests/boolean/bcut_complex/Q8
%%OCCROOT%%/tests/boolean/bcut_complex/Q9
-%%OCCROOT%%/tests/boolean/bcut_complex/begin
%%OCCROOT%%/tests/boolean/bcut_simple/A1
%%OCCROOT%%/tests/boolean/bcut_simple/A2
%%OCCROOT%%/tests/boolean/bcut_simple/A3
@@ -1425,9 +1389,7 @@
%%OCCROOT%%/tests/boolean/bcut_simple/M1
%%OCCROOT%%/tests/boolean/bcut_simple/M2
%%OCCROOT%%/tests/boolean/bcut_simple/M3
-%%OCCROOT%%/tests/boolean/bcut_simple/begin
%%OCCROOT%%/tests/boolean/bcutblend/A1
-%%OCCROOT%%/tests/boolean/bcutblend/begin
%%OCCROOT%%/tests/boolean/begin
%%OCCROOT%%/tests/boolean/bfuse_2d/A1
%%OCCROOT%%/tests/boolean/bfuse_2d/A2
@@ -1457,7 +1419,7 @@
%%OCCROOT%%/tests/boolean/bfuse_2d/C8
%%OCCROOT%%/tests/boolean/bfuse_2d/C9
%%OCCROOT%%/tests/boolean/bfuse_2d/D1
-%%OCCROOT%%/tests/boolean/bfuse_2d/begin
+%%OCCROOT%%/tests/boolean/bfuse_2d/end
%%OCCROOT%%/tests/boolean/bfuse_complex/A1
%%OCCROOT%%/tests/boolean/bfuse_complex/A2
%%OCCROOT%%/tests/boolean/bfuse_complex/A3
@@ -1624,7 +1586,6 @@
%%OCCROOT%%/tests/boolean/bfuse_complex/S4
%%OCCROOT%%/tests/boolean/bfuse_complex/S5
%%OCCROOT%%/tests/boolean/bfuse_complex/S6
-%%OCCROOT%%/tests/boolean/bfuse_complex/begin
%%OCCROOT%%/tests/boolean/bfuse_simple/A1
%%OCCROOT%%/tests/boolean/bfuse_simple/A2
%%OCCROOT%%/tests/boolean/bfuse_simple/A3
@@ -1727,7 +1688,6 @@
%%OCCROOT%%/tests/boolean/bfuse_simple/L1
%%OCCROOT%%/tests/boolean/bfuse_simple/L2
%%OCCROOT%%/tests/boolean/bfuse_simple/L3
-%%OCCROOT%%/tests/boolean/bfuse_simple/begin
%%OCCROOT%%/tests/boolean/bopcommon_2d/A1
%%OCCROOT%%/tests/boolean/bopcommon_2d/A2
%%OCCROOT%%/tests/boolean/bopcommon_2d/A3
@@ -1871,7 +1831,7 @@
%%OCCROOT%%/tests/boolean/bopcommon_2d/P6
%%OCCROOT%%/tests/boolean/bopcommon_2d/P7
%%OCCROOT%%/tests/boolean/bopcommon_2d/P8
-%%OCCROOT%%/tests/boolean/bopcommon_2d/begin
+%%OCCROOT%%/tests/boolean/bopcommon_2d/end
%%OCCROOT%%/tests/boolean/bopcommon_complex/A1
%%OCCROOT%%/tests/boolean/bopcommon_complex/A2
%%OCCROOT%%/tests/boolean/bopcommon_complex/A3
@@ -1987,7 +1947,6 @@
%%OCCROOT%%/tests/boolean/bopcommon_complex/M5
%%OCCROOT%%/tests/boolean/bopcommon_complex/M6
%%OCCROOT%%/tests/boolean/bopcommon_complex/M7
-%%OCCROOT%%/tests/boolean/bopcommon_complex/begin
%%OCCROOT%%/tests/boolean/bopcommon_simple/A1
%%OCCROOT%%/tests/boolean/bopcommon_simple/A2
%%OCCROOT%%/tests/boolean/bopcommon_simple/A3
@@ -2366,7 +2325,6 @@
%%OCCROOT%%/tests/boolean/bopcommon_simple/ZP7
%%OCCROOT%%/tests/boolean/bopcommon_simple/ZP8
%%OCCROOT%%/tests/boolean/bopcommon_simple/ZP9
-%%OCCROOT%%/tests/boolean/bopcommon_simple/begin
%%OCCROOT%%/tests/boolean/bopcut_2d/A1
%%OCCROOT%%/tests/boolean/bopcut_2d/A2
%%OCCROOT%%/tests/boolean/bopcut_2d/A3
@@ -2399,7 +2357,7 @@
%%OCCROOT%%/tests/boolean/bopcut_2d/D3
%%OCCROOT%%/tests/boolean/bopcut_2d/D4
%%OCCROOT%%/tests/boolean/bopcut_2d/D5
-%%OCCROOT%%/tests/boolean/bopcut_2d/begin
+%%OCCROOT%%/tests/boolean/bopcut_2d/end
%%OCCROOT%%/tests/boolean/bopcut_complex/A1
%%OCCROOT%%/tests/boolean/bopcut_complex/A2
%%OCCROOT%%/tests/boolean/bopcut_complex/A3
@@ -2540,7 +2498,6 @@
%%OCCROOT%%/tests/boolean/bopcut_complex/P4
%%OCCROOT%%/tests/boolean/bopcut_complex/P5
%%OCCROOT%%/tests/boolean/bopcut_complex/P8
-%%OCCROOT%%/tests/boolean/bopcut_complex/begin
%%OCCROOT%%/tests/boolean/bopcut_simple/A1
%%OCCROOT%%/tests/boolean/bopcut_simple/A2
%%OCCROOT%%/tests/boolean/bopcut_simple/A3
@@ -2920,7 +2877,6 @@
%%OCCROOT%%/tests/boolean/bopcut_simple/ZP8
%%OCCROOT%%/tests/boolean/bopcut_simple/ZP9
%%OCCROOT%%/tests/boolean/bopcut_simple/ZQ1
-%%OCCROOT%%/tests/boolean/bopcut_simple/begin
%%OCCROOT%%/tests/boolean/bopfuse_2d/A1
%%OCCROOT%%/tests/boolean/bopfuse_2d/A2
%%OCCROOT%%/tests/boolean/bopfuse_2d/A3
@@ -2949,7 +2905,7 @@
%%OCCROOT%%/tests/boolean/bopfuse_2d/C8
%%OCCROOT%%/tests/boolean/bopfuse_2d/C9
%%OCCROOT%%/tests/boolean/bopfuse_2d/D1
-%%OCCROOT%%/tests/boolean/bopfuse_2d/begin
+%%OCCROOT%%/tests/boolean/bopfuse_2d/end
%%OCCROOT%%/tests/boolean/bopfuse_complex/A1
%%OCCROOT%%/tests/boolean/bopfuse_complex/A2
%%OCCROOT%%/tests/boolean/bopfuse_complex/A3
@@ -3078,7 +3034,6 @@
%%OCCROOT%%/tests/boolean/bopfuse_complex/O2
%%OCCROOT%%/tests/boolean/bopfuse_complex/O3
%%OCCROOT%%/tests/boolean/bopfuse_complex/O4
-%%OCCROOT%%/tests/boolean/bopfuse_complex/begin
%%OCCROOT%%/tests/boolean/bopfuse_simple/A1
%%OCCROOT%%/tests/boolean/bopfuse_simple/A2
%%OCCROOT%%/tests/boolean/bopfuse_simple/A3
@@ -3454,7 +3409,6 @@
%%OCCROOT%%/tests/boolean/bopfuse_simple/ZP4
%%OCCROOT%%/tests/boolean/bopfuse_simple/ZP5
%%OCCROOT%%/tests/boolean/bopfuse_simple/ZP6
-%%OCCROOT%%/tests/boolean/bopfuse_simple/begin
%%OCCROOT%%/tests/boolean/bopsection/A1
%%OCCROOT%%/tests/boolean/bopsection/A2
%%OCCROOT%%/tests/boolean/bopsection/A3
@@ -3504,7 +3458,6 @@
%%OCCROOT%%/tests/boolean/bopsection/F3
%%OCCROOT%%/tests/boolean/bopsection/F4
%%OCCROOT%%/tests/boolean/bopsection/F5
-%%OCCROOT%%/tests/boolean/bopsection/begin
%%OCCROOT%%/tests/boolean/boptuc_2d/A1
%%OCCROOT%%/tests/boolean/boptuc_2d/A2
%%OCCROOT%%/tests/boolean/boptuc_2d/A3
@@ -3645,7 +3598,7 @@
%%OCCROOT%%/tests/boolean/boptuc_2d/P3
%%OCCROOT%%/tests/boolean/boptuc_2d/P4
%%OCCROOT%%/tests/boolean/boptuc_2d/P5
-%%OCCROOT%%/tests/boolean/boptuc_2d/begin
+%%OCCROOT%%/tests/boolean/boptuc_2d/end
%%OCCROOT%%/tests/boolean/boptuc_complex/A1
%%OCCROOT%%/tests/boolean/boptuc_complex/A2
%%OCCROOT%%/tests/boolean/boptuc_complex/A3
@@ -3719,7 +3672,6 @@
%%OCCROOT%%/tests/boolean/boptuc_complex/H9
%%OCCROOT%%/tests/boolean/boptuc_complex/I1
%%OCCROOT%%/tests/boolean/boptuc_complex/I2
-%%OCCROOT%%/tests/boolean/boptuc_complex/begin
%%OCCROOT%%/tests/boolean/boptuc_simple/A1
%%OCCROOT%%/tests/boolean/boptuc_simple/A2
%%OCCROOT%%/tests/boolean/boptuc_simple/A3
@@ -4093,7 +4045,6 @@
%%OCCROOT%%/tests/boolean/boptuc_simple/ZP2
%%OCCROOT%%/tests/boolean/boptuc_simple/ZP3
%%OCCROOT%%/tests/boolean/boptuc_simple/ZP4
-%%OCCROOT%%/tests/boolean/boptuc_simple/begin
%%OCCROOT%%/tests/boolean/bsection/A1
%%OCCROOT%%/tests/boolean/bsection/A2
%%OCCROOT%%/tests/boolean/bsection/A3
@@ -4259,7 +4210,68 @@
%%OCCROOT%%/tests/boolean/bsection/S3
%%OCCROOT%%/tests/boolean/bsection/S4
%%OCCROOT%%/tests/boolean/bsection/S5
-%%OCCROOT%%/tests/boolean/bsection/begin
+%%OCCROOT%%/tests/boolean/cells_test/A1
+%%OCCROOT%%/tests/boolean/cells_test/A2
+%%OCCROOT%%/tests/boolean/cells_test/A3
+%%OCCROOT%%/tests/boolean/cells_test/A4
+%%OCCROOT%%/tests/boolean/cells_test/A5
+%%OCCROOT%%/tests/boolean/cells_test/A6
+%%OCCROOT%%/tests/boolean/cells_test/A7
+%%OCCROOT%%/tests/boolean/cells_test/A8
+%%OCCROOT%%/tests/boolean/cells_test/A9
+%%OCCROOT%%/tests/boolean/cells_test/B1
+%%OCCROOT%%/tests/boolean/cells_test/B2
+%%OCCROOT%%/tests/boolean/cells_test/B3
+%%OCCROOT%%/tests/boolean/cells_test/B4
+%%OCCROOT%%/tests/boolean/cells_test/B5
+%%OCCROOT%%/tests/boolean/cells_test/B6
+%%OCCROOT%%/tests/boolean/cells_test/C1
+%%OCCROOT%%/tests/boolean/cells_test/C2
+%%OCCROOT%%/tests/boolean/cells_test/C3
+%%OCCROOT%%/tests/boolean/cells_test/C4
+%%OCCROOT%%/tests/boolean/cells_test/C5
+%%OCCROOT%%/tests/boolean/cells_test/C6
+%%OCCROOT%%/tests/boolean/cells_test/C7
+%%OCCROOT%%/tests/boolean/cells_test/C8
+%%OCCROOT%%/tests/boolean/cells_test/C9
+%%OCCROOT%%/tests/boolean/cells_test/D1
+%%OCCROOT%%/tests/boolean/cells_test/D2
+%%OCCROOT%%/tests/boolean/cells_test/D3
+%%OCCROOT%%/tests/boolean/cells_test/D4
+%%OCCROOT%%/tests/boolean/cells_test/D5
+%%OCCROOT%%/tests/boolean/cells_test/E1
+%%OCCROOT%%/tests/boolean/cells_test/E2
+%%OCCROOT%%/tests/boolean/cells_test/E3
+%%OCCROOT%%/tests/boolean/cells_test/E4
+%%OCCROOT%%/tests/boolean/cells_test/E5
+%%OCCROOT%%/tests/boolean/cells_test/E6
+%%OCCROOT%%/tests/boolean/cells_test/E7
+%%OCCROOT%%/tests/boolean/cells_test/E8
+%%OCCROOT%%/tests/boolean/cells_test/E9
+%%OCCROOT%%/tests/boolean/cells_test/F1
+%%OCCROOT%%/tests/boolean/cells_test/F2
+%%OCCROOT%%/tests/boolean/cells_test/F3
+%%OCCROOT%%/tests/boolean/cells_test/F4
+%%OCCROOT%%/tests/boolean/cells_test/F5
+%%OCCROOT%%/tests/boolean/cells_test/F6
+%%OCCROOT%%/tests/boolean/cells_test/F7
+%%OCCROOT%%/tests/boolean/cells_test/F8
+%%OCCROOT%%/tests/boolean/cells_test/F9
+%%OCCROOT%%/tests/boolean/cells_test/G1
+%%OCCROOT%%/tests/boolean/cells_test/G2
+%%OCCROOT%%/tests/boolean/cells_test/G3
+%%OCCROOT%%/tests/boolean/cells_test/G4
+%%OCCROOT%%/tests/boolean/cells_test/G5
+%%OCCROOT%%/tests/boolean/cells_test/G6
+%%OCCROOT%%/tests/boolean/cells_test/G7
+%%OCCROOT%%/tests/boolean/cells_test/G8
+%%OCCROOT%%/tests/boolean/cells_test/H1
+%%OCCROOT%%/tests/boolean/cells_test/H2
+%%OCCROOT%%/tests/boolean/cells_test/H3
+%%OCCROOT%%/tests/boolean/cells_test/H4
+%%OCCROOT%%/tests/boolean/cells_test/I1
+%%OCCROOT%%/tests/boolean/cells_test/I2
+%%OCCROOT%%/tests/boolean/cells_test/end
%%OCCROOT%%/tests/boolean/end
%%OCCROOT%%/tests/boolean/gdml_private/A1
%%OCCROOT%%/tests/boolean/gdml_private/A2
@@ -4351,7 +4363,6 @@
%%OCCROOT%%/tests/boolean/gdml_private/J7
%%OCCROOT%%/tests/boolean/gdml_private/J8
%%OCCROOT%%/tests/boolean/gdml_private/J9
-%%OCCROOT%%/tests/boolean/gdml_private/M1
%%OCCROOT%%/tests/boolean/gdml_private/M2
%%OCCROOT%%/tests/boolean/gdml_private/M3
%%OCCROOT%%/tests/boolean/gdml_private/M4
@@ -4442,7 +4453,6 @@
%%OCCROOT%%/tests/boolean/gdml_private/V8
%%OCCROOT%%/tests/boolean/gdml_private/V9
%%OCCROOT%%/tests/boolean/gdml_private/W1
-%%OCCROOT%%/tests/boolean/gdml_private/W2
%%OCCROOT%%/tests/boolean/gdml_private/W3
%%OCCROOT%%/tests/boolean/gdml_private/W4
%%OCCROOT%%/tests/boolean/gdml_private/W5
@@ -4570,7 +4580,7 @@
%%OCCROOT%%/tests/boolean/gdml_private/ZK1
%%OCCROOT%%/tests/boolean/gdml_private/ZK2
%%OCCROOT%%/tests/boolean/gdml_private/ZK3
-%%OCCROOT%%/tests/boolean/gdml_private/begin
+%%OCCROOT%%/tests/boolean/gdml_private/end
%%OCCROOT%%/tests/boolean/gdml_public/A1
%%OCCROOT%%/tests/boolean/gdml_public/A2
%%OCCROOT%%/tests/boolean/gdml_public/A3
@@ -4596,7 +4606,7 @@
%%OCCROOT%%/tests/boolean/gdml_public/C5
%%OCCROOT%%/tests/boolean/gdml_public/C6
%%OCCROOT%%/tests/boolean/gdml_public/C7
-%%OCCROOT%%/tests/boolean/gdml_public/begin
+%%OCCROOT%%/tests/boolean/gdml_public/end
%%OCCROOT%%/tests/boolean/grids.list
%%OCCROOT%%/tests/boolean/parse.rules
%%OCCROOT%%/tests/boolean/volumemaker/A1
@@ -4673,10 +4683,11 @@
%%OCCROOT%%/tests/boolean/volumemaker/H9
%%OCCROOT%%/tests/boolean/volumemaker/I1
%%OCCROOT%%/tests/boolean/volumemaker/I2
-%%OCCROOT%%/tests/boolean/volumemaker/begin
+%%OCCROOT%%/tests/boolean/volumemaker/end
%%OCCROOT%%/tests/bugs/begin
%%OCCROOT%%/tests/bugs/caf/begin
%%OCCROOT%%/tests/bugs/caf/buc60756
+%%OCCROOT%%/tests/bugs/caf/buc60756_std
%%OCCROOT%%/tests/bugs/caf/buc60790
%%OCCROOT%%/tests/bugs/caf/buc60813
%%OCCROOT%%/tests/bugs/caf/buc60817
@@ -4685,6 +4696,7 @@
%%OCCROOT%%/tests/bugs/caf/buc60847
%%OCCROOT%%/tests/bugs/caf/buc60862
%%OCCROOT%%/tests/bugs/caf/buc60867
+%%OCCROOT%%/tests/bugs/caf/buc60867_std
%%OCCROOT%%/tests/bugs/caf/buc60910
%%OCCROOT%%/tests/bugs/caf/buc60917
%%OCCROOT%%/tests/bugs/caf/buc60921
@@ -4702,22 +4714,27 @@
%%OCCROOT%%/tests/bugs/caf/bug1395_1
%%OCCROOT%%/tests/bugs/caf/bug1395_2
%%OCCROOT%%/tests/bugs/caf/bug1454
+%%OCCROOT%%/tests/bugs/caf/bug1454_std
%%OCCROOT%%/tests/bugs/caf/bug158
%%OCCROOT%%/tests/bugs/caf/bug159
%%OCCROOT%%/tests/bugs/caf/bug170_3
%%OCCROOT%%/tests/bugs/caf/bug1722
%%OCCROOT%%/tests/bugs/caf/bug1724
%%OCCROOT%%/tests/bugs/caf/bug1726
+%%OCCROOT%%/tests/bugs/caf/bug1726_std
%%OCCROOT%%/tests/bugs/caf/bug1919
%%OCCROOT%%/tests/bugs/caf/bug21231
%%OCCROOT%%/tests/bugs/caf/bug21707
%%OCCROOT%%/tests/bugs/caf/bug2269
%%OCCROOT%%/tests/bugs/caf/bug22788_1
+%%OCCROOT%%/tests/bugs/caf/bug22788_1_std
%%OCCROOT%%/tests/bugs/caf/bug22788_2
+%%OCCROOT%%/tests/bugs/caf/bug22788_2_std
%%OCCROOT%%/tests/bugs/caf/bug22976
%%OCCROOT%%/tests/bugs/caf/bug22995
%%OCCROOT%%/tests/bugs/caf/bug23071
%%OCCROOT%%/tests/bugs/caf/bug23306
+%%OCCROOT%%/tests/bugs/caf/bug23465
%%OCCROOT%%/tests/bugs/caf/bug23489
%%OCCROOT%%/tests/bugs/caf/bug23766_1
%%OCCROOT%%/tests/bugs/caf/bug23766_2
@@ -4733,7 +4750,6 @@
%%OCCROOT%%/tests/bugs/caf/bug24164_2
%%OCCROOT%%/tests/bugs/caf/bug24263
%%OCCROOT%%/tests/bugs/caf/bug24263_2
-%%OCCROOT%%/tests/bugs/caf/bug24565
%%OCCROOT%%/tests/bugs/caf/bug24645
%%OCCROOT%%/tests/bugs/caf/bug24755
%%OCCROOT%%/tests/bugs/caf/bug24822
@@ -4749,8 +4765,22 @@
%%OCCROOT%%/tests/bugs/caf/bug26061
%%OCCROOT%%/tests/bugs/caf/bug261
%%OCCROOT%%/tests/bugs/caf/bug26155
+%%OCCROOT%%/tests/bugs/caf/bug26229_1
+%%OCCROOT%%/tests/bugs/caf/bug26229_2
+%%OCCROOT%%/tests/bugs/caf/bug26290_compatibility
+%%OCCROOT%%/tests/bugs/caf/bug26290_newattribute_1
+%%OCCROOT%%/tests/bugs/caf/bug26290_newattribute_2
+%%OCCROOT%%/tests/bugs/caf/bug26293_1
+%%OCCROOT%%/tests/bugs/caf/bug26293_2
+%%OCCROOT%%/tests/bugs/caf/bug26428
%%OCCROOT%%/tests/bugs/caf/bug267_1
%%OCCROOT%%/tests/bugs/caf/bug267_2
+%%OCCROOT%%/tests/bugs/caf/bug27277
+%%OCCROOT%%/tests/bugs/caf/bug27433
+%%OCCROOT%%/tests/bugs/caf/bug27454
+%%OCCROOT%%/tests/bugs/caf/bug27454_1
+%%OCCROOT%%/tests/bugs/caf/bug27604
+%%OCCROOT%%/tests/bugs/caf/bug27835
%%OCCROOT%%/tests/bugs/caf/bug2793
%%OCCROOT%%/tests/bugs/caf/bug282
%%OCCROOT%%/tests/bugs/caf/bug2932_1
@@ -4787,6 +4817,7 @@
%%OCCROOT%%/tests/bugs/caf/bug387
%%OCCROOT%%/tests/bugs/caf/bug425
%%OCCROOT%%/tests/bugs/caf/bug5023
+%%OCCROOT%%/tests/bugs/caf/bug5023_std
%%OCCROOT%%/tests/bugs/caf/bug644
%%OCCROOT%%/tests/bugs/caf/bug669
%%OCCROOT%%/tests/bugs/caf/bug738_1
@@ -4815,6 +4846,7 @@
%%OCCROOT%%/tests/bugs/demo/bug25344_3
%%OCCROOT%%/tests/bugs/demo/bug25344_4
%%OCCROOT%%/tests/bugs/demo/bug25445
+%%OCCROOT%%/tests/bugs/demo/bug27905
%%OCCROOT%%/tests/bugs/end
%%OCCROOT%%/tests/bugs/fclasses/begin
%%OCCROOT%%/tests/bugs/fclasses/buc60724
@@ -4836,11 +4868,9 @@
%%OCCROOT%%/tests/bugs/fclasses/bug132_9
%%OCCROOT%%/tests/bugs/fclasses/bug13963_1
%%OCCROOT%%/tests/bugs/fclasses/bug13963_2
-%%OCCROOT%%/tests/bugs/fclasses/bug142
%%OCCROOT%%/tests/bugs/fclasses/bug15489
%%OCCROOT%%/tests/bugs/fclasses/bug181_1
%%OCCROOT%%/tests/bugs/fclasses/bug181_2
-%%OCCROOT%%/tests/bugs/fclasses/bug216
%%OCCROOT%%/tests/bugs/fclasses/bug22125
%%OCCROOT%%/tests/bugs/fclasses/bug22611
%%OCCROOT%%/tests/bugs/fclasses/bug22744
@@ -4865,8 +4895,10 @@
%%OCCROOT%%/tests/bugs/fclasses/bug24137
%%OCCROOT%%/tests/bugs/fclasses/bug24271
%%OCCROOT%%/tests/bugs/fclasses/bug24533
+%%OCCROOT%%/tests/bugs/fclasses/bug24537
%%OCCROOT%%/tests/bugs/fclasses/bug24831
%%OCCROOT%%/tests/bugs/fclasses/bug24834
+%%OCCROOT%%/tests/bugs/fclasses/bug24836
%%OCCROOT%%/tests/bugs/fclasses/bug24863_1
%%OCCROOT%%/tests/bugs/fclasses/bug24863_2
%%OCCROOT%%/tests/bugs/fclasses/bug24863_3
@@ -4880,12 +4912,21 @@
%%OCCROOT%%/tests/bugs/fclasses/bug25514
%%OCCROOT%%/tests/bugs/fclasses/bug25545
%%OCCROOT%%/tests/bugs/fclasses/bug25558
+%%OCCROOT%%/tests/bugs/fclasses/bug25574
%%OCCROOT%%/tests/bugs/fclasses/bug25635_1
%%OCCROOT%%/tests/bugs/fclasses/bug25635_2
%%OCCROOT%%/tests/bugs/fclasses/bug25757
%%OCCROOT%%/tests/bugs/fclasses/bug26022
+%%OCCROOT%%/tests/bugs/fclasses/bug26184_1
+%%OCCROOT%%/tests/bugs/fclasses/bug26184_2
%%OCCROOT%%/tests/bugs/fclasses/bug26448
%%OCCROOT%%/tests/bugs/fclasses/bug26485
+%%OCCROOT%%/tests/bugs/fclasses/bug26922
+%%OCCROOT%%/tests/bugs/fclasses/bug27114
+%%OCCROOT%%/tests/bugs/fclasses/bug27131
+%%OCCROOT%%/tests/bugs/fclasses/bug27184
+%%OCCROOT%%/tests/bugs/fclasses/bug27371
+%%OCCROOT%%/tests/bugs/fclasses/bug27849
%%OCCROOT%%/tests/bugs/fclasses/bug309
%%OCCROOT%%/tests/bugs/fclasses/bug310
%%OCCROOT%%/tests/bugs/fclasses/bug6143
@@ -4938,6 +4979,7 @@
%%OCCROOT%%/tests/bugs/heal/bug24549
%%OCCROOT%%/tests/bugs/heal/bug24596_1
%%OCCROOT%%/tests/bugs/heal/bug24596_2
+%%OCCROOT%%/tests/bugs/heal/bug24658
%%OCCROOT%%/tests/bugs/heal/bug24881
%%OCCROOT%%/tests/bugs/heal/bug24934
%%OCCROOT%%/tests/bugs/heal/bug24983
@@ -4957,10 +4999,31 @@
%%OCCROOT%%/tests/bugs/heal/bug25923
%%OCCROOT%%/tests/bugs/heal/bug26219_1
%%OCCROOT%%/tests/bugs/heal/bug26219_gehause_rohteil
+%%OCCROOT%%/tests/bugs/heal/bug26244
%%OCCROOT%%/tests/bugs/heal/bug26408
+%%OCCROOT%%/tests/bugs/heal/bug26489_1
+%%OCCROOT%%/tests/bugs/heal/bug26489_2
+%%OCCROOT%%/tests/bugs/heal/bug26489_3
+%%OCCROOT%%/tests/bugs/heal/bug26489_4
+%%OCCROOT%%/tests/bugs/heal/bug26489_5
+%%OCCROOT%%/tests/bugs/heal/bug26489_6
+%%OCCROOT%%/tests/bugs/heal/bug26572
+%%OCCROOT%%/tests/bugs/heal/bug26620
%%OCCROOT%%/tests/bugs/heal/bug26635
%%OCCROOT%%/tests/bugs/heal/bug26642
+%%OCCROOT%%/tests/bugs/heal/bug26644
+%%OCCROOT%%/tests/bugs/heal/bug26656
%%OCCROOT%%/tests/bugs/heal/bug26671
+%%OCCROOT%%/tests/bugs/heal/bug26708
+%%OCCROOT%%/tests/bugs/heal/bug26871
+%%OCCROOT%%/tests/bugs/heal/bug26930_1
+%%OCCROOT%%/tests/bugs/heal/bug26930_2
+%%OCCROOT%%/tests/bugs/heal/bug27000_1
+%%OCCROOT%%/tests/bugs/heal/bug27000_2
+%%OCCROOT%%/tests/bugs/heal/bug27078
+%%OCCROOT%%/tests/bugs/heal/bug27331
+%%OCCROOT%%/tests/bugs/heal/bug27729
+%%OCCROOT%%/tests/bugs/heal/bug27781
%%OCCROOT%%/tests/bugs/heal/bug329
%%OCCROOT%%/tests/bugs/heal/bug482
%%OCCROOT%%/tests/bugs/heal/bug518
@@ -5035,6 +5098,8 @@
%%OCCROOT%%/tests/bugs/iges/bug26419_1
%%OCCROOT%%/tests/bugs/iges/bug26419_2
%%OCCROOT%%/tests/bugs/iges/bug26573
+%%OCCROOT%%/tests/bugs/iges/bug26931
+%%OCCROOT%%/tests/bugs/iges/bug26989
%%OCCROOT%%/tests/bugs/iges/bug272_1
%%OCCROOT%%/tests/bugs/iges/bug272_2
%%OCCROOT%%/tests/bugs/iges/bug272_3
@@ -5068,6 +5133,7 @@
%%OCCROOT%%/tests/bugs/mesh/bug23106
%%OCCROOT%%/tests/bugs/mesh/bug23184_1
%%OCCROOT%%/tests/bugs/mesh/bug23184_2
+%%OCCROOT%%/tests/bugs/mesh/bug23202
%%OCCROOT%%/tests/bugs/mesh/bug23512_1
%%OCCROOT%%/tests/bugs/mesh/bug23512_2
%%OCCROOT%%/tests/bugs/mesh/bug23580
@@ -5079,14 +5145,19 @@
%%OCCROOT%%/tests/bugs/mesh/bug23650
%%OCCROOT%%/tests/bugs/mesh/bug24022
%%OCCROOT%%/tests/bugs/mesh/bug24127
+%%OCCROOT%%/tests/bugs/mesh/bug24593_1
+%%OCCROOT%%/tests/bugs/mesh/bug24593_2
+%%OCCROOT%%/tests/bugs/mesh/bug24594
%%OCCROOT%%/tests/bugs/mesh/bug24775
%%OCCROOT%%/tests/bugs/mesh/bug24923
%%OCCROOT%%/tests/bugs/mesh/bug24938
%%OCCROOT%%/tests/bugs/mesh/bug24968_1
%%OCCROOT%%/tests/bugs/mesh/bug24968_2
+%%OCCROOT%%/tests/bugs/mesh/bug25045
%%OCCROOT%%/tests/bugs/mesh/bug25080
%%OCCROOT%%/tests/bugs/mesh/bug25142
%%OCCROOT%%/tests/bugs/mesh/bug25157
+%%OCCROOT%%/tests/bugs/mesh/bug25264
%%OCCROOT%%/tests/bugs/mesh/bug25281
%%OCCROOT%%/tests/bugs/mesh/bug25307
%%OCCROOT%%/tests/bugs/mesh/bug25364
@@ -5112,7 +5183,20 @@
%%OCCROOT%%/tests/bugs/mesh/bug25547
%%OCCROOT%%/tests/bugs/mesh/bug25612
%%OCCROOT%%/tests/bugs/mesh/bug25806
+%%OCCROOT%%/tests/bugs/mesh/bug26372
+%%OCCROOT%%/tests/bugs/mesh/bug26407
%%OCCROOT%%/tests/bugs/mesh/bug26532
+%%OCCROOT%%/tests/bugs/mesh/bug26664
+%%OCCROOT%%/tests/bugs/mesh/bug26692_1
+%%OCCROOT%%/tests/bugs/mesh/bug26692_2
+%%OCCROOT%%/tests/bugs/mesh/bug27119
+%%OCCROOT%%/tests/bugs/mesh/bug27239
+%%OCCROOT%%/tests/bugs/mesh/bug27384_1
+%%OCCROOT%%/tests/bugs/mesh/bug27384_2
+%%OCCROOT%%/tests/bugs/mesh/bug27442
+%%OCCROOT%%/tests/bugs/mesh/bug27626
+%%OCCROOT%%/tests/bugs/mesh/bug27959
+%%OCCROOT%%/tests/bugs/mesh/bug28118
%%OCCROOT%%/tests/bugs/mesh/parse.rules
%%OCCROOT%%/tests/bugs/modalg_1/begin
%%OCCROOT%%/tests/bugs/modalg_1/buc60409_1
@@ -6091,6 +6175,7 @@
%%OCCROOT%%/tests/bugs/modalg_4/pro19653
%%OCCROOT%%/tests/bugs/modalg_5/begin
%%OCCROOT%%/tests/bugs/modalg_5/bug20040
+%%OCCROOT%%/tests/bugs/modalg_5/bug21564
%%OCCROOT%%/tests/bugs/modalg_5/bug21898
%%OCCROOT%%/tests/bugs/modalg_5/bug22027
%%OCCROOT%%/tests/bugs/modalg_5/bug22323
@@ -6381,7 +6466,9 @@
%%OCCROOT%%/tests/bugs/modalg_5/bug24842_top
%%OCCROOT%%/tests/bugs/modalg_5/bug24844
%%OCCROOT%%/tests/bugs/modalg_5/bug24849_1
+%%OCCROOT%%/tests/bugs/modalg_5/bug24849_1_std
%%OCCROOT%%/tests/bugs/modalg_5/bug24849_2
+%%OCCROOT%%/tests/bugs/modalg_5/bug24849_2_std
%%OCCROOT%%/tests/bugs/modalg_5/bug24851
%%OCCROOT%%/tests/bugs/modalg_5/bug24861
%%OCCROOT%%/tests/bugs/modalg_5/bug24879
@@ -6668,28 +6755,64 @@
%%OCCROOT%%/tests/bugs/modalg_5/bug25898
%%OCCROOT%%/tests/bugs/modalg_5/bug25951
%%OCCROOT%%/tests/bugs/modalg_5/bug25969
+%%OCCROOT%%/tests/bugs/modalg_5/bug25969_std
%%OCCROOT%%/tests/bugs/modalg_5/bug25976
%%OCCROOT%%/tests/bugs/modalg_5/bug25980
%%OCCROOT%%/tests/bugs/modalg_5/bug25982
+%%OCCROOT%%/tests/bugs/modalg_5/bug27063
%%OCCROOT%%/tests/bugs/modalg_6/begin
+%%OCCROOT%%/tests/bugs/modalg_6/bug10234
+%%OCCROOT%%/tests/bugs/modalg_6/bug14531
+%%OCCROOT%%/tests/bugs/modalg_6/bug21107
+%%OCCROOT%%/tests/bugs/modalg_6/bug21246
%%OCCROOT%%/tests/bugs/modalg_6/bug21351
+%%OCCROOT%%/tests/bugs/modalg_6/bug21427
%%OCCROOT%%/tests/bugs/modalg_6/bug21507
%%OCCROOT%%/tests/bugs/modalg_6/bug21624
+%%OCCROOT%%/tests/bugs/modalg_6/bug21670
%%OCCROOT%%/tests/bugs/modalg_6/bug21727
%%OCCROOT%%/tests/bugs/modalg_6/bug21821
+%%OCCROOT%%/tests/bugs/modalg_6/bug21875
+%%OCCROOT%%/tests/bugs/modalg_6/bug22037
+%%OCCROOT%%/tests/bugs/modalg_6/bug22454
+%%OCCROOT%%/tests/bugs/modalg_6/bug22609
+%%OCCROOT%%/tests/bugs/modalg_6/bug22634
%%OCCROOT%%/tests/bugs/modalg_6/bug22644_1
%%OCCROOT%%/tests/bugs/modalg_6/bug22644_2
%%OCCROOT%%/tests/bugs/modalg_6/bug22644_3
%%OCCROOT%%/tests/bugs/modalg_6/bug22793
+%%OCCROOT%%/tests/bugs/modalg_6/bug22794
%%OCCROOT%%/tests/bugs/modalg_6/bug23138
+%%OCCROOT%%/tests/bugs/modalg_6/bug23178
+%%OCCROOT%%/tests/bugs/modalg_6/bug23585
+%%OCCROOT%%/tests/bugs/modalg_6/bug23666
%%OCCROOT%%/tests/bugs/modalg_6/bug24011
%%OCCROOT%%/tests/bugs/modalg_6/bug24097
%%OCCROOT%%/tests/bugs/modalg_6/bug24161
+%%OCCROOT%%/tests/bugs/modalg_6/bug24357
+%%OCCROOT%%/tests/bugs/modalg_6/bug24417
%%OCCROOT%%/tests/bugs/modalg_6/bug24803
+%%OCCROOT%%/tests/bugs/modalg_6/bug24890
+%%OCCROOT%%/tests/bugs/modalg_6/bug24932
+%%OCCROOT%%/tests/bugs/modalg_6/bug25055
+%%OCCROOT%%/tests/bugs/modalg_6/bug25102
+%%OCCROOT%%/tests/bugs/modalg_6/bug25138
+%%OCCROOT%%/tests/bugs/modalg_6/bug25152
+%%OCCROOT%%/tests/bugs/modalg_6/bug25214
+%%OCCROOT%%/tests/bugs/modalg_6/bug25220
%%OCCROOT%%/tests/bugs/modalg_6/bug25271
+%%OCCROOT%%/tests/bugs/modalg_6/bug25342
+%%OCCROOT%%/tests/bugs/modalg_6/bug25423_1
+%%OCCROOT%%/tests/bugs/modalg_6/bug25423_2
%%OCCROOT%%/tests/bugs/modalg_6/bug25593
%%OCCROOT%%/tests/bugs/modalg_6/bug25613_1
%%OCCROOT%%/tests/bugs/modalg_6/bug25613_2
+%%OCCROOT%%/tests/bugs/modalg_6/bug25792
+%%OCCROOT%%/tests/bugs/modalg_6/bug25813_1
+%%OCCROOT%%/tests/bugs/modalg_6/bug25813_2
+%%OCCROOT%%/tests/bugs/modalg_6/bug25813_3
+%%OCCROOT%%/tests/bugs/modalg_6/bug25813_4
+%%OCCROOT%%/tests/bugs/modalg_6/bug25813_5
%%OCCROOT%%/tests/bugs/modalg_6/bug25820_1
%%OCCROOT%%/tests/bugs/modalg_6/bug25820_2
%%OCCROOT%%/tests/bugs/modalg_6/bug25820_3
@@ -6700,6 +6823,8 @@
%%OCCROOT%%/tests/bugs/modalg_6/bug25937_1
%%OCCROOT%%/tests/bugs/modalg_6/bug25937_2
%%OCCROOT%%/tests/bugs/modalg_6/bug25937_3
+%%OCCROOT%%/tests/bugs/modalg_6/bug25957_1
+%%OCCROOT%%/tests/bugs/modalg_6/bug25957_2
%%OCCROOT%%/tests/bugs/modalg_6/bug26008
%%OCCROOT%%/tests/bugs/modalg_6/bug26010
%%OCCROOT%%/tests/bugs/modalg_6/bug26016
@@ -6712,6 +6837,7 @@
%%OCCROOT%%/tests/bugs/modalg_6/bug26099
%%OCCROOT%%/tests/bugs/modalg_6/bug26112
%%OCCROOT%%/tests/bugs/modalg_6/bug26130
+%%OCCROOT%%/tests/bugs/modalg_6/bug26132
%%OCCROOT%%/tests/bugs/modalg_6/bug26151_1
%%OCCROOT%%/tests/bugs/modalg_6/bug26151_2
%%OCCROOT%%/tests/bugs/modalg_6/bug26152_1
@@ -6725,6 +6851,7 @@
%%OCCROOT%%/tests/bugs/modalg_6/bug26185_5
%%OCCROOT%%/tests/bugs/modalg_6/bug26185_6
%%OCCROOT%%/tests/bugs/modalg_6/bug26185_7
+%%OCCROOT%%/tests/bugs/modalg_6/bug26188
%%OCCROOT%%/tests/bugs/modalg_6/bug26193
%%OCCROOT%%/tests/bugs/modalg_6/bug26196
%%OCCROOT%%/tests/bugs/modalg_6/bug26197
@@ -6741,8 +6868,10 @@
%%OCCROOT%%/tests/bugs/modalg_6/bug26243_3
%%OCCROOT%%/tests/bugs/modalg_6/bug26251
%%OCCROOT%%/tests/bugs/modalg_6/bug26253
+%%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
@@ -6759,13 +6888,19 @@
%%OCCROOT%%/tests/bugs/modalg_6/bug26313
%%OCCROOT%%/tests/bugs/modalg_6/bug26315
%%OCCROOT%%/tests/bugs/modalg_6/bug26316
+%%OCCROOT%%/tests/bugs/modalg_6/bug26327
%%OCCROOT%%/tests/bugs/modalg_6/bug26330
%%OCCROOT%%/tests/bugs/modalg_6/bug26332
+%%OCCROOT%%/tests/bugs/modalg_6/bug26333
+%%OCCROOT%%/tests/bugs/modalg_6/bug26334
+%%OCCROOT%%/tests/bugs/modalg_6/bug26352
+%%OCCROOT%%/tests/bugs/modalg_6/bug26354
%%OCCROOT%%/tests/bugs/modalg_6/bug26356
%%OCCROOT%%/tests/bugs/modalg_6/bug26379_1
%%OCCROOT%%/tests/bugs/modalg_6/bug26379_2
%%OCCROOT%%/tests/bugs/modalg_6/bug26387
%%OCCROOT%%/tests/bugs/modalg_6/bug26393
+%%OCCROOT%%/tests/bugs/modalg_6/bug26396
%%OCCROOT%%/tests/bugs/modalg_6/bug26406
%%OCCROOT%%/tests/bugs/modalg_6/bug26418_1
%%OCCROOT%%/tests/bugs/modalg_6/bug26418_2
@@ -6774,30 +6909,334 @@
%%OCCROOT%%/tests/bugs/modalg_6/bug26420_1
%%OCCROOT%%/tests/bugs/modalg_6/bug26420_2
%%OCCROOT%%/tests/bugs/modalg_6/bug26420_3
+%%OCCROOT%%/tests/bugs/modalg_6/bug26426
+%%OCCROOT%%/tests/bugs/modalg_6/bug26427
+%%OCCROOT%%/tests/bugs/modalg_6/bug26431_1
+%%OCCROOT%%/tests/bugs/modalg_6/bug26431_2
+%%OCCROOT%%/tests/bugs/modalg_6/bug26431_3
+%%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/bug26443_1
+%%OCCROOT%%/tests/bugs/modalg_6/bug26443_2
%%OCCROOT%%/tests/bugs/modalg_6/bug26444
%%OCCROOT%%/tests/bugs/modalg_6/bug26446
%%OCCROOT%%/tests/bugs/modalg_6/bug26447
+%%OCCROOT%%/tests/bugs/modalg_6/bug26450
%%OCCROOT%%/tests/bugs/modalg_6/bug26464
%%OCCROOT%%/tests/bugs/modalg_6/bug26466
+%%OCCROOT%%/tests/bugs/modalg_6/bug26470_1
+%%OCCROOT%%/tests/bugs/modalg_6/bug26470_2
%%OCCROOT%%/tests/bugs/modalg_6/bug26473_1
%%OCCROOT%%/tests/bugs/modalg_6/bug26473_2
%%OCCROOT%%/tests/bugs/modalg_6/bug26481
%%OCCROOT%%/tests/bugs/modalg_6/bug26484
%%OCCROOT%%/tests/bugs/modalg_6/bug26496
%%OCCROOT%%/tests/bugs/modalg_6/bug26498
+%%OCCROOT%%/tests/bugs/modalg_6/bug26513
+%%OCCROOT%%/tests/bugs/modalg_6/bug26523
+%%OCCROOT%%/tests/bugs/modalg_6/bug26525_1
+%%OCCROOT%%/tests/bugs/modalg_6/bug26525_2
+%%OCCROOT%%/tests/bugs/modalg_6/bug26525_3
+%%OCCROOT%%/tests/bugs/modalg_6/bug26525_4
+%%OCCROOT%%/tests/bugs/modalg_6/bug26535
%%OCCROOT%%/tests/bugs/modalg_6/bug26540
%%OCCROOT%%/tests/bugs/modalg_6/bug26553
%%OCCROOT%%/tests/bugs/modalg_6/bug26554
+%%OCCROOT%%/tests/bugs/modalg_6/bug26556_1
+%%OCCROOT%%/tests/bugs/modalg_6/bug26556_2
+%%OCCROOT%%/tests/bugs/modalg_6/bug26556_3
+%%OCCROOT%%/tests/bugs/modalg_6/bug26556_4
+%%OCCROOT%%/tests/bugs/modalg_6/bug26565_1
+%%OCCROOT%%/tests/bugs/modalg_6/bug26565_2
+%%OCCROOT%%/tests/bugs/modalg_6/bug26565_3
+%%OCCROOT%%/tests/bugs/modalg_6/bug26565_4
+%%OCCROOT%%/tests/bugs/modalg_6/bug26565_5
+%%OCCROOT%%/tests/bugs/modalg_6/bug26565_6
+%%OCCROOT%%/tests/bugs/modalg_6/bug26565_7
+%%OCCROOT%%/tests/bugs/modalg_6/bug26565_8
+%%OCCROOT%%/tests/bugs/modalg_6/bug26567
%%OCCROOT%%/tests/bugs/modalg_6/bug26575
+%%OCCROOT%%/tests/bugs/modalg_6/bug26576_1
+%%OCCROOT%%/tests/bugs/modalg_6/bug26576_2
+%%OCCROOT%%/tests/bugs/modalg_6/bug26576_3
+%%OCCROOT%%/tests/bugs/modalg_6/bug26576_4
+%%OCCROOT%%/tests/bugs/modalg_6/bug26580_1
+%%OCCROOT%%/tests/bugs/modalg_6/bug26580_2
%%OCCROOT%%/tests/bugs/modalg_6/bug26582
+%%OCCROOT%%/tests/bugs/modalg_6/bug26587
%%OCCROOT%%/tests/bugs/modalg_6/bug26588
+%%OCCROOT%%/tests/bugs/modalg_6/bug26607
+%%OCCROOT%%/tests/bugs/modalg_6/bug26609
+%%OCCROOT%%/tests/bugs/modalg_6/bug26616
+%%OCCROOT%%/tests/bugs/modalg_6/bug26619
+%%OCCROOT%%/tests/bugs/modalg_6/bug26621
%%OCCROOT%%/tests/bugs/modalg_6/bug26627
%%OCCROOT%%/tests/bugs/modalg_6/bug26636
+%%OCCROOT%%/tests/bugs/modalg_6/bug26640
%%OCCROOT%%/tests/bugs/modalg_6/bug26647
+%%OCCROOT%%/tests/bugs/modalg_6/bug26673
+%%OCCROOT%%/tests/bugs/modalg_6/bug26674
+%%OCCROOT%%/tests/bugs/modalg_6/bug26675
+%%OCCROOT%%/tests/bugs/modalg_6/bug26681
+%%OCCROOT%%/tests/bugs/modalg_6/bug26684_1
+%%OCCROOT%%/tests/bugs/modalg_6/bug26684_2
%%OCCROOT%%/tests/bugs/modalg_6/bug26687
+%%OCCROOT%%/tests/bugs/modalg_6/bug26699
+%%OCCROOT%%/tests/bugs/modalg_6/bug26701
+%%OCCROOT%%/tests/bugs/modalg_6/bug26717
+%%OCCROOT%%/tests/bugs/modalg_6/bug26718
+%%OCCROOT%%/tests/bugs/modalg_6/bug26736_1
+%%OCCROOT%%/tests/bugs/modalg_6/bug26736_2
+%%OCCROOT%%/tests/bugs/modalg_6/bug26738
+%%OCCROOT%%/tests/bugs/modalg_6/bug26744
+%%OCCROOT%%/tests/bugs/modalg_6/bug26746
+%%OCCROOT%%/tests/bugs/modalg_6/bug26747_1
+%%OCCROOT%%/tests/bugs/modalg_6/bug26747_2
+%%OCCROOT%%/tests/bugs/modalg_6/bug26747_3
+%%OCCROOT%%/tests/bugs/modalg_6/bug26750
+%%OCCROOT%%/tests/bugs/modalg_6/bug26757_1
+%%OCCROOT%%/tests/bugs/modalg_6/bug26757_2
+%%OCCROOT%%/tests/bugs/modalg_6/bug26775
+%%OCCROOT%%/tests/bugs/modalg_6/bug26841_1
+%%OCCROOT%%/tests/bugs/modalg_6/bug26841_2
+%%OCCROOT%%/tests/bugs/modalg_6/bug26848
+%%OCCROOT%%/tests/bugs/modalg_6/bug26894
+%%OCCROOT%%/tests/bugs/modalg_6/bug26896_1
+%%OCCROOT%%/tests/bugs/modalg_6/bug26896_2
+%%OCCROOT%%/tests/bugs/modalg_6/bug26896_3
+%%OCCROOT%%/tests/bugs/modalg_6/bug26897
+%%OCCROOT%%/tests/bugs/modalg_6/bug26910
+%%OCCROOT%%/tests/bugs/modalg_6/bug26914
+%%OCCROOT%%/tests/bugs/modalg_6/bug26923
+%%OCCROOT%%/tests/bugs/modalg_6/bug26929
+%%OCCROOT%%/tests/bugs/modalg_6/bug26938_1
+%%OCCROOT%%/tests/bugs/modalg_6/bug26938_2
+%%OCCROOT%%/tests/bugs/modalg_6/bug26938_3
+%%OCCROOT%%/tests/bugs/modalg_6/bug26938_4
+%%OCCROOT%%/tests/bugs/modalg_6/bug26952_1
+%%OCCROOT%%/tests/bugs/modalg_6/bug26952_2
+%%OCCROOT%%/tests/bugs/modalg_6/bug26953_1
+%%OCCROOT%%/tests/bugs/modalg_6/bug26953_2
+%%OCCROOT%%/tests/bugs/modalg_6/bug26953_3
+%%OCCROOT%%/tests/bugs/modalg_6/bug26953_4
+%%OCCROOT%%/tests/bugs/modalg_6/bug26954_1
+%%OCCROOT%%/tests/bugs/modalg_6/bug26954_2
+%%OCCROOT%%/tests/bugs/modalg_6/bug26954_3
+%%OCCROOT%%/tests/bugs/modalg_6/bug26954_4
+%%OCCROOT%%/tests/bugs/modalg_6/bug26954_5
+%%OCCROOT%%/tests/bugs/modalg_6/bug26955
+%%OCCROOT%%/tests/bugs/modalg_6/bug26971
+%%OCCROOT%%/tests/bugs/modalg_6/bug26980
+%%OCCROOT%%/tests/bugs/modalg_6/bug26985
+%%OCCROOT%%/tests/bugs/modalg_6/bug27002_1
+%%OCCROOT%%/tests/bugs/modalg_6/bug27002_2
+%%OCCROOT%%/tests/bugs/modalg_6/bug27010
+%%OCCROOT%%/tests/bugs/modalg_6/bug27015
+%%OCCROOT%%/tests/bugs/modalg_6/bug27021
+%%OCCROOT%%/tests/bugs/modalg_6/bug27032
+%%OCCROOT%%/tests/bugs/modalg_6/bug27033
+%%OCCROOT%%/tests/bugs/modalg_6/bug27035
+%%OCCROOT%%/tests/bugs/modalg_6/bug27045_1
+%%OCCROOT%%/tests/bugs/modalg_6/bug27045_2
+%%OCCROOT%%/tests/bugs/modalg_6/bug27051
+%%OCCROOT%%/tests/bugs/modalg_6/bug27065_1
+%%OCCROOT%%/tests/bugs/modalg_6/bug27065_2
+%%OCCROOT%%/tests/bugs/modalg_6/bug27082_1
+%%OCCROOT%%/tests/bugs/modalg_6/bug27082_1i
+%%OCCROOT%%/tests/bugs/modalg_6/bug27082_2
+%%OCCROOT%%/tests/bugs/modalg_6/bug27082_2i
+%%OCCROOT%%/tests/bugs/modalg_6/bug27082_3
+%%OCCROOT%%/tests/bugs/modalg_6/bug27082_3i
+%%OCCROOT%%/tests/bugs/modalg_6/bug27085_1
+%%OCCROOT%%/tests/bugs/modalg_6/bug27085_2
+%%OCCROOT%%/tests/bugs/modalg_6/bug27110
+%%OCCROOT%%/tests/bugs/modalg_6/bug27117
+%%OCCROOT%%/tests/bugs/modalg_6/bug27124
+%%OCCROOT%%/tests/bugs/modalg_6/bug27128
+%%OCCROOT%%/tests/bugs/modalg_6/bug27129
+%%OCCROOT%%/tests/bugs/modalg_6/bug27134
+%%OCCROOT%%/tests/bugs/modalg_6/bug27151
+%%OCCROOT%%/tests/bugs/modalg_6/bug27159
+%%OCCROOT%%/tests/bugs/modalg_6/bug27167
+%%OCCROOT%%/tests/bugs/modalg_6/bug27175
+%%OCCROOT%%/tests/bugs/modalg_6/bug27179
+%%OCCROOT%%/tests/bugs/modalg_6/bug27190
+%%OCCROOT%%/tests/bugs/modalg_6/bug27199
+%%OCCROOT%%/tests/bugs/modalg_6/bug27222
+%%OCCROOT%%/tests/bugs/modalg_6/bug27240_1
+%%OCCROOT%%/tests/bugs/modalg_6/bug27253
+%%OCCROOT%%/tests/bugs/modalg_6/bug27260
+%%OCCROOT%%/tests/bugs/modalg_6/bug27262
+%%OCCROOT%%/tests/bugs/modalg_6/bug27263
+%%OCCROOT%%/tests/bugs/modalg_6/bug27264_1
+%%OCCROOT%%/tests/bugs/modalg_6/bug27264_2
+%%OCCROOT%%/tests/bugs/modalg_6/bug27264_3
+%%OCCROOT%%/tests/bugs/modalg_6/bug27264_4
+%%OCCROOT%%/tests/bugs/modalg_6/bug27264_5
+%%OCCROOT%%/tests/bugs/modalg_6/bug27264_6
+%%OCCROOT%%/tests/bugs/modalg_6/bug27267
+%%OCCROOT%%/tests/bugs/modalg_6/bug27269
+%%OCCROOT%%/tests/bugs/modalg_6/bug27270
+%%OCCROOT%%/tests/bugs/modalg_6/bug27271
+%%OCCROOT%%/tests/bugs/modalg_6/bug27272
+%%OCCROOT%%/tests/bugs/modalg_6/bug27273
+%%OCCROOT%%/tests/bugs/modalg_6/bug27274
+%%OCCROOT%%/tests/bugs/modalg_6/bug27280
+%%OCCROOT%%/tests/bugs/modalg_6/bug27282_1
+%%OCCROOT%%/tests/bugs/modalg_6/bug27282_2
+%%OCCROOT%%/tests/bugs/modalg_6/bug27283
+%%OCCROOT%%/tests/bugs/modalg_6/bug27302
+%%OCCROOT%%/tests/bugs/modalg_6/bug27309
+%%OCCROOT%%/tests/bugs/modalg_6/bug27310_1
+%%OCCROOT%%/tests/bugs/modalg_6/bug27310_2
+%%OCCROOT%%/tests/bugs/modalg_6/bug27315
+%%OCCROOT%%/tests/bugs/modalg_6/bug27322
+%%OCCROOT%%/tests/bugs/modalg_6/bug27325
+%%OCCROOT%%/tests/bugs/modalg_6/bug27341
+%%OCCROOT%%/tests/bugs/modalg_6/bug27341_101
+%%OCCROOT%%/tests/bugs/modalg_6/bug27341_102
+%%OCCROOT%%/tests/bugs/modalg_6/bug27341_103
+%%OCCROOT%%/tests/bugs/modalg_6/bug27341_104
+%%OCCROOT%%/tests/bugs/modalg_6/bug27341_105
+%%OCCROOT%%/tests/bugs/modalg_6/bug27341_106
+%%OCCROOT%%/tests/bugs/modalg_6/bug27341_107
+%%OCCROOT%%/tests/bugs/modalg_6/bug27341_201
+%%OCCROOT%%/tests/bugs/modalg_6/bug27341_202
+%%OCCROOT%%/tests/bugs/modalg_6/bug27341_203
+%%OCCROOT%%/tests/bugs/modalg_6/bug27341_204
+%%OCCROOT%%/tests/bugs/modalg_6/bug27341_205
+%%OCCROOT%%/tests/bugs/modalg_6/bug27341_206
+%%OCCROOT%%/tests/bugs/modalg_6/bug27341_207
+%%OCCROOT%%/tests/bugs/modalg_6/bug27341_301
+%%OCCROOT%%/tests/bugs/modalg_6/bug27341_302
+%%OCCROOT%%/tests/bugs/modalg_6/bug27341_303
+%%OCCROOT%%/tests/bugs/modalg_6/bug27341_304
+%%OCCROOT%%/tests/bugs/modalg_6/bug27341_305
+%%OCCROOT%%/tests/bugs/modalg_6/bug27341_306
+%%OCCROOT%%/tests/bugs/modalg_6/bug27341_307
+%%OCCROOT%%/tests/bugs/modalg_6/bug27341_308
+%%OCCROOT%%/tests/bugs/modalg_6/bug27341_309
+%%OCCROOT%%/tests/bugs/modalg_6/bug27341_310
+%%OCCROOT%%/tests/bugs/modalg_6/bug27341_311
+%%OCCROOT%%/tests/bugs/modalg_6/bug27341_312
+%%OCCROOT%%/tests/bugs/modalg_6/bug27341_313
+%%OCCROOT%%/tests/bugs/modalg_6/bug27341_314
+%%OCCROOT%%/tests/bugs/modalg_6/bug27341_315
+%%OCCROOT%%/tests/bugs/modalg_6/bug27341_316
+%%OCCROOT%%/tests/bugs/modalg_6/bug27341_317
+%%OCCROOT%%/tests/bugs/modalg_6/bug27341_318
+%%OCCROOT%%/tests/bugs/modalg_6/bug27341_319
+%%OCCROOT%%/tests/bugs/modalg_6/bug27341_320
+%%OCCROOT%%/tests/bugs/modalg_6/bug27341_321
+%%OCCROOT%%/tests/bugs/modalg_6/bug27341_322
+%%OCCROOT%%/tests/bugs/modalg_6/bug27341_323
+%%OCCROOT%%/tests/bugs/modalg_6/bug27341_324
+%%OCCROOT%%/tests/bugs/modalg_6/bug27341_325
+%%OCCROOT%%/tests/bugs/modalg_6/bug27341_326
+%%OCCROOT%%/tests/bugs/modalg_6/bug27341_327
+%%OCCROOT%%/tests/bugs/modalg_6/bug27341_328
+%%OCCROOT%%/tests/bugs/modalg_6/bug27341_329
+%%OCCROOT%%/tests/bugs/modalg_6/bug27357
+%%OCCROOT%%/tests/bugs/modalg_6/bug27383_1
+%%OCCROOT%%/tests/bugs/modalg_6/bug27383_2
+%%OCCROOT%%/tests/bugs/modalg_6/bug27386_1
+%%OCCROOT%%/tests/bugs/modalg_6/bug27386_2
+%%OCCROOT%%/tests/bugs/modalg_6/bug27386_3
+%%OCCROOT%%/tests/bugs/modalg_6/bug27386_4
+%%OCCROOT%%/tests/bugs/modalg_6/bug27386_5
+%%OCCROOT%%/tests/bugs/modalg_6/bug27386_6
+%%OCCROOT%%/tests/bugs/modalg_6/bug27386_7
+%%OCCROOT%%/tests/bugs/modalg_6/bug27386_8
+%%OCCROOT%%/tests/bugs/modalg_6/bug27391
+%%OCCROOT%%/tests/bugs/modalg_6/bug27431
+%%OCCROOT%%/tests/bugs/modalg_6/bug27441
+%%OCCROOT%%/tests/bugs/modalg_6/bug27448_1
+%%OCCROOT%%/tests/bugs/modalg_6/bug27448_2
+%%OCCROOT%%/tests/bugs/modalg_6/bug27481
+%%OCCROOT%%/tests/bugs/modalg_6/bug27519_1
+%%OCCROOT%%/tests/bugs/modalg_6/bug27519_2
+%%OCCROOT%%/tests/bugs/modalg_6/bug27521_1
+%%OCCROOT%%/tests/bugs/modalg_6/bug27521_2
+%%OCCROOT%%/tests/bugs/modalg_6/bug27529
+%%OCCROOT%%/tests/bugs/modalg_6/bug27537
+%%OCCROOT%%/tests/bugs/modalg_6/bug27540_1
+%%OCCROOT%%/tests/bugs/modalg_6/bug27540_2
+%%OCCROOT%%/tests/bugs/modalg_6/bug27540_3
+%%OCCROOT%%/tests/bugs/modalg_6/bug27552_1
+%%OCCROOT%%/tests/bugs/modalg_6/bug27552_2
+%%OCCROOT%%/tests/bugs/modalg_6/bug27552_3
+%%OCCROOT%%/tests/bugs/modalg_6/bug27568
+%%OCCROOT%%/tests/bugs/modalg_6/bug27569
+%%OCCROOT%%/tests/bugs/modalg_6/bug27664_1
+%%OCCROOT%%/tests/bugs/modalg_6/bug27664_2
+%%OCCROOT%%/tests/bugs/modalg_6/bug27665
+%%OCCROOT%%/tests/bugs/modalg_6/bug27677
+%%OCCROOT%%/tests/bugs/modalg_6/bug27679
+%%OCCROOT%%/tests/bugs/modalg_6/bug27704
+%%OCCROOT%%/tests/bugs/modalg_6/bug27719_101
+%%OCCROOT%%/tests/bugs/modalg_6/bug27719_102
+%%OCCROOT%%/tests/bugs/modalg_6/bug27719_103
+%%OCCROOT%%/tests/bugs/modalg_6/bug27719_104
+%%OCCROOT%%/tests/bugs/modalg_6/bug27719_105
+%%OCCROOT%%/tests/bugs/modalg_6/bug27719_201
+%%OCCROOT%%/tests/bugs/modalg_6/bug27719_202
+%%OCCROOT%%/tests/bugs/modalg_6/bug27719_203
+%%OCCROOT%%/tests/bugs/modalg_6/bug27719_204
+%%OCCROOT%%/tests/bugs/modalg_6/bug27719_205
+%%OCCROOT%%/tests/bugs/modalg_6/bug27720_1
+%%OCCROOT%%/tests/bugs/modalg_6/bug27720_2
+%%OCCROOT%%/tests/bugs/modalg_6/bug27720_3
+%%OCCROOT%%/tests/bugs/modalg_6/bug27720_4
+%%OCCROOT%%/tests/bugs/modalg_6/bug27720_5
+%%OCCROOT%%/tests/bugs/modalg_6/bug27746_1
+%%OCCROOT%%/tests/bugs/modalg_6/bug27746_2
+%%OCCROOT%%/tests/bugs/modalg_6/bug27746_3
+%%OCCROOT%%/tests/bugs/modalg_6/bug27759
+%%OCCROOT%%/tests/bugs/modalg_6/bug27761
+%%OCCROOT%%/tests/bugs/modalg_6/bug27762_1
+%%OCCROOT%%/tests/bugs/modalg_6/bug27762_2
+%%OCCROOT%%/tests/bugs/modalg_6/bug27766
+%%OCCROOT%%/tests/bugs/modalg_6/bug27769
+%%OCCROOT%%/tests/bugs/modalg_6/bug27773
+%%OCCROOT%%/tests/bugs/modalg_6/bug27775
+%%OCCROOT%%/tests/bugs/modalg_6/bug27780
+%%OCCROOT%%/tests/bugs/modalg_6/bug27782
+%%OCCROOT%%/tests/bugs/modalg_6/bug27802
+%%OCCROOT%%/tests/bugs/modalg_6/bug27822
+%%OCCROOT%%/tests/bugs/modalg_6/bug27830
+%%OCCROOT%%/tests/bugs/modalg_6/bug27842
+%%OCCROOT%%/tests/bugs/modalg_6/bug27851
+%%OCCROOT%%/tests/bugs/modalg_6/bug27856_1
+%%OCCROOT%%/tests/bugs/modalg_6/bug27856_2
+%%OCCROOT%%/tests/bugs/modalg_6/bug27862
+%%OCCROOT%%/tests/bugs/modalg_6/bug27873
+%%OCCROOT%%/tests/bugs/modalg_6/bug27875
+%%OCCROOT%%/tests/bugs/modalg_6/bug27888
+%%OCCROOT%%/tests/bugs/modalg_6/bug27896
+%%OCCROOT%%/tests/bugs/modalg_6/bug27907
+%%OCCROOT%%/tests/bugs/modalg_6/bug27907_1
+%%OCCROOT%%/tests/bugs/modalg_6/bug27929
+%%OCCROOT%%/tests/bugs/modalg_6/bug27937_1
+%%OCCROOT%%/tests/bugs/modalg_6/bug27937_2
+%%OCCROOT%%/tests/bugs/modalg_6/bug27984
+%%OCCROOT%%/tests/bugs/modalg_6/bug27987
+%%OCCROOT%%/tests/bugs/modalg_6/bug27992
+%%OCCROOT%%/tests/bugs/modalg_6/bug28002_1
+%%OCCROOT%%/tests/bugs/modalg_6/bug28002_2
+%%OCCROOT%%/tests/bugs/modalg_6/bug28009_1
+%%OCCROOT%%/tests/bugs/modalg_6/bug28009_2
+%%OCCROOT%%/tests/bugs/modalg_6/bug28012
+%%OCCROOT%%/tests/bugs/modalg_6/bug28028
+%%OCCROOT%%/tests/bugs/modalg_6/bug28030
+%%OCCROOT%%/tests/bugs/modalg_6/bug28054_1
+%%OCCROOT%%/tests/bugs/modalg_6/bug28054_2
+%%OCCROOT%%/tests/bugs/modalg_6/bug28094
+%%OCCROOT%%/tests/bugs/modalg_6/bug6768
%%OCCROOT%%/tests/bugs/modalg_6/bug7093
+%%OCCROOT%%/tests/bugs/modalg_6/bug8040
%%OCCROOT%%/tests/bugs/moddata_1/begin
%%OCCROOT%%/tests/bugs/moddata_1/buc60607_1
%%OCCROOT%%/tests/bugs/moddata_1/buc60607_2
@@ -7228,6 +7667,7 @@
%%OCCROOT%%/tests/bugs/moddata_3/bug23703
%%OCCROOT%%/tests/bugs/moddata_3/bug23706
%%OCCROOT%%/tests/bugs/moddata_3/bug23733
+%%OCCROOT%%/tests/bugs/moddata_3/bug23733_std
%%OCCROOT%%/tests/bugs/moddata_3/bug23738
%%OCCROOT%%/tests/bugs/moddata_3/bug23830
%%OCCROOT%%/tests/bugs/moddata_3/bug23830_2
@@ -7325,11 +7765,44 @@
%%OCCROOT%%/tests/bugs/moddata_3/bug26359
%%OCCROOT%%/tests/bugs/moddata_3/bug26369
%%OCCROOT%%/tests/bugs/moddata_3/bug26522
+%%OCCROOT%%/tests/bugs/moddata_3/bug26560
+%%OCCROOT%%/tests/bugs/moddata_3/bug26837
+%%OCCROOT%%/tests/bugs/moddata_3/bug26884
+%%OCCROOT%%/tests/bugs/moddata_3/bug27048_1
+%%OCCROOT%%/tests/bugs/moddata_3/bug27048_2
+%%OCCROOT%%/tests/bugs/moddata_3/bug27059
+%%OCCROOT%%/tests/bugs/moddata_3/bug27108
+%%OCCROOT%%/tests/bugs/moddata_3/bug27133
+%%OCCROOT%%/tests/bugs/moddata_3/bug27135
+%%OCCROOT%%/tests/bugs/moddata_3/bug27261_1
+%%OCCROOT%%/tests/bugs/moddata_3/bug27261_2
+%%OCCROOT%%/tests/bugs/moddata_3/bug27299_1
+%%OCCROOT%%/tests/bugs/moddata_3/bug27299_2
+%%OCCROOT%%/tests/bugs/moddata_3/bug27299_3
+%%OCCROOT%%/tests/bugs/moddata_3/bug27466
+%%OCCROOT%%/tests/bugs/moddata_3/bug27467
+%%OCCROOT%%/tests/bugs/moddata_3/bug27493
+%%OCCROOT%%/tests/bugs/moddata_3/bug27565
+%%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/bug30
%%OCCROOT%%/tests/bugs/moddata_3/bug32
%%OCCROOT%%/tests/bugs/moddata_3/bug599
%%OCCROOT%%/tests/bugs/moddata_3/bug623
%%OCCROOT%%/tests/bugs/parse.rules
+%%OCCROOT%%/tests/bugs/splitshape/case1
+%%OCCROOT%%/tests/bugs/splitshape/case10
+%%OCCROOT%%/tests/bugs/splitshape/case11
+%%OCCROOT%%/tests/bugs/splitshape/case2
+%%OCCROOT%%/tests/bugs/splitshape/case3
+%%OCCROOT%%/tests/bugs/splitshape/case4
+%%OCCROOT%%/tests/bugs/splitshape/case5
+%%OCCROOT%%/tests/bugs/splitshape/case6
+%%OCCROOT%%/tests/bugs/splitshape/case7
+%%OCCROOT%%/tests/bugs/splitshape/case8
+%%OCCROOT%%/tests/bugs/splitshape/case9
+%%OCCROOT%%/tests/bugs/splitshape/end
%%OCCROOT%%/tests/bugs/step/begin
%%OCCROOT%%/tests/bugs/step/buc60624
%%OCCROOT%%/tests/bugs/step/buc60809
@@ -7362,6 +7835,7 @@
%%OCCROOT%%/tests/bugs/step/bug24283_1
%%OCCROOT%%/tests/bugs/step/bug24283_2
%%OCCROOT%%/tests/bugs/step/bug24383
+%%OCCROOT%%/tests/bugs/step/bug24595
%%OCCROOT%%/tests/bugs/step/bug24601
%%OCCROOT%%/tests/bugs/step/bug24990
%%OCCROOT%%/tests/bugs/step/bug25092
@@ -7378,9 +7852,20 @@
%%OCCROOT%%/tests/bugs/step/bug26376
%%OCCROOT%%/tests/bugs/step/bug26451
%%OCCROOT%%/tests/bugs/step/bug26461
+%%OCCROOT%%/tests/bugs/step/bug26657
+%%OCCROOT%%/tests/bugs/step/bug26715_1
+%%OCCROOT%%/tests/bugs/step/bug26715_2
+%%OCCROOT%%/tests/bugs/step/bug26715_3
%%OCCROOT%%/tests/bugs/step/bug272_5
%%OCCROOT%%/tests/bugs/step/bug272_6
%%OCCROOT%%/tests/bugs/step/bug272_7
+%%OCCROOT%%/tests/bugs/step/bug27313
+%%OCCROOT%%/tests/bugs/step/bug27329
+%%OCCROOT%%/tests/bugs/step/bug27404
+%%OCCROOT%%/tests/bugs/step/bug27570
+%%OCCROOT%%/tests/bugs/step/bug27575
+%%OCCROOT%%/tests/bugs/step/bug27721
+%%OCCROOT%%/tests/bugs/step/bug28147
%%OCCROOT%%/tests/bugs/step/bug2845
%%OCCROOT%%/tests/bugs/step/bug29
%%OCCROOT%%/tests/bugs/step/bug3397
@@ -7402,7 +7887,6 @@
%%OCCROOT%%/tests/bugs/step/bug725_1
%%OCCROOT%%/tests/bugs/step/bug8229
%%OCCROOT%%/tests/bugs/step/bug926
-%%OCCROOT%%/tests/bugs/step/parse.rules
%%OCCROOT%%/tests/bugs/step/pro19854
%%OCCROOT%%/tests/bugs/step/pro19895
%%OCCROOT%%/tests/bugs/step/pro20361_1
@@ -7417,7 +7901,10 @@
%%OCCROOT%%/tests/bugs/stlvrml/bug25050
%%OCCROOT%%/tests/bugs/stlvrml/bug25279
%%OCCROOT%%/tests/bugs/stlvrml/bug25740
+%%OCCROOT%%/tests/bugs/stlvrml/bug26338
+%%OCCROOT%%/tests/bugs/stlvrml/bug27622
%%OCCROOT%%/tests/bugs/vis/begin
+%%OCCROOT%%/tests/bugs/vis/buc26658
%%OCCROOT%%/tests/bugs/vis/buc60574
%%OCCROOT%%/tests/bugs/vis/buc60587
%%OCCROOT%%/tests/bugs/vis/buc60614
@@ -7432,7 +7919,6 @@
%%OCCROOT%%/tests/bugs/vis/buc60774
%%OCCROOT%%/tests/bugs/vis/buc60814
%%OCCROOT%%/tests/bugs/vis/buc60818
-%%OCCROOT%%/tests/bugs/vis/buc60821
%%OCCROOT%%/tests/bugs/vis/buc60830_1
%%OCCROOT%%/tests/bugs/vis/buc60830_2
%%OCCROOT%%/tests/bugs/vis/buc60830_3
@@ -7485,7 +7971,6 @@
%%OCCROOT%%/tests/bugs/vis/bug173_3
%%OCCROOT%%/tests/bugs/vis/bug1786
%%OCCROOT%%/tests/bugs/vis/bug185
-%%OCCROOT%%/tests/bugs/vis/bug19820
%%OCCROOT%%/tests/bugs/vis/bug19_1
%%OCCROOT%%/tests/bugs/vis/bug19_2
%%OCCROOT%%/tests/bugs/vis/bug20373
@@ -7531,6 +8016,7 @@
%%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/bug22149
%%OCCROOT%%/tests/bugs/vis/bug22188
@@ -7538,8 +8024,6 @@
%%OCCROOT%%/tests/bugs/vis/bug223
%%OCCROOT%%/tests/bugs/vis/bug22304
%%OCCROOT%%/tests/bugs/vis/bug22313
-%%OCCROOT%%/tests/bugs/vis/bug22332
-%%OCCROOT%%/tests/bugs/vis/bug22337
%%OCCROOT%%/tests/bugs/vis/bug22368
%%OCCROOT%%/tests/bugs/vis/bug22483_1
%%OCCROOT%%/tests/bugs/vis/bug22483_2
@@ -7547,6 +8031,7 @@
%%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
@@ -7581,7 +8066,6 @@
%%OCCROOT%%/tests/bugs/vis/bug23200
%%OCCROOT%%/tests/bugs/vis/bug23200_1
%%OCCROOT%%/tests/bugs/vis/bug23219
-%%OCCROOT%%/tests/bugs/vis/bug23225
%%OCCROOT%%/tests/bugs/vis/bug23226
%%OCCROOT%%/tests/bugs/vis/bug23227
%%OCCROOT%%/tests/bugs/vis/bug23253
@@ -7603,7 +8087,6 @@
%%OCCROOT%%/tests/bugs/vis/bug23649_4
%%OCCROOT%%/tests/bugs/vis/bug23652
%%OCCROOT%%/tests/bugs/vis/bug23654_MarkersRecompute
-%%OCCROOT%%/tests/bugs/vis/bug23670_1
%%OCCROOT%%/tests/bugs/vis/bug23670_2
%%OCCROOT%%/tests/bugs/vis/bug23705
%%OCCROOT%%/tests/bugs/vis/bug23709_1
@@ -7621,9 +8104,10 @@
%%OCCROOT%%/tests/bugs/vis/bug23886_3
%%OCCROOT%%/tests/bugs/vis/bug23984
%%OCCROOT%%/tests/bugs/vis/bug24001
-%%OCCROOT%%/tests/bugs/vis/bug24019
-%%OCCROOT%%/tests/bugs/vis/bug24051
-%%OCCROOT%%/tests/bugs/vis/bug24131_markers
+%%OCCROOT%%/tests/bugs/vis/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
@@ -7700,6 +8184,8 @@
%%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
@@ -7710,12 +8196,13 @@
%%OCCROOT%%/tests/bugs/vis/bug25466
%%OCCROOT%%/tests/bugs/vis/bug25475
%%OCCROOT%%/tests/bugs/vis/bug25492
-%%OCCROOT%%/tests/bugs/vis/bug25500
%%OCCROOT%%/tests/bugs/vis/bug25507
%%OCCROOT%%/tests/bugs/vis/bug25528
%%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
@@ -7733,12 +8220,11 @@
%%OCCROOT%%/tests/bugs/vis/bug25760_1
%%OCCROOT%%/tests/bugs/vis/bug25760_2
%%OCCROOT%%/tests/bugs/vis/bug25767
-%%OCCROOT%%/tests/bugs/vis/bug25768
%%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/bug25783_2
%%OCCROOT%%/tests/bugs/vis/bug25814
%%OCCROOT%%/tests/bugs/vis/bug25853
%%OCCROOT%%/tests/bugs/vis/bug25854
@@ -7754,11 +8240,13 @@
%%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/bug26076
%%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/bug26159
%%OCCROOT%%/tests/bugs/vis/bug26163
%%OCCROOT%%/tests/bugs/vis/bug26172
@@ -7767,16 +8255,82 @@
%%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/bug26424
+%%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/bug270_1
-%%OCCROOT%%/tests/bugs/vis/bug270_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/bug26945
+%%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/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/bug27893
+%%OCCROOT%%/tests/bugs/vis/bug27945
+%%OCCROOT%%/tests/bugs/vis/bug27986_1
+%%OCCROOT%%/tests/bugs/vis/bug27986_2
+%%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/bug28127
%%OCCROOT%%/tests/bugs/vis/bug281_1
%%OCCROOT%%/tests/bugs/vis/bug281_10
%%OCCROOT%%/tests/bugs/vis/bug281_11
@@ -7791,7 +8345,6 @@
%%OCCROOT%%/tests/bugs/vis/bug281_8
%%OCCROOT%%/tests/bugs/vis/bug281_9
%%OCCROOT%%/tests/bugs/vis/bug2883_1
-%%OCCROOT%%/tests/bugs/vis/bug2883_2
%%OCCROOT%%/tests/bugs/vis/bug288_1
%%OCCROOT%%/tests/bugs/vis/bug288_10
%%OCCROOT%%/tests/bugs/vis/bug288_2
@@ -7840,7 +8393,6 @@
%%OCCROOT%%/tests/bugs/vis/bug6897_1
%%OCCROOT%%/tests/bugs/vis/bug6897_2
%%OCCROOT%%/tests/bugs/vis/bug708
-%%OCCROOT%%/tests/bugs/vis/bug71
%%OCCROOT%%/tests/bugs/vis/bug7186
%%OCCROOT%%/tests/bugs/vis/bug727
%%OCCROOT%%/tests/bugs/vis/bug74
@@ -7910,6 +8462,7 @@
%%OCCROOT%%/tests/bugs/xde/bug23773
%%OCCROOT%%/tests/bugs/xde/bug23895
%%OCCROOT%%/tests/bugs/xde/bug23911
+%%OCCROOT%%/tests/bugs/xde/bug23911_1
%%OCCROOT%%/tests/bugs/xde/bug23921
%%OCCROOT%%/tests/bugs/xde/bug23950
%%OCCROOT%%/tests/bugs/xde/bug23951
@@ -7921,6 +8474,9 @@
%%OCCROOT%%/tests/bugs/xde/bug25381
%%OCCROOT%%/tests/bugs/xde/bug25405
%%OCCROOT%%/tests/bugs/xde/bug25910
+%%OCCROOT%%/tests/bugs/xde/bug26216
+%%OCCROOT%%/tests/bugs/xde/bug27169
+%%OCCROOT%%/tests/bugs/xde/bug27447
%%OCCROOT%%/tests/bugs/xde/bug2821
%%OCCROOT%%/tests/bugs/xde/bug2845
%%OCCROOT%%/tests/bugs/xde/bug314
@@ -7966,9 +8522,15 @@
%%OCCROOT%%/tests/caf/basic/A1
%%OCCROOT%%/tests/caf/basic/A2
%%OCCROOT%%/tests/caf/basic/A3
+%%OCCROOT%%/tests/caf/basic/A4
+%%OCCROOT%%/tests/caf/basic/A5
+%%OCCROOT%%/tests/caf/basic/A6
%%OCCROOT%%/tests/caf/basic/B1
%%OCCROOT%%/tests/caf/basic/B2
%%OCCROOT%%/tests/caf/basic/B3
+%%OCCROOT%%/tests/caf/basic/B4
+%%OCCROOT%%/tests/caf/basic/B5
+%%OCCROOT%%/tests/caf/basic/B6
%%OCCROOT%%/tests/caf/basic/C1
%%OCCROOT%%/tests/caf/basic/C2
%%OCCROOT%%/tests/caf/basic/C3
@@ -7978,6 +8540,9 @@
%%OCCROOT%%/tests/caf/basic/E1
%%OCCROOT%%/tests/caf/basic/E2
%%OCCROOT%%/tests/caf/basic/E3
+%%OCCROOT%%/tests/caf/basic/E4
+%%OCCROOT%%/tests/caf/basic/E5
+%%OCCROOT%%/tests/caf/basic/E6
%%OCCROOT%%/tests/caf/basic/F1
%%OCCROOT%%/tests/caf/basic/F2
%%OCCROOT%%/tests/caf/basic/F3
@@ -8005,6 +8570,10 @@
%%OCCROOT%%/tests/caf/basic/M1
%%OCCROOT%%/tests/caf/basic/M2
%%OCCROOT%%/tests/caf/basic/M3
+%%OCCROOT%%/tests/caf/basic/M4
+%%OCCROOT%%/tests/caf/basic/N4
+%%OCCROOT%%/tests/caf/basic/N5
+%%OCCROOT%%/tests/caf/basic/N6
%%OCCROOT%%/tests/caf/basic/begin
%%OCCROOT%%/tests/caf/begin
%%OCCROOT%%/tests/caf/bugs/A1
@@ -8028,6 +8597,7 @@
%%OCCROOT%%/tests/caf/bugs/C1
%%OCCROOT%%/tests/caf/bugs/C2
%%OCCROOT%%/tests/caf/bugs/D1
+%%OCCROOT%%/tests/caf/bugs/D2
%%OCCROOT%%/tests/caf/bugs/begin
%%OCCROOT%%/tests/caf/driver/A1
%%OCCROOT%%/tests/caf/driver/A2
@@ -8249,6 +8819,10 @@
%%OCCROOT%%/tests/chamfer/equal_dist_sequence/cases.list
%%OCCROOT%%/tests/chamfer/grids.list
%%OCCROOT%%/tests/chamfer/parse.rules
+%%OCCROOT%%/tests/collections/grids.list
+%%OCCROOT%%/tests/collections/n/begin
+%%OCCROOT%%/tests/collections/n/end
+%%OCCROOT%%/tests/collections/n/map
%%OCCROOT%%/tests/de/begin
%%OCCROOT%%/tests/de/end
%%OCCROOT%%/tests/de/grids.list
@@ -9337,17 +9911,23 @@
%%OCCROOT%%/tests/de/step_5/B6
%%OCCROOT%%/tests/demo/begin
%%OCCROOT%%/tests/demo/data/file1.empty
+%%OCCROOT%%/tests/demo/draw/binpersist_1
+%%OCCROOT%%/tests/demo/draw/binpersist_2
+%%OCCROOT%%/tests/demo/draw/binpersist_3
%%OCCROOT%%/tests/demo/draw/bug23745
%%OCCROOT%%/tests/demo/draw/getsource
%%OCCROOT%%/tests/demo/draw/restore
%%OCCROOT%%/tests/demo/grids.list
%%OCCROOT%%/tests/demo/parse.rules
+%%OCCROOT%%/tests/demo/samples/anc101
%%OCCROOT%%/tests/demo/samples/bottle
%%OCCROOT%%/tests/demo/samples/cad
%%OCCROOT%%/tests/demo/samples/cpu
%%OCCROOT%%/tests/demo/samples/cutter
%%OCCROOT%%/tests/demo/samples/dimensions
+%%OCCROOT%%/tests/demo/samples/dimensionsglsl
%%OCCROOT%%/tests/demo/samples/drill
+%%OCCROOT%%/tests/demo/samples/gehause
%%OCCROOT%%/tests/demo/samples/materials
%%OCCROOT%%/tests/demo/samples/pencil
%%OCCROOT%%/tests/demo/samples/penrose
@@ -9802,6 +10382,64 @@
%%OCCROOT%%/tests/fillet2d/fillet2d/A9
%%OCCROOT%%/tests/fillet2d/grids.list
%%OCCROOT%%/tests/fillet2d/parse.rules
+%%OCCROOT%%/tests/gdt/begin
+%%OCCROOT%%/tests/gdt/dimensions/A1
+%%OCCROOT%%/tests/gdt/dimensions/A2
+%%OCCROOT%%/tests/gdt/dimensions/A3
+%%OCCROOT%%/tests/gdt/dimensions/A4
+%%OCCROOT%%/tests/gdt/dimensions/A5
+%%OCCROOT%%/tests/gdt/dimensions/A6
+%%OCCROOT%%/tests/gdt/dimensions/A7
+%%OCCROOT%%/tests/gdt/dimensions/A8
+%%OCCROOT%%/tests/gdt/dimensions/A9
+%%OCCROOT%%/tests/gdt/dimensions/begin
+%%OCCROOT%%/tests/gdt/dimensions/end
+%%OCCROOT%%/tests/gdt/end
+%%OCCROOT%%/tests/gdt/export/A1
+%%OCCROOT%%/tests/gdt/export/A2
+%%OCCROOT%%/tests/gdt/export/A3
+%%OCCROOT%%/tests/gdt/export/A4
+%%OCCROOT%%/tests/gdt/export/A5
+%%OCCROOT%%/tests/gdt/export/A6
+%%OCCROOT%%/tests/gdt/export/A7
+%%OCCROOT%%/tests/gdt/export/A8
+%%OCCROOT%%/tests/gdt/export/A9
+%%OCCROOT%%/tests/gdt/export/B1
+%%OCCROOT%%/tests/gdt/export/B2
+%%OCCROOT%%/tests/gdt/export/B3
+%%OCCROOT%%/tests/gdt/export/B4
+%%OCCROOT%%/tests/gdt/export/B5
+%%OCCROOT%%/tests/gdt/export/B6
+%%OCCROOT%%/tests/gdt/export/begin
+%%OCCROOT%%/tests/gdt/export/end
+%%OCCROOT%%/tests/gdt/grids.list
+%%OCCROOT%%/tests/gdt/import/A1
+%%OCCROOT%%/tests/gdt/import/A2
+%%OCCROOT%%/tests/gdt/import/A3
+%%OCCROOT%%/tests/gdt/import/A4
+%%OCCROOT%%/tests/gdt/import/A5
+%%OCCROOT%%/tests/gdt/import/begin
+%%OCCROOT%%/tests/gdt/import/end
+%%OCCROOT%%/tests/gdt/presentation/A1
+%%OCCROOT%%/tests/gdt/presentation/A2
+%%OCCROOT%%/tests/gdt/presentation/A3
+%%OCCROOT%%/tests/gdt/presentation/A4
+%%OCCROOT%%/tests/gdt/presentation/A5
+%%OCCROOT%%/tests/gdt/presentation/A6
+%%OCCROOT%%/tests/gdt/presentation/A7
+%%OCCROOT%%/tests/gdt/presentation/A8
+%%OCCROOT%%/tests/gdt/presentation/A9
+%%OCCROOT%%/tests/gdt/presentation/B1
+%%OCCROOT%%/tests/gdt/presentation/B2
+%%OCCROOT%%/tests/gdt/presentation/B3
+%%OCCROOT%%/tests/gdt/presentation/B4
+%%OCCROOT%%/tests/gdt/presentation/B5
+%%OCCROOT%%/tests/gdt/presentation/begin
+%%OCCROOT%%/tests/gdt/presentation/end
+%%OCCROOT%%/tests/gdt/tolerances/A1
+%%OCCROOT%%/tests/gdt/tolerances/A2
+%%OCCROOT%%/tests/gdt/tolerances/begin
+%%OCCROOT%%/tests/gdt/tolerances/end
%%OCCROOT%%/tests/geometry/2dbeziecurve/A1
%%OCCROOT%%/tests/geometry/2dbeziecurve/A2
%%OCCROOT%%/tests/geometry/2dbeziecurve/A3
@@ -9812,7 +10450,7 @@
%%OCCROOT%%/tests/geometry/2dbeziecurve/A8
%%OCCROOT%%/tests/geometry/2dbeziecurve/A9
%%OCCROOT%%/tests/geometry/2dbeziecurve/B1
-%%OCCROOT%%/tests/geometry/2dbeziecurve/begin
+%%OCCROOT%%/tests/geometry/2dbeziecurve/end
%%OCCROOT%%/tests/geometry/2dbsplinecurve/A1
%%OCCROOT%%/tests/geometry/2dbsplinecurve/A2
%%OCCROOT%%/tests/geometry/2dbsplinecurve/A3
@@ -9829,7 +10467,7 @@
%%OCCROOT%%/tests/geometry/2dbsplinecurve/B5
%%OCCROOT%%/tests/geometry/2dbsplinecurve/B6
%%OCCROOT%%/tests/geometry/2dbsplinecurve/B7
-%%OCCROOT%%/tests/geometry/2dbsplinecurve/begin
+%%OCCROOT%%/tests/geometry/2dbsplinecurve/end
%%OCCROOT%%/tests/geometry/begin
%%OCCROOT%%/tests/geometry/beziecurve/A1
%%OCCROOT%%/tests/geometry/beziecurve/A2
@@ -9845,7 +10483,7 @@
%%OCCROOT%%/tests/geometry/beziecurve/B3
%%OCCROOT%%/tests/geometry/beziecurve/B4
%%OCCROOT%%/tests/geometry/beziecurve/B5
-%%OCCROOT%%/tests/geometry/beziecurve/begin
+%%OCCROOT%%/tests/geometry/beziecurve/end
%%OCCROOT%%/tests/geometry/bsplinecurve/A1
%%OCCROOT%%/tests/geometry/bsplinecurve/A2
%%OCCROOT%%/tests/geometry/bsplinecurve/A3
@@ -9867,7 +10505,7 @@
%%OCCROOT%%/tests/geometry/bsplinecurve/C1
%%OCCROOT%%/tests/geometry/bsplinecurve/C2
%%OCCROOT%%/tests/geometry/bsplinecurve/C3
-%%OCCROOT%%/tests/geometry/bsplinecurve/begin
+%%OCCROOT%%/tests/geometry/bsplinecurve/end
%%OCCROOT%%/tests/geometry/circle/A1
%%OCCROOT%%/tests/geometry/circle/A2
%%OCCROOT%%/tests/geometry/circle/A3
@@ -9905,7 +10543,6 @@
%%OCCROOT%%/tests/geometry/circle/D8
%%OCCROOT%%/tests/geometry/circle/D9
%%OCCROOT%%/tests/geometry/circle/E1
-%%OCCROOT%%/tests/geometry/circle/begin
%%OCCROOT%%/tests/geometry/ellipse/A1
%%OCCROOT%%/tests/geometry/ellipse/A2
%%OCCROOT%%/tests/geometry/ellipse/A3
@@ -9934,7 +10571,6 @@
%%OCCROOT%%/tests/geometry/ellipse/C8
%%OCCROOT%%/tests/geometry/ellipse/C9
%%OCCROOT%%/tests/geometry/ellipse/D1
-%%OCCROOT%%/tests/geometry/ellipse/begin
%%OCCROOT%%/tests/geometry/end
%%OCCROOT%%/tests/geometry/grids.list
%%OCCROOT%%/tests/geometry/hyperbola/A1
@@ -9960,17 +10596,16 @@
%%OCCROOT%%/tests/geometry/hyperbola/C3
%%OCCROOT%%/tests/geometry/hyperbola/C4
%%OCCROOT%%/tests/geometry/hyperbola/C5
-%%OCCROOT%%/tests/geometry/hyperbola/begin
%%OCCROOT%%/tests/geometry/iso/A1
%%OCCROOT%%/tests/geometry/iso/A2
%%OCCROOT%%/tests/geometry/iso/A3
%%OCCROOT%%/tests/geometry/iso/A4
-%%OCCROOT%%/tests/geometry/iso/begin
+%%OCCROOT%%/tests/geometry/iso/end
%%OCCROOT%%/tests/geometry/law/A1
%%OCCROOT%%/tests/geometry/law/A2
%%OCCROOT%%/tests/geometry/law/A3
%%OCCROOT%%/tests/geometry/law/A4
-%%OCCROOT%%/tests/geometry/law/begin
+%%OCCROOT%%/tests/geometry/law/end
%%OCCROOT%%/tests/geometry/line/A1
%%OCCROOT%%/tests/geometry/line/A2
%%OCCROOT%%/tests/geometry/line/A3
@@ -9981,7 +10616,6 @@
%%OCCROOT%%/tests/geometry/line/A8
%%OCCROOT%%/tests/geometry/line/A9
%%OCCROOT%%/tests/geometry/line/B1
-%%OCCROOT%%/tests/geometry/line/begin
%%OCCROOT%%/tests/geometry/parabola/A1
%%OCCROOT%%/tests/geometry/parabola/A2
%%OCCROOT%%/tests/geometry/parabola/A3
@@ -10010,7 +10644,7 @@
%%OCCROOT%%/tests/geometry/parabola/C8
%%OCCROOT%%/tests/geometry/parabola/C9
%%OCCROOT%%/tests/geometry/parabola/D1
-%%OCCROOT%%/tests/geometry/parabola/begin
+%%OCCROOT%%/tests/geometry/parse.rules
%%OCCROOT%%/tests/geometry/project/A1
%%OCCROOT%%/tests/geometry/project/A2
%%OCCROOT%%/tests/geometry/project/A3
@@ -10019,9 +10653,8 @@
%%OCCROOT%%/tests/geometry/project/A6
%%OCCROOT%%/tests/geometry/project/A7
%%OCCROOT%%/tests/geometry/project/A8
-%%OCCROOT%%/tests/geometry/project/begin
+%%OCCROOT%%/tests/geometry/project/end
%%OCCROOT%%/tests/geometry/revsurf/A1
-%%OCCROOT%%/tests/geometry/revsurf/begin
%%OCCROOT%%/tests/heal/begin
%%OCCROOT%%/tests/heal/data/MDTV
%%OCCROOT%%/tests/heal/data/advanced/A1
@@ -10918,6 +11551,9 @@
%%OCCROOT%%/tests/heal/fix_shape/end
%%OCCROOT%%/tests/heal/grids.list
%%OCCROOT%%/tests/heal/parse.rules
+%%OCCROOT%%/tests/heal/reshape/A1
+%%OCCROOT%%/tests/heal/reshape/begin
+%%OCCROOT%%/tests/heal/reshape/end
%%OCCROOT%%/tests/heal/same_parameter/A1
%%OCCROOT%%/tests/heal/same_parameter/A2
%%OCCROOT%%/tests/heal/same_parameter/A3
@@ -11839,6 +12475,583 @@
%%OCCROOT%%/tests/offset/shape_type_i/G5
%%OCCROOT%%/tests/offset/shape_type_i/G6
%%OCCROOT%%/tests/offset/shape_type_i/begin
+%%OCCROOT%%/tests/offset/shape_type_i_c/A1
+%%OCCROOT%%/tests/offset/shape_type_i_c/A2
+%%OCCROOT%%/tests/offset/shape_type_i_c/A3
+%%OCCROOT%%/tests/offset/shape_type_i_c/A4
+%%OCCROOT%%/tests/offset/shape_type_i_c/A5
+%%OCCROOT%%/tests/offset/shape_type_i_c/A6
+%%OCCROOT%%/tests/offset/shape_type_i_c/A7
+%%OCCROOT%%/tests/offset/shape_type_i_c/A8
+%%OCCROOT%%/tests/offset/shape_type_i_c/A9
+%%OCCROOT%%/tests/offset/shape_type_i_c/B1
+%%OCCROOT%%/tests/offset/shape_type_i_c/B2
+%%OCCROOT%%/tests/offset/shape_type_i_c/B3
+%%OCCROOT%%/tests/offset/shape_type_i_c/B4
+%%OCCROOT%%/tests/offset/shape_type_i_c/B5
+%%OCCROOT%%/tests/offset/shape_type_i_c/B6
+%%OCCROOT%%/tests/offset/shape_type_i_c/B7
+%%OCCROOT%%/tests/offset/shape_type_i_c/B8
+%%OCCROOT%%/tests/offset/shape_type_i_c/B9
+%%OCCROOT%%/tests/offset/shape_type_i_c/C1
+%%OCCROOT%%/tests/offset/shape_type_i_c/C2
+%%OCCROOT%%/tests/offset/shape_type_i_c/C3
+%%OCCROOT%%/tests/offset/shape_type_i_c/C4
+%%OCCROOT%%/tests/offset/shape_type_i_c/C5
+%%OCCROOT%%/tests/offset/shape_type_i_c/C6
+%%OCCROOT%%/tests/offset/shape_type_i_c/C7
+%%OCCROOT%%/tests/offset/shape_type_i_c/C8
+%%OCCROOT%%/tests/offset/shape_type_i_c/C9
+%%OCCROOT%%/tests/offset/shape_type_i_c/D1
+%%OCCROOT%%/tests/offset/shape_type_i_c/D2
+%%OCCROOT%%/tests/offset/shape_type_i_c/D3
+%%OCCROOT%%/tests/offset/shape_type_i_c/D4
+%%OCCROOT%%/tests/offset/shape_type_i_c/D5
+%%OCCROOT%%/tests/offset/shape_type_i_c/D6
+%%OCCROOT%%/tests/offset/shape_type_i_c/D7
+%%OCCROOT%%/tests/offset/shape_type_i_c/D8
+%%OCCROOT%%/tests/offset/shape_type_i_c/D9
+%%OCCROOT%%/tests/offset/shape_type_i_c/E1
+%%OCCROOT%%/tests/offset/shape_type_i_c/E2
+%%OCCROOT%%/tests/offset/shape_type_i_c/E3
+%%OCCROOT%%/tests/offset/shape_type_i_c/E4
+%%OCCROOT%%/tests/offset/shape_type_i_c/E5
+%%OCCROOT%%/tests/offset/shape_type_i_c/E6
+%%OCCROOT%%/tests/offset/shape_type_i_c/E7
+%%OCCROOT%%/tests/offset/shape_type_i_c/E8
+%%OCCROOT%%/tests/offset/shape_type_i_c/E9
+%%OCCROOT%%/tests/offset/shape_type_i_c/F1
+%%OCCROOT%%/tests/offset/shape_type_i_c/F2
+%%OCCROOT%%/tests/offset/shape_type_i_c/F3
+%%OCCROOT%%/tests/offset/shape_type_i_c/F4
+%%OCCROOT%%/tests/offset/shape_type_i_c/F5
+%%OCCROOT%%/tests/offset/shape_type_i_c/F6
+%%OCCROOT%%/tests/offset/shape_type_i_c/F7
+%%OCCROOT%%/tests/offset/shape_type_i_c/F8
+%%OCCROOT%%/tests/offset/shape_type_i_c/F9
+%%OCCROOT%%/tests/offset/shape_type_i_c/G1
+%%OCCROOT%%/tests/offset/shape_type_i_c/G2
+%%OCCROOT%%/tests/offset/shape_type_i_c/G3
+%%OCCROOT%%/tests/offset/shape_type_i_c/G4
+%%OCCROOT%%/tests/offset/shape_type_i_c/G5
+%%OCCROOT%%/tests/offset/shape_type_i_c/G6
+%%OCCROOT%%/tests/offset/shape_type_i_c/G7
+%%OCCROOT%%/tests/offset/shape_type_i_c/G8
+%%OCCROOT%%/tests/offset/shape_type_i_c/G9
+%%OCCROOT%%/tests/offset/shape_type_i_c/H1
+%%OCCROOT%%/tests/offset/shape_type_i_c/H2
+%%OCCROOT%%/tests/offset/shape_type_i_c/H3
+%%OCCROOT%%/tests/offset/shape_type_i_c/H4
+%%OCCROOT%%/tests/offset/shape_type_i_c/H5
+%%OCCROOT%%/tests/offset/shape_type_i_c/H6
+%%OCCROOT%%/tests/offset/shape_type_i_c/H7
+%%OCCROOT%%/tests/offset/shape_type_i_c/H8
+%%OCCROOT%%/tests/offset/shape_type_i_c/H9
+%%OCCROOT%%/tests/offset/shape_type_i_c/I1
+%%OCCROOT%%/tests/offset/shape_type_i_c/I2
+%%OCCROOT%%/tests/offset/shape_type_i_c/I3
+%%OCCROOT%%/tests/offset/shape_type_i_c/I4
+%%OCCROOT%%/tests/offset/shape_type_i_c/I5
+%%OCCROOT%%/tests/offset/shape_type_i_c/I6
+%%OCCROOT%%/tests/offset/shape_type_i_c/I7
+%%OCCROOT%%/tests/offset/shape_type_i_c/I8
+%%OCCROOT%%/tests/offset/shape_type_i_c/I9
+%%OCCROOT%%/tests/offset/shape_type_i_c/J1
+%%OCCROOT%%/tests/offset/shape_type_i_c/J2
+%%OCCROOT%%/tests/offset/shape_type_i_c/J3
+%%OCCROOT%%/tests/offset/shape_type_i_c/J4
+%%OCCROOT%%/tests/offset/shape_type_i_c/J5
+%%OCCROOT%%/tests/offset/shape_type_i_c/J6
+%%OCCROOT%%/tests/offset/shape_type_i_c/J7
+%%OCCROOT%%/tests/offset/shape_type_i_c/J8
+%%OCCROOT%%/tests/offset/shape_type_i_c/J9
+%%OCCROOT%%/tests/offset/shape_type_i_c/K1
+%%OCCROOT%%/tests/offset/shape_type_i_c/K2
+%%OCCROOT%%/tests/offset/shape_type_i_c/K3
+%%OCCROOT%%/tests/offset/shape_type_i_c/K4
+%%OCCROOT%%/tests/offset/shape_type_i_c/K5
+%%OCCROOT%%/tests/offset/shape_type_i_c/K6
+%%OCCROOT%%/tests/offset/shape_type_i_c/K7
+%%OCCROOT%%/tests/offset/shape_type_i_c/K8
+%%OCCROOT%%/tests/offset/shape_type_i_c/K9
+%%OCCROOT%%/tests/offset/shape_type_i_c/L1
+%%OCCROOT%%/tests/offset/shape_type_i_c/L2
+%%OCCROOT%%/tests/offset/shape_type_i_c/L3
+%%OCCROOT%%/tests/offset/shape_type_i_c/L4
+%%OCCROOT%%/tests/offset/shape_type_i_c/L5
+%%OCCROOT%%/tests/offset/shape_type_i_c/L6
+%%OCCROOT%%/tests/offset/shape_type_i_c/L7
+%%OCCROOT%%/tests/offset/shape_type_i_c/L8
+%%OCCROOT%%/tests/offset/shape_type_i_c/L9
+%%OCCROOT%%/tests/offset/shape_type_i_c/M1
+%%OCCROOT%%/tests/offset/shape_type_i_c/M2
+%%OCCROOT%%/tests/offset/shape_type_i_c/M3
+%%OCCROOT%%/tests/offset/shape_type_i_c/M4
+%%OCCROOT%%/tests/offset/shape_type_i_c/M5
+%%OCCROOT%%/tests/offset/shape_type_i_c/M6
+%%OCCROOT%%/tests/offset/shape_type_i_c/M7
+%%OCCROOT%%/tests/offset/shape_type_i_c/M8
+%%OCCROOT%%/tests/offset/shape_type_i_c/M9
+%%OCCROOT%%/tests/offset/shape_type_i_c/N1
+%%OCCROOT%%/tests/offset/shape_type_i_c/N2
+%%OCCROOT%%/tests/offset/shape_type_i_c/N3
+%%OCCROOT%%/tests/offset/shape_type_i_c/N4
+%%OCCROOT%%/tests/offset/shape_type_i_c/N5
+%%OCCROOT%%/tests/offset/shape_type_i_c/N6
+%%OCCROOT%%/tests/offset/shape_type_i_c/N7
+%%OCCROOT%%/tests/offset/shape_type_i_c/N8
+%%OCCROOT%%/tests/offset/shape_type_i_c/N9
+%%OCCROOT%%/tests/offset/shape_type_i_c/O1
+%%OCCROOT%%/tests/offset/shape_type_i_c/O2
+%%OCCROOT%%/tests/offset/shape_type_i_c/O3
+%%OCCROOT%%/tests/offset/shape_type_i_c/O4
+%%OCCROOT%%/tests/offset/shape_type_i_c/O5
+%%OCCROOT%%/tests/offset/shape_type_i_c/O6
+%%OCCROOT%%/tests/offset/shape_type_i_c/O7
+%%OCCROOT%%/tests/offset/shape_type_i_c/O8
+%%OCCROOT%%/tests/offset/shape_type_i_c/O9
+%%OCCROOT%%/tests/offset/shape_type_i_c/P1
+%%OCCROOT%%/tests/offset/shape_type_i_c/P2
+%%OCCROOT%%/tests/offset/shape_type_i_c/P3
+%%OCCROOT%%/tests/offset/shape_type_i_c/P4
+%%OCCROOT%%/tests/offset/shape_type_i_c/P5
+%%OCCROOT%%/tests/offset/shape_type_i_c/P6
+%%OCCROOT%%/tests/offset/shape_type_i_c/P7
+%%OCCROOT%%/tests/offset/shape_type_i_c/P8
+%%OCCROOT%%/tests/offset/shape_type_i_c/P9
+%%OCCROOT%%/tests/offset/shape_type_i_c/Q1
+%%OCCROOT%%/tests/offset/shape_type_i_c/Q2
+%%OCCROOT%%/tests/offset/shape_type_i_c/Q3
+%%OCCROOT%%/tests/offset/shape_type_i_c/Q4
+%%OCCROOT%%/tests/offset/shape_type_i_c/Q5
+%%OCCROOT%%/tests/offset/shape_type_i_c/Q6
+%%OCCROOT%%/tests/offset/shape_type_i_c/Q7
+%%OCCROOT%%/tests/offset/shape_type_i_c/Q8
+%%OCCROOT%%/tests/offset/shape_type_i_c/Q9
+%%OCCROOT%%/tests/offset/shape_type_i_c/R1
+%%OCCROOT%%/tests/offset/shape_type_i_c/R2
+%%OCCROOT%%/tests/offset/shape_type_i_c/R3
+%%OCCROOT%%/tests/offset/shape_type_i_c/R4
+%%OCCROOT%%/tests/offset/shape_type_i_c/R5
+%%OCCROOT%%/tests/offset/shape_type_i_c/R6
+%%OCCROOT%%/tests/offset/shape_type_i_c/R7
+%%OCCROOT%%/tests/offset/shape_type_i_c/R8
+%%OCCROOT%%/tests/offset/shape_type_i_c/R9
+%%OCCROOT%%/tests/offset/shape_type_i_c/S1
+%%OCCROOT%%/tests/offset/shape_type_i_c/S2
+%%OCCROOT%%/tests/offset/shape_type_i_c/S3
+%%OCCROOT%%/tests/offset/shape_type_i_c/S4
+%%OCCROOT%%/tests/offset/shape_type_i_c/S5
+%%OCCROOT%%/tests/offset/shape_type_i_c/S6
+%%OCCROOT%%/tests/offset/shape_type_i_c/S7
+%%OCCROOT%%/tests/offset/shape_type_i_c/S8
+%%OCCROOT%%/tests/offset/shape_type_i_c/S9
+%%OCCROOT%%/tests/offset/shape_type_i_c/T1
+%%OCCROOT%%/tests/offset/shape_type_i_c/T2
+%%OCCROOT%%/tests/offset/shape_type_i_c/T3
+%%OCCROOT%%/tests/offset/shape_type_i_c/T4
+%%OCCROOT%%/tests/offset/shape_type_i_c/T5
+%%OCCROOT%%/tests/offset/shape_type_i_c/T6
+%%OCCROOT%%/tests/offset/shape_type_i_c/T7
+%%OCCROOT%%/tests/offset/shape_type_i_c/T8
+%%OCCROOT%%/tests/offset/shape_type_i_c/T9
+%%OCCROOT%%/tests/offset/shape_type_i_c/U1
+%%OCCROOT%%/tests/offset/shape_type_i_c/U2
+%%OCCROOT%%/tests/offset/shape_type_i_c/U3
+%%OCCROOT%%/tests/offset/shape_type_i_c/U4
+%%OCCROOT%%/tests/offset/shape_type_i_c/U5
+%%OCCROOT%%/tests/offset/shape_type_i_c/U6
+%%OCCROOT%%/tests/offset/shape_type_i_c/U7
+%%OCCROOT%%/tests/offset/shape_type_i_c/U8
+%%OCCROOT%%/tests/offset/shape_type_i_c/U9
+%%OCCROOT%%/tests/offset/shape_type_i_c/V1
+%%OCCROOT%%/tests/offset/shape_type_i_c/V2
+%%OCCROOT%%/tests/offset/shape_type_i_c/V3
+%%OCCROOT%%/tests/offset/shape_type_i_c/V4
+%%OCCROOT%%/tests/offset/shape_type_i_c/V5
+%%OCCROOT%%/tests/offset/shape_type_i_c/V6
+%%OCCROOT%%/tests/offset/shape_type_i_c/V7
+%%OCCROOT%%/tests/offset/shape_type_i_c/V8
+%%OCCROOT%%/tests/offset/shape_type_i_c/V9
+%%OCCROOT%%/tests/offset/shape_type_i_c/W1
+%%OCCROOT%%/tests/offset/shape_type_i_c/W2
+%%OCCROOT%%/tests/offset/shape_type_i_c/W3
+%%OCCROOT%%/tests/offset/shape_type_i_c/W4
+%%OCCROOT%%/tests/offset/shape_type_i_c/W5
+%%OCCROOT%%/tests/offset/shape_type_i_c/W6
+%%OCCROOT%%/tests/offset/shape_type_i_c/W7
+%%OCCROOT%%/tests/offset/shape_type_i_c/W8
+%%OCCROOT%%/tests/offset/shape_type_i_c/W9
+%%OCCROOT%%/tests/offset/shape_type_i_c/X1
+%%OCCROOT%%/tests/offset/shape_type_i_c/X2
+%%OCCROOT%%/tests/offset/shape_type_i_c/X3
+%%OCCROOT%%/tests/offset/shape_type_i_c/X4
+%%OCCROOT%%/tests/offset/shape_type_i_c/X5
+%%OCCROOT%%/tests/offset/shape_type_i_c/X6
+%%OCCROOT%%/tests/offset/shape_type_i_c/XA1
+%%OCCROOT%%/tests/offset/shape_type_i_c/XA2
+%%OCCROOT%%/tests/offset/shape_type_i_c/XA3
+%%OCCROOT%%/tests/offset/shape_type_i_c/XA4
+%%OCCROOT%%/tests/offset/shape_type_i_c/XA5
+%%OCCROOT%%/tests/offset/shape_type_i_c/XA6
+%%OCCROOT%%/tests/offset/shape_type_i_c/XA7
+%%OCCROOT%%/tests/offset/shape_type_i_c/XA8
+%%OCCROOT%%/tests/offset/shape_type_i_c/XA9
+%%OCCROOT%%/tests/offset/shape_type_i_c/XB1
+%%OCCROOT%%/tests/offset/shape_type_i_c/XB2
+%%OCCROOT%%/tests/offset/shape_type_i_c/XB3
+%%OCCROOT%%/tests/offset/shape_type_i_c/XB4
+%%OCCROOT%%/tests/offset/shape_type_i_c/XB5
+%%OCCROOT%%/tests/offset/shape_type_i_c/XB6
+%%OCCROOT%%/tests/offset/shape_type_i_c/XB7
+%%OCCROOT%%/tests/offset/shape_type_i_c/XB8
+%%OCCROOT%%/tests/offset/shape_type_i_c/XB9
+%%OCCROOT%%/tests/offset/shape_type_i_c/XC1
+%%OCCROOT%%/tests/offset/shape_type_i_c/XC2
+%%OCCROOT%%/tests/offset/shape_type_i_c/XC3
+%%OCCROOT%%/tests/offset/shape_type_i_c/XC4
+%%OCCROOT%%/tests/offset/shape_type_i_c/XC5
+%%OCCROOT%%/tests/offset/shape_type_i_c/XC6
+%%OCCROOT%%/tests/offset/shape_type_i_c/XC7
+%%OCCROOT%%/tests/offset/shape_type_i_c/XC8
+%%OCCROOT%%/tests/offset/shape_type_i_c/XC9
+%%OCCROOT%%/tests/offset/shape_type_i_c/XD1
+%%OCCROOT%%/tests/offset/shape_type_i_c/XD2
+%%OCCROOT%%/tests/offset/shape_type_i_c/XD3
+%%OCCROOT%%/tests/offset/shape_type_i_c/XD4
+%%OCCROOT%%/tests/offset/shape_type_i_c/XD5
+%%OCCROOT%%/tests/offset/shape_type_i_c/XD6
+%%OCCROOT%%/tests/offset/shape_type_i_c/XD7
+%%OCCROOT%%/tests/offset/shape_type_i_c/XD8
+%%OCCROOT%%/tests/offset/shape_type_i_c/XD9
+%%OCCROOT%%/tests/offset/shape_type_i_c/XE1
+%%OCCROOT%%/tests/offset/shape_type_i_c/XE2
+%%OCCROOT%%/tests/offset/shape_type_i_c/XE3
+%%OCCROOT%%/tests/offset/shape_type_i_c/XE4
+%%OCCROOT%%/tests/offset/shape_type_i_c/XE5
+%%OCCROOT%%/tests/offset/shape_type_i_c/XE6
+%%OCCROOT%%/tests/offset/shape_type_i_c/XE7
+%%OCCROOT%%/tests/offset/shape_type_i_c/XE8
+%%OCCROOT%%/tests/offset/shape_type_i_c/XE9
+%%OCCROOT%%/tests/offset/shape_type_i_c/XF1
+%%OCCROOT%%/tests/offset/shape_type_i_c/XF2
+%%OCCROOT%%/tests/offset/shape_type_i_c/XF3
+%%OCCROOT%%/tests/offset/shape_type_i_c/XF4
+%%OCCROOT%%/tests/offset/shape_type_i_c/XF5
+%%OCCROOT%%/tests/offset/shape_type_i_c/XF6
+%%OCCROOT%%/tests/offset/shape_type_i_c/XF7
+%%OCCROOT%%/tests/offset/shape_type_i_c/XF8
+%%OCCROOT%%/tests/offset/shape_type_i_c/XF9
+%%OCCROOT%%/tests/offset/shape_type_i_c/XG1
+%%OCCROOT%%/tests/offset/shape_type_i_c/XG2
+%%OCCROOT%%/tests/offset/shape_type_i_c/XG3
+%%OCCROOT%%/tests/offset/shape_type_i_c/XG4
+%%OCCROOT%%/tests/offset/shape_type_i_c/XG5
+%%OCCROOT%%/tests/offset/shape_type_i_c/XG6
+%%OCCROOT%%/tests/offset/shape_type_i_c/XG7
+%%OCCROOT%%/tests/offset/shape_type_i_c/XG8
+%%OCCROOT%%/tests/offset/shape_type_i_c/XG9
+%%OCCROOT%%/tests/offset/shape_type_i_c/XH1
+%%OCCROOT%%/tests/offset/shape_type_i_c/XH2
+%%OCCROOT%%/tests/offset/shape_type_i_c/XH3
+%%OCCROOT%%/tests/offset/shape_type_i_c/XH4
+%%OCCROOT%%/tests/offset/shape_type_i_c/XH5
+%%OCCROOT%%/tests/offset/shape_type_i_c/XH6
+%%OCCROOT%%/tests/offset/shape_type_i_c/XH7
+%%OCCROOT%%/tests/offset/shape_type_i_c/XH8
+%%OCCROOT%%/tests/offset/shape_type_i_c/XH9
+%%OCCROOT%%/tests/offset/shape_type_i_c/XI1
+%%OCCROOT%%/tests/offset/shape_type_i_c/XI2
+%%OCCROOT%%/tests/offset/shape_type_i_c/XI3
+%%OCCROOT%%/tests/offset/shape_type_i_c/XI4
+%%OCCROOT%%/tests/offset/shape_type_i_c/XI5
+%%OCCROOT%%/tests/offset/shape_type_i_c/XI6
+%%OCCROOT%%/tests/offset/shape_type_i_c/XI7
+%%OCCROOT%%/tests/offset/shape_type_i_c/XI8
+%%OCCROOT%%/tests/offset/shape_type_i_c/XI9
+%%OCCROOT%%/tests/offset/shape_type_i_c/XJ1
+%%OCCROOT%%/tests/offset/shape_type_i_c/XJ2
+%%OCCROOT%%/tests/offset/shape_type_i_c/XJ3
+%%OCCROOT%%/tests/offset/shape_type_i_c/XJ4
+%%OCCROOT%%/tests/offset/shape_type_i_c/XJ5
+%%OCCROOT%%/tests/offset/shape_type_i_c/XJ6
+%%OCCROOT%%/tests/offset/shape_type_i_c/XJ7
+%%OCCROOT%%/tests/offset/shape_type_i_c/XJ8
+%%OCCROOT%%/tests/offset/shape_type_i_c/XJ9
+%%OCCROOT%%/tests/offset/shape_type_i_c/XK1
+%%OCCROOT%%/tests/offset/shape_type_i_c/XK2
+%%OCCROOT%%/tests/offset/shape_type_i_c/XK3
+%%OCCROOT%%/tests/offset/shape_type_i_c/XK4
+%%OCCROOT%%/tests/offset/shape_type_i_c/XK5
+%%OCCROOT%%/tests/offset/shape_type_i_c/XK6
+%%OCCROOT%%/tests/offset/shape_type_i_c/XK7
+%%OCCROOT%%/tests/offset/shape_type_i_c/XK8
+%%OCCROOT%%/tests/offset/shape_type_i_c/XK9
+%%OCCROOT%%/tests/offset/shape_type_i_c/XL1
+%%OCCROOT%%/tests/offset/shape_type_i_c/XL2
+%%OCCROOT%%/tests/offset/shape_type_i_c/XL3
+%%OCCROOT%%/tests/offset/shape_type_i_c/XL4
+%%OCCROOT%%/tests/offset/shape_type_i_c/XL5
+%%OCCROOT%%/tests/offset/shape_type_i_c/XL6
+%%OCCROOT%%/tests/offset/shape_type_i_c/XL7
+%%OCCROOT%%/tests/offset/shape_type_i_c/XL8
+%%OCCROOT%%/tests/offset/shape_type_i_c/XL9
+%%OCCROOT%%/tests/offset/shape_type_i_c/XM1
+%%OCCROOT%%/tests/offset/shape_type_i_c/XM2
+%%OCCROOT%%/tests/offset/shape_type_i_c/XM3
+%%OCCROOT%%/tests/offset/shape_type_i_c/Y1
+%%OCCROOT%%/tests/offset/shape_type_i_c/Y2
+%%OCCROOT%%/tests/offset/shape_type_i_c/Y3
+%%OCCROOT%%/tests/offset/shape_type_i_c/Y4
+%%OCCROOT%%/tests/offset/shape_type_i_c/Y5
+%%OCCROOT%%/tests/offset/shape_type_i_c/Y6
+%%OCCROOT%%/tests/offset/shape_type_i_c/Y7
+%%OCCROOT%%/tests/offset/shape_type_i_c/Y8
+%%OCCROOT%%/tests/offset/shape_type_i_c/Y9
+%%OCCROOT%%/tests/offset/shape_type_i_c/Z1
+%%OCCROOT%%/tests/offset/shape_type_i_c/Z2
+%%OCCROOT%%/tests/offset/shape_type_i_c/Z3
+%%OCCROOT%%/tests/offset/shape_type_i_c/Z4
+%%OCCROOT%%/tests/offset/shape_type_i_c/Z5
+%%OCCROOT%%/tests/offset/shape_type_i_c/Z6
+%%OCCROOT%%/tests/offset/shape_type_i_c/Z7
+%%OCCROOT%%/tests/offset/shape_type_i_c/Z8
+%%OCCROOT%%/tests/offset/shape_type_i_c/Z9
+%%OCCROOT%%/tests/offset/shape_type_i_c/ZA1
+%%OCCROOT%%/tests/offset/shape_type_i_c/ZA2
+%%OCCROOT%%/tests/offset/shape_type_i_c/ZA3
+%%OCCROOT%%/tests/offset/shape_type_i_c/ZA4
+%%OCCROOT%%/tests/offset/shape_type_i_c/ZA5
+%%OCCROOT%%/tests/offset/shape_type_i_c/ZA6
+%%OCCROOT%%/tests/offset/shape_type_i_c/ZA7
+%%OCCROOT%%/tests/offset/shape_type_i_c/ZA8
+%%OCCROOT%%/tests/offset/shape_type_i_c/ZA9
+%%OCCROOT%%/tests/offset/shape_type_i_c/ZB1
+%%OCCROOT%%/tests/offset/shape_type_i_c/ZB2
+%%OCCROOT%%/tests/offset/shape_type_i_c/ZB3
+%%OCCROOT%%/tests/offset/shape_type_i_c/ZB4
+%%OCCROOT%%/tests/offset/shape_type_i_c/ZB5
+%%OCCROOT%%/tests/offset/shape_type_i_c/ZB6
+%%OCCROOT%%/tests/offset/shape_type_i_c/ZB7
+%%OCCROOT%%/tests/offset/shape_type_i_c/ZB8
+%%OCCROOT%%/tests/offset/shape_type_i_c/ZB9
+%%OCCROOT%%/tests/offset/shape_type_i_c/ZC1
+%%OCCROOT%%/tests/offset/shape_type_i_c/ZC2
+%%OCCROOT%%/tests/offset/shape_type_i_c/ZC3
+%%OCCROOT%%/tests/offset/shape_type_i_c/ZC4
+%%OCCROOT%%/tests/offset/shape_type_i_c/ZC5
+%%OCCROOT%%/tests/offset/shape_type_i_c/ZC6
+%%OCCROOT%%/tests/offset/shape_type_i_c/ZC7
+%%OCCROOT%%/tests/offset/shape_type_i_c/ZC8
+%%OCCROOT%%/tests/offset/shape_type_i_c/ZC9
+%%OCCROOT%%/tests/offset/shape_type_i_c/ZD1
+%%OCCROOT%%/tests/offset/shape_type_i_c/ZD2
+%%OCCROOT%%/tests/offset/shape_type_i_c/ZD3
+%%OCCROOT%%/tests/offset/shape_type_i_c/ZD4
+%%OCCROOT%%/tests/offset/shape_type_i_c/ZD5
+%%OCCROOT%%/tests/offset/shape_type_i_c/ZD6
+%%OCCROOT%%/tests/offset/shape_type_i_c/ZD7
+%%OCCROOT%%/tests/offset/shape_type_i_c/ZD8
+%%OCCROOT%%/tests/offset/shape_type_i_c/ZD9
+%%OCCROOT%%/tests/offset/shape_type_i_c/ZE1
+%%OCCROOT%%/tests/offset/shape_type_i_c/ZE2
+%%OCCROOT%%/tests/offset/shape_type_i_c/ZE3
+%%OCCROOT%%/tests/offset/shape_type_i_c/ZE4
+%%OCCROOT%%/tests/offset/shape_type_i_c/ZE5
+%%OCCROOT%%/tests/offset/shape_type_i_c/ZE6
+%%OCCROOT%%/tests/offset/shape_type_i_c/ZE7
+%%OCCROOT%%/tests/offset/shape_type_i_c/ZE8
+%%OCCROOT%%/tests/offset/shape_type_i_c/ZE9
+%%OCCROOT%%/tests/offset/shape_type_i_c/ZF1
+%%OCCROOT%%/tests/offset/shape_type_i_c/ZF2
+%%OCCROOT%%/tests/offset/shape_type_i_c/ZF3
+%%OCCROOT%%/tests/offset/shape_type_i_c/ZF4
+%%OCCROOT%%/tests/offset/shape_type_i_c/ZF5
+%%OCCROOT%%/tests/offset/shape_type_i_c/ZF6
+%%OCCROOT%%/tests/offset/shape_type_i_c/ZF7
+%%OCCROOT%%/tests/offset/shape_type_i_c/ZF8
+%%OCCROOT%%/tests/offset/shape_type_i_c/ZF9
+%%OCCROOT%%/tests/offset/shape_type_i_c/ZG1
+%%OCCROOT%%/tests/offset/shape_type_i_c/ZG2
+%%OCCROOT%%/tests/offset/shape_type_i_c/ZG3
+%%OCCROOT%%/tests/offset/shape_type_i_c/ZG4
+%%OCCROOT%%/tests/offset/shape_type_i_c/ZG5
+%%OCCROOT%%/tests/offset/shape_type_i_c/ZG6
+%%OCCROOT%%/tests/offset/shape_type_i_c/ZG7
+%%OCCROOT%%/tests/offset/shape_type_i_c/ZG8
+%%OCCROOT%%/tests/offset/shape_type_i_c/ZG9
+%%OCCROOT%%/tests/offset/shape_type_i_c/ZH1
+%%OCCROOT%%/tests/offset/shape_type_i_c/ZH2
+%%OCCROOT%%/tests/offset/shape_type_i_c/ZH3
+%%OCCROOT%%/tests/offset/shape_type_i_c/ZH4
+%%OCCROOT%%/tests/offset/shape_type_i_c/ZH5
+%%OCCROOT%%/tests/offset/shape_type_i_c/ZH6
+%%OCCROOT%%/tests/offset/shape_type_i_c/ZH7
+%%OCCROOT%%/tests/offset/shape_type_i_c/ZH8
+%%OCCROOT%%/tests/offset/shape_type_i_c/ZH9
+%%OCCROOT%%/tests/offset/shape_type_i_c/ZI1
+%%OCCROOT%%/tests/offset/shape_type_i_c/ZI2
+%%OCCROOT%%/tests/offset/shape_type_i_c/ZI3
+%%OCCROOT%%/tests/offset/shape_type_i_c/ZI4
+%%OCCROOT%%/tests/offset/shape_type_i_c/ZI5
+%%OCCROOT%%/tests/offset/shape_type_i_c/ZI6
+%%OCCROOT%%/tests/offset/shape_type_i_c/ZI7
+%%OCCROOT%%/tests/offset/shape_type_i_c/ZI8
+%%OCCROOT%%/tests/offset/shape_type_i_c/ZI9
+%%OCCROOT%%/tests/offset/shape_type_i_c/ZJ1
+%%OCCROOT%%/tests/offset/shape_type_i_c/ZJ2
+%%OCCROOT%%/tests/offset/shape_type_i_c/ZJ3
+%%OCCROOT%%/tests/offset/shape_type_i_c/ZJ4
+%%OCCROOT%%/tests/offset/shape_type_i_c/ZJ5
+%%OCCROOT%%/tests/offset/shape_type_i_c/ZJ6
+%%OCCROOT%%/tests/offset/shape_type_i_c/ZJ7
+%%OCCROOT%%/tests/offset/shape_type_i_c/ZJ8
+%%OCCROOT%%/tests/offset/shape_type_i_c/ZJ9
+%%OCCROOT%%/tests/offset/shape_type_i_c/ZK1
+%%OCCROOT%%/tests/offset/shape_type_i_c/ZK2
+%%OCCROOT%%/tests/offset/shape_type_i_c/ZK3
+%%OCCROOT%%/tests/offset/shape_type_i_c/ZK4
+%%OCCROOT%%/tests/offset/shape_type_i_c/ZK5
+%%OCCROOT%%/tests/offset/shape_type_i_c/ZK6
+%%OCCROOT%%/tests/offset/shape_type_i_c/ZK7
+%%OCCROOT%%/tests/offset/shape_type_i_c/ZK8
+%%OCCROOT%%/tests/offset/shape_type_i_c/ZK9
+%%OCCROOT%%/tests/offset/shape_type_i_c/ZL1
+%%OCCROOT%%/tests/offset/shape_type_i_c/ZL2
+%%OCCROOT%%/tests/offset/shape_type_i_c/ZL3
+%%OCCROOT%%/tests/offset/shape_type_i_c/ZL4
+%%OCCROOT%%/tests/offset/shape_type_i_c/ZL5
+%%OCCROOT%%/tests/offset/shape_type_i_c/ZL6
+%%OCCROOT%%/tests/offset/shape_type_i_c/ZL7
+%%OCCROOT%%/tests/offset/shape_type_i_c/ZL8
+%%OCCROOT%%/tests/offset/shape_type_i_c/ZL9
+%%OCCROOT%%/tests/offset/shape_type_i_c/ZM1
+%%OCCROOT%%/tests/offset/shape_type_i_c/ZM2
+%%OCCROOT%%/tests/offset/shape_type_i_c/ZM3
+%%OCCROOT%%/tests/offset/shape_type_i_c/ZM4
+%%OCCROOT%%/tests/offset/shape_type_i_c/ZM5
+%%OCCROOT%%/tests/offset/shape_type_i_c/ZM6
+%%OCCROOT%%/tests/offset/shape_type_i_c/ZM7
+%%OCCROOT%%/tests/offset/shape_type_i_c/ZM8
+%%OCCROOT%%/tests/offset/shape_type_i_c/ZM9
+%%OCCROOT%%/tests/offset/shape_type_i_c/ZN1
+%%OCCROOT%%/tests/offset/shape_type_i_c/ZN2
+%%OCCROOT%%/tests/offset/shape_type_i_c/ZN3
+%%OCCROOT%%/tests/offset/shape_type_i_c/ZN4
+%%OCCROOT%%/tests/offset/shape_type_i_c/ZN5
+%%OCCROOT%%/tests/offset/shape_type_i_c/ZN6
+%%OCCROOT%%/tests/offset/shape_type_i_c/ZN7
+%%OCCROOT%%/tests/offset/shape_type_i_c/ZN8
+%%OCCROOT%%/tests/offset/shape_type_i_c/ZN9
+%%OCCROOT%%/tests/offset/shape_type_i_c/ZO1
+%%OCCROOT%%/tests/offset/shape_type_i_c/ZO2
+%%OCCROOT%%/tests/offset/shape_type_i_c/ZO3
+%%OCCROOT%%/tests/offset/shape_type_i_c/ZO4
+%%OCCROOT%%/tests/offset/shape_type_i_c/ZO5
+%%OCCROOT%%/tests/offset/shape_type_i_c/ZO6
+%%OCCROOT%%/tests/offset/shape_type_i_c/ZO7
+%%OCCROOT%%/tests/offset/shape_type_i_c/ZO8
+%%OCCROOT%%/tests/offset/shape_type_i_c/ZO9
+%%OCCROOT%%/tests/offset/shape_type_i_c/ZP1
+%%OCCROOT%%/tests/offset/shape_type_i_c/ZP2
+%%OCCROOT%%/tests/offset/shape_type_i_c/ZP3
+%%OCCROOT%%/tests/offset/shape_type_i_c/ZP4
+%%OCCROOT%%/tests/offset/shape_type_i_c/ZP5
+%%OCCROOT%%/tests/offset/shape_type_i_c/ZP6
+%%OCCROOT%%/tests/offset/shape_type_i_c/ZP7
+%%OCCROOT%%/tests/offset/shape_type_i_c/ZP8
+%%OCCROOT%%/tests/offset/shape_type_i_c/ZP9
+%%OCCROOT%%/tests/offset/shape_type_i_c/ZQ1
+%%OCCROOT%%/tests/offset/shape_type_i_c/ZQ2
+%%OCCROOT%%/tests/offset/shape_type_i_c/ZQ3
+%%OCCROOT%%/tests/offset/shape_type_i_c/ZQ4
+%%OCCROOT%%/tests/offset/shape_type_i_c/ZQ5
+%%OCCROOT%%/tests/offset/shape_type_i_c/ZQ6
+%%OCCROOT%%/tests/offset/shape_type_i_c/ZQ7
+%%OCCROOT%%/tests/offset/shape_type_i_c/ZQ8
+%%OCCROOT%%/tests/offset/shape_type_i_c/ZQ9
+%%OCCROOT%%/tests/offset/shape_type_i_c/ZR1
+%%OCCROOT%%/tests/offset/shape_type_i_c/ZR2
+%%OCCROOT%%/tests/offset/shape_type_i_c/ZR3
+%%OCCROOT%%/tests/offset/shape_type_i_c/ZR4
+%%OCCROOT%%/tests/offset/shape_type_i_c/ZR5
+%%OCCROOT%%/tests/offset/shape_type_i_c/ZR6
+%%OCCROOT%%/tests/offset/shape_type_i_c/ZR7
+%%OCCROOT%%/tests/offset/shape_type_i_c/ZR8
+%%OCCROOT%%/tests/offset/shape_type_i_c/ZR9
+%%OCCROOT%%/tests/offset/shape_type_i_c/ZS1
+%%OCCROOT%%/tests/offset/shape_type_i_c/ZS2
+%%OCCROOT%%/tests/offset/shape_type_i_c/ZS3
+%%OCCROOT%%/tests/offset/shape_type_i_c/ZS4
+%%OCCROOT%%/tests/offset/shape_type_i_c/ZS5
+%%OCCROOT%%/tests/offset/shape_type_i_c/ZS6
+%%OCCROOT%%/tests/offset/shape_type_i_c/ZS7
+%%OCCROOT%%/tests/offset/shape_type_i_c/ZS8
+%%OCCROOT%%/tests/offset/shape_type_i_c/ZS9
+%%OCCROOT%%/tests/offset/shape_type_i_c/ZT1
+%%OCCROOT%%/tests/offset/shape_type_i_c/ZT2
+%%OCCROOT%%/tests/offset/shape_type_i_c/ZT3
+%%OCCROOT%%/tests/offset/shape_type_i_c/ZT4
+%%OCCROOT%%/tests/offset/shape_type_i_c/ZT5
+%%OCCROOT%%/tests/offset/shape_type_i_c/ZT6
+%%OCCROOT%%/tests/offset/shape_type_i_c/ZT7
+%%OCCROOT%%/tests/offset/shape_type_i_c/ZT8
+%%OCCROOT%%/tests/offset/shape_type_i_c/ZT9
+%%OCCROOT%%/tests/offset/shape_type_i_c/ZU1
+%%OCCROOT%%/tests/offset/shape_type_i_c/ZU2
+%%OCCROOT%%/tests/offset/shape_type_i_c/ZU3
+%%OCCROOT%%/tests/offset/shape_type_i_c/ZU4
+%%OCCROOT%%/tests/offset/shape_type_i_c/ZU5
+%%OCCROOT%%/tests/offset/shape_type_i_c/ZU6
+%%OCCROOT%%/tests/offset/shape_type_i_c/ZU7
+%%OCCROOT%%/tests/offset/shape_type_i_c/ZU8
+%%OCCROOT%%/tests/offset/shape_type_i_c/ZU9
+%%OCCROOT%%/tests/offset/shape_type_i_c/ZV1
+%%OCCROOT%%/tests/offset/shape_type_i_c/ZV2
+%%OCCROOT%%/tests/offset/shape_type_i_c/ZV3
+%%OCCROOT%%/tests/offset/shape_type_i_c/ZV4
+%%OCCROOT%%/tests/offset/shape_type_i_c/ZV5
+%%OCCROOT%%/tests/offset/shape_type_i_c/ZV6
+%%OCCROOT%%/tests/offset/shape_type_i_c/ZV7
+%%OCCROOT%%/tests/offset/shape_type_i_c/ZV8
+%%OCCROOT%%/tests/offset/shape_type_i_c/ZV9
+%%OCCROOT%%/tests/offset/shape_type_i_c/ZW1
+%%OCCROOT%%/tests/offset/shape_type_i_c/ZW2
+%%OCCROOT%%/tests/offset/shape_type_i_c/ZW3
+%%OCCROOT%%/tests/offset/shape_type_i_c/ZW4
+%%OCCROOT%%/tests/offset/shape_type_i_c/ZW5
+%%OCCROOT%%/tests/offset/shape_type_i_c/ZW6
+%%OCCROOT%%/tests/offset/shape_type_i_c/ZW7
+%%OCCROOT%%/tests/offset/shape_type_i_c/ZW8
+%%OCCROOT%%/tests/offset/shape_type_i_c/ZW9
+%%OCCROOT%%/tests/offset/shape_type_i_c/ZX1
+%%OCCROOT%%/tests/offset/shape_type_i_c/ZX2
+%%OCCROOT%%/tests/offset/shape_type_i_c/ZX3
+%%OCCROOT%%/tests/offset/shape_type_i_c/ZX4
+%%OCCROOT%%/tests/offset/shape_type_i_c/ZX5
+%%OCCROOT%%/tests/offset/shape_type_i_c/ZX6
+%%OCCROOT%%/tests/offset/shape_type_i_c/ZX7
+%%OCCROOT%%/tests/offset/shape_type_i_c/ZX8
+%%OCCROOT%%/tests/offset/shape_type_i_c/ZX9
+%%OCCROOT%%/tests/offset/shape_type_i_c/ZY1
+%%OCCROOT%%/tests/offset/shape_type_i_c/ZY2
+%%OCCROOT%%/tests/offset/shape_type_i_c/ZY3
+%%OCCROOT%%/tests/offset/shape_type_i_c/ZY4
+%%OCCROOT%%/tests/offset/shape_type_i_c/ZY5
+%%OCCROOT%%/tests/offset/shape_type_i_c/ZY6
+%%OCCROOT%%/tests/offset/shape_type_i_c/ZY7
+%%OCCROOT%%/tests/offset/shape_type_i_c/ZY8
+%%OCCROOT%%/tests/offset/shape_type_i_c/ZY9
+%%OCCROOT%%/tests/offset/shape_type_i_c/ZZ1
+%%OCCROOT%%/tests/offset/shape_type_i_c/ZZ2
+%%OCCROOT%%/tests/offset/shape_type_i_c/ZZ3
+%%OCCROOT%%/tests/offset/shape_type_i_c/ZZ4
+%%OCCROOT%%/tests/offset/shape_type_i_c/ZZ5
+%%OCCROOT%%/tests/offset/shape_type_i_c/ZZ6
+%%OCCROOT%%/tests/offset/shape_type_i_c/ZZ7
+%%OCCROOT%%/tests/offset/shape_type_i_c/ZZ8
+%%OCCROOT%%/tests/offset/shape_type_i_c/ZZ9
+%%OCCROOT%%/tests/offset/shape_type_i_c/begin
%%OCCROOT%%/tests/offset/wire_closed_inside_0_005/A1
%%OCCROOT%%/tests/offset/wire_closed_inside_0_005/A2
%%OCCROOT%%/tests/offset/wire_closed_inside_0_005/A3
@@ -12469,12 +13682,258 @@
%%OCCROOT%%/tests/offset/wire_unclosed_outside_0_075/C4
%%OCCROOT%%/tests/offset/wire_unclosed_outside_0_075/C5
%%OCCROOT%%/tests/offset/wire_unclosed_outside_0_075/begin
+%%OCCROOT%%/tests/offset/with_intersect_20/A1
+%%OCCROOT%%/tests/offset/with_intersect_20/A2
+%%OCCROOT%%/tests/offset/with_intersect_20/A3
+%%OCCROOT%%/tests/offset/with_intersect_20/A4
+%%OCCROOT%%/tests/offset/with_intersect_20/A5
+%%OCCROOT%%/tests/offset/with_intersect_20/A6
+%%OCCROOT%%/tests/offset/with_intersect_20/A7
+%%OCCROOT%%/tests/offset/with_intersect_20/A8
+%%OCCROOT%%/tests/offset/with_intersect_20/A9
+%%OCCROOT%%/tests/offset/with_intersect_20/B1
+%%OCCROOT%%/tests/offset/with_intersect_20/B2
+%%OCCROOT%%/tests/offset/with_intersect_20/B3
+%%OCCROOT%%/tests/offset/with_intersect_20/B4
+%%OCCROOT%%/tests/offset/with_intersect_20/B5
+%%OCCROOT%%/tests/offset/with_intersect_20/B6
+%%OCCROOT%%/tests/offset/with_intersect_20/B7
+%%OCCROOT%%/tests/offset/with_intersect_20/B9
+%%OCCROOT%%/tests/offset/with_intersect_20/C1
+%%OCCROOT%%/tests/offset/with_intersect_20/C2
+%%OCCROOT%%/tests/offset/with_intersect_20/C3
+%%OCCROOT%%/tests/offset/with_intersect_20/C4
+%%OCCROOT%%/tests/offset/with_intersect_20/C5
+%%OCCROOT%%/tests/offset/with_intersect_20/C6
+%%OCCROOT%%/tests/offset/with_intersect_20/C7
+%%OCCROOT%%/tests/offset/with_intersect_20/C8
+%%OCCROOT%%/tests/offset/with_intersect_20/C9
+%%OCCROOT%%/tests/offset/with_intersect_20/D1
+%%OCCROOT%%/tests/offset/with_intersect_20/D2
+%%OCCROOT%%/tests/offset/with_intersect_20/D3
+%%OCCROOT%%/tests/offset/with_intersect_20/D4
+%%OCCROOT%%/tests/offset/with_intersect_20/D5
+%%OCCROOT%%/tests/offset/with_intersect_20/D6
+%%OCCROOT%%/tests/offset/with_intersect_20/D7
+%%OCCROOT%%/tests/offset/with_intersect_20/D8
+%%OCCROOT%%/tests/offset/with_intersect_20/D9
+%%OCCROOT%%/tests/offset/with_intersect_20/E1
+%%OCCROOT%%/tests/offset/with_intersect_20/E2
+%%OCCROOT%%/tests/offset/with_intersect_20/E3
+%%OCCROOT%%/tests/offset/with_intersect_20/E4
+%%OCCROOT%%/tests/offset/with_intersect_20/E5
+%%OCCROOT%%/tests/offset/with_intersect_20/E6
+%%OCCROOT%%/tests/offset/with_intersect_20/E7
+%%OCCROOT%%/tests/offset/with_intersect_20/E8
+%%OCCROOT%%/tests/offset/with_intersect_20/E9
+%%OCCROOT%%/tests/offset/with_intersect_20/F1
+%%OCCROOT%%/tests/offset/with_intersect_20/F2
+%%OCCROOT%%/tests/offset/with_intersect_20/F3
+%%OCCROOT%%/tests/offset/with_intersect_20/F4
+%%OCCROOT%%/tests/offset/with_intersect_20/F5
+%%OCCROOT%%/tests/offset/with_intersect_20/F6
+%%OCCROOT%%/tests/offset/with_intersect_20/F7
+%%OCCROOT%%/tests/offset/with_intersect_20/F8
+%%OCCROOT%%/tests/offset/with_intersect_20/F9
+%%OCCROOT%%/tests/offset/with_intersect_20/G1
+%%OCCROOT%%/tests/offset/with_intersect_20/G2
+%%OCCROOT%%/tests/offset/with_intersect_20/G3
+%%OCCROOT%%/tests/offset/with_intersect_20/G4
+%%OCCROOT%%/tests/offset/with_intersect_20/G5
+%%OCCROOT%%/tests/offset/with_intersect_20/G6
+%%OCCROOT%%/tests/offset/with_intersect_20/G7
+%%OCCROOT%%/tests/offset/with_intersect_20/G9
+%%OCCROOT%%/tests/offset/with_intersect_20/H1
+%%OCCROOT%%/tests/offset/with_intersect_20/H2
+%%OCCROOT%%/tests/offset/with_intersect_20/H3
+%%OCCROOT%%/tests/offset/with_intersect_20/H4
+%%OCCROOT%%/tests/offset/with_intersect_20/H5
+%%OCCROOT%%/tests/offset/with_intersect_20/H6
+%%OCCROOT%%/tests/offset/with_intersect_20/H7
+%%OCCROOT%%/tests/offset/with_intersect_20/H8
+%%OCCROOT%%/tests/offset/with_intersect_20/H9
+%%OCCROOT%%/tests/offset/with_intersect_20/I1
+%%OCCROOT%%/tests/offset/with_intersect_20/I2
+%%OCCROOT%%/tests/offset/with_intersect_20/I4
+%%OCCROOT%%/tests/offset/with_intersect_20/I5
+%%OCCROOT%%/tests/offset/with_intersect_20/I6
+%%OCCROOT%%/tests/offset/with_intersect_20/I7
+%%OCCROOT%%/tests/offset/with_intersect_20/I8
+%%OCCROOT%%/tests/offset/with_intersect_20/I9
+%%OCCROOT%%/tests/offset/with_intersect_20/J1
+%%OCCROOT%%/tests/offset/with_intersect_20/J2
+%%OCCROOT%%/tests/offset/with_intersect_20/J3
+%%OCCROOT%%/tests/offset/with_intersect_20/J4
+%%OCCROOT%%/tests/offset/with_intersect_20/J5
+%%OCCROOT%%/tests/offset/with_intersect_20/J6
+%%OCCROOT%%/tests/offset/with_intersect_20/J7
+%%OCCROOT%%/tests/offset/with_intersect_20/J8
+%%OCCROOT%%/tests/offset/with_intersect_20/J9
+%%OCCROOT%%/tests/offset/with_intersect_20/K1
+%%OCCROOT%%/tests/offset/with_intersect_20/K2
+%%OCCROOT%%/tests/offset/with_intersect_20/K3
+%%OCCROOT%%/tests/offset/with_intersect_20/K4
+%%OCCROOT%%/tests/offset/with_intersect_20/K5
+%%OCCROOT%%/tests/offset/with_intersect_20/K6
+%%OCCROOT%%/tests/offset/with_intersect_20/K7
+%%OCCROOT%%/tests/offset/with_intersect_20/K8
+%%OCCROOT%%/tests/offset/with_intersect_20/K9
+%%OCCROOT%%/tests/offset/with_intersect_20/L1
+%%OCCROOT%%/tests/offset/with_intersect_20/L2
+%%OCCROOT%%/tests/offset/with_intersect_20/L3
+%%OCCROOT%%/tests/offset/with_intersect_20/L4
+%%OCCROOT%%/tests/offset/with_intersect_20/L5
+%%OCCROOT%%/tests/offset/with_intersect_20/L6
+%%OCCROOT%%/tests/offset/with_intersect_20/L7
+%%OCCROOT%%/tests/offset/with_intersect_20/L8
+%%OCCROOT%%/tests/offset/with_intersect_20/L9
+%%OCCROOT%%/tests/offset/with_intersect_20/M1
+%%OCCROOT%%/tests/offset/with_intersect_20/M2
+%%OCCROOT%%/tests/offset/with_intersect_20/M3
+%%OCCROOT%%/tests/offset/with_intersect_20/M4
+%%OCCROOT%%/tests/offset/with_intersect_20/M5
+%%OCCROOT%%/tests/offset/with_intersect_20/M6
+%%OCCROOT%%/tests/offset/with_intersect_20/M7
+%%OCCROOT%%/tests/offset/with_intersect_20/M8
+%%OCCROOT%%/tests/offset/with_intersect_20/M9
+%%OCCROOT%%/tests/offset/with_intersect_20/N1
+%%OCCROOT%%/tests/offset/with_intersect_20/N2
+%%OCCROOT%%/tests/offset/with_intersect_20/N3
+%%OCCROOT%%/tests/offset/with_intersect_20/N4
+%%OCCROOT%%/tests/offset/with_intersect_20/N5
+%%OCCROOT%%/tests/offset/with_intersect_20/N7
+%%OCCROOT%%/tests/offset/with_intersect_20/begin
+%%OCCROOT%%/tests/offset/with_intersect_80/A1
+%%OCCROOT%%/tests/offset/with_intersect_80/A2
+%%OCCROOT%%/tests/offset/with_intersect_80/A3
+%%OCCROOT%%/tests/offset/with_intersect_80/A4
+%%OCCROOT%%/tests/offset/with_intersect_80/A5
+%%OCCROOT%%/tests/offset/with_intersect_80/A6
+%%OCCROOT%%/tests/offset/with_intersect_80/A7
+%%OCCROOT%%/tests/offset/with_intersect_80/A8
+%%OCCROOT%%/tests/offset/with_intersect_80/A9
+%%OCCROOT%%/tests/offset/with_intersect_80/B1
+%%OCCROOT%%/tests/offset/with_intersect_80/B2
+%%OCCROOT%%/tests/offset/with_intersect_80/B3
+%%OCCROOT%%/tests/offset/with_intersect_80/B4
+%%OCCROOT%%/tests/offset/with_intersect_80/B5
+%%OCCROOT%%/tests/offset/with_intersect_80/B6
+%%OCCROOT%%/tests/offset/with_intersect_80/B7
+%%OCCROOT%%/tests/offset/with_intersect_80/B9
+%%OCCROOT%%/tests/offset/with_intersect_80/C1
+%%OCCROOT%%/tests/offset/with_intersect_80/C2
+%%OCCROOT%%/tests/offset/with_intersect_80/C3
+%%OCCROOT%%/tests/offset/with_intersect_80/C4
+%%OCCROOT%%/tests/offset/with_intersect_80/C5
+%%OCCROOT%%/tests/offset/with_intersect_80/C6
+%%OCCROOT%%/tests/offset/with_intersect_80/C7
+%%OCCROOT%%/tests/offset/with_intersect_80/C8
+%%OCCROOT%%/tests/offset/with_intersect_80/C9
+%%OCCROOT%%/tests/offset/with_intersect_80/D1
+%%OCCROOT%%/tests/offset/with_intersect_80/D2
+%%OCCROOT%%/tests/offset/with_intersect_80/D3
+%%OCCROOT%%/tests/offset/with_intersect_80/D4
+%%OCCROOT%%/tests/offset/with_intersect_80/D5
+%%OCCROOT%%/tests/offset/with_intersect_80/D6
+%%OCCROOT%%/tests/offset/with_intersect_80/D7
+%%OCCROOT%%/tests/offset/with_intersect_80/D8
+%%OCCROOT%%/tests/offset/with_intersect_80/D9
+%%OCCROOT%%/tests/offset/with_intersect_80/E1
+%%OCCROOT%%/tests/offset/with_intersect_80/E2
+%%OCCROOT%%/tests/offset/with_intersect_80/E3
+%%OCCROOT%%/tests/offset/with_intersect_80/E4
+%%OCCROOT%%/tests/offset/with_intersect_80/E5
+%%OCCROOT%%/tests/offset/with_intersect_80/E6
+%%OCCROOT%%/tests/offset/with_intersect_80/E7
+%%OCCROOT%%/tests/offset/with_intersect_80/E8
+%%OCCROOT%%/tests/offset/with_intersect_80/E9
+%%OCCROOT%%/tests/offset/with_intersect_80/F1
+%%OCCROOT%%/tests/offset/with_intersect_80/F2
+%%OCCROOT%%/tests/offset/with_intersect_80/F3
+%%OCCROOT%%/tests/offset/with_intersect_80/F4
+%%OCCROOT%%/tests/offset/with_intersect_80/F5
+%%OCCROOT%%/tests/offset/with_intersect_80/F6
+%%OCCROOT%%/tests/offset/with_intersect_80/F7
+%%OCCROOT%%/tests/offset/with_intersect_80/F8
+%%OCCROOT%%/tests/offset/with_intersect_80/F9
+%%OCCROOT%%/tests/offset/with_intersect_80/G1
+%%OCCROOT%%/tests/offset/with_intersect_80/G2
+%%OCCROOT%%/tests/offset/with_intersect_80/G3
+%%OCCROOT%%/tests/offset/with_intersect_80/G4
+%%OCCROOT%%/tests/offset/with_intersect_80/G5
+%%OCCROOT%%/tests/offset/with_intersect_80/G6
+%%OCCROOT%%/tests/offset/with_intersect_80/G7
+%%OCCROOT%%/tests/offset/with_intersect_80/G9
+%%OCCROOT%%/tests/offset/with_intersect_80/H1
+%%OCCROOT%%/tests/offset/with_intersect_80/H2
+%%OCCROOT%%/tests/offset/with_intersect_80/H3
+%%OCCROOT%%/tests/offset/with_intersect_80/H4
+%%OCCROOT%%/tests/offset/with_intersect_80/H5
+%%OCCROOT%%/tests/offset/with_intersect_80/H6
+%%OCCROOT%%/tests/offset/with_intersect_80/H7
+%%OCCROOT%%/tests/offset/with_intersect_80/H8
+%%OCCROOT%%/tests/offset/with_intersect_80/H9
+%%OCCROOT%%/tests/offset/with_intersect_80/I1
+%%OCCROOT%%/tests/offset/with_intersect_80/I2
+%%OCCROOT%%/tests/offset/with_intersect_80/I4
+%%OCCROOT%%/tests/offset/with_intersect_80/I5
+%%OCCROOT%%/tests/offset/with_intersect_80/I6
+%%OCCROOT%%/tests/offset/with_intersect_80/I7
+%%OCCROOT%%/tests/offset/with_intersect_80/I8
+%%OCCROOT%%/tests/offset/with_intersect_80/I9
+%%OCCROOT%%/tests/offset/with_intersect_80/J1
+%%OCCROOT%%/tests/offset/with_intersect_80/J2
+%%OCCROOT%%/tests/offset/with_intersect_80/J3
+%%OCCROOT%%/tests/offset/with_intersect_80/J4
+%%OCCROOT%%/tests/offset/with_intersect_80/J5
+%%OCCROOT%%/tests/offset/with_intersect_80/J6
+%%OCCROOT%%/tests/offset/with_intersect_80/J7
+%%OCCROOT%%/tests/offset/with_intersect_80/J8
+%%OCCROOT%%/tests/offset/with_intersect_80/J9
+%%OCCROOT%%/tests/offset/with_intersect_80/K1
+%%OCCROOT%%/tests/offset/with_intersect_80/K2
+%%OCCROOT%%/tests/offset/with_intersect_80/K3
+%%OCCROOT%%/tests/offset/with_intersect_80/K4
+%%OCCROOT%%/tests/offset/with_intersect_80/K5
+%%OCCROOT%%/tests/offset/with_intersect_80/K6
+%%OCCROOT%%/tests/offset/with_intersect_80/K7
+%%OCCROOT%%/tests/offset/with_intersect_80/K8
+%%OCCROOT%%/tests/offset/with_intersect_80/K9
+%%OCCROOT%%/tests/offset/with_intersect_80/L1
+%%OCCROOT%%/tests/offset/with_intersect_80/L2
+%%OCCROOT%%/tests/offset/with_intersect_80/L3
+%%OCCROOT%%/tests/offset/with_intersect_80/L4
+%%OCCROOT%%/tests/offset/with_intersect_80/L5
+%%OCCROOT%%/tests/offset/with_intersect_80/L6
+%%OCCROOT%%/tests/offset/with_intersect_80/L7
+%%OCCROOT%%/tests/offset/with_intersect_80/L8
+%%OCCROOT%%/tests/offset/with_intersect_80/L9
+%%OCCROOT%%/tests/offset/with_intersect_80/M1
+%%OCCROOT%%/tests/offset/with_intersect_80/M2
+%%OCCROOT%%/tests/offset/with_intersect_80/M3
+%%OCCROOT%%/tests/offset/with_intersect_80/M4
+%%OCCROOT%%/tests/offset/with_intersect_80/M5
+%%OCCROOT%%/tests/offset/with_intersect_80/M6
+%%OCCROOT%%/tests/offset/with_intersect_80/M7
+%%OCCROOT%%/tests/offset/with_intersect_80/M8
+%%OCCROOT%%/tests/offset/with_intersect_80/M9
+%%OCCROOT%%/tests/offset/with_intersect_80/N1
+%%OCCROOT%%/tests/offset/with_intersect_80/N2
+%%OCCROOT%%/tests/offset/with_intersect_80/N3
+%%OCCROOT%%/tests/offset/with_intersect_80/N4
+%%OCCROOT%%/tests/offset/with_intersect_80/N5
+%%OCCROOT%%/tests/offset/with_intersect_80/N7
+%%OCCROOT%%/tests/offset/with_intersect_80/begin
%%OCCROOT%%/tests/parse.rules
%%OCCROOT%%/tests/perf/begin
%%OCCROOT%%/tests/perf/bop/boxholes
%%OCCROOT%%/tests/perf/bop/buildfaces
%%OCCROOT%%/tests/perf/bspline/intersect
+%%OCCROOT%%/tests/perf/de/bug26338_1
+%%OCCROOT%%/tests/perf/de/bug26338_2
%%OCCROOT%%/tests/perf/end
+%%OCCROOT%%/tests/perf/fclasses/bug24947
+%%OCCROOT%%/tests/perf/fclasses/handle
%%OCCROOT%%/tests/perf/grids.list
%%OCCROOT%%/tests/perf/ncollection/A1
%%OCCROOT%%/tests/perf/ncollection/A2
@@ -12802,6 +14261,85 @@
%%OCCROOT%%/tests/prism/grids.list
%%OCCROOT%%/tests/prism/parse.rules
%%OCCROOT%%/tests/prism/seminf/A1
+%%OCCROOT%%/tests/prj/base/A1
+%%OCCROOT%%/tests/prj/base/A2
+%%OCCROOT%%/tests/prj/base/A3
+%%OCCROOT%%/tests/prj/base/A4
+%%OCCROOT%%/tests/prj/base/A5
+%%OCCROOT%%/tests/prj/base/A6
+%%OCCROOT%%/tests/prj/base/A7
+%%OCCROOT%%/tests/prj/base/A8
+%%OCCROOT%%/tests/prj/base/A9
+%%OCCROOT%%/tests/prj/base/B1
+%%OCCROOT%%/tests/prj/base/B2
+%%OCCROOT%%/tests/prj/base/B3
+%%OCCROOT%%/tests/prj/base/B4
+%%OCCROOT%%/tests/prj/base/B5
+%%OCCROOT%%/tests/prj/base/B6
+%%OCCROOT%%/tests/prj/base/B7
+%%OCCROOT%%/tests/prj/base/B8
+%%OCCROOT%%/tests/prj/base/B9
+%%OCCROOT%%/tests/prj/base/C1
+%%OCCROOT%%/tests/prj/base/C2
+%%OCCROOT%%/tests/prj/base/C3
+%%OCCROOT%%/tests/prj/base/C4
+%%OCCROOT%%/tests/prj/base/C5
+%%OCCROOT%%/tests/prj/base/C6
+%%OCCROOT%%/tests/prj/base/C7
+%%OCCROOT%%/tests/prj/base/C8
+%%OCCROOT%%/tests/prj/base/C9
+%%OCCROOT%%/tests/prj/base/D1
+%%OCCROOT%%/tests/prj/base/D2
+%%OCCROOT%%/tests/prj/base/D3
+%%OCCROOT%%/tests/prj/base/D4
+%%OCCROOT%%/tests/prj/base/D5
+%%OCCROOT%%/tests/prj/base/D6
+%%OCCROOT%%/tests/prj/base/D7
+%%OCCROOT%%/tests/prj/base/D8
+%%OCCROOT%%/tests/prj/base/D9
+%%OCCROOT%%/tests/prj/base/E1
+%%OCCROOT%%/tests/prj/base/E2
+%%OCCROOT%%/tests/prj/base/E3
+%%OCCROOT%%/tests/prj/base/E4
+%%OCCROOT%%/tests/prj/base/E5
+%%OCCROOT%%/tests/prj/base/E6
+%%OCCROOT%%/tests/prj/base/E7
+%%OCCROOT%%/tests/prj/base/E8
+%%OCCROOT%%/tests/prj/base/E9
+%%OCCROOT%%/tests/prj/base/F1
+%%OCCROOT%%/tests/prj/base/F2
+%%OCCROOT%%/tests/prj/base/F3
+%%OCCROOT%%/tests/prj/base/F4
+%%OCCROOT%%/tests/prj/base/F5
+%%OCCROOT%%/tests/prj/base/F6
+%%OCCROOT%%/tests/prj/base/F7
+%%OCCROOT%%/tests/prj/base/F8
+%%OCCROOT%%/tests/prj/base/F9
+%%OCCROOT%%/tests/prj/base/G1
+%%OCCROOT%%/tests/prj/base/G2
+%%OCCROOT%%/tests/prj/base/G3
+%%OCCROOT%%/tests/prj/base/G4
+%%OCCROOT%%/tests/prj/base/G5
+%%OCCROOT%%/tests/prj/base/G6
+%%OCCROOT%%/tests/prj/base/G7
+%%OCCROOT%%/tests/prj/base/G8
+%%OCCROOT%%/tests/prj/base/G9
+%%OCCROOT%%/tests/prj/base/H1
+%%OCCROOT%%/tests/prj/base/H2
+%%OCCROOT%%/tests/prj/base/H3
+%%OCCROOT%%/tests/prj/base/H4
+%%OCCROOT%%/tests/prj/base/H5
+%%OCCROOT%%/tests/prj/base/H6
+%%OCCROOT%%/tests/prj/base/H7
+%%OCCROOT%%/tests/prj/base/H8
+%%OCCROOT%%/tests/prj/base/H9
+%%OCCROOT%%/tests/prj/base/I1
+%%OCCROOT%%/tests/prj/base/I2
+%%OCCROOT%%/tests/prj/base/I3
+%%OCCROOT%%/tests/prj/base/I4
+%%OCCROOT%%/tests/prj/begin
+%%OCCROOT%%/tests/prj/end
+%%OCCROOT%%/tests/prj/grids.list
%%OCCROOT%%/tests/sewing/begin
%%OCCROOT%%/tests/sewing/end
%%OCCROOT%%/tests/sewing/fast/A1
@@ -13852,6 +15390,11 @@
%%OCCROOT%%/tests/thrusection/specific/N2
%%OCCROOT%%/tests/thrusection/specific/N3
%%OCCROOT%%/tests/thrusection/specific/N4
+%%OCCROOT%%/tests/v3d/anim/objects
+%%OCCROOT%%/tests/v3d/anim/propeller
+%%OCCROOT%%/tests/v3d/anim/rotate
+%%OCCROOT%%/tests/v3d/anim/scale
+%%OCCROOT%%/tests/v3d/anim/translate
%%OCCROOT%%/tests/v3d/begin
%%OCCROOT%%/tests/v3d/edge/A1
%%OCCROOT%%/tests/v3d/edge/A10
@@ -14237,28 +15780,48 @@
%%OCCROOT%%/tests/v3d/face/begin
%%OCCROOT%%/tests/v3d/glsl/begin
%%OCCROOT%%/tests/v3d/glsl/distinguish_off
+%%OCCROOT%%/tests/v3d/glsl/double_precision
+%%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/light_off
+%%OCCROOT%%/tests/v3d/glsl/msaa
%%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_sides
+%%OCCROOT%%/tests/v3d/glsl/phong_spot1
%%OCCROOT%%/tests/v3d/glsl/phong_views
%%OCCROOT%%/tests/v3d/glsl/stereo
+%%OCCROOT%%/tests/v3d/glsl/stipple_line
+%%OCCROOT%%/tests/v3d/glsl/texture_trsf
+%%OCCROOT%%/tests/v3d/glsl/tiles
%%OCCROOT%%/tests/v3d/grids.list
%%OCCROOT%%/tests/v3d/ivtk/begin
%%OCCROOT%%/tests/v3d/ivtk/bgcolor
+%%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/select
%%OCCROOT%%/tests/v3d/ivtk/selection_mode
-%%OCCROOT%%/tests/v3d/materials/begin
+%%OCCROOT%%/tests/v3d/manipulator/rotate
+%%OCCROOT%%/tests/v3d/manipulator/scale
+%%OCCROOT%%/tests/v3d/manipulator/translate
+%%OCCROOT%%/tests/v3d/manipulator/zoom_persistence
%%OCCROOT%%/tests/v3d/materials/bug24855
%%OCCROOT%%/tests/v3d/materials/bug24872_1
%%OCCROOT%%/tests/v3d/materials/bug24872_2
+%%OCCROOT%%/tests/v3d/materials/bug27617
+%%OCCROOT%%/tests/v3d/materials/bug27818_1
+%%OCCROOT%%/tests/v3d/materials/bug27818_2
%%OCCROOT%%/tests/v3d/mesh/A1
%%OCCROOT%%/tests/v3d/mesh/A2
%%OCCROOT%%/tests/v3d/mesh/A3
@@ -14281,11 +15844,17 @@
%%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/connected
%%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_cube
%%OCCROOT%%/tests/v3d/raytrace/textures
%%OCCROOT%%/tests/v3d/vertex/A1
%%OCCROOT%%/tests/v3d/vertex/A2
@@ -14715,19 +16284,6 @@
%%OCCROOT%%/tests/v3d/vertex_wire/K3
%%OCCROOT%%/tests/v3d/vertex_wire/K4
%%OCCROOT%%/tests/v3d/vertex_wire/begin
-%%OCCROOT%%/tests/v3d/voxel/A1
-%%OCCROOT%%/tests/v3d/voxel/A2
-%%OCCROOT%%/tests/v3d/voxel/A3
-%%OCCROOT%%/tests/v3d/voxel/A4
-%%OCCROOT%%/tests/v3d/voxel/A5
-%%OCCROOT%%/tests/v3d/voxel/A6
-%%OCCROOT%%/tests/v3d/voxel/A7
-%%OCCROOT%%/tests/v3d/voxel/A8
-%%OCCROOT%%/tests/v3d/voxel/A9
-%%OCCROOT%%/tests/v3d/voxel/B1
-%%OCCROOT%%/tests/v3d/voxel/B2
-%%OCCROOT%%/tests/v3d/voxel/B3
-%%OCCROOT%%/tests/v3d/voxel/begin
%%OCCROOT%%/tests/v3d/wire/A1
%%OCCROOT%%/tests/v3d/wire/A2
%%OCCROOT%%/tests/v3d/wire/A3
@@ -14942,75 +16498,6 @@
%%OCCROOT%%/tests/xcaf/brep_add_CL/I4
%%OCCROOT%%/tests/xcaf/brep_add_CL/I5
%%OCCROOT%%/tests/xcaf/brep_add_CL/I6
-%%OCCROOT%%/tests/xcaf/brep_to_dxc/A1
-%%OCCROOT%%/tests/xcaf/brep_to_dxc/A2
-%%OCCROOT%%/tests/xcaf/brep_to_dxc/A3
-%%OCCROOT%%/tests/xcaf/brep_to_dxc/A4
-%%OCCROOT%%/tests/xcaf/brep_to_dxc/A5
-%%OCCROOT%%/tests/xcaf/brep_to_dxc/A6
-%%OCCROOT%%/tests/xcaf/brep_to_dxc/A7
-%%OCCROOT%%/tests/xcaf/brep_to_dxc/A8
-%%OCCROOT%%/tests/xcaf/brep_to_dxc/A9
-%%OCCROOT%%/tests/xcaf/brep_to_dxc/B1
-%%OCCROOT%%/tests/xcaf/brep_to_dxc/B2
-%%OCCROOT%%/tests/xcaf/brep_to_dxc/B3
-%%OCCROOT%%/tests/xcaf/brep_to_dxc/B4
-%%OCCROOT%%/tests/xcaf/brep_to_dxc/B5
-%%OCCROOT%%/tests/xcaf/brep_to_dxc/B6
-%%OCCROOT%%/tests/xcaf/brep_to_dxc/B7
-%%OCCROOT%%/tests/xcaf/brep_to_dxc/B8
-%%OCCROOT%%/tests/xcaf/brep_to_dxc/B9
-%%OCCROOT%%/tests/xcaf/brep_to_dxc/C1
-%%OCCROOT%%/tests/xcaf/brep_to_dxc/C2
-%%OCCROOT%%/tests/xcaf/brep_to_dxc/C3
-%%OCCROOT%%/tests/xcaf/brep_to_dxc/C4
-%%OCCROOT%%/tests/xcaf/brep_to_dxc/C5
-%%OCCROOT%%/tests/xcaf/brep_to_dxc/C6
-%%OCCROOT%%/tests/xcaf/brep_to_dxc/C7
-%%OCCROOT%%/tests/xcaf/brep_to_dxc/C8
-%%OCCROOT%%/tests/xcaf/brep_to_dxc/C9
-%%OCCROOT%%/tests/xcaf/brep_to_dxc/D1
-%%OCCROOT%%/tests/xcaf/brep_to_dxc/D2
-%%OCCROOT%%/tests/xcaf/brep_to_dxc/D3
-%%OCCROOT%%/tests/xcaf/brep_to_dxc/D4
-%%OCCROOT%%/tests/xcaf/brep_to_dxc/D5
-%%OCCROOT%%/tests/xcaf/brep_to_dxc/D6
-%%OCCROOT%%/tests/xcaf/brep_to_dxc/D7
-%%OCCROOT%%/tests/xcaf/brep_to_dxc/D8
-%%OCCROOT%%/tests/xcaf/brep_to_dxc/D9
-%%OCCROOT%%/tests/xcaf/brep_to_dxc/E1
-%%OCCROOT%%/tests/xcaf/brep_to_dxc/E2
-%%OCCROOT%%/tests/xcaf/brep_to_dxc/E3
-%%OCCROOT%%/tests/xcaf/brep_to_dxc/E4
-%%OCCROOT%%/tests/xcaf/brep_to_dxc/E5
-%%OCCROOT%%/tests/xcaf/brep_to_dxc/E6
-%%OCCROOT%%/tests/xcaf/brep_to_dxc/E7
-%%OCCROOT%%/tests/xcaf/brep_to_dxc/E8
-%%OCCROOT%%/tests/xcaf/brep_to_dxc/E9
-%%OCCROOT%%/tests/xcaf/brep_to_dxc/F1
-%%OCCROOT%%/tests/xcaf/brep_to_dxc/F2
-%%OCCROOT%%/tests/xcaf/brep_to_dxc/F3
-%%OCCROOT%%/tests/xcaf/brep_to_dxc/F4
-%%OCCROOT%%/tests/xcaf/brep_to_dxc/F5
-%%OCCROOT%%/tests/xcaf/brep_to_dxc/F6
-%%OCCROOT%%/tests/xcaf/brep_to_dxc/F7
-%%OCCROOT%%/tests/xcaf/brep_to_dxc/F8
-%%OCCROOT%%/tests/xcaf/brep_to_dxc/F9
-%%OCCROOT%%/tests/xcaf/brep_to_dxc/G1
-%%OCCROOT%%/tests/xcaf/brep_to_dxc/G2
-%%OCCROOT%%/tests/xcaf/brep_to_dxc/G3
-%%OCCROOT%%/tests/xcaf/brep_to_dxc/G4
-%%OCCROOT%%/tests/xcaf/brep_to_dxc/G5
-%%OCCROOT%%/tests/xcaf/brep_to_dxc/G6
-%%OCCROOT%%/tests/xcaf/brep_to_dxc/G7
-%%OCCROOT%%/tests/xcaf/brep_to_dxc/G8
-%%OCCROOT%%/tests/xcaf/brep_to_dxc/G9
-%%OCCROOT%%/tests/xcaf/brep_to_dxc/I1
-%%OCCROOT%%/tests/xcaf/brep_to_dxc/I2
-%%OCCROOT%%/tests/xcaf/brep_to_dxc/I3
-%%OCCROOT%%/tests/xcaf/brep_to_dxc/I4
-%%OCCROOT%%/tests/xcaf/brep_to_dxc/I5
-%%OCCROOT%%/tests/xcaf/brep_to_dxc/I6
%%OCCROOT%%/tests/xcaf/brep_to_igs_add_CL/A1
%%OCCROOT%%/tests/xcaf/brep_to_igs_add_CL/A2
%%OCCROOT%%/tests/xcaf/brep_to_igs_add_CL/A3
@@ -15149,245 +16636,314 @@
%%OCCROOT%%/tests/xcaf/brep_to_stp_add_CL/I4
%%OCCROOT%%/tests/xcaf/brep_to_stp_add_CL/I5
%%OCCROOT%%/tests/xcaf/brep_to_stp_add_CL/I6
-%%OCCROOT%%/tests/xcaf/dxc/A1
-%%OCCROOT%%/tests/xcaf/dxc_add_ACL/A1
-%%OCCROOT%%/tests/xcaf/dxc_add_CL/A1
-%%OCCROOT%%/tests/xcaf/dxc_add_CL/A2
-%%OCCROOT%%/tests/xcaf/dxc_add_CL/A3
-%%OCCROOT%%/tests/xcaf/dxc_add_CL/A4
-%%OCCROOT%%/tests/xcaf/dxc_add_CL/A5
-%%OCCROOT%%/tests/xcaf/dxc_add_CL/A6
-%%OCCROOT%%/tests/xcaf/dxc_add_CL/A7
-%%OCCROOT%%/tests/xcaf/dxc_add_CL/A8
-%%OCCROOT%%/tests/xcaf/dxc_add_CL/A9
-%%OCCROOT%%/tests/xcaf/dxc_add_CL/B1
-%%OCCROOT%%/tests/xcaf/dxc_add_CL/B2
-%%OCCROOT%%/tests/xcaf/dxc_add_CL/B3
-%%OCCROOT%%/tests/xcaf/dxc_add_CL/B4
-%%OCCROOT%%/tests/xcaf/dxc_add_CL/B5
-%%OCCROOT%%/tests/xcaf/dxc_add_CL/B6
-%%OCCROOT%%/tests/xcaf/dxc_add_CL/B7
-%%OCCROOT%%/tests/xcaf/dxc_add_CL/B8
-%%OCCROOT%%/tests/xcaf/dxc_add_CL/B9
-%%OCCROOT%%/tests/xcaf/dxc_add_CL/C1
-%%OCCROOT%%/tests/xcaf/dxc_add_CL/C2
-%%OCCROOT%%/tests/xcaf/dxc_add_CL/C3
-%%OCCROOT%%/tests/xcaf/dxc_add_CL/C4
-%%OCCROOT%%/tests/xcaf/dxc_add_CL/C5
-%%OCCROOT%%/tests/xcaf/dxc_add_CL/C6
-%%OCCROOT%%/tests/xcaf/dxc_add_CL/C7
-%%OCCROOT%%/tests/xcaf/dxc_add_CL/C8
-%%OCCROOT%%/tests/xcaf/dxc_add_CL/C9
-%%OCCROOT%%/tests/xcaf/dxc_add_CL/D1
-%%OCCROOT%%/tests/xcaf/dxc_add_CL/D2
-%%OCCROOT%%/tests/xcaf/dxc_add_CL/D3
-%%OCCROOT%%/tests/xcaf/dxc_add_CL/D4
-%%OCCROOT%%/tests/xcaf/dxc_add_CL/D5
-%%OCCROOT%%/tests/xcaf/dxc_add_CL/D6
-%%OCCROOT%%/tests/xcaf/dxc_add_CL/D7
-%%OCCROOT%%/tests/xcaf/dxc_add_CL/D8
-%%OCCROOT%%/tests/xcaf/dxc_add_CL/D9
-%%OCCROOT%%/tests/xcaf/dxc_add_CL/E1
-%%OCCROOT%%/tests/xcaf/dxc_add_CL/E2
-%%OCCROOT%%/tests/xcaf/dxc_add_CL/E3
-%%OCCROOT%%/tests/xcaf/dxc_add_CL/E4
-%%OCCROOT%%/tests/xcaf/dxc_add_CL/E5
-%%OCCROOT%%/tests/xcaf/dxc_add_CL/E6
-%%OCCROOT%%/tests/xcaf/dxc_add_CL/E7
-%%OCCROOT%%/tests/xcaf/dxc_add_CL/E8
-%%OCCROOT%%/tests/xcaf/dxc_add_CL/E9
-%%OCCROOT%%/tests/xcaf/dxc_add_CL/F1
-%%OCCROOT%%/tests/xcaf/dxc_add_CL/F2
-%%OCCROOT%%/tests/xcaf/dxc_add_CL/F3
-%%OCCROOT%%/tests/xcaf/dxc_add_CL/F4
-%%OCCROOT%%/tests/xcaf/dxc_add_CL/F5
-%%OCCROOT%%/tests/xcaf/dxc_add_CL/F6
-%%OCCROOT%%/tests/xcaf/dxc_add_CL/F7
-%%OCCROOT%%/tests/xcaf/dxc_add_CL/F8
-%%OCCROOT%%/tests/xcaf/dxc_add_CL/F9
-%%OCCROOT%%/tests/xcaf/dxc_add_CL/G1
-%%OCCROOT%%/tests/xcaf/dxc_add_CL/G2
-%%OCCROOT%%/tests/xcaf/dxc_add_CL/G3
-%%OCCROOT%%/tests/xcaf/dxc_add_CL/G4
-%%OCCROOT%%/tests/xcaf/dxc_add_CL/G5
-%%OCCROOT%%/tests/xcaf/dxc_add_CL/G6
-%%OCCROOT%%/tests/xcaf/dxc_add_CL/G7
-%%OCCROOT%%/tests/xcaf/dxc_add_CL/G8
-%%OCCROOT%%/tests/xcaf/dxc_add_CL/G9
-%%OCCROOT%%/tests/xcaf/dxc_add_CL/I1
-%%OCCROOT%%/tests/xcaf/dxc_add_CL/I2
-%%OCCROOT%%/tests/xcaf/dxc_add_CL/I3
-%%OCCROOT%%/tests/xcaf/dxc_add_CL/I4
-%%OCCROOT%%/tests/xcaf/dxc_add_CL/I5
-%%OCCROOT%%/tests/xcaf/dxc_add_CL/I6
+%%OCCROOT%%/tests/xcaf/brep_to_xbf/A1
+%%OCCROOT%%/tests/xcaf/brep_to_xbf/A2
+%%OCCROOT%%/tests/xcaf/brep_to_xbf/A3
+%%OCCROOT%%/tests/xcaf/brep_to_xbf/A4
+%%OCCROOT%%/tests/xcaf/brep_to_xbf/A5
+%%OCCROOT%%/tests/xcaf/brep_to_xbf/A6
+%%OCCROOT%%/tests/xcaf/brep_to_xbf/A7
+%%OCCROOT%%/tests/xcaf/brep_to_xbf/A8
+%%OCCROOT%%/tests/xcaf/brep_to_xbf/A9
+%%OCCROOT%%/tests/xcaf/brep_to_xbf/B1
+%%OCCROOT%%/tests/xcaf/brep_to_xbf/B2
+%%OCCROOT%%/tests/xcaf/brep_to_xbf/B3
+%%OCCROOT%%/tests/xcaf/brep_to_xbf/B4
+%%OCCROOT%%/tests/xcaf/brep_to_xbf/B5
+%%OCCROOT%%/tests/xcaf/brep_to_xbf/B6
+%%OCCROOT%%/tests/xcaf/brep_to_xbf/B7
+%%OCCROOT%%/tests/xcaf/brep_to_xbf/B8
+%%OCCROOT%%/tests/xcaf/brep_to_xbf/B9
+%%OCCROOT%%/tests/xcaf/brep_to_xbf/C1
+%%OCCROOT%%/tests/xcaf/brep_to_xbf/C2
+%%OCCROOT%%/tests/xcaf/brep_to_xbf/C3
+%%OCCROOT%%/tests/xcaf/brep_to_xbf/C4
+%%OCCROOT%%/tests/xcaf/brep_to_xbf/C5
+%%OCCROOT%%/tests/xcaf/brep_to_xbf/C6
+%%OCCROOT%%/tests/xcaf/brep_to_xbf/C7
+%%OCCROOT%%/tests/xcaf/brep_to_xbf/C8
+%%OCCROOT%%/tests/xcaf/brep_to_xbf/C9
+%%OCCROOT%%/tests/xcaf/brep_to_xbf/D1
+%%OCCROOT%%/tests/xcaf/brep_to_xbf/D2
+%%OCCROOT%%/tests/xcaf/brep_to_xbf/D3
+%%OCCROOT%%/tests/xcaf/brep_to_xbf/D4
+%%OCCROOT%%/tests/xcaf/brep_to_xbf/D5
+%%OCCROOT%%/tests/xcaf/brep_to_xbf/D6
+%%OCCROOT%%/tests/xcaf/brep_to_xbf/D7
+%%OCCROOT%%/tests/xcaf/brep_to_xbf/D8
+%%OCCROOT%%/tests/xcaf/brep_to_xbf/D9
+%%OCCROOT%%/tests/xcaf/brep_to_xbf/E1
+%%OCCROOT%%/tests/xcaf/brep_to_xbf/E2
+%%OCCROOT%%/tests/xcaf/brep_to_xbf/E3
+%%OCCROOT%%/tests/xcaf/brep_to_xbf/E4
+%%OCCROOT%%/tests/xcaf/brep_to_xbf/E5
+%%OCCROOT%%/tests/xcaf/brep_to_xbf/E6
+%%OCCROOT%%/tests/xcaf/brep_to_xbf/E7
+%%OCCROOT%%/tests/xcaf/brep_to_xbf/E8
+%%OCCROOT%%/tests/xcaf/brep_to_xbf/E9
+%%OCCROOT%%/tests/xcaf/brep_to_xbf/F1
+%%OCCROOT%%/tests/xcaf/brep_to_xbf/F2
+%%OCCROOT%%/tests/xcaf/brep_to_xbf/F3
+%%OCCROOT%%/tests/xcaf/brep_to_xbf/F4
+%%OCCROOT%%/tests/xcaf/brep_to_xbf/F5
+%%OCCROOT%%/tests/xcaf/brep_to_xbf/F6
+%%OCCROOT%%/tests/xcaf/brep_to_xbf/F7
+%%OCCROOT%%/tests/xcaf/brep_to_xbf/F8
+%%OCCROOT%%/tests/xcaf/brep_to_xbf/F9
+%%OCCROOT%%/tests/xcaf/brep_to_xbf/G1
+%%OCCROOT%%/tests/xcaf/brep_to_xbf/G2
+%%OCCROOT%%/tests/xcaf/brep_to_xbf/G3
+%%OCCROOT%%/tests/xcaf/brep_to_xbf/G4
+%%OCCROOT%%/tests/xcaf/brep_to_xbf/G5
+%%OCCROOT%%/tests/xcaf/brep_to_xbf/G6
+%%OCCROOT%%/tests/xcaf/brep_to_xbf/G7
+%%OCCROOT%%/tests/xcaf/brep_to_xbf/G8
+%%OCCROOT%%/tests/xcaf/brep_to_xbf/G9
+%%OCCROOT%%/tests/xcaf/brep_to_xbf/I1
+%%OCCROOT%%/tests/xcaf/brep_to_xbf/I2
+%%OCCROOT%%/tests/xcaf/brep_to_xbf/I3
+%%OCCROOT%%/tests/xcaf/brep_to_xbf/I4
+%%OCCROOT%%/tests/xcaf/brep_to_xbf/I5
+%%OCCROOT%%/tests/xcaf/brep_to_xbf/I6
%%OCCROOT%%/tests/xcaf/end
%%OCCROOT%%/tests/xcaf/grids.list
%%OCCROOT%%/tests/xcaf/igs_add_ACL/A1
-%%OCCROOT%%/tests/xcaf/igs_to_dxc/A1
-%%OCCROOT%%/tests/xcaf/igs_to_dxc/A2
-%%OCCROOT%%/tests/xcaf/igs_to_dxc/A3
-%%OCCROOT%%/tests/xcaf/igs_to_dxc/A4
-%%OCCROOT%%/tests/xcaf/igs_to_dxc/A5
-%%OCCROOT%%/tests/xcaf/igs_to_dxc/A6
-%%OCCROOT%%/tests/xcaf/igs_to_dxc/A7
-%%OCCROOT%%/tests/xcaf/igs_to_dxc/A8
-%%OCCROOT%%/tests/xcaf/igs_to_dxc/A9
-%%OCCROOT%%/tests/xcaf/igs_to_dxc/B1
-%%OCCROOT%%/tests/xcaf/igs_to_dxc/B2
-%%OCCROOT%%/tests/xcaf/igs_to_dxc/B3
-%%OCCROOT%%/tests/xcaf/igs_to_dxc/B4
-%%OCCROOT%%/tests/xcaf/igs_to_dxc/B5
-%%OCCROOT%%/tests/xcaf/igs_to_dxc/B6
-%%OCCROOT%%/tests/xcaf/igs_to_dxc/B7
-%%OCCROOT%%/tests/xcaf/igs_to_dxc/B8
-%%OCCROOT%%/tests/xcaf/igs_to_dxc/B9
-%%OCCROOT%%/tests/xcaf/igs_to_dxc/C1
-%%OCCROOT%%/tests/xcaf/igs_to_dxc/C2
-%%OCCROOT%%/tests/xcaf/igs_to_dxc/C3
-%%OCCROOT%%/tests/xcaf/igs_to_dxc/C4
-%%OCCROOT%%/tests/xcaf/igs_to_dxc/C5
-%%OCCROOT%%/tests/xcaf/igs_to_dxc/C6
-%%OCCROOT%%/tests/xcaf/igs_to_dxc/C7
-%%OCCROOT%%/tests/xcaf/igs_to_dxc/C8
-%%OCCROOT%%/tests/xcaf/igs_to_dxc/C9
-%%OCCROOT%%/tests/xcaf/igs_to_dxc/D1
-%%OCCROOT%%/tests/xcaf/igs_to_dxc/D2
-%%OCCROOT%%/tests/xcaf/igs_to_dxc/D3
-%%OCCROOT%%/tests/xcaf/igs_to_dxc/D4
-%%OCCROOT%%/tests/xcaf/igs_to_dxc/D5
-%%OCCROOT%%/tests/xcaf/igs_to_dxc/D6
-%%OCCROOT%%/tests/xcaf/igs_to_dxc/D7
-%%OCCROOT%%/tests/xcaf/igs_to_dxc/D8
-%%OCCROOT%%/tests/xcaf/igs_to_dxc/D9
-%%OCCROOT%%/tests/xcaf/igs_to_dxc/E1
-%%OCCROOT%%/tests/xcaf/igs_to_dxc/E2
-%%OCCROOT%%/tests/xcaf/igs_to_dxc/E3
-%%OCCROOT%%/tests/xcaf/igs_to_dxc/E4
-%%OCCROOT%%/tests/xcaf/igs_to_dxc/E5
-%%OCCROOT%%/tests/xcaf/igs_to_dxc/E6
-%%OCCROOT%%/tests/xcaf/igs_to_dxc/E7
+%%OCCROOT%%/tests/xcaf/igs_to_xbf/A1
+%%OCCROOT%%/tests/xcaf/igs_to_xbf/A2
+%%OCCROOT%%/tests/xcaf/igs_to_xbf/A3
+%%OCCROOT%%/tests/xcaf/igs_to_xbf/A4
+%%OCCROOT%%/tests/xcaf/igs_to_xbf/A5
+%%OCCROOT%%/tests/xcaf/igs_to_xbf/A6
+%%OCCROOT%%/tests/xcaf/igs_to_xbf/A7
+%%OCCROOT%%/tests/xcaf/igs_to_xbf/A8
+%%OCCROOT%%/tests/xcaf/igs_to_xbf/A9
+%%OCCROOT%%/tests/xcaf/igs_to_xbf/B1
+%%OCCROOT%%/tests/xcaf/igs_to_xbf/B2
+%%OCCROOT%%/tests/xcaf/igs_to_xbf/B3
+%%OCCROOT%%/tests/xcaf/igs_to_xbf/B4
+%%OCCROOT%%/tests/xcaf/igs_to_xbf/B5
+%%OCCROOT%%/tests/xcaf/igs_to_xbf/B6
+%%OCCROOT%%/tests/xcaf/igs_to_xbf/B7
+%%OCCROOT%%/tests/xcaf/igs_to_xbf/B8
+%%OCCROOT%%/tests/xcaf/igs_to_xbf/B9
+%%OCCROOT%%/tests/xcaf/igs_to_xbf/C1
+%%OCCROOT%%/tests/xcaf/igs_to_xbf/C2
+%%OCCROOT%%/tests/xcaf/igs_to_xbf/C3
+%%OCCROOT%%/tests/xcaf/igs_to_xbf/C4
+%%OCCROOT%%/tests/xcaf/igs_to_xbf/C5
+%%OCCROOT%%/tests/xcaf/igs_to_xbf/C6
+%%OCCROOT%%/tests/xcaf/igs_to_xbf/C7
+%%OCCROOT%%/tests/xcaf/igs_to_xbf/C8
+%%OCCROOT%%/tests/xcaf/igs_to_xbf/C9
+%%OCCROOT%%/tests/xcaf/igs_to_xbf/D1
+%%OCCROOT%%/tests/xcaf/igs_to_xbf/D2
+%%OCCROOT%%/tests/xcaf/igs_to_xbf/D3
+%%OCCROOT%%/tests/xcaf/igs_to_xbf/D4
+%%OCCROOT%%/tests/xcaf/igs_to_xbf/D5
+%%OCCROOT%%/tests/xcaf/igs_to_xbf/D6
+%%OCCROOT%%/tests/xcaf/igs_to_xbf/D7
+%%OCCROOT%%/tests/xcaf/igs_to_xbf/D8
+%%OCCROOT%%/tests/xcaf/igs_to_xbf/D9
+%%OCCROOT%%/tests/xcaf/igs_to_xbf/E1
+%%OCCROOT%%/tests/xcaf/igs_to_xbf/E2
+%%OCCROOT%%/tests/xcaf/igs_to_xbf/E3
+%%OCCROOT%%/tests/xcaf/igs_to_xbf/E4
+%%OCCROOT%%/tests/xcaf/igs_to_xbf/E5
+%%OCCROOT%%/tests/xcaf/igs_to_xbf/E6
+%%OCCROOT%%/tests/xcaf/igs_to_xbf/E7
%%OCCROOT%%/tests/xcaf/parse.rules
%%OCCROOT%%/tests/xcaf/stp_add_ACL/A1
-%%OCCROOT%%/tests/xcaf/stp_to_dxc/A1
-%%OCCROOT%%/tests/xcaf/stp_to_dxc/A2
-%%OCCROOT%%/tests/xcaf/stp_to_dxc/A3
-%%OCCROOT%%/tests/xcaf/stp_to_dxc/A4
-%%OCCROOT%%/tests/xcaf/stp_to_dxc/A5
-%%OCCROOT%%/tests/xcaf/stp_to_dxc/A6
-%%OCCROOT%%/tests/xcaf/stp_to_dxc/A7
-%%OCCROOT%%/tests/xcaf/stp_to_dxc/A8
-%%OCCROOT%%/tests/xcaf/stp_to_dxc/A9
-%%OCCROOT%%/tests/xcaf/stp_to_dxc/B1
-%%OCCROOT%%/tests/xcaf/stp_to_dxc/B2
-%%OCCROOT%%/tests/xcaf/stp_to_dxc/B3
-%%OCCROOT%%/tests/xcaf/stp_to_dxc/B4
-%%OCCROOT%%/tests/xcaf/stp_to_dxc/B5
-%%OCCROOT%%/tests/xcaf/stp_to_dxc/B6
-%%OCCROOT%%/tests/xcaf/stp_to_dxc/B7
-%%OCCROOT%%/tests/xcaf/stp_to_dxc/B8
-%%OCCROOT%%/tests/xcaf/stp_to_dxc/B9
-%%OCCROOT%%/tests/xcaf/stp_to_dxc/C1
-%%OCCROOT%%/tests/xcaf/stp_to_dxc/C2
-%%OCCROOT%%/tests/xcaf/stp_to_dxc/C3
-%%OCCROOT%%/tests/xcaf/stp_to_dxc/C4
-%%OCCROOT%%/tests/xcaf/stp_to_dxc/C5
-%%OCCROOT%%/tests/xcaf/stp_to_dxc/C6
-%%OCCROOT%%/tests/xcaf/stp_to_dxc/C7
-%%OCCROOT%%/tests/xcaf/stp_to_dxc/C8
-%%OCCROOT%%/tests/xcaf/stp_to_dxc/C9
-%%OCCROOT%%/tests/xcaf/stp_to_dxc/D1
-%%OCCROOT%%/tests/xcaf/stp_to_dxc/D2
-%%OCCROOT%%/tests/xcaf/stp_to_dxc/D3
-%%OCCROOT%%/tests/xcaf/stp_to_dxc/D4
-%%OCCROOT%%/tests/xcaf/stp_to_dxc/D5
-%%OCCROOT%%/tests/xcaf/stp_to_dxc/D6
-%%OCCROOT%%/tests/xcaf/stp_to_dxc/D7
-%%OCCROOT%%/tests/xcaf/stp_to_dxc/D8
-%%OCCROOT%%/tests/xcaf/stp_to_dxc/D9
-%%OCCROOT%%/tests/xcaf/stp_to_dxc/E1
-%%OCCROOT%%/tests/xcaf/stp_to_dxc/E2
-%%OCCROOT%%/tests/xcaf/stp_to_dxc/E3
-%%OCCROOT%%/tests/xcaf/stp_to_dxc/E4
-%%OCCROOT%%/tests/xcaf/stp_to_dxc/E5
-%%OCCROOT%%/tests/xcaf/stp_to_dxc/E6
-%%OCCROOT%%/tests/xcaf/stp_to_dxc/E7
-%%OCCROOT%%/tests/xcaf/stp_to_dxc/E8
-%%OCCROOT%%/tests/xcaf/stp_to_dxc/E9
-%%OCCROOT%%/tests/xcaf/stp_to_dxc/F1
-%%OCCROOT%%/tests/xcaf/stp_to_dxc/F2
-%%OCCROOT%%/tests/xcaf/stp_to_dxc/F3
-%%OCCROOT%%/tests/xcaf/stp_to_dxc/F4
-%%OCCROOT%%/tests/xcaf/stp_to_dxc/F5
-%%OCCROOT%%/tests/xcaf/stp_to_dxc/F6
-%%OCCROOT%%/tests/xcaf/stp_to_dxc/F7
-%%OCCROOT%%/tests/xcaf/stp_to_dxc/F8
-%%OCCROOT%%/tests/xcaf/stp_to_dxc/F9
-%%OCCROOT%%/tests/xcaf/stp_to_dxc/G1
-%%OCCROOT%%/tests/xcaf/stp_to_dxc/G2
-%%OCCROOT%%/tests/xcaf/stp_to_dxc/G3
-%%OCCROOT%%/tests/xcaf/stp_to_dxc/G4
-%%OCCROOT%%/tests/xcaf/stp_to_dxc/G5
-%%OCCROOT%%/tests/xcaf/stp_to_dxc/G6
-%%OCCROOT%%/tests/xcaf/stp_to_dxc/G7
-%%OCCROOT%%/tests/xcaf/stp_to_dxc/G8
-%%OCCROOT%%/tests/xcaf/stp_to_dxc/G9
-%%OCCROOT%%/tests/xcaf/stp_to_dxc/I1
-%%OCCROOT%%/tests/xcaf/stp_to_dxc/I2
-%%OCCROOT%%/tests/xcaf/stp_to_dxc/I3
-%%OCCROOT%%/tests/xcaf/stp_to_dxc/I4
-%%OCCROOT%%/tests/xcaf/stp_to_dxc/I5
-%%OCCROOT%%/tests/xcaf/stp_to_dxc/I6
-%%OCCROOT%%/tests/xcaf/stp_to_dxc/I7
-%%OCCROOT%%/tests/xcaf/stp_to_dxc/I8
-%%OCCROOT%%/tests/xcaf/stp_to_dxc/I9
-%%OCCROOT%%/tests/xcaf/stp_to_dxc/J1
-%%OCCROOT%%/tests/xcaf/stp_to_dxc/J2
-%%OCCROOT%%/tests/xcaf/stp_to_dxc/J3
-%%OCCROOT%%/tests/xcaf/stp_to_dxc/J4
-%%OCCROOT%%/tests/xcaf/stp_to_dxc/J5
-%%OCCROOT%%/tests/xcaf/stp_to_dxc/J6
-%%OCCROOT%%/tests/xcaf/stp_to_dxc/J7
-%%OCCROOT%%/tests/xcaf/stp_to_dxc/J8
-%%OCCROOT%%/tests/xcaf/stp_to_dxc/J9
-%%OCCROOT%%/tests/xcaf/stp_to_dxc/K1
-%%OCCROOT%%/tests/xcaf/stp_to_dxc/K2
-%%OCCROOT%%/tests/xcaf/stp_to_dxc/K3
-%%OCCROOT%%/tests/xcaf/stp_to_dxc/K4
-%%OCCROOT%%/tests/xcaf/stp_to_dxc/K5
-%%OCCROOT%%/tests/xcaf/stp_to_dxc/K6
-%%OCCROOT%%/tests/xcaf/stp_to_dxc/K7
-%%OCCROOT%%/tests/xcaf/stp_to_dxc/K8
-%%OCCROOT%%/tests/xcaf/stp_to_dxc/K9
-%%OCCROOT%%/tests/xcaf/stp_to_dxc/L1
-%%OCCROOT%%/tests/xcaf/stp_to_dxc/L2
-%%OCCROOT%%/tests/xcaf/stp_to_dxc/L3
-%%OCCROOT%%/tests/xcaf/stp_to_dxc/L4
-%%OCCROOT%%/tests/xcaf/stp_to_dxc/L5
-%%OCCROOT%%/tests/xcaf/stp_to_dxc/L6
-%%OCCROOT%%/tests/xcaf/stp_to_dxc/L7
-%%OCCROOT%%/tests/xcaf/stp_to_dxc/L8
-%%OCCROOT%%/tests/xcaf/stp_to_dxc/L9
-%%OCCROOT%%/tests/xcaf/stp_to_dxc/M1
-%%OCCROOT%%/tests/xcaf/stp_to_dxc/M2
-%%OCCROOT%%/tests/xcaf/stp_to_dxc/M3
-%%OCCROOT%%/tests/xcaf/stp_to_dxc/M4
-%%OCCROOT%%/tests/xcaf/stp_to_dxc/M5
-%%OCCROOT%%/tests/xcaf/stp_to_dxc/M6
-%%OCCROOT%%/tests/xcaf/stp_to_dxc/M7
-%%OCCROOT%%/tests/xcaf/stp_to_dxc/M8
-%%OCCROOT%%/tests/xcaf/stp_to_dxc/M9
-%%OCCROOT%%/tests/xcaf/stp_to_dxc/N1
-%%OCCROOT%%/tests/xcaf/stp_to_dxc/N2
-%%OCCROOT%%/tests/xcaf/stp_to_dxc/N3
-%%OCCROOT%%/tests/xcaf/stp_to_dxc/N4
-%%OCCROOT%%/tests/xcaf/stp_to_dxc/N5
-%%OCCROOT%%/tests/xcaf/stp_to_dxc/N6
-%%OCCROOT%%/tests/xcaf/stp_to_dxc/N7
-%%OCCROOT%%/tests/xcaf/stp_to_dxc/N8
-%%OCCROOT%%/tests/xcaf/stp_to_dxc/N9
-%%OCCROOT%%/tests/xcaf/stp_to_dxc/O1
-%%OCCROOT%%/tests/xcaf/stp_to_dxc/O2
-%%OCCROOT%%/tests/xcaf/stp_to_dxc/O3
+%%OCCROOT%%/tests/xcaf/stp_to_xbf/A1
+%%OCCROOT%%/tests/xcaf/stp_to_xbf/A2
+%%OCCROOT%%/tests/xcaf/stp_to_xbf/A3
+%%OCCROOT%%/tests/xcaf/stp_to_xbf/A4
+%%OCCROOT%%/tests/xcaf/stp_to_xbf/A5
+%%OCCROOT%%/tests/xcaf/stp_to_xbf/A6
+%%OCCROOT%%/tests/xcaf/stp_to_xbf/A7
+%%OCCROOT%%/tests/xcaf/stp_to_xbf/A8
+%%OCCROOT%%/tests/xcaf/stp_to_xbf/A9
+%%OCCROOT%%/tests/xcaf/stp_to_xbf/B1
+%%OCCROOT%%/tests/xcaf/stp_to_xbf/B2
+%%OCCROOT%%/tests/xcaf/stp_to_xbf/B3
+%%OCCROOT%%/tests/xcaf/stp_to_xbf/B4
+%%OCCROOT%%/tests/xcaf/stp_to_xbf/B5
+%%OCCROOT%%/tests/xcaf/stp_to_xbf/B6
+%%OCCROOT%%/tests/xcaf/stp_to_xbf/B7
+%%OCCROOT%%/tests/xcaf/stp_to_xbf/B8
+%%OCCROOT%%/tests/xcaf/stp_to_xbf/B9
+%%OCCROOT%%/tests/xcaf/stp_to_xbf/C1
+%%OCCROOT%%/tests/xcaf/stp_to_xbf/C2
+%%OCCROOT%%/tests/xcaf/stp_to_xbf/C3
+%%OCCROOT%%/tests/xcaf/stp_to_xbf/C4
+%%OCCROOT%%/tests/xcaf/stp_to_xbf/C5
+%%OCCROOT%%/tests/xcaf/stp_to_xbf/C6
+%%OCCROOT%%/tests/xcaf/stp_to_xbf/C7
+%%OCCROOT%%/tests/xcaf/stp_to_xbf/C8
+%%OCCROOT%%/tests/xcaf/stp_to_xbf/C9
+%%OCCROOT%%/tests/xcaf/stp_to_xbf/D1
+%%OCCROOT%%/tests/xcaf/stp_to_xbf/D2
+%%OCCROOT%%/tests/xcaf/stp_to_xbf/D3
+%%OCCROOT%%/tests/xcaf/stp_to_xbf/D4
+%%OCCROOT%%/tests/xcaf/stp_to_xbf/D5
+%%OCCROOT%%/tests/xcaf/stp_to_xbf/D6
+%%OCCROOT%%/tests/xcaf/stp_to_xbf/D7
+%%OCCROOT%%/tests/xcaf/stp_to_xbf/D8
+%%OCCROOT%%/tests/xcaf/stp_to_xbf/D9
+%%OCCROOT%%/tests/xcaf/stp_to_xbf/E1
+%%OCCROOT%%/tests/xcaf/stp_to_xbf/E2
+%%OCCROOT%%/tests/xcaf/stp_to_xbf/E3
+%%OCCROOT%%/tests/xcaf/stp_to_xbf/E4
+%%OCCROOT%%/tests/xcaf/stp_to_xbf/E5
+%%OCCROOT%%/tests/xcaf/stp_to_xbf/E6
+%%OCCROOT%%/tests/xcaf/stp_to_xbf/E7
+%%OCCROOT%%/tests/xcaf/stp_to_xbf/E8
+%%OCCROOT%%/tests/xcaf/stp_to_xbf/E9
+%%OCCROOT%%/tests/xcaf/stp_to_xbf/F1
+%%OCCROOT%%/tests/xcaf/stp_to_xbf/F2
+%%OCCROOT%%/tests/xcaf/stp_to_xbf/F3
+%%OCCROOT%%/tests/xcaf/stp_to_xbf/F4
+%%OCCROOT%%/tests/xcaf/stp_to_xbf/F5
+%%OCCROOT%%/tests/xcaf/stp_to_xbf/F6
+%%OCCROOT%%/tests/xcaf/stp_to_xbf/F7
+%%OCCROOT%%/tests/xcaf/stp_to_xbf/F8
+%%OCCROOT%%/tests/xcaf/stp_to_xbf/F9
+%%OCCROOT%%/tests/xcaf/stp_to_xbf/G1
+%%OCCROOT%%/tests/xcaf/stp_to_xbf/G2
+%%OCCROOT%%/tests/xcaf/stp_to_xbf/G3
+%%OCCROOT%%/tests/xcaf/stp_to_xbf/G4
+%%OCCROOT%%/tests/xcaf/stp_to_xbf/G5
+%%OCCROOT%%/tests/xcaf/stp_to_xbf/G6
+%%OCCROOT%%/tests/xcaf/stp_to_xbf/G7
+%%OCCROOT%%/tests/xcaf/stp_to_xbf/G8
+%%OCCROOT%%/tests/xcaf/stp_to_xbf/G9
+%%OCCROOT%%/tests/xcaf/stp_to_xbf/I1
+%%OCCROOT%%/tests/xcaf/stp_to_xbf/I2
+%%OCCROOT%%/tests/xcaf/stp_to_xbf/I3
+%%OCCROOT%%/tests/xcaf/stp_to_xbf/I4
+%%OCCROOT%%/tests/xcaf/stp_to_xbf/I5
+%%OCCROOT%%/tests/xcaf/stp_to_xbf/I6
+%%OCCROOT%%/tests/xcaf/stp_to_xbf/I7
+%%OCCROOT%%/tests/xcaf/stp_to_xbf/I8
+%%OCCROOT%%/tests/xcaf/stp_to_xbf/I9
+%%OCCROOT%%/tests/xcaf/stp_to_xbf/J1
+%%OCCROOT%%/tests/xcaf/stp_to_xbf/J2
+%%OCCROOT%%/tests/xcaf/stp_to_xbf/J3
+%%OCCROOT%%/tests/xcaf/stp_to_xbf/J4
+%%OCCROOT%%/tests/xcaf/stp_to_xbf/J5
+%%OCCROOT%%/tests/xcaf/stp_to_xbf/J6
+%%OCCROOT%%/tests/xcaf/stp_to_xbf/J7
+%%OCCROOT%%/tests/xcaf/stp_to_xbf/J8
+%%OCCROOT%%/tests/xcaf/stp_to_xbf/J9
+%%OCCROOT%%/tests/xcaf/stp_to_xbf/K1
+%%OCCROOT%%/tests/xcaf/stp_to_xbf/K2
+%%OCCROOT%%/tests/xcaf/stp_to_xbf/K3
+%%OCCROOT%%/tests/xcaf/stp_to_xbf/K4
+%%OCCROOT%%/tests/xcaf/stp_to_xbf/K5
+%%OCCROOT%%/tests/xcaf/stp_to_xbf/K6
+%%OCCROOT%%/tests/xcaf/stp_to_xbf/K7
+%%OCCROOT%%/tests/xcaf/stp_to_xbf/K8
+%%OCCROOT%%/tests/xcaf/stp_to_xbf/K9
+%%OCCROOT%%/tests/xcaf/stp_to_xbf/L1
+%%OCCROOT%%/tests/xcaf/stp_to_xbf/L2
+%%OCCROOT%%/tests/xcaf/stp_to_xbf/L3
+%%OCCROOT%%/tests/xcaf/stp_to_xbf/L4
+%%OCCROOT%%/tests/xcaf/stp_to_xbf/L5
+%%OCCROOT%%/tests/xcaf/stp_to_xbf/L6
+%%OCCROOT%%/tests/xcaf/stp_to_xbf/L7
+%%OCCROOT%%/tests/xcaf/stp_to_xbf/L8
+%%OCCROOT%%/tests/xcaf/stp_to_xbf/L9
+%%OCCROOT%%/tests/xcaf/stp_to_xbf/M1
+%%OCCROOT%%/tests/xcaf/stp_to_xbf/M2
+%%OCCROOT%%/tests/xcaf/stp_to_xbf/M3
+%%OCCROOT%%/tests/xcaf/stp_to_xbf/M4
+%%OCCROOT%%/tests/xcaf/stp_to_xbf/M5
+%%OCCROOT%%/tests/xcaf/stp_to_xbf/M6
+%%OCCROOT%%/tests/xcaf/stp_to_xbf/M7
+%%OCCROOT%%/tests/xcaf/stp_to_xbf/M8
+%%OCCROOT%%/tests/xcaf/stp_to_xbf/M9
+%%OCCROOT%%/tests/xcaf/stp_to_xbf/N1
+%%OCCROOT%%/tests/xcaf/stp_to_xbf/N2
+%%OCCROOT%%/tests/xcaf/stp_to_xbf/N3
+%%OCCROOT%%/tests/xcaf/stp_to_xbf/N4
+%%OCCROOT%%/tests/xcaf/stp_to_xbf/N5
+%%OCCROOT%%/tests/xcaf/stp_to_xbf/N6
+%%OCCROOT%%/tests/xcaf/stp_to_xbf/N7
+%%OCCROOT%%/tests/xcaf/stp_to_xbf/N8
+%%OCCROOT%%/tests/xcaf/stp_to_xbf/N9
+%%OCCROOT%%/tests/xcaf/stp_to_xbf/O1
+%%OCCROOT%%/tests/xcaf/stp_to_xbf/O2
+%%OCCROOT%%/tests/xcaf/stp_to_xbf/O3
+%%OCCROOT%%/tests/xcaf/xbf/A1
+%%OCCROOT%%/tests/xcaf/xbf_add_ACL/A1
+%%OCCROOT%%/tests/xcaf/xbf_add_CL/A1
+%%OCCROOT%%/tests/xcaf/xbf_add_CL/A2
+%%OCCROOT%%/tests/xcaf/xbf_add_CL/A3
+%%OCCROOT%%/tests/xcaf/xbf_add_CL/A4
+%%OCCROOT%%/tests/xcaf/xbf_add_CL/A5
+%%OCCROOT%%/tests/xcaf/xbf_add_CL/A6
+%%OCCROOT%%/tests/xcaf/xbf_add_CL/A7
+%%OCCROOT%%/tests/xcaf/xbf_add_CL/A8
+%%OCCROOT%%/tests/xcaf/xbf_add_CL/A9
+%%OCCROOT%%/tests/xcaf/xbf_add_CL/B1
+%%OCCROOT%%/tests/xcaf/xbf_add_CL/B2
+%%OCCROOT%%/tests/xcaf/xbf_add_CL/B3
+%%OCCROOT%%/tests/xcaf/xbf_add_CL/B4
+%%OCCROOT%%/tests/xcaf/xbf_add_CL/B5
+%%OCCROOT%%/tests/xcaf/xbf_add_CL/B6
+%%OCCROOT%%/tests/xcaf/xbf_add_CL/B7
+%%OCCROOT%%/tests/xcaf/xbf_add_CL/B8
+%%OCCROOT%%/tests/xcaf/xbf_add_CL/B9
+%%OCCROOT%%/tests/xcaf/xbf_add_CL/C1
+%%OCCROOT%%/tests/xcaf/xbf_add_CL/C2
+%%OCCROOT%%/tests/xcaf/xbf_add_CL/C3
+%%OCCROOT%%/tests/xcaf/xbf_add_CL/C4
+%%OCCROOT%%/tests/xcaf/xbf_add_CL/C5
+%%OCCROOT%%/tests/xcaf/xbf_add_CL/C6
+%%OCCROOT%%/tests/xcaf/xbf_add_CL/C7
+%%OCCROOT%%/tests/xcaf/xbf_add_CL/C8
+%%OCCROOT%%/tests/xcaf/xbf_add_CL/C9
+%%OCCROOT%%/tests/xcaf/xbf_add_CL/D1
+%%OCCROOT%%/tests/xcaf/xbf_add_CL/D2
+%%OCCROOT%%/tests/xcaf/xbf_add_CL/D3
+%%OCCROOT%%/tests/xcaf/xbf_add_CL/D4
+%%OCCROOT%%/tests/xcaf/xbf_add_CL/D5
+%%OCCROOT%%/tests/xcaf/xbf_add_CL/D6
+%%OCCROOT%%/tests/xcaf/xbf_add_CL/D7
+%%OCCROOT%%/tests/xcaf/xbf_add_CL/D8
+%%OCCROOT%%/tests/xcaf/xbf_add_CL/D9
+%%OCCROOT%%/tests/xcaf/xbf_add_CL/E1
+%%OCCROOT%%/tests/xcaf/xbf_add_CL/E2
+%%OCCROOT%%/tests/xcaf/xbf_add_CL/E3
+%%OCCROOT%%/tests/xcaf/xbf_add_CL/E4
+%%OCCROOT%%/tests/xcaf/xbf_add_CL/E5
+%%OCCROOT%%/tests/xcaf/xbf_add_CL/E6
+%%OCCROOT%%/tests/xcaf/xbf_add_CL/E7
+%%OCCROOT%%/tests/xcaf/xbf_add_CL/E8
+%%OCCROOT%%/tests/xcaf/xbf_add_CL/E9
+%%OCCROOT%%/tests/xcaf/xbf_add_CL/F1
+%%OCCROOT%%/tests/xcaf/xbf_add_CL/F2
+%%OCCROOT%%/tests/xcaf/xbf_add_CL/F3
+%%OCCROOT%%/tests/xcaf/xbf_add_CL/F4
+%%OCCROOT%%/tests/xcaf/xbf_add_CL/F5
+%%OCCROOT%%/tests/xcaf/xbf_add_CL/F6
+%%OCCROOT%%/tests/xcaf/xbf_add_CL/F7
+%%OCCROOT%%/tests/xcaf/xbf_add_CL/F8
+%%OCCROOT%%/tests/xcaf/xbf_add_CL/F9
+%%OCCROOT%%/tests/xcaf/xbf_add_CL/G1
+%%OCCROOT%%/tests/xcaf/xbf_add_CL/G2
+%%OCCROOT%%/tests/xcaf/xbf_add_CL/G3
+%%OCCROOT%%/tests/xcaf/xbf_add_CL/G4
+%%OCCROOT%%/tests/xcaf/xbf_add_CL/G5
+%%OCCROOT%%/tests/xcaf/xbf_add_CL/G6
+%%OCCROOT%%/tests/xcaf/xbf_add_CL/G7
+%%OCCROOT%%/tests/xcaf/xbf_add_CL/G8
+%%OCCROOT%%/tests/xcaf/xbf_add_CL/G9
+%%OCCROOT%%/tests/xcaf/xbf_add_CL/I1
+%%OCCROOT%%/tests/xcaf/xbf_add_CL/I2
+%%OCCROOT%%/tests/xcaf/xbf_add_CL/I3
+%%OCCROOT%%/tests/xcaf/xbf_add_CL/I4
+%%OCCROOT%%/tests/xcaf/xbf_add_CL/I5
+%%OCCROOT%%/tests/xcaf/xbf_add_CL/I6
%%OCCROOT%%/tests/xml/begin
%%OCCROOT%%/tests/xml/data/ocaf/A1
%%OCCROOT%%/tests/xml/data/ocaf/A2
@@ -15433,17 +16989,21 @@
%%OCCROOT%%/tests/xml/data/xcaf/A9
%%OCCROOT%%/tests/xml/end
%%OCCROOT%%/tests/xml/grids.list
-%%OCCROOT%%/tests/xml/ocaf_std/begin
-%%OCCROOT%%/tests/xml/ocaf_std/cases.list
+%%OCCROOT%%/tests/xml/ocaf_cbf/begin
+%%OCCROOT%%/tests/xml/ocaf_cbf/cases.list
%%OCCROOT%%/tests/xml/ocaf_xml/begin
%%OCCROOT%%/tests/xml/ocaf_xml/cases.list
-%%OCCROOT%%/tests/xml/xcaf_dxc/begin
-%%OCCROOT%%/tests/xml/xcaf_dxc/cases.list
+%%OCCROOT%%/tests/xml/xcaf_xbf/begin
+%%OCCROOT%%/tests/xml/xcaf_xbf/cases.list
%%OCCROOT%%/tests/xml/xcaf_xml/begin
%%OCCROOT%%/tests/xml/xcaf_xml/cases.list
bin/DRAWEXE
include/OpenCASCADE/AIS.hxx
include/OpenCASCADE/AIS_AngleDimension.hxx
+include/OpenCASCADE/AIS_Animation.hxx
+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
@@ -15457,22 +17017,20 @@ include/OpenCASCADE/AIS_Chamf3dDimension.lxx
include/OpenCASCADE/AIS_Circle.hxx
include/OpenCASCADE/AIS_Circle.lxx
include/OpenCASCADE/AIS_ClearMode.hxx
+include/OpenCASCADE/AIS_ColorScale.hxx
+include/OpenCASCADE/AIS_ColoredDrawer.hxx
include/OpenCASCADE/AIS_ColoredShape.hxx
include/OpenCASCADE/AIS_ConcentricRelation.hxx
include/OpenCASCADE/AIS_ConnectStatus.hxx
include/OpenCASCADE/AIS_ConnectedInteractive.hxx
-include/OpenCASCADE/AIS_ConnectedInteractive.lxx
include/OpenCASCADE/AIS_DataMapIteratorOfDataMapOfILC.hxx
include/OpenCASCADE/AIS_DataMapIteratorOfDataMapOfIOStatus.hxx
include/OpenCASCADE/AIS_DataMapIteratorOfDataMapOfSelStat.hxx
include/OpenCASCADE/AIS_DataMapIteratorOfDataMapofIntegerListOfinteractive.hxx
-include/OpenCASCADE/AIS_DataMapNodeOfDataMapOfILC.hxx
-include/OpenCASCADE/AIS_DataMapNodeOfDataMapOfIOStatus.hxx
-include/OpenCASCADE/AIS_DataMapNodeOfDataMapOfSelStat.hxx
-include/OpenCASCADE/AIS_DataMapNodeOfDataMapofIntegerListOfinteractive.hxx
include/OpenCASCADE/AIS_DataMapOfILC.hxx
include/OpenCASCADE/AIS_DataMapOfIOStatus.hxx
include/OpenCASCADE/AIS_DataMapOfSelStat.hxx
+include/OpenCASCADE/AIS_DataMapOfShapeDrawer.hxx
include/OpenCASCADE/AIS_DataMapofIntegerListOfinteractive.hxx
include/OpenCASCADE/AIS_DiameterDimension.hxx
include/OpenCASCADE/AIS_Dimension.hxx
@@ -15494,7 +17052,6 @@ include/OpenCASCADE/AIS_GlobalStatus.lxx
include/OpenCASCADE/AIS_GraphicTool.hxx
include/OpenCASCADE/AIS_IdenticRelation.hxx
include/OpenCASCADE/AIS_IdenticRelation.lxx
-include/OpenCASCADE/AIS_IndexedDataMapNodeOfIndexedDataMapOfOwnerPrs.hxx
include/OpenCASCADE/AIS_IndexedDataMapOfOwnerPrs.hxx
include/OpenCASCADE/AIS_InteractiveContext.hxx
include/OpenCASCADE/AIS_InteractiveContext.lxx
@@ -15508,12 +17065,14 @@ include/OpenCASCADE/AIS_LengthDimension.hxx
include/OpenCASCADE/AIS_Line.hxx
include/OpenCASCADE/AIS_Line.lxx
include/OpenCASCADE/AIS_ListIteratorOfListOfInteractive.hxx
-include/OpenCASCADE/AIS_ListNodeOfListOfInteractive.hxx
include/OpenCASCADE/AIS_ListOfInteractive.hxx
include/OpenCASCADE/AIS_LocalContext.hxx
include/OpenCASCADE/AIS_LocalContext.lxx
include/OpenCASCADE/AIS_LocalStatus.hxx
include/OpenCASCADE/AIS_LocalStatus.lxx
+include/OpenCASCADE/AIS_Manipulator.hxx
+include/OpenCASCADE/AIS_ManipulatorMode.hxx
+include/OpenCASCADE/AIS_ManipulatorOwner.hxx
include/OpenCASCADE/AIS_MapIteratorOfMapOfInteractive.hxx
include/OpenCASCADE/AIS_MapOfInteractive.hxx
include/OpenCASCADE/AIS_MaxRadiusDimension.hxx
@@ -15521,12 +17080,10 @@ include/OpenCASCADE/AIS_MidPointRelation.hxx
include/OpenCASCADE/AIS_MidPointRelation.lxx
include/OpenCASCADE/AIS_MinRadiusDimension.hxx
include/OpenCASCADE/AIS_MultipleConnectedInteractive.hxx
-include/OpenCASCADE/AIS_NDataMapOfTransientIteratorOfListTransient.hxx
-include/OpenCASCADE/AIS_NListIteratorOfListTransient.hxx
-include/OpenCASCADE/AIS_NListTransient.hxx
+include/OpenCASCADE/AIS_MultipleConnectedInteractive.lxx
+include/OpenCASCADE/AIS_NListOfEntityOwner.hxx
include/OpenCASCADE/AIS_OffsetDimension.hxx
include/OpenCASCADE/AIS_OffsetDimension.lxx
-include/OpenCASCADE/AIS_PToContext.hxx
include/OpenCASCADE/AIS_ParallelRelation.hxx
include/OpenCASCADE/AIS_ParallelRelation.lxx
include/OpenCASCADE/AIS_PerpendicularRelation.hxx
@@ -15540,11 +17097,9 @@ include/OpenCASCADE/AIS_PointCloud.hxx
include/OpenCASCADE/AIS_RadiusDimension.hxx
include/OpenCASCADE/AIS_Relation.hxx
include/OpenCASCADE/AIS_Relation.lxx
+include/OpenCASCADE/AIS_RubberBand.hxx
include/OpenCASCADE/AIS_SelectStatus.hxx
include/OpenCASCADE/AIS_Selection.hxx
-include/OpenCASCADE/AIS_Selection.lxx
-include/OpenCASCADE/AIS_SequenceNodeOfSequenceOfDimension.hxx
-include/OpenCASCADE/AIS_SequenceNodeOfSequenceOfInteractive.hxx
include/OpenCASCADE/AIS_SequenceOfDimension.hxx
include/OpenCASCADE/AIS_SequenceOfInteractive.hxx
include/OpenCASCADE/AIS_Shape.hxx
@@ -15553,7 +17108,6 @@ include/OpenCASCADE/AIS_SignatureFilter.hxx
include/OpenCASCADE/AIS_StandardDatum.hxx
include/OpenCASCADE/AIS_StatusOfDetection.hxx
include/OpenCASCADE/AIS_StatusOfPick.hxx
-include/OpenCASCADE/AIS_StdMapNodeOfMapOfInteractive.hxx
include/OpenCASCADE/AIS_SymmetricRelation.hxx
include/OpenCASCADE/AIS_SymmetricRelation.lxx
include/OpenCASCADE/AIS_TangentRelation.hxx
@@ -15563,6 +17117,8 @@ include/OpenCASCADE/AIS_Triangulation.hxx
include/OpenCASCADE/AIS_Trihedron.hxx
include/OpenCASCADE/AIS_Trihedron.lxx
include/OpenCASCADE/AIS_TypeFilter.hxx
+include/OpenCASCADE/AIS_TypeOfAngle.hxx
+include/OpenCASCADE/AIS_TypeOfAngleArrowVisibility.hxx
include/OpenCASCADE/AIS_TypeOfAttribute.hxx
include/OpenCASCADE/AIS_TypeOfAxis.hxx
include/OpenCASCADE/AIS_TypeOfDist.hxx
@@ -15577,7 +17133,10 @@ 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
@@ -15590,22 +17149,15 @@ include/OpenCASCADE/Adaptor3d_HCurve.hxx
include/OpenCASCADE/Adaptor3d_HCurve.lxx
include/OpenCASCADE/Adaptor3d_HCurveOnSurface.hxx
include/OpenCASCADE/Adaptor3d_HIsoCurve.hxx
-include/OpenCASCADE/Adaptor3d_HOffsetCurve.hxx
include/OpenCASCADE/Adaptor3d_HSurface.hxx
include/OpenCASCADE/Adaptor3d_HSurface.lxx
-include/OpenCASCADE/Adaptor3d_HSurfaceOfLinearExtrusion.hxx
-include/OpenCASCADE/Adaptor3d_HSurfaceOfRevolution.hxx
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_OffsetCurve.hxx
-include/OpenCASCADE/Adaptor3d_OffsetCurve.lxx
include/OpenCASCADE/Adaptor3d_Surface.hxx
-include/OpenCASCADE/Adaptor3d_SurfaceOfLinearExtrusion.hxx
-include/OpenCASCADE/Adaptor3d_SurfaceOfRevolution.hxx
include/OpenCASCADE/Adaptor3d_SurfacePtr.hxx
include/OpenCASCADE/Adaptor3d_TopolTool.hxx
include/OpenCASCADE/AdvApp2Var_ApproxAFunc2Var.hxx
@@ -15626,10 +17178,6 @@ include/OpenCASCADE/AdvApp2Var_Network.hxx
include/OpenCASCADE/AdvApp2Var_Network.lxx
include/OpenCASCADE/AdvApp2Var_Node.hxx
include/OpenCASCADE/AdvApp2Var_Patch.hxx
-include/OpenCASCADE/AdvApp2Var_SequenceNodeOfSequenceOfNode.hxx
-include/OpenCASCADE/AdvApp2Var_SequenceNodeOfSequenceOfPatch.hxx
-include/OpenCASCADE/AdvApp2Var_SequenceNodeOfSequenceOfStrip.hxx
-include/OpenCASCADE/AdvApp2Var_SequenceNodeOfStrip.hxx
include/OpenCASCADE/AdvApp2Var_SequenceOfNode.hxx
include/OpenCASCADE/AdvApp2Var_SequenceOfPatch.hxx
include/OpenCASCADE/AdvApp2Var_SequenceOfStrip.hxx
@@ -15704,14 +17252,13 @@ include/OpenCASCADE/AppParCurves_MultiCurve.hxx
include/OpenCASCADE/AppParCurves_MultiPoint.hxx
include/OpenCASCADE/AppParCurves_MultiPoint.lxx
include/OpenCASCADE/AppParCurves_ResolConstraint.gxx
-include/OpenCASCADE/AppParCurves_SequenceNodeOfSequenceOfMultiBSpCurve.hxx
-include/OpenCASCADE/AppParCurves_SequenceNodeOfSequenceOfMultiCurve.hxx
include/OpenCASCADE/AppParCurves_SequenceOfMultiBSpCurve.hxx
include/OpenCASCADE/AppParCurves_SequenceOfMultiCurve.hxx
include/OpenCASCADE/AppStdL_Application.hxx
include/OpenCASCADE/AppStd_Application.hxx
include/OpenCASCADE/ApproxInt_Approx.gxx
include/OpenCASCADE/ApproxInt_ImpPrmSvSurfaces.gxx
+include/OpenCASCADE/ApproxInt_KnotTools.hxx
include/OpenCASCADE/ApproxInt_MultiLine.gxx
include/OpenCASCADE/ApproxInt_MultiLineTool.gxx
include/OpenCASCADE/ApproxInt_MultiLineTool.lxx
@@ -15735,34 +17282,28 @@ include/OpenCASCADE/Approx_MCurvesToBSpCurve.hxx
include/OpenCASCADE/Approx_ParametrizationType.hxx
include/OpenCASCADE/Approx_SameParameter.hxx
include/OpenCASCADE/Approx_SameParameter.lxx
-include/OpenCASCADE/Approx_SequenceNodeOfSequenceOfHArray1OfReal.hxx
include/OpenCASCADE/Approx_SequenceOfHArray1OfReal.hxx
include/OpenCASCADE/Approx_Status.hxx
include/OpenCASCADE/Approx_SweepApproximation.hxx
include/OpenCASCADE/Approx_SweepApproximation.lxx
include/OpenCASCADE/Approx_SweepFunction.hxx
-include/OpenCASCADE/Aspect_AspectFillArea.hxx
include/OpenCASCADE/Aspect_AspectFillAreaDefinitionError.hxx
-include/OpenCASCADE/Aspect_AspectLine.hxx
include/OpenCASCADE/Aspect_AspectLineDefinitionError.hxx
-include/OpenCASCADE/Aspect_AspectMarker.hxx
include/OpenCASCADE/Aspect_AspectMarkerDefinitionError.hxx
include/OpenCASCADE/Aspect_Background.hxx
include/OpenCASCADE/Aspect_BadAccess.hxx
-include/OpenCASCADE/Aspect_CLayer2d.hxx
include/OpenCASCADE/Aspect_CircularGrid.hxx
-include/OpenCASCADE/Aspect_ColorScale.hxx
include/OpenCASCADE/Aspect_Convert.hxx
include/OpenCASCADE/Aspect_Display.hxx
include/OpenCASCADE/Aspect_DisplayConnection.hxx
include/OpenCASCADE/Aspect_DisplayConnectionDefinitionError.hxx
include/OpenCASCADE/Aspect_Drawable.hxx
include/OpenCASCADE/Aspect_DriverDefinitionError.hxx
+include/OpenCASCADE/Aspect_FBConfig.hxx
include/OpenCASCADE/Aspect_FillMethod.hxx
include/OpenCASCADE/Aspect_GenId.hxx
include/OpenCASCADE/Aspect_GradientBackground.hxx
include/OpenCASCADE/Aspect_GradientFillMethod.hxx
-include/OpenCASCADE/Aspect_GraphicCallbackProc.hxx
include/OpenCASCADE/Aspect_GraphicDeviceDefinitionError.hxx
include/OpenCASCADE/Aspect_Grid.hxx
include/OpenCASCADE/Aspect_GridDrawMode.hxx
@@ -15771,11 +17312,10 @@ include/OpenCASCADE/Aspect_Handle.hxx
include/OpenCASCADE/Aspect_HatchStyle.hxx
include/OpenCASCADE/Aspect_IdentDefinitionError.hxx
include/OpenCASCADE/Aspect_InteriorStyle.hxx
+include/OpenCASCADE/Aspect_NeutralWindow.hxx
include/OpenCASCADE/Aspect_PolygonOffsetMode.hxx
-include/OpenCASCADE/Aspect_PrintAlgo.hxx
include/OpenCASCADE/Aspect_RectangularGrid.hxx
include/OpenCASCADE/Aspect_RenderingContext.hxx
-include/OpenCASCADE/Aspect_SequenceNodeOfSequenceOfColor.hxx
include/OpenCASCADE/Aspect_SequenceOfColor.hxx
include/OpenCASCADE/Aspect_TypeOfColorScaleData.hxx
include/OpenCASCADE/Aspect_TypeOfColorScaleOrientation.hxx
@@ -15793,7 +17333,6 @@ include/OpenCASCADE/Aspect_TypeOfMarker.hxx
include/OpenCASCADE/Aspect_TypeOfPrimitive.hxx
include/OpenCASCADE/Aspect_TypeOfResize.hxx
include/OpenCASCADE/Aspect_TypeOfStyleText.hxx
-include/OpenCASCADE/Aspect_TypeOfTriedronEcho.hxx
include/OpenCASCADE/Aspect_TypeOfTriedronPosition.hxx
include/OpenCASCADE/Aspect_TypeOfUpdate.hxx
include/OpenCASCADE/Aspect_Units.hxx
@@ -15812,6 +17351,7 @@ include/OpenCASCADE/BOPAlgo_BuilderArea.hxx
include/OpenCASCADE/BOPAlgo_BuilderFace.hxx
include/OpenCASCADE/BOPAlgo_BuilderShape.hxx
include/OpenCASCADE/BOPAlgo_BuilderSolid.hxx
+include/OpenCASCADE/BOPAlgo_CellsBuilder.hxx
include/OpenCASCADE/BOPAlgo_CheckResult.hxx
include/OpenCASCADE/BOPAlgo_CheckStatus.hxx
include/OpenCASCADE/BOPAlgo_CheckerSI.hxx
@@ -15993,8 +17533,6 @@ include/OpenCASCADE/BRepAlgo_Cut.hxx
include/OpenCASCADE/BRepAlgo_DSAccess.hxx
include/OpenCASCADE/BRepAlgo_DataMapIteratorOfDataMapOfShapeBoolean.hxx
include/OpenCASCADE/BRepAlgo_DataMapIteratorOfDataMapOfShapeInterference.hxx
-include/OpenCASCADE/BRepAlgo_DataMapNodeOfDataMapOfShapeBoolean.hxx
-include/OpenCASCADE/BRepAlgo_DataMapNodeOfDataMapOfShapeInterference.hxx
include/OpenCASCADE/BRepAlgo_DataMapOfShapeBoolean.hxx
include/OpenCASCADE/BRepAlgo_DataMapOfShapeInterference.hxx
include/OpenCASCADE/BRepAlgo_EdgeConnector.hxx
@@ -16004,7 +17542,6 @@ include/OpenCASCADE/BRepAlgo_Image.hxx
include/OpenCASCADE/BRepAlgo_Loop.hxx
include/OpenCASCADE/BRepAlgo_NormalProjection.hxx
include/OpenCASCADE/BRepAlgo_Section.hxx
-include/OpenCASCADE/BRepAlgo_SequenceNodeOfSequenceOfSequenceOfInteger.hxx
include/OpenCASCADE/BRepAlgo_SequenceOfSequenceOfInteger.hxx
include/OpenCASCADE/BRepAlgo_Tool.hxx
include/OpenCASCADE/BRepApprox_Approx.hxx
@@ -16071,8 +17608,6 @@ include/OpenCASCADE/BRepBlend_RstRstLineBuilder.hxx
include/OpenCASCADE/BRepBlend_RstRstLineBuilder.lxx
include/OpenCASCADE/BRepBlend_Ruled.hxx
include/OpenCASCADE/BRepBlend_RuledInv.hxx
-include/OpenCASCADE/BRepBlend_SequenceNodeOfSequenceOfLine.hxx
-include/OpenCASCADE/BRepBlend_SequenceNodeOfSequenceOfPointOnRst.hxx
include/OpenCASCADE/BRepBlend_SequenceOfLine.hxx
include/OpenCASCADE/BRepBlend_SequenceOfPointOnRst.hxx
include/OpenCASCADE/BRepBlend_SurfCurvConstRadInv.hxx
@@ -16121,14 +17656,11 @@ include/OpenCASCADE/BRepCheck_Analyzer.hxx
include/OpenCASCADE/BRepCheck_Analyzer.lxx
include/OpenCASCADE/BRepCheck_DataMapIteratorOfDataMapOfShapeListOfStatus.hxx
include/OpenCASCADE/BRepCheck_DataMapIteratorOfDataMapOfShapeResult.hxx
-include/OpenCASCADE/BRepCheck_DataMapNodeOfDataMapOfShapeListOfStatus.hxx
-include/OpenCASCADE/BRepCheck_DataMapNodeOfDataMapOfShapeResult.hxx
include/OpenCASCADE/BRepCheck_DataMapOfShapeListOfStatus.hxx
include/OpenCASCADE/BRepCheck_DataMapOfShapeResult.hxx
include/OpenCASCADE/BRepCheck_Edge.hxx
include/OpenCASCADE/BRepCheck_Face.hxx
include/OpenCASCADE/BRepCheck_ListIteratorOfListOfStatus.hxx
-include/OpenCASCADE/BRepCheck_ListNodeOfListOfStatus.hxx
include/OpenCASCADE/BRepCheck_ListOfStatus.hxx
include/OpenCASCADE/BRepCheck_Result.hxx
include/OpenCASCADE/BRepCheck_Result.lxx
@@ -16138,8 +17670,8 @@ include/OpenCASCADE/BRepCheck_Status.hxx
include/OpenCASCADE/BRepCheck_Vertex.hxx
include/OpenCASCADE/BRepCheck_Wire.hxx
include/OpenCASCADE/BRepClass3d.hxx
+include/OpenCASCADE/BRepClass3d_BndBoxTree.hxx
include/OpenCASCADE/BRepClass3d_DataMapIteratorOfMapOfInter.hxx
-include/OpenCASCADE/BRepClass3d_DataMapNodeOfMapOfInter.hxx
include/OpenCASCADE/BRepClass3d_Intersector3d.hxx
include/OpenCASCADE/BRepClass3d_Intersector3d.lxx
include/OpenCASCADE/BRepClass3d_MapOfInter.hxx
@@ -16214,13 +17746,6 @@ include/OpenCASCADE/BRepFill_DataMapIteratorOfDataMapOfShapeDataMapOfShapeListOf
include/OpenCASCADE/BRepFill_DataMapIteratorOfDataMapOfShapeHArray2OfShape.hxx
include/OpenCASCADE/BRepFill_DataMapIteratorOfDataMapOfShapeSequenceOfPnt.hxx
include/OpenCASCADE/BRepFill_DataMapIteratorOfDataMapOfShapeSequenceOfReal.hxx
-include/OpenCASCADE/BRepFill_DataMapNodeOfDataMapOfNodeDataMapOfShapeShape.hxx
-include/OpenCASCADE/BRepFill_DataMapNodeOfDataMapOfNodeShape.hxx
-include/OpenCASCADE/BRepFill_DataMapNodeOfDataMapOfOrientedShapeListOfShape.hxx
-include/OpenCASCADE/BRepFill_DataMapNodeOfDataMapOfShapeDataMapOfShapeListOfShape.hxx
-include/OpenCASCADE/BRepFill_DataMapNodeOfDataMapOfShapeHArray2OfShape.hxx
-include/OpenCASCADE/BRepFill_DataMapNodeOfDataMapOfShapeSequenceOfPnt.hxx
-include/OpenCASCADE/BRepFill_DataMapNodeOfDataMapOfShapeSequenceOfReal.hxx
include/OpenCASCADE/BRepFill_DataMapOfNodeDataMapOfShapeShape.hxx
include/OpenCASCADE/BRepFill_DataMapOfNodeShape.hxx
include/OpenCASCADE/BRepFill_DataMapOfOrientedShapeListOfShape.hxx
@@ -16238,10 +17763,8 @@ include/OpenCASCADE/BRepFill_FaceAndOrder.hxx
include/OpenCASCADE/BRepFill_Filling.hxx
include/OpenCASCADE/BRepFill_Generator.hxx
include/OpenCASCADE/BRepFill_Generator.lxx
-include/OpenCASCADE/BRepFill_IndexedDataMapNodeOfIndexedDataMapOfOrientedShapeListOfShape.hxx
include/OpenCASCADE/BRepFill_IndexedDataMapOfOrientedShapeListOfShape.hxx
include/OpenCASCADE/BRepFill_ListIteratorOfListOfOffsetWire.hxx
-include/OpenCASCADE/BRepFill_ListNodeOfListOfOffsetWire.hxx
include/OpenCASCADE/BRepFill_ListOfOffsetWire.hxx
include/OpenCASCADE/BRepFill_LocationLaw.hxx
include/OpenCASCADE/BRepFill_MultiLine.hxx
@@ -16254,9 +17777,6 @@ include/OpenCASCADE/BRepFill_Section.hxx
include/OpenCASCADE/BRepFill_Section.lxx
include/OpenCASCADE/BRepFill_SectionLaw.hxx
include/OpenCASCADE/BRepFill_SectionPlacement.hxx
-include/OpenCASCADE/BRepFill_SequenceNodeOfSequenceOfEdgeFaceAndOrder.hxx
-include/OpenCASCADE/BRepFill_SequenceNodeOfSequenceOfFaceAndOrder.hxx
-include/OpenCASCADE/BRepFill_SequenceNodeOfSequenceOfSection.hxx
include/OpenCASCADE/BRepFill_SequenceOfEdgeFaceAndOrder.hxx
include/OpenCASCADE/BRepFill_SequenceOfFaceAndOrder.hxx
include/OpenCASCADE/BRepFill_SequenceOfSection.hxx
@@ -16297,7 +17817,6 @@ include/OpenCASCADE/BRepLProp_SLProps.hxx
include/OpenCASCADE/BRepLProp_SurfaceTool.hxx
include/OpenCASCADE/BRepLib.hxx
include/OpenCASCADE/BRepLib_CheckCurveOnSurface.hxx
-include/OpenCASCADE/BRepLib_CheckCurveOnSurface.lxx
include/OpenCASCADE/BRepLib_Command.hxx
include/OpenCASCADE/BRepLib_EdgeError.hxx
include/OpenCASCADE/BRepLib_FaceError.hxx
@@ -16318,8 +17837,6 @@ include/OpenCASCADE/BRepLib_WireError.hxx
include/OpenCASCADE/BRepMAT2d_BisectingLocus.hxx
include/OpenCASCADE/BRepMAT2d_DataMapIteratorOfDataMapOfBasicEltShape.hxx
include/OpenCASCADE/BRepMAT2d_DataMapIteratorOfDataMapOfShapeSequenceOfBasicElt.hxx
-include/OpenCASCADE/BRepMAT2d_DataMapNodeOfDataMapOfBasicEltShape.hxx
-include/OpenCASCADE/BRepMAT2d_DataMapNodeOfDataMapOfShapeSequenceOfBasicElt.hxx
include/OpenCASCADE/BRepMAT2d_DataMapOfBasicEltShape.hxx
include/OpenCASCADE/BRepMAT2d_DataMapOfShapeSequenceOfBasicElt.hxx
include/OpenCASCADE/BRepMAT2d_Explorer.hxx
@@ -16372,8 +17889,6 @@ include/OpenCASCADE/BRepOffsetAPI_MakePipeShell.hxx
include/OpenCASCADE/BRepOffsetAPI_MakeThickSolid.hxx
include/OpenCASCADE/BRepOffsetAPI_MiddlePath.hxx
include/OpenCASCADE/BRepOffsetAPI_NormalProjection.hxx
-include/OpenCASCADE/BRepOffsetAPI_SequenceNodeOfSequenceOfSequenceOfReal.hxx
-include/OpenCASCADE/BRepOffsetAPI_SequenceNodeOfSequenceOfSequenceOfShape.hxx
include/OpenCASCADE/BRepOffsetAPI_SequenceOfSequenceOfReal.hxx
include/OpenCASCADE/BRepOffsetAPI_SequenceOfSequenceOfShape.hxx
include/OpenCASCADE/BRepOffsetAPI_Sewing.hxx
@@ -16382,9 +17897,6 @@ include/OpenCASCADE/BRepOffset_Analyse.hxx
include/OpenCASCADE/BRepOffset_DataMapIteratorOfDataMapOfShapeListOfInterval.hxx
include/OpenCASCADE/BRepOffset_DataMapIteratorOfDataMapOfShapeMapOfShape.hxx
include/OpenCASCADE/BRepOffset_DataMapIteratorOfDataMapOfShapeOffset.hxx
-include/OpenCASCADE/BRepOffset_DataMapNodeOfDataMapOfShapeListOfInterval.hxx
-include/OpenCASCADE/BRepOffset_DataMapNodeOfDataMapOfShapeMapOfShape.hxx
-include/OpenCASCADE/BRepOffset_DataMapNodeOfDataMapOfShapeOffset.hxx
include/OpenCASCADE/BRepOffset_DataMapOfShapeListOfInterval.hxx
include/OpenCASCADE/BRepOffset_DataMapOfShapeMapOfShape.hxx
include/OpenCASCADE/BRepOffset_DataMapOfShapeOffset.hxx
@@ -16394,7 +17906,6 @@ include/OpenCASCADE/BRepOffset_Inter3d.hxx
include/OpenCASCADE/BRepOffset_Interval.hxx
include/OpenCASCADE/BRepOffset_Interval.lxx
include/OpenCASCADE/BRepOffset_ListIteratorOfListOfInterval.hxx
-include/OpenCASCADE/BRepOffset_ListNodeOfListOfInterval.hxx
include/OpenCASCADE/BRepOffset_ListOfInterval.hxx
include/OpenCASCADE/BRepOffset_MakeLoops.hxx
include/OpenCASCADE/BRepOffset_MakeOffset.hxx
@@ -16449,7 +17960,6 @@ include/OpenCASCADE/BRepToIGES_BRSolid.hxx
include/OpenCASCADE/BRepToIGES_BRWire.hxx
include/OpenCASCADE/BRepTools.hxx
include/OpenCASCADE/BRepTools_DataMapIteratorOfMapOfVertexPnt2d.hxx
-include/OpenCASCADE/BRepTools_DataMapNodeOfMapOfVertexPnt2d.hxx
include/OpenCASCADE/BRepTools_GTrsfModification.hxx
include/OpenCASCADE/BRepTools_MapOfVertexPnt2d.hxx
include/OpenCASCADE/BRepTools_Modification.hxx
@@ -16463,7 +17973,6 @@ include/OpenCASCADE/BRepTools_Substitution.hxx
include/OpenCASCADE/BRepTools_TrsfModification.hxx
include/OpenCASCADE/BRepTools_WireExplorer.hxx
include/OpenCASCADE/BRepTopAdaptor_DataMapIteratorOfMapOfShapeTool.hxx
-include/OpenCASCADE/BRepTopAdaptor_DataMapNodeOfMapOfShapeTool.hxx
include/OpenCASCADE/BRepTopAdaptor_FClass2d.hxx
include/OpenCASCADE/BRepTopAdaptor_HVertex.hxx
include/OpenCASCADE/BRepTopAdaptor_HVertex.lxx
@@ -16485,8 +17994,6 @@ include/OpenCASCADE/BRep_GCurve.hxx
include/OpenCASCADE/BRep_GCurve.lxx
include/OpenCASCADE/BRep_ListIteratorOfListOfCurveRepresentation.hxx
include/OpenCASCADE/BRep_ListIteratorOfListOfPointRepresentation.hxx
-include/OpenCASCADE/BRep_ListNodeOfListOfCurveRepresentation.hxx
-include/OpenCASCADE/BRep_ListNodeOfListOfPointRepresentation.hxx
include/OpenCASCADE/BRep_ListOfCurveRepresentation.hxx
include/OpenCASCADE/BRep_ListOfPointRepresentation.hxx
include/OpenCASCADE/BRep_PointOnCurve.hxx
@@ -16509,17 +18016,23 @@ include/OpenCASCADE/BRep_TVertex.lxx
include/OpenCASCADE/BRep_Tool.hxx
include/OpenCASCADE/BSplCLib.hxx
include/OpenCASCADE/BSplCLib.lxx
+include/OpenCASCADE/BSplCLib_Cache.hxx
include/OpenCASCADE/BSplCLib_CurveComputation.gxx
include/OpenCASCADE/BSplCLib_EvaluatorFunction.hxx
include/OpenCASCADE/BSplCLib_KnotDistribution.hxx
include/OpenCASCADE/BSplCLib_MultDistribution.hxx
include/OpenCASCADE/BSplSLib.hxx
include/OpenCASCADE/BSplSLib.lxx
+include/OpenCASCADE/BSplSLib_Cache.hxx
include/OpenCASCADE/BSplSLib_EvaluatorFunction.hxx
+include/OpenCASCADE/BVH_BinaryTree.hxx
+include/OpenCASCADE/BVH_BinaryTree.lxx
include/OpenCASCADE/BVH_BinnedBuilder.hxx
include/OpenCASCADE/BVH_BinnedBuilder.lxx
include/OpenCASCADE/BVH_Box.hxx
include/OpenCASCADE/BVH_Box.lxx
+include/OpenCASCADE/BVH_BuildQueue.hxx
+include/OpenCASCADE/BVH_BuildThread.hxx
include/OpenCASCADE/BVH_Builder.hxx
include/OpenCASCADE/BVH_Builder.lxx
include/OpenCASCADE/BVH_DistanceField.hxx
@@ -16536,12 +18049,17 @@ include/OpenCASCADE/BVH_PrimitiveSet.hxx
include/OpenCASCADE/BVH_PrimitiveSet.lxx
include/OpenCASCADE/BVH_Properties.hxx
include/OpenCASCADE/BVH_Properties.lxx
+include/OpenCASCADE/BVH_QuadTree.hxx
+include/OpenCASCADE/BVH_QuadTree.lxx
include/OpenCASCADE/BVH_QueueBuilder.hxx
include/OpenCASCADE/BVH_QueueBuilder.lxx
+include/OpenCASCADE/BVH_QuickSorter.hxx
+include/OpenCASCADE/BVH_QuickSorter.lxx
+include/OpenCASCADE/BVH_RadixSorter.hxx
+include/OpenCASCADE/BVH_RadixSorter.lxx
include/OpenCASCADE/BVH_Set.hxx
include/OpenCASCADE/BVH_Set.lxx
include/OpenCASCADE/BVH_Sorter.hxx
-include/OpenCASCADE/BVH_Sorter.lxx
include/OpenCASCADE/BVH_SpatialMedianBuilder.hxx
include/OpenCASCADE/BVH_SpatialMedianBuilder.lxx
include/OpenCASCADE/BVH_SweepPlaneBuilder.hxx
@@ -16556,7 +18074,6 @@ include/OpenCASCADE/BiTgte_ContactType.hxx
include/OpenCASCADE/BiTgte_CurveOnEdge.hxx
include/OpenCASCADE/BiTgte_CurveOnVertex.hxx
include/OpenCASCADE/BiTgte_DataMapIteratorOfDataMapOfShapeBox.hxx
-include/OpenCASCADE/BiTgte_DataMapNodeOfDataMapOfShapeBox.hxx
include/OpenCASCADE/BiTgte_DataMapOfShapeBox.hxx
include/OpenCASCADE/BiTgte_HCurveOnEdge.hxx
include/OpenCASCADE/BiTgte_HCurveOnVertex.hxx
@@ -16576,9 +18093,7 @@ include/OpenCASCADE/BinMDF_ADriver.lxx
include/OpenCASCADE/BinMDF_ADriverTable.hxx
include/OpenCASCADE/BinMDF_ADriverTable.lxx
include/OpenCASCADE/BinMDF_DataMapIteratorOfTypeADriverMap.hxx
-include/OpenCASCADE/BinMDF_DataMapNodeOfTypeADriverMap.hxx
include/OpenCASCADE/BinMDF_DoubleMapIteratorOfTypeIdMap.hxx
-include/OpenCASCADE/BinMDF_DoubleMapNodeOfTypeIdMap.hxx
include/OpenCASCADE/BinMDF_ReferenceDriver.hxx
include/OpenCASCADE/BinMDF_StringIdMap.hxx
include/OpenCASCADE/BinMDF_TagSourceDriver.hxx
@@ -16619,6 +18134,8 @@ include/OpenCASCADE/BinMDataXtd_PatternStdDriver.hxx
include/OpenCASCADE/BinMDataXtd_PlacementDriver.hxx
include/OpenCASCADE/BinMDataXtd_PlaneDriver.hxx
include/OpenCASCADE/BinMDataXtd_PointDriver.hxx
+include/OpenCASCADE/BinMDataXtd_PositionDriver.hxx
+include/OpenCASCADE/BinMDataXtd_PresentationDriver.hxx
include/OpenCASCADE/BinMDataXtd_ShapeDriver.hxx
include/OpenCASCADE/BinMDocStd.hxx
include/OpenCASCADE/BinMDocStd_XLinkDriver.hxx
@@ -16630,9 +18147,6 @@ include/OpenCASCADE/BinMNaming.hxx
include/OpenCASCADE/BinMNaming_NamedShapeDriver.hxx
include/OpenCASCADE/BinMNaming_NamedShapeDriver.lxx
include/OpenCASCADE/BinMNaming_NamingDriver.hxx
-include/OpenCASCADE/BinMPrsStd.hxx
-include/OpenCASCADE/BinMPrsStd_AISPresentationDriver.hxx
-include/OpenCASCADE/BinMPrsStd_PositionDriver.hxx
include/OpenCASCADE/BinMXCAFDoc.hxx
include/OpenCASCADE/BinMXCAFDoc_AreaDriver.hxx
include/OpenCASCADE/BinMXCAFDoc_CentroidDriver.hxx
@@ -16641,7 +18155,9 @@ include/OpenCASCADE/BinMXCAFDoc_ColorToolDriver.hxx
include/OpenCASCADE/BinMXCAFDoc_DatumDriver.hxx
include/OpenCASCADE/BinMXCAFDoc_DimTolDriver.hxx
include/OpenCASCADE/BinMXCAFDoc_DimTolToolDriver.hxx
+include/OpenCASCADE/BinMXCAFDoc_DimensionDriver.hxx
include/OpenCASCADE/BinMXCAFDoc_DocumentToolDriver.hxx
+include/OpenCASCADE/BinMXCAFDoc_GeomToleranceDriver.hxx
include/OpenCASCADE/BinMXCAFDoc_GraphNodeDriver.hxx
include/OpenCASCADE/BinMXCAFDoc_LayerToolDriver.hxx
include/OpenCASCADE/BinMXCAFDoc_LocationDriver.hxx
@@ -16721,7 +18237,6 @@ include/OpenCASCADE/Blend_Function.hxx
include/OpenCASCADE/Blend_Point.hxx
include/OpenCASCADE/Blend_Point.lxx
include/OpenCASCADE/Blend_RstRstFunction.hxx
-include/OpenCASCADE/Blend_SequenceNodeOfSequenceOfPoint.hxx
include/OpenCASCADE/Blend_SequenceOfPoint.hxx
include/OpenCASCADE/Blend_Status.hxx
include/OpenCASCADE/Blend_SurfCurvFuncInv.hxx
@@ -16751,19 +18266,16 @@ include/OpenCASCADE/Bnd_B3x.lxx
include/OpenCASCADE/Bnd_BoundSortBox.hxx
include/OpenCASCADE/Bnd_BoundSortBox2d.hxx
include/OpenCASCADE/Bnd_Box.hxx
-include/OpenCASCADE/Bnd_Box.lxx
include/OpenCASCADE/Bnd_Box2d.hxx
-include/OpenCASCADE/Bnd_Box2d.lxx
include/OpenCASCADE/Bnd_HArray1OfBox.hxx
include/OpenCASCADE/Bnd_HArray1OfBox2d.hxx
include/OpenCASCADE/Bnd_HArray1OfSphere.hxx
+include/OpenCASCADE/Bnd_Range.hxx
include/OpenCASCADE/Bnd_SeqOfBox.hxx
-include/OpenCASCADE/Bnd_SequenceNodeOfSeqOfBox.hxx
include/OpenCASCADE/Bnd_Sphere.hxx
include/OpenCASCADE/Bnd_Sphere.lxx
include/OpenCASCADE/CDF.hxx
include/OpenCASCADE/CDF_Application.hxx
-include/OpenCASCADE/CDF_Application.lxx
include/OpenCASCADE/CDF_Directory.hxx
include/OpenCASCADE/CDF_DirectoryIterator.hxx
include/OpenCASCADE/CDF_FWOSDriver.hxx
@@ -16775,7 +18287,6 @@ include/OpenCASCADE/CDF_Store.hxx
include/OpenCASCADE/CDF_StoreList.hxx
include/OpenCASCADE/CDF_StoreSetNameStatus.hxx
include/OpenCASCADE/CDF_SubComponentStatus.hxx
-include/OpenCASCADE/CDF_Timer.hxx
include/OpenCASCADE/CDF_TryStoreStatus.hxx
include/OpenCASCADE/CDF_TypeOfActivation.hxx
include/OpenCASCADE/CDM_Application.hxx
@@ -16783,15 +18294,11 @@ include/OpenCASCADE/CDM_COutMessageDriver.hxx
include/OpenCASCADE/CDM_CanCloseStatus.hxx
include/OpenCASCADE/CDM_DataMapIteratorOfMetaDataLookUpTable.hxx
include/OpenCASCADE/CDM_DataMapIteratorOfPresentationDirectory.hxx
-include/OpenCASCADE/CDM_DataMapNodeOfMetaDataLookUpTable.hxx
-include/OpenCASCADE/CDM_DataMapNodeOfPresentationDirectory.hxx
include/OpenCASCADE/CDM_Document.hxx
include/OpenCASCADE/CDM_DocumentHasher.hxx
include/OpenCASCADE/CDM_DocumentPointer.hxx
include/OpenCASCADE/CDM_ListIteratorOfListOfDocument.hxx
include/OpenCASCADE/CDM_ListIteratorOfListOfReferences.hxx
-include/OpenCASCADE/CDM_ListNodeOfListOfDocument.hxx
-include/OpenCASCADE/CDM_ListNodeOfListOfReferences.hxx
include/OpenCASCADE/CDM_ListOfDocument.hxx
include/OpenCASCADE/CDM_ListOfReferences.hxx
include/OpenCASCADE/CDM_MapIteratorOfMapOfDocument.hxx
@@ -16804,7 +18311,6 @@ include/OpenCASCADE/CDM_NullMessageDriver.hxx
include/OpenCASCADE/CDM_PresentationDirectory.hxx
include/OpenCASCADE/CDM_Reference.hxx
include/OpenCASCADE/CDM_ReferenceIterator.hxx
-include/OpenCASCADE/CDM_StdMapNodeOfMapOfDocument.hxx
include/OpenCASCADE/COMMANDWINDOW.h
include/OpenCASCADE/CPnts_AbscissaPoint.hxx
include/OpenCASCADE/CPnts_AbscissaPoint.lxx
@@ -16847,14 +18353,10 @@ include/OpenCASCADE/ChFiDS_FaceInterference.lxx
include/OpenCASCADE/ChFiDS_FilSpine.hxx
include/OpenCASCADE/ChFiDS_HData.hxx
include/OpenCASCADE/ChFiDS_HElSpine.hxx
-include/OpenCASCADE/ChFiDS_IndexedDataMapNodeOfIndexedDataMapOfVertexListOfStripe.hxx
include/OpenCASCADE/ChFiDS_IndexedDataMapOfVertexListOfStripe.hxx
include/OpenCASCADE/ChFiDS_ListIteratorOfListOfHElSpine.hxx
include/OpenCASCADE/ChFiDS_ListIteratorOfListOfStripe.hxx
include/OpenCASCADE/ChFiDS_ListIteratorOfRegularities.hxx
-include/OpenCASCADE/ChFiDS_ListNodeOfListOfHElSpine.hxx
-include/OpenCASCADE/ChFiDS_ListNodeOfListOfStripe.hxx
-include/OpenCASCADE/ChFiDS_ListNodeOfRegularities.hxx
include/OpenCASCADE/ChFiDS_ListOfHElSpine.hxx
include/OpenCASCADE/ChFiDS_ListOfStripe.hxx
include/OpenCASCADE/ChFiDS_Map.hxx
@@ -16862,8 +18364,6 @@ include/OpenCASCADE/ChFiDS_Regul.hxx
include/OpenCASCADE/ChFiDS_Regularities.hxx
include/OpenCASCADE/ChFiDS_SecArray1.hxx
include/OpenCASCADE/ChFiDS_SecHArray1.hxx
-include/OpenCASCADE/ChFiDS_SequenceNodeOfSequenceOfSpine.hxx
-include/OpenCASCADE/ChFiDS_SequenceNodeOfSequenceOfSurfData.hxx
include/OpenCASCADE/ChFiDS_SequenceOfSpine.hxx
include/OpenCASCADE/ChFiDS_SequenceOfSurfData.hxx
include/OpenCASCADE/ChFiDS_Spine.hxx
@@ -16891,7 +18391,6 @@ include/OpenCASCADE/ChFiKPart_ComputeData_FilPlnPln.hxx
include/OpenCASCADE/ChFiKPart_ComputeData_Rotule.hxx
include/OpenCASCADE/ChFiKPart_ComputeData_Sphere.hxx
include/OpenCASCADE/ChFiKPart_DataMapIteratorOfRstMap.hxx
-include/OpenCASCADE/ChFiKPart_DataMapNodeOfRstMap.hxx
include/OpenCASCADE/ChFiKPart_RstMap.hxx
include/OpenCASCADE/Cocoa_LocalPool.hxx
include/OpenCASCADE/Cocoa_Window.hxx
@@ -16909,11 +18408,6 @@ include/OpenCASCADE/Contap_Line.hxx
include/OpenCASCADE/Contap_Line.lxx
include/OpenCASCADE/Contap_Point.hxx
include/OpenCASCADE/Contap_Point.lxx
-include/OpenCASCADE/Contap_SequenceNodeOfSequenceOfIWLineOfTheIWalking.hxx
-include/OpenCASCADE/Contap_SequenceNodeOfSequenceOfPathPointOfTheSearch.hxx
-include/OpenCASCADE/Contap_SequenceNodeOfSequenceOfSegmentOfTheSearch.hxx
-include/OpenCASCADE/Contap_SequenceNodeOfTheSequenceOfLine.hxx
-include/OpenCASCADE/Contap_SequenceNodeOfTheSequenceOfPoint.hxx
include/OpenCASCADE/Contap_SequenceOfIWLineOfTheIWalking.hxx
include/OpenCASCADE/Contap_SequenceOfPathPointOfTheSearch.hxx
include/OpenCASCADE/Contap_SequenceOfSegmentOfTheSearch.hxx
@@ -16945,31 +18439,10 @@ include/OpenCASCADE/Convert_HyperbolaToBSplineCurve.hxx
include/OpenCASCADE/Convert_ParabolaToBSplineCurve.hxx
include/OpenCASCADE/Convert_ParameterisationType.hxx
include/OpenCASCADE/Convert_PolynomialCosAndSin.hxx
-include/OpenCASCADE/Convert_SequenceNodeOfSequenceOfArray1OfPoles.hxx
include/OpenCASCADE/Convert_SequenceOfArray1OfPoles.hxx
include/OpenCASCADE/Convert_SequenceOfArray1OfPoles2d.hxx
include/OpenCASCADE/Convert_SphereToBSplineSurface.hxx
include/OpenCASCADE/Convert_TorusToBSplineSurface.hxx
-include/OpenCASCADE/DBC_BaseArray.hxx
-include/OpenCASCADE/DBC_BaseArray.lxx
-include/OpenCASCADE/DBC_BaseArray_objs.hxx
-include/OpenCASCADE/DBC_DBVArray.hxx
-include/OpenCASCADE/DBC_VArray.gxx
-include/OpenCASCADE/DBC_VArrayNode.gxx
-include/OpenCASCADE/DBC_VArrayNodeOfVArrayOfCharacter.hxx
-include/OpenCASCADE/DBC_VArrayNodeOfVArrayOfExtCharacter.hxx
-include/OpenCASCADE/DBC_VArrayNodeOfVArrayOfInteger.hxx
-include/OpenCASCADE/DBC_VArrayNodeOfVArrayOfReal.hxx
-include/OpenCASCADE/DBC_VArrayOfCharacter.hxx
-include/OpenCASCADE/DBC_VArrayOfExtCharacter.hxx
-include/OpenCASCADE/DBC_VArrayOfInteger.hxx
-include/OpenCASCADE/DBC_VArrayOfReal.hxx
-include/OpenCASCADE/DBC_VArrayTNode.gxx
-include/OpenCASCADE/DBC_VArrayTNode.lxx
-include/OpenCASCADE/DBC_VArrayTNodeOfVArrayOfCharacter.hxx
-include/OpenCASCADE/DBC_VArrayTNodeOfVArrayOfExtCharacter.hxx
-include/OpenCASCADE/DBC_VArrayTNodeOfVArrayOfInteger.hxx
-include/OpenCASCADE/DBC_VArrayTNodeOfVArrayOfReal.hxx
include/OpenCASCADE/DBRep.hxx
include/OpenCASCADE/DBRep_DrawableShape.hxx
include/OpenCASCADE/DBRep_Edge.hxx
@@ -16983,9 +18456,6 @@ include/OpenCASCADE/DBRep_IsoBuilder.lxx
include/OpenCASCADE/DBRep_ListIteratorOfListOfEdge.hxx
include/OpenCASCADE/DBRep_ListIteratorOfListOfFace.hxx
include/OpenCASCADE/DBRep_ListIteratorOfListOfHideData.hxx
-include/OpenCASCADE/DBRep_ListNodeOfListOfEdge.hxx
-include/OpenCASCADE/DBRep_ListNodeOfListOfFace.hxx
-include/OpenCASCADE/DBRep_ListNodeOfListOfHideData.hxx
include/OpenCASCADE/DBRep_ListOfEdge.hxx
include/OpenCASCADE/DBRep_ListOfFace.hxx
include/OpenCASCADE/DBRep_ListOfHideData.hxx
@@ -16995,7 +18465,6 @@ include/OpenCASCADE/DDF_Browser.hxx
include/OpenCASCADE/DDF_Data.hxx
include/OpenCASCADE/DDF_IOStream.hxx
include/OpenCASCADE/DDF_ListIteratorOfTransactionStack.hxx
-include/OpenCASCADE/DDF_ListNodeOfTransactionStack.hxx
include/OpenCASCADE/DDF_Transaction.hxx
include/OpenCASCADE/DDF_TransactionStack.hxx
include/OpenCASCADE/DDataStd.hxx
@@ -17009,7 +18478,6 @@ include/OpenCASCADE/DNaming_BooleanOperationDriver.hxx
include/OpenCASCADE/DNaming_BoxDriver.hxx
include/OpenCASCADE/DNaming_CylinderDriver.hxx
include/OpenCASCADE/DNaming_DataMapIteratorOfDataMapOfShapeOfName.hxx
-include/OpenCASCADE/DNaming_DataMapNodeOfDataMapOfShapeOfName.hxx
include/OpenCASCADE/DNaming_DataMapOfShapeOfName.hxx
include/OpenCASCADE/DNaming_FilletDriver.hxx
include/OpenCASCADE/DNaming_Line3DDriver.hxx
@@ -17020,28 +18488,13 @@ include/OpenCASCADE/DNaming_SelectionDriver.hxx
include/OpenCASCADE/DNaming_SphereDriver.hxx
include/OpenCASCADE/DNaming_TransformationDriver.hxx
include/OpenCASCADE/DPrsStd.hxx
-include/OpenCASCADE/Dico_Dictionary.gxx
-include/OpenCASCADE/Dico_DictionaryOfInteger.hxx
-include/OpenCASCADE/Dico_DictionaryOfTransient.hxx
-include/OpenCASCADE/Dico_Iterator.gxx
-include/OpenCASCADE/Dico_IteratorOfDictionaryOfInteger.hxx
-include/OpenCASCADE/Dico_IteratorOfDictionaryOfTransient.hxx
-include/OpenCASCADE/Dico_StackItem.gxx
-include/OpenCASCADE/Dico_StackItemOfDictionaryOfInteger.hxx
-include/OpenCASCADE/Dico_StackItemOfDictionaryOfTransient.hxx
include/OpenCASCADE/Draft.hxx
-include/OpenCASCADE/Draft_DataMapIteratorOfDataMapOfEdgeEdgeInfo.hxx
-include/OpenCASCADE/Draft_DataMapIteratorOfDataMapOfFaceFaceInfo.hxx
-include/OpenCASCADE/Draft_DataMapIteratorOfDataMapOfVertexVertexInfo.hxx
-include/OpenCASCADE/Draft_DataMapNodeOfDataMapOfEdgeEdgeInfo.hxx
-include/OpenCASCADE/Draft_DataMapNodeOfDataMapOfFaceFaceInfo.hxx
-include/OpenCASCADE/Draft_DataMapNodeOfDataMapOfVertexVertexInfo.hxx
-include/OpenCASCADE/Draft_DataMapOfEdgeEdgeInfo.hxx
-include/OpenCASCADE/Draft_DataMapOfFaceFaceInfo.hxx
-include/OpenCASCADE/Draft_DataMapOfVertexVertexInfo.hxx
include/OpenCASCADE/Draft_EdgeInfo.hxx
include/OpenCASCADE/Draft_ErrorStatus.hxx
include/OpenCASCADE/Draft_FaceInfo.hxx
+include/OpenCASCADE/Draft_IndexedDataMapOfEdgeEdgeInfo.hxx
+include/OpenCASCADE/Draft_IndexedDataMapOfFaceFaceInfo.hxx
+include/OpenCASCADE/Draft_IndexedDataMapOfVertexVertexInfo.hxx
include/OpenCASCADE/Draft_Modification.hxx
include/OpenCASCADE/Draft_VertexInfo.hxx
include/OpenCASCADE/Draw.hxx
@@ -17100,7 +18553,6 @@ include/OpenCASCADE/Draw_Drawable3D.lxx
include/OpenCASCADE/Draw_Failure.hxx
include/OpenCASCADE/Draw_Grid.hxx
include/OpenCASCADE/Draw_Grid.lxx
-include/OpenCASCADE/Draw_IndexedMapNodeOfMapOfAsciiString.hxx
include/OpenCASCADE/Draw_Interpretor.hxx
include/OpenCASCADE/Draw_Main.hxx
include/OpenCASCADE/Draw_MapOfAsciiString.hxx
@@ -17114,7 +18566,6 @@ include/OpenCASCADE/Draw_Printer.hxx
include/OpenCASCADE/Draw_ProgressIndicator.hxx
include/OpenCASCADE/Draw_Segment2D.hxx
include/OpenCASCADE/Draw_Segment3D.hxx
-include/OpenCASCADE/Draw_SequenceNodeOfSequenceOfDrawable3D.hxx
include/OpenCASCADE/Draw_SequenceOfDrawable3D.hxx
include/OpenCASCADE/Draw_Text2D.hxx
include/OpenCASCADE/Draw_Text3D.hxx
@@ -17162,11 +18613,6 @@ include/OpenCASCADE/ExprIntrp_Generator.hxx
include/OpenCASCADE/ExprIntrp_ListIteratorOfStackOfGeneralExpression.hxx
include/OpenCASCADE/ExprIntrp_ListIteratorOfStackOfGeneralFunction.hxx
include/OpenCASCADE/ExprIntrp_ListIteratorOfStackOfGeneralRelation.hxx
-include/OpenCASCADE/ExprIntrp_ListNodeOfStackOfGeneralExpression.hxx
-include/OpenCASCADE/ExprIntrp_ListNodeOfStackOfGeneralFunction.hxx
-include/OpenCASCADE/ExprIntrp_ListNodeOfStackOfGeneralRelation.hxx
-include/OpenCASCADE/ExprIntrp_SequenceNodeOfSequenceOfNamedExpression.hxx
-include/OpenCASCADE/ExprIntrp_SequenceNodeOfSequenceOfNamedFunction.hxx
include/OpenCASCADE/ExprIntrp_SequenceOfNamedExpression.hxx
include/OpenCASCADE/ExprIntrp_SequenceOfNamedFunction.hxx
include/OpenCASCADE/ExprIntrp_StackOfGeneralExpression.hxx
@@ -17203,7 +18649,6 @@ include/OpenCASCADE/Expr_GeneralFunction.hxx
include/OpenCASCADE/Expr_GeneralRelation.hxx
include/OpenCASCADE/Expr_GreaterThan.hxx
include/OpenCASCADE/Expr_GreaterThanOrEqual.hxx
-include/OpenCASCADE/Expr_IndexedMapNodeOfMapOfNamedUnknown.hxx
include/OpenCASCADE/Expr_InvalidAssignment.hxx
include/OpenCASCADE/Expr_InvalidFunction.hxx
include/OpenCASCADE/Expr_InvalidOperand.hxx
@@ -17228,8 +18673,6 @@ include/OpenCASCADE/Expr_PolyFunction.hxx
include/OpenCASCADE/Expr_Product.hxx
include/OpenCASCADE/Expr_RUIterator.hxx
include/OpenCASCADE/Expr_RelationIterator.hxx
-include/OpenCASCADE/Expr_SequenceNodeOfSequenceOfGeneralExpression.hxx
-include/OpenCASCADE/Expr_SequenceNodeOfSequenceOfGeneralRelation.hxx
include/OpenCASCADE/Expr_SequenceOfGeneralExpression.hxx
include/OpenCASCADE/Expr_SequenceOfGeneralRelation.hxx
include/OpenCASCADE/Expr_Sign.hxx
@@ -17292,8 +18735,9 @@ include/OpenCASCADE/Extrema_FuncExtCC.gxx
include/OpenCASCADE/Extrema_FuncExtCC.lxx
include/OpenCASCADE/Extrema_FuncExtCS.hxx
include/OpenCASCADE/Extrema_FuncExtPC.gxx
-include/OpenCASCADE/Extrema_FuncExtPS.hxx
include/OpenCASCADE/Extrema_FuncExtSS.hxx
+include/OpenCASCADE/Extrema_FuncPSDist.hxx
+include/OpenCASCADE/Extrema_FuncPSNorm.hxx
include/OpenCASCADE/Extrema_GExtPC.gxx
include/OpenCASCADE/Extrema_GLocateExtPC.gxx
include/OpenCASCADE/Extrema_GenExtCC.gxx
@@ -17338,25 +18782,6 @@ include/OpenCASCADE/Extrema_POnSurfParams.hxx
include/OpenCASCADE/Extrema_POnSurfParams.lxx
include/OpenCASCADE/Extrema_Point.gxx
include/OpenCASCADE/Extrema_Point.lxx
-include/OpenCASCADE/Extrema_SeqPCOfPCFOfEPCOfELPCOfLocateExtPC.hxx
-include/OpenCASCADE/Extrema_SeqPCOfPCFOfEPCOfELPCOfLocateExtPC2d.hxx
-include/OpenCASCADE/Extrema_SeqPCOfPCFOfEPCOfExtPC.hxx
-include/OpenCASCADE/Extrema_SeqPCOfPCFOfEPCOfExtPC2d.hxx
-include/OpenCASCADE/Extrema_SeqPCOfPCLocFOfLocEPCOfLocateExtPC.hxx
-include/OpenCASCADE/Extrema_SeqPCOfPCLocFOfLocEPCOfLocateExtPC2d.hxx
-include/OpenCASCADE/Extrema_SeqPOnCOfCCLocFOfLocECC.hxx
-include/OpenCASCADE/Extrema_SeqPOnCOfCCLocFOfLocECC2d.hxx
-include/OpenCASCADE/Extrema_SequenceNodeOfSeqPCOfPCFOfEPCOfELPCOfLocateExtPC.hxx
-include/OpenCASCADE/Extrema_SequenceNodeOfSeqPCOfPCFOfEPCOfELPCOfLocateExtPC2d.hxx
-include/OpenCASCADE/Extrema_SequenceNodeOfSeqPCOfPCFOfEPCOfExtPC.hxx
-include/OpenCASCADE/Extrema_SequenceNodeOfSeqPCOfPCFOfEPCOfExtPC2d.hxx
-include/OpenCASCADE/Extrema_SequenceNodeOfSeqPCOfPCLocFOfLocEPCOfLocateExtPC.hxx
-include/OpenCASCADE/Extrema_SequenceNodeOfSeqPCOfPCLocFOfLocEPCOfLocateExtPC2d.hxx
-include/OpenCASCADE/Extrema_SequenceNodeOfSeqPOnCOfCCLocFOfLocECC.hxx
-include/OpenCASCADE/Extrema_SequenceNodeOfSeqPOnCOfCCLocFOfLocECC2d.hxx
-include/OpenCASCADE/Extrema_SequenceNodeOfSequenceOfPOnCurv.hxx
-include/OpenCASCADE/Extrema_SequenceNodeOfSequenceOfPOnCurv2d.hxx
-include/OpenCASCADE/Extrema_SequenceNodeOfSequenceOfPOnSurf.hxx
include/OpenCASCADE/Extrema_SequenceOfPOnCurv.hxx
include/OpenCASCADE/Extrema_SequenceOfPOnCurv2d.hxx
include/OpenCASCADE/Extrema_SequenceOfPOnSurf.hxx
@@ -17370,11 +18795,9 @@ include/OpenCASCADE/FEmTool_LinearFlexion.hxx
include/OpenCASCADE/FEmTool_LinearJerk.hxx
include/OpenCASCADE/FEmTool_LinearTension.hxx
include/OpenCASCADE/FEmTool_ListIteratorOfListOfVectors.hxx
-include/OpenCASCADE/FEmTool_ListNodeOfListOfVectors.hxx
include/OpenCASCADE/FEmTool_ListOfVectors.hxx
include/OpenCASCADE/FEmTool_ProfileMatrix.hxx
include/OpenCASCADE/FEmTool_SeqOfLinConstr.hxx
-include/OpenCASCADE/FEmTool_SequenceNodeOfSeqOfLinConstr.hxx
include/OpenCASCADE/FEmTool_SparseMatrix.hxx
include/OpenCASCADE/FSD_BStream.hxx
include/OpenCASCADE/FSD_BinaryFile.hxx
@@ -17382,8 +18805,6 @@ include/OpenCASCADE/FSD_CmpFile.hxx
include/OpenCASCADE/FSD_FStream.hxx
include/OpenCASCADE/FSD_File.hxx
include/OpenCASCADE/FSD_FileHeader.hxx
-include/OpenCASCADE/FWOSDriver.hxx
-include/OpenCASCADE/FWOSDriver_DriverFactory.hxx
include/OpenCASCADE/FairCurve_AnalysisCode.hxx
include/OpenCASCADE/FairCurve_Batten.hxx
include/OpenCASCADE/FairCurve_Batten.lxx
@@ -17409,13 +18830,16 @@ include/OpenCASCADE/FilletSurf_InternalBuilder.hxx
include/OpenCASCADE/FilletSurf_StatusDone.hxx
include/OpenCASCADE/FilletSurf_StatusType.hxx
include/OpenCASCADE/Font_BRepFont.hxx
+include/OpenCASCADE/Font_BRepTextBuilder.hxx
include/OpenCASCADE/Font_FTFont.hxx
include/OpenCASCADE/Font_FTLibrary.hxx
include/OpenCASCADE/Font_FontAspect.hxx
include/OpenCASCADE/Font_FontMgr.hxx
include/OpenCASCADE/Font_NListOfSystemFont.hxx
include/OpenCASCADE/Font_NameOfFont.hxx
+include/OpenCASCADE/Font_Rect.hxx
include/OpenCASCADE/Font_SystemFont.hxx
+include/OpenCASCADE/Font_TextFormatter.hxx
include/OpenCASCADE/GCE2d_MakeArcOfCircle.hxx
include/OpenCASCADE/GCE2d_MakeArcOfEllipse.hxx
include/OpenCASCADE/GCE2d_MakeArcOfHyperbola.hxx
@@ -17432,26 +18856,16 @@ include/OpenCASCADE/GCE2d_MakeSegment.hxx
include/OpenCASCADE/GCE2d_MakeTranslation.hxx
include/OpenCASCADE/GCE2d_Root.hxx
include/OpenCASCADE/GCE2d_Root.lxx
-include/OpenCASCADE/GCPnts_AbscissaPoint.gxx
include/OpenCASCADE/GCPnts_AbscissaPoint.hxx
-include/OpenCASCADE/GCPnts_AbscissaPoint.lxx
include/OpenCASCADE/GCPnts_AbscissaType.hxx
include/OpenCASCADE/GCPnts_DeflectionType.hxx
-include/OpenCASCADE/GCPnts_QuasiUniformAbscissa.gxx
+include/OpenCASCADE/GCPnts_DistFunction.hxx
+include/OpenCASCADE/GCPnts_DistFunction2d.hxx
include/OpenCASCADE/GCPnts_QuasiUniformAbscissa.hxx
-include/OpenCASCADE/GCPnts_QuasiUniformAbscissa.lxx
-include/OpenCASCADE/GCPnts_QuasiUniformDeflection.gxx
include/OpenCASCADE/GCPnts_QuasiUniformDeflection.hxx
-include/OpenCASCADE/GCPnts_QuasiUniformDeflection.lxx
-include/OpenCASCADE/GCPnts_TangentialDeflection.gxx
include/OpenCASCADE/GCPnts_TangentialDeflection.hxx
-include/OpenCASCADE/GCPnts_TangentialDeflection.lxx
-include/OpenCASCADE/GCPnts_UniformAbscissa.gxx
include/OpenCASCADE/GCPnts_UniformAbscissa.hxx
-include/OpenCASCADE/GCPnts_UniformAbscissa.lxx
-include/OpenCASCADE/GCPnts_UniformDeflection.gxx
include/OpenCASCADE/GCPnts_UniformDeflection.hxx
-include/OpenCASCADE/GCPnts_UniformDeflection.lxx
include/OpenCASCADE/GC_MakeArcOfCircle.hxx
include/OpenCASCADE/GC_MakeArcOfEllipse.hxx
include/OpenCASCADE/GC_MakeArcOfHyperbola.hxx
@@ -17531,6 +18945,8 @@ include/OpenCASCADE/Geom2dConvert_ApproxCurve.hxx
include/OpenCASCADE/Geom2dConvert_BSplineCurveKnotSplitting.hxx
include/OpenCASCADE/Geom2dConvert_BSplineCurveToBezierCurve.hxx
include/OpenCASCADE/Geom2dConvert_CompCurveToBSplineCurve.hxx
+include/OpenCASCADE/Geom2dEvaluator_Curve.hxx
+include/OpenCASCADE/Geom2dEvaluator_OffsetCurve.hxx
include/OpenCASCADE/Geom2dGcc.hxx
include/OpenCASCADE/Geom2dGcc_Circ2d2TanOn.hxx
include/OpenCASCADE/Geom2dGcc_Circ2d2TanOnGeo.hxx
@@ -17544,7 +18960,6 @@ include/OpenCASCADE/Geom2dGcc_Circ2dTanCenGeo.hxx
include/OpenCASCADE/Geom2dGcc_Circ2dTanOnRad.hxx
include/OpenCASCADE/Geom2dGcc_Circ2dTanOnRadGeo.hxx
include/OpenCASCADE/Geom2dGcc_CurveTool.hxx
-include/OpenCASCADE/Geom2dGcc_CurveToolGeo.hxx
include/OpenCASCADE/Geom2dGcc_FunctionTanCirCu.hxx
include/OpenCASCADE/Geom2dGcc_FunctionTanCuCu.hxx
include/OpenCASCADE/Geom2dGcc_FunctionTanCuCuCu.hxx
@@ -17564,8 +18979,6 @@ include/OpenCASCADE/Geom2dGcc_Type3.hxx
include/OpenCASCADE/Geom2dHatch_Classifier.hxx
include/OpenCASCADE/Geom2dHatch_DataMapIteratorOfHatchings.hxx
include/OpenCASCADE/Geom2dHatch_DataMapIteratorOfMapOfElements.hxx
-include/OpenCASCADE/Geom2dHatch_DataMapNodeOfHatchings.hxx
-include/OpenCASCADE/Geom2dHatch_DataMapNodeOfMapOfElements.hxx
include/OpenCASCADE/Geom2dHatch_Element.hxx
include/OpenCASCADE/Geom2dHatch_Elements.hxx
include/OpenCASCADE/Geom2dHatch_FClass2dOfClassifier.hxx
@@ -17583,8 +18996,6 @@ include/OpenCASCADE/Geom2dInt_Geom2dCurveTool.lxx
include/OpenCASCADE/Geom2dInt_IntConicCurveOfGInter.hxx
include/OpenCASCADE/Geom2dInt_MyImpParToolOfTheIntersectorOfTheIntConicCurveOfGInter.hxx
include/OpenCASCADE/Geom2dInt_PCLocFOfTheLocateExtPCOfTheProjPCurOfGInter.hxx
-include/OpenCASCADE/Geom2dInt_SeqPCOfPCLocFOfTheLocateExtPCOfTheProjPCurOfGInter.hxx
-include/OpenCASCADE/Geom2dInt_SequenceNodeOfSeqPCOfPCLocFOfTheLocateExtPCOfTheProjPCurOfGInter.hxx
include/OpenCASCADE/Geom2dInt_TheCurveLocatorOfTheProjPCurOfGInter.hxx
include/OpenCASCADE/Geom2dInt_TheDistBetweenPCurvesOfTheIntPCurvePCurveOfGInter.hxx
include/OpenCASCADE/Geom2dInt_TheIntConicCurveOfGInter.hxx
@@ -17660,8 +19071,12 @@ 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
include/OpenCASCADE/GeomConvert_ApproxCurve.hxx
include/OpenCASCADE/GeomConvert_ApproxSurface.hxx
@@ -17672,6 +19087,12 @@ include/OpenCASCADE/GeomConvert_BSplineSurfaceToBezierSurface.hxx
include/OpenCASCADE/GeomConvert_CompBezierSurfacesToBSplineSurface.hxx
include/OpenCASCADE/GeomConvert_CompBezierSurfacesToBSplineSurface.lxx
include/OpenCASCADE/GeomConvert_CompCurveToBSplineCurve.hxx
+include/OpenCASCADE/GeomEvaluator_Curve.hxx
+include/OpenCASCADE/GeomEvaluator_OffsetCurve.hxx
+include/OpenCASCADE/GeomEvaluator_OffsetSurface.hxx
+include/OpenCASCADE/GeomEvaluator_Surface.hxx
+include/OpenCASCADE/GeomEvaluator_SurfaceOfExtrusion.hxx
+include/OpenCASCADE/GeomEvaluator_SurfaceOfRevolution.hxx
include/OpenCASCADE/GeomFill.hxx
include/OpenCASCADE/GeomFill_AppSurf.hxx
include/OpenCASCADE/GeomFill_AppSweep.hxx
@@ -17729,8 +19150,6 @@ include/OpenCASCADE/GeomFill_QuasiAngularConvertor.hxx
include/OpenCASCADE/GeomFill_SectionGenerator.hxx
include/OpenCASCADE/GeomFill_SectionLaw.hxx
include/OpenCASCADE/GeomFill_SectionPlacement.hxx
-include/OpenCASCADE/GeomFill_SequenceNodeOfSequenceOfAx2.hxx
-include/OpenCASCADE/GeomFill_SequenceNodeOfSequenceOfTrsf.hxx
include/OpenCASCADE/GeomFill_SequenceOfAx2.hxx
include/OpenCASCADE/GeomFill_SequenceOfTrsf.hxx
include/OpenCASCADE/GeomFill_SimpleBound.hxx
@@ -17769,7 +19188,6 @@ include/OpenCASCADE/GeomInt_ParLeastSquareOfMyGradientbisOfTheComputeLineOfWLApp
include/OpenCASCADE/GeomInt_ParameterAndOrientation.hxx
include/OpenCASCADE/GeomInt_ResConstraintOfMyGradientOfTheComputeLineBezierOfWLApprox.hxx
include/OpenCASCADE/GeomInt_ResConstraintOfMyGradientbisOfTheComputeLineOfWLApprox.hxx
-include/OpenCASCADE/GeomInt_SequenceNodeOfSequenceOfParameterAndOrientation.hxx
include/OpenCASCADE/GeomInt_SequenceOfParameterAndOrientation.hxx
include/OpenCASCADE/GeomInt_TheComputeLineBezierOfWLApprox.hxx
include/OpenCASCADE/GeomInt_TheComputeLineOfWLApprox.hxx
@@ -17793,6 +19211,7 @@ include/OpenCASCADE/GeomLib_Check2dBSplineCurve.hxx
include/OpenCASCADE/GeomLib_Check2dBSplineCurve.lxx
include/OpenCASCADE/GeomLib_CheckBSplineCurve.hxx
include/OpenCASCADE/GeomLib_CheckBSplineCurve.lxx
+include/OpenCASCADE/GeomLib_CheckCurveOnSurface.hxx
include/OpenCASCADE/GeomLib_DenominatorMultiplier.hxx
include/OpenCASCADE/GeomLib_DenominatorMultiplierPtr.hxx
include/OpenCASCADE/GeomLib_Interpolate.hxx
@@ -17818,9 +19237,6 @@ include/OpenCASCADE/GeomPlate_MakeApprox.hxx
include/OpenCASCADE/GeomPlate_PlateG0Criterion.hxx
include/OpenCASCADE/GeomPlate_PlateG1Criterion.hxx
include/OpenCASCADE/GeomPlate_PointConstraint.hxx
-include/OpenCASCADE/GeomPlate_SequenceNodeOfSequenceOfAij.hxx
-include/OpenCASCADE/GeomPlate_SequenceNodeOfSequenceOfCurveConstraint.hxx
-include/OpenCASCADE/GeomPlate_SequenceNodeOfSequenceOfPointConstraint.hxx
include/OpenCASCADE/GeomPlate_SequenceOfAij.hxx
include/OpenCASCADE/GeomPlate_SequenceOfCurveConstraint.hxx
include/OpenCASCADE/GeomPlate_SequenceOfPointConstraint.hxx
@@ -17897,7 +19313,6 @@ include/OpenCASCADE/Geom_Parabola.hxx
include/OpenCASCADE/Geom_Plane.hxx
include/OpenCASCADE/Geom_Point.hxx
include/OpenCASCADE/Geom_RectangularTrimmedSurface.hxx
-include/OpenCASCADE/Geom_SequenceNodeOfSequenceOfBSplineSurface.hxx
include/OpenCASCADE/Geom_SequenceOfBSplineSurface.hxx
include/OpenCASCADE/Geom_SphericalSurface.hxx
include/OpenCASCADE/Geom_Surface.hxx
@@ -17913,9 +19328,6 @@ include/OpenCASCADE/Geom_Vector.hxx
include/OpenCASCADE/Geom_VectorWithMagnitude.hxx
include/OpenCASCADE/GeometryTest.hxx
include/OpenCASCADE/GeomliteTest.hxx
-include/OpenCASCADE/Graphic3d_Array1OfVector.hxx
-include/OpenCASCADE/Graphic3d_Array1OfVertex.hxx
-include/OpenCASCADE/Graphic3d_Array2OfVertex.hxx
include/OpenCASCADE/Graphic3d_ArrayOfPoints.hxx
include/OpenCASCADE/Graphic3d_ArrayOfPolygons.hxx
include/OpenCASCADE/Graphic3d_ArrayOfPolylines.hxx
@@ -17932,45 +19344,34 @@ include/OpenCASCADE/Graphic3d_AspectLine3d.hxx
include/OpenCASCADE/Graphic3d_AspectMarker3d.hxx
include/OpenCASCADE/Graphic3d_AspectText3d.hxx
include/OpenCASCADE/Graphic3d_AspectTextDefinitionError.hxx
+include/OpenCASCADE/Graphic3d_BSDF.hxx
+include/OpenCASCADE/Graphic3d_BndBox3d.hxx
include/OpenCASCADE/Graphic3d_BndBox4d.hxx
include/OpenCASCADE/Graphic3d_BndBox4f.hxx
include/OpenCASCADE/Graphic3d_BoundBuffer.hxx
include/OpenCASCADE/Graphic3d_Buffer.hxx
include/OpenCASCADE/Graphic3d_BufferType.hxx
-include/OpenCASCADE/Graphic3d_CAspectFillArea.hxx
-include/OpenCASCADE/Graphic3d_CAspectLine.hxx
-include/OpenCASCADE/Graphic3d_CAspectMarker.hxx
-include/OpenCASCADE/Graphic3d_CAspectText.hxx
-include/OpenCASCADE/Graphic3d_CBitFields16.hxx
-include/OpenCASCADE/Graphic3d_CBitFields20.hxx
-include/OpenCASCADE/Graphic3d_CBitFields4.hxx
-include/OpenCASCADE/Graphic3d_CBitFields8.hxx
include/OpenCASCADE/Graphic3d_CLight.hxx
include/OpenCASCADE/Graphic3d_CStructure.hxx
-include/OpenCASCADE/Graphic3d_CStructurePtr.hxx
include/OpenCASCADE/Graphic3d_CTexture.hxx
-include/OpenCASCADE/Graphic3d_CTransPersStruct.hxx
-include/OpenCASCADE/Graphic3d_CUserDraw.hxx
include/OpenCASCADE/Graphic3d_CView.hxx
include/OpenCASCADE/Graphic3d_Camera.hxx
+include/OpenCASCADE/Graphic3d_CameraTile.hxx
+include/OpenCASCADE/Graphic3d_CappingFlags.hxx
include/OpenCASCADE/Graphic3d_ClipPlane.hxx
-include/OpenCASCADE/Graphic3d_CycleError.hxx
include/OpenCASCADE/Graphic3d_DataStructureManager.hxx
+include/OpenCASCADE/Graphic3d_DiagnosticInfo.hxx
include/OpenCASCADE/Graphic3d_ExportFormat.hxx
include/OpenCASCADE/Graphic3d_GraduatedTrihedron.hxx
include/OpenCASCADE/Graphic3d_GraphicDriver.hxx
include/OpenCASCADE/Graphic3d_Group.hxx
include/OpenCASCADE/Graphic3d_GroupAspect.hxx
include/OpenCASCADE/Graphic3d_GroupDefinitionError.hxx
-include/OpenCASCADE/Graphic3d_HSequenceOfStructure.hxx
+include/OpenCASCADE/Graphic3d_HighlightStyle.hxx
include/OpenCASCADE/Graphic3d_HorizontalTextAlignment.hxx
include/OpenCASCADE/Graphic3d_IndexBuffer.hxx
include/OpenCASCADE/Graphic3d_IndexedMapOfAddress.hxx
-include/OpenCASCADE/Graphic3d_InitialisationError.hxx
include/OpenCASCADE/Graphic3d_LevelOfTextureAnisotropy.hxx
-include/OpenCASCADE/Graphic3d_ListIteratorOfListOfShortReal.hxx
-include/OpenCASCADE/Graphic3d_ListNodeOfListOfShortReal.hxx
-include/OpenCASCADE/Graphic3d_ListOfShortReal.hxx
include/OpenCASCADE/Graphic3d_MapIteratorOfMapOfStructure.hxx
include/OpenCASCADE/Graphic3d_MapOfObject.hxx
include/OpenCASCADE/Graphic3d_MapOfStructure.hxx
@@ -17979,21 +19380,20 @@ include/OpenCASCADE/Graphic3d_Mat4.hxx
include/OpenCASCADE/Graphic3d_Mat4d.hxx
include/OpenCASCADE/Graphic3d_MaterialAspect.hxx
include/OpenCASCADE/Graphic3d_MaterialDefinitionError.hxx
-include/OpenCASCADE/Graphic3d_NListOfHAsciiString.hxx
include/OpenCASCADE/Graphic3d_NMapOfTransient.hxx
include/OpenCASCADE/Graphic3d_NameOfMaterial.hxx
include/OpenCASCADE/Graphic3d_NameOfTexture1D.hxx
include/OpenCASCADE/Graphic3d_NameOfTexture2D.hxx
include/OpenCASCADE/Graphic3d_NameOfTextureEnv.hxx
include/OpenCASCADE/Graphic3d_NameOfTexturePlane.hxx
+include/OpenCASCADE/Graphic3d_PolygonOffset.hxx
include/OpenCASCADE/Graphic3d_PriorityDefinitionError.hxx
-include/OpenCASCADE/Graphic3d_PtrFrameBuffer.hxx
include/OpenCASCADE/Graphic3d_RenderingMode.hxx
include/OpenCASCADE/Graphic3d_RenderingParams.hxx
-include/OpenCASCADE/Graphic3d_SequenceNodeOfSequenceOfStructure.hxx
include/OpenCASCADE/Graphic3d_SequenceOfGroup.hxx
include/OpenCASCADE/Graphic3d_SequenceOfHClipPlane.hxx
include/OpenCASCADE/Graphic3d_SequenceOfStructure.hxx
+include/OpenCASCADE/Graphic3d_ShaderAttribute.hxx
include/OpenCASCADE/Graphic3d_ShaderObject.hxx
include/OpenCASCADE/Graphic3d_ShaderProgram.hxx
include/OpenCASCADE/Graphic3d_ShaderVariable.hxx
@@ -18001,11 +19401,8 @@ include/OpenCASCADE/Graphic3d_ShaderVariable.lxx
include/OpenCASCADE/Graphic3d_SortType.hxx
include/OpenCASCADE/Graphic3d_StereoMode.hxx
include/OpenCASCADE/Graphic3d_Structure.hxx
-include/OpenCASCADE/Graphic3d_Structure.lxx
include/OpenCASCADE/Graphic3d_StructureDefinitionError.hxx
include/OpenCASCADE/Graphic3d_StructureManager.hxx
-include/OpenCASCADE/Graphic3d_StructureManagerPtr.hxx
-include/OpenCASCADE/Graphic3d_StructurePtr.hxx
include/OpenCASCADE/Graphic3d_TextPath.hxx
include/OpenCASCADE/Graphic3d_Texture1D.hxx
include/OpenCASCADE/Graphic3d_Texture1Dmanual.hxx
@@ -18019,19 +19416,25 @@ include/OpenCASCADE/Graphic3d_TextureParams.hxx
include/OpenCASCADE/Graphic3d_TextureRoot.hxx
include/OpenCASCADE/Graphic3d_TransModeFlags.hxx
include/OpenCASCADE/Graphic3d_TransformError.hxx
+include/OpenCASCADE/Graphic3d_TransformPers.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
include/OpenCASCADE/Graphic3d_TypeOfMaterial.hxx
-include/OpenCASCADE/Graphic3d_TypeOfPolygon.hxx
-include/OpenCASCADE/Graphic3d_TypeOfPrimitive.hxx
include/OpenCASCADE/Graphic3d_TypeOfPrimitiveArray.hxx
include/OpenCASCADE/Graphic3d_TypeOfReflection.hxx
include/OpenCASCADE/Graphic3d_TypeOfShaderObject.hxx
+include/OpenCASCADE/Graphic3d_TypeOfShadingModel.hxx
include/OpenCASCADE/Graphic3d_TypeOfStructure.hxx
include/OpenCASCADE/Graphic3d_TypeOfTexture.hxx
include/OpenCASCADE/Graphic3d_TypeOfTextureFilter.hxx
include/OpenCASCADE/Graphic3d_TypeOfTextureMode.hxx
+include/OpenCASCADE/Graphic3d_TypeOfVisualization.hxx
include/OpenCASCADE/Graphic3d_Vec.hxx
include/OpenCASCADE/Graphic3d_Vec2.hxx
include/OpenCASCADE/Graphic3d_Vec3.hxx
@@ -18041,6 +19444,7 @@ include/OpenCASCADE/Graphic3d_VectorError.hxx
include/OpenCASCADE/Graphic3d_Vertex.hxx
include/OpenCASCADE/Graphic3d_VerticalTextAlignment.hxx
include/OpenCASCADE/Graphic3d_ViewAffinity.hxx
+include/OpenCASCADE/Graphic3d_WorldViewProjState.hxx
include/OpenCASCADE/Graphic3d_ZLayerId.hxx
include/OpenCASCADE/Graphic3d_ZLayerSettings.hxx
include/OpenCASCADE/HLRAlgo.hxx
@@ -18049,15 +19453,11 @@ include/OpenCASCADE/HLRAlgo_Array1OfPINod.hxx
include/OpenCASCADE/HLRAlgo_Array1OfPISeg.hxx
include/OpenCASCADE/HLRAlgo_Array1OfTData.hxx
include/OpenCASCADE/HLRAlgo_BiPoint.hxx
-include/OpenCASCADE/HLRAlgo_BiPoint.lxx
include/OpenCASCADE/HLRAlgo_Coincidence.hxx
-include/OpenCASCADE/HLRAlgo_Coincidence.lxx
include/OpenCASCADE/HLRAlgo_EdgeIterator.hxx
include/OpenCASCADE/HLRAlgo_EdgeIterator.lxx
include/OpenCASCADE/HLRAlgo_EdgeStatus.hxx
-include/OpenCASCADE/HLRAlgo_EdgeStatus.lxx
include/OpenCASCADE/HLRAlgo_EdgesBlock.hxx
-include/OpenCASCADE/HLRAlgo_EdgesBlock.lxx
include/OpenCASCADE/HLRAlgo_HArray1OfPHDat.hxx
include/OpenCASCADE/HLRAlgo_HArray1OfPINod.hxx
include/OpenCASCADE/HLRAlgo_HArray1OfPISeg.hxx
@@ -18068,29 +19468,23 @@ include/OpenCASCADE/HLRAlgo_Intersection.hxx
include/OpenCASCADE/HLRAlgo_Intersection.lxx
include/OpenCASCADE/HLRAlgo_ListIteratorOfInterferenceList.hxx
include/OpenCASCADE/HLRAlgo_ListIteratorOfListOfBPoint.hxx
-include/OpenCASCADE/HLRAlgo_ListNodeOfInterferenceList.hxx
-include/OpenCASCADE/HLRAlgo_ListNodeOfListOfBPoint.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
-include/OpenCASCADE/HLRAlgo_PolyHidingData.lxx
include/OpenCASCADE/HLRAlgo_PolyInternalData.hxx
include/OpenCASCADE/HLRAlgo_PolyInternalData.lxx
include/OpenCASCADE/HLRAlgo_PolyInternalNode.hxx
-include/OpenCASCADE/HLRAlgo_PolyInternalNode.lxx
include/OpenCASCADE/HLRAlgo_PolyInternalSegment.hxx
-include/OpenCASCADE/HLRAlgo_PolyInternalSegment.lxx
+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
-include/OpenCASCADE/HLRAlgo_TriangleData.lxx
include/OpenCASCADE/HLRAlgo_WiresBlock.hxx
-include/OpenCASCADE/HLRAlgo_WiresBlock.lxx
include/OpenCASCADE/HLRAppli_ReflectLines.hxx
include/OpenCASCADE/HLRBRep.hxx
include/OpenCASCADE/HLRBRep_Algo.hxx
@@ -18102,9 +19496,7 @@ include/OpenCASCADE/HLRBRep_BCurveTool.lxx
include/OpenCASCADE/HLRBRep_BSurfaceTool.hxx
include/OpenCASCADE/HLRBRep_BSurfaceTool.lxx
include/OpenCASCADE/HLRBRep_BiPnt2D.hxx
-include/OpenCASCADE/HLRBRep_BiPnt2D.lxx
include/OpenCASCADE/HLRBRep_BiPoint.hxx
-include/OpenCASCADE/HLRBRep_BiPoint.lxx
include/OpenCASCADE/HLRBRep_CInter.hxx
include/OpenCASCADE/HLRBRep_CLProps.hxx
include/OpenCASCADE/HLRBRep_CLPropsATool.hxx
@@ -18138,8 +19530,6 @@ include/OpenCASCADE/HLRBRep_LineTool.hxx
include/OpenCASCADE/HLRBRep_LineTool.lxx
include/OpenCASCADE/HLRBRep_ListIteratorOfListOfBPnt2D.hxx
include/OpenCASCADE/HLRBRep_ListIteratorOfListOfBPoint.hxx
-include/OpenCASCADE/HLRBRep_ListNodeOfListOfBPnt2D.hxx
-include/OpenCASCADE/HLRBRep_ListNodeOfListOfBPoint.hxx
include/OpenCASCADE/HLRBRep_ListOfBPnt2D.hxx
include/OpenCASCADE/HLRBRep_ListOfBPoint.hxx
include/OpenCASCADE/HLRBRep_MyImpParToolOfTheIntersectorOfTheIntConicCurveOfCInter.hxx
@@ -18152,9 +19542,6 @@ include/OpenCASCADE/HLRBRep_SLProps.hxx
include/OpenCASCADE/HLRBRep_SLPropsATool.hxx
include/OpenCASCADE/HLRBRep_SLPropsATool.lxx
include/OpenCASCADE/HLRBRep_SeqOfShapeBounds.hxx
-include/OpenCASCADE/HLRBRep_SeqPCOfPCLocFOfTheLocateExtPCOfTheProjPCurOfCInter.hxx
-include/OpenCASCADE/HLRBRep_SequenceNodeOfSeqOfShapeBounds.hxx
-include/OpenCASCADE/HLRBRep_SequenceNodeOfSeqPCOfPCLocFOfTheLocateExtPCOfTheProjPCurOfCInter.hxx
include/OpenCASCADE/HLRBRep_ShapeBounds.hxx
include/OpenCASCADE/HLRBRep_ShapeBounds.lxx
include/OpenCASCADE/HLRBRep_ShapeToHLR.hxx
@@ -18179,6 +19566,7 @@ include/OpenCASCADE/HLRBRep_ThePolyhedronToolOfInterCSurf.hxx
include/OpenCASCADE/HLRBRep_TheProjPCurOfCInter.hxx
include/OpenCASCADE/HLRBRep_TheQuadCurvExactInterCSurf.hxx
include/OpenCASCADE/HLRBRep_TheQuadCurvFuncOfTheQuadCurvExactInterCSurf.hxx
+include/OpenCASCADE/HLRBRep_TypeOfResultingEdge.hxx
include/OpenCASCADE/HLRBRep_VertexList.hxx
include/OpenCASCADE/HLRTest.hxx
include/OpenCASCADE/HLRTest_DrawableEdgeTool.hxx
@@ -18195,3309 +19583,17 @@ include/OpenCASCADE/HLRTopoBRep_Data.hxx
include/OpenCASCADE/HLRTopoBRep_Data.lxx
include/OpenCASCADE/HLRTopoBRep_DataMapIteratorOfDataMapOfShapeFaceData.hxx
include/OpenCASCADE/HLRTopoBRep_DataMapIteratorOfMapOfShapeListOfVData.hxx
-include/OpenCASCADE/HLRTopoBRep_DataMapNodeOfDataMapOfShapeFaceData.hxx
-include/OpenCASCADE/HLRTopoBRep_DataMapNodeOfMapOfShapeListOfVData.hxx
include/OpenCASCADE/HLRTopoBRep_DataMapOfShapeFaceData.hxx
include/OpenCASCADE/HLRTopoBRep_FaceData.hxx
include/OpenCASCADE/HLRTopoBRep_FaceData.lxx
include/OpenCASCADE/HLRTopoBRep_FaceIsoLiner.hxx
include/OpenCASCADE/HLRTopoBRep_ListIteratorOfListOfVData.hxx
-include/OpenCASCADE/HLRTopoBRep_ListNodeOfListOfVData.hxx
include/OpenCASCADE/HLRTopoBRep_ListOfVData.hxx
include/OpenCASCADE/HLRTopoBRep_MapOfShapeListOfVData.hxx
include/OpenCASCADE/HLRTopoBRep_OutLiner.hxx
include/OpenCASCADE/HLRTopoBRep_OutLiner.lxx
include/OpenCASCADE/HLRTopoBRep_VData.hxx
include/OpenCASCADE/HLRTopoBRep_VData.lxx
-include/OpenCASCADE/Handle_AIS_AttributeFilter.hxx
-include/OpenCASCADE/Handle_AIS_Axis.hxx
-include/OpenCASCADE/Handle_AIS_BadEdgeFilter.hxx
-include/OpenCASCADE/Handle_AIS_C0RegularityFilter.hxx
-include/OpenCASCADE/Handle_AIS_Chamf2dDimension.hxx
-include/OpenCASCADE/Handle_AIS_Chamf3dDimension.hxx
-include/OpenCASCADE/Handle_AIS_Circle.hxx
-include/OpenCASCADE/Handle_AIS_ConcentricRelation.hxx
-include/OpenCASCADE/Handle_AIS_ConnectedInteractive.hxx
-include/OpenCASCADE/Handle_AIS_DataMapNodeOfDataMapOfILC.hxx
-include/OpenCASCADE/Handle_AIS_DataMapNodeOfDataMapOfIOStatus.hxx
-include/OpenCASCADE/Handle_AIS_DataMapNodeOfDataMapOfSelStat.hxx
-include/OpenCASCADE/Handle_AIS_DataMapNodeOfDataMapofIntegerListOfinteractive.hxx
-include/OpenCASCADE/Handle_AIS_DimensionOwner.hxx
-include/OpenCASCADE/Handle_AIS_EllipseRadiusDimension.hxx
-include/OpenCASCADE/Handle_AIS_EqualDistanceRelation.hxx
-include/OpenCASCADE/Handle_AIS_EqualRadiusRelation.hxx
-include/OpenCASCADE/Handle_AIS_ExclusionFilter.hxx
-include/OpenCASCADE/Handle_AIS_FixRelation.hxx
-include/OpenCASCADE/Handle_AIS_GlobalStatus.hxx
-include/OpenCASCADE/Handle_AIS_IdenticRelation.hxx
-include/OpenCASCADE/Handle_AIS_IndexedDataMapNodeOfIndexedDataMapOfOwnerPrs.hxx
-include/OpenCASCADE/Handle_AIS_InteractiveContext.hxx
-include/OpenCASCADE/Handle_AIS_InteractiveObject.hxx
-include/OpenCASCADE/Handle_AIS_Line.hxx
-include/OpenCASCADE/Handle_AIS_ListNodeOfListOfInteractive.hxx
-include/OpenCASCADE/Handle_AIS_LocalContext.hxx
-include/OpenCASCADE/Handle_AIS_LocalStatus.hxx
-include/OpenCASCADE/Handle_AIS_MaxRadiusDimension.hxx
-include/OpenCASCADE/Handle_AIS_MidPointRelation.hxx
-include/OpenCASCADE/Handle_AIS_MinRadiusDimension.hxx
-include/OpenCASCADE/Handle_AIS_MultipleConnectedInteractive.hxx
-include/OpenCASCADE/Handle_AIS_OffsetDimension.hxx
-include/OpenCASCADE/Handle_AIS_ParallelRelation.hxx
-include/OpenCASCADE/Handle_AIS_PerpendicularRelation.hxx
-include/OpenCASCADE/Handle_AIS_Plane.hxx
-include/OpenCASCADE/Handle_AIS_PlaneTrihedron.hxx
-include/OpenCASCADE/Handle_AIS_Point.hxx
-include/OpenCASCADE/Handle_AIS_Relation.hxx
-include/OpenCASCADE/Handle_AIS_Selection.hxx
-include/OpenCASCADE/Handle_AIS_SequenceNodeOfSequenceOfDimension.hxx
-include/OpenCASCADE/Handle_AIS_SequenceNodeOfSequenceOfInteractive.hxx
-include/OpenCASCADE/Handle_AIS_Shape.hxx
-include/OpenCASCADE/Handle_AIS_SignatureFilter.hxx
-include/OpenCASCADE/Handle_AIS_StdMapNodeOfMapOfInteractive.hxx
-include/OpenCASCADE/Handle_AIS_SymmetricRelation.hxx
-include/OpenCASCADE/Handle_AIS_TangentRelation.hxx
-include/OpenCASCADE/Handle_AIS_Triangulation.hxx
-include/OpenCASCADE/Handle_AIS_Trihedron.hxx
-include/OpenCASCADE/Handle_AIS_TypeFilter.hxx
-include/OpenCASCADE/Handle_APIHeaderSection_EditHeader.hxx
-include/OpenCASCADE/Handle_Adaptor2d_HCurve2d.hxx
-include/OpenCASCADE/Handle_Adaptor2d_HLine2d.hxx
-include/OpenCASCADE/Handle_Adaptor3d_HCurve.hxx
-include/OpenCASCADE/Handle_Adaptor3d_HCurveOnSurface.hxx
-include/OpenCASCADE/Handle_Adaptor3d_HIsoCurve.hxx
-include/OpenCASCADE/Handle_Adaptor3d_HOffsetCurve.hxx
-include/OpenCASCADE/Handle_Adaptor3d_HSurface.hxx
-include/OpenCASCADE/Handle_Adaptor3d_HSurfaceOfLinearExtrusion.hxx
-include/OpenCASCADE/Handle_Adaptor3d_HSurfaceOfRevolution.hxx
-include/OpenCASCADE/Handle_Adaptor3d_HVertex.hxx
-include/OpenCASCADE/Handle_Adaptor3d_TopolTool.hxx
-include/OpenCASCADE/Handle_AdvApp2Var_SequenceNodeOfSequenceOfNode.hxx
-include/OpenCASCADE/Handle_AdvApp2Var_SequenceNodeOfSequenceOfPatch.hxx
-include/OpenCASCADE/Handle_AdvApp2Var_SequenceNodeOfSequenceOfStrip.hxx
-include/OpenCASCADE/Handle_AdvApp2Var_SequenceNodeOfStrip.hxx
-include/OpenCASCADE/Handle_AppDef_HArray1OfMultiPointConstraint.hxx
-include/OpenCASCADE/Handle_AppDef_LinearCriteria.hxx
-include/OpenCASCADE/Handle_AppDef_SmoothCriterion.hxx
-include/OpenCASCADE/Handle_AppParCurves_HArray1OfConstraintCouple.hxx
-include/OpenCASCADE/Handle_AppParCurves_HArray1OfMultiBSpCurve.hxx
-include/OpenCASCADE/Handle_AppParCurves_HArray1OfMultiCurve.hxx
-include/OpenCASCADE/Handle_AppParCurves_HArray1OfMultiPoint.hxx
-include/OpenCASCADE/Handle_AppParCurves_SequenceNodeOfSequenceOfMultiBSpCurve.hxx
-include/OpenCASCADE/Handle_AppParCurves_SequenceNodeOfSequenceOfMultiCurve.hxx
-include/OpenCASCADE/Handle_AppStdL_Application.hxx
-include/OpenCASCADE/Handle_AppStd_Application.hxx
-include/OpenCASCADE/Handle_Approx_CurvlinFunc.hxx
-include/OpenCASCADE/Handle_Approx_HArray1OfAdHSurface.hxx
-include/OpenCASCADE/Handle_Approx_HArray1OfGTrsf2d.hxx
-include/OpenCASCADE/Handle_Approx_SequenceNodeOfSequenceOfHArray1OfReal.hxx
-include/OpenCASCADE/Handle_Approx_SweepFunction.hxx
-include/OpenCASCADE/Handle_Aspect_AspectFillArea.hxx
-include/OpenCASCADE/Handle_Aspect_AspectFillAreaDefinitionError.hxx
-include/OpenCASCADE/Handle_Aspect_AspectLine.hxx
-include/OpenCASCADE/Handle_Aspect_AspectLineDefinitionError.hxx
-include/OpenCASCADE/Handle_Aspect_AspectMarker.hxx
-include/OpenCASCADE/Handle_Aspect_AspectMarkerDefinitionError.hxx
-include/OpenCASCADE/Handle_Aspect_BadAccess.hxx
-include/OpenCASCADE/Handle_Aspect_CircularGrid.hxx
-include/OpenCASCADE/Handle_Aspect_ColorScale.hxx
-include/OpenCASCADE/Handle_Aspect_DisplayConnectionDefinitionError.hxx
-include/OpenCASCADE/Handle_Aspect_DriverDefinitionError.hxx
-include/OpenCASCADE/Handle_Aspect_GraphicDeviceDefinitionError.hxx
-include/OpenCASCADE/Handle_Aspect_Grid.hxx
-include/OpenCASCADE/Handle_Aspect_IdentDefinitionError.hxx
-include/OpenCASCADE/Handle_Aspect_RectangularGrid.hxx
-include/OpenCASCADE/Handle_Aspect_SequenceNodeOfSequenceOfColor.hxx
-include/OpenCASCADE/Handle_Aspect_Window.hxx
-include/OpenCASCADE/Handle_Aspect_WindowDefinitionError.hxx
-include/OpenCASCADE/Handle_Aspect_WindowError.hxx
-include/OpenCASCADE/Handle_BOPDS_CommonBlock.hxx
-include/OpenCASCADE/Handle_BOPDS_PaveBlock.hxx
-include/OpenCASCADE/Handle_BOPTest_DrawableShape.hxx
-include/OpenCASCADE/Handle_BRepAdaptor_HArray1OfCurve.hxx
-include/OpenCASCADE/Handle_BRepAdaptor_HCompCurve.hxx
-include/OpenCASCADE/Handle_BRepAdaptor_HCurve.hxx
-include/OpenCASCADE/Handle_BRepAdaptor_HCurve2d.hxx
-include/OpenCASCADE/Handle_BRepAdaptor_HSurface.hxx
-include/OpenCASCADE/Handle_BRepAlgo_AsDes.hxx
-include/OpenCASCADE/Handle_BRepAlgo_DataMapNodeOfDataMapOfShapeBoolean.hxx
-include/OpenCASCADE/Handle_BRepAlgo_DataMapNodeOfDataMapOfShapeInterference.hxx
-include/OpenCASCADE/Handle_BRepAlgo_EdgeConnector.hxx
-include/OpenCASCADE/Handle_BRepAlgo_SequenceNodeOfSequenceOfSequenceOfInteger.hxx
-include/OpenCASCADE/Handle_BRepApprox_ApproxLine.hxx
-include/OpenCASCADE/Handle_BRepBlend_AppFunc.hxx
-include/OpenCASCADE/Handle_BRepBlend_AppFuncRoot.hxx
-include/OpenCASCADE/Handle_BRepBlend_AppFuncRst.hxx
-include/OpenCASCADE/Handle_BRepBlend_AppFuncRstRst.hxx
-include/OpenCASCADE/Handle_BRepBlend_Line.hxx
-include/OpenCASCADE/Handle_BRepBlend_SequenceNodeOfSequenceOfLine.hxx
-include/OpenCASCADE/Handle_BRepBlend_SequenceNodeOfSequenceOfPointOnRst.hxx
-include/OpenCASCADE/Handle_BRepBuilderAPI_Sewing.hxx
-include/OpenCASCADE/Handle_BRepCheck_DataMapNodeOfDataMapOfShapeListOfStatus.hxx
-include/OpenCASCADE/Handle_BRepCheck_DataMapNodeOfDataMapOfShapeResult.hxx
-include/OpenCASCADE/Handle_BRepCheck_Edge.hxx
-include/OpenCASCADE/Handle_BRepCheck_Face.hxx
-include/OpenCASCADE/Handle_BRepCheck_ListNodeOfListOfStatus.hxx
-include/OpenCASCADE/Handle_BRepCheck_Result.hxx
-include/OpenCASCADE/Handle_BRepCheck_Shell.hxx
-include/OpenCASCADE/Handle_BRepCheck_Solid.hxx
-include/OpenCASCADE/Handle_BRepCheck_Vertex.hxx
-include/OpenCASCADE/Handle_BRepCheck_Wire.hxx
-include/OpenCASCADE/Handle_BRepClass3d_DataMapNodeOfMapOfInter.hxx
-include/OpenCASCADE/Handle_BRepExtrema_UnCompatibleShape.hxx
-include/OpenCASCADE/Handle_BRepFill_ACRLaw.hxx
-include/OpenCASCADE/Handle_BRepFill_CurveConstraint.hxx
-include/OpenCASCADE/Handle_BRepFill_DataMapNodeOfDataMapOfNodeDataMapOfShapeShape.hxx
-include/OpenCASCADE/Handle_BRepFill_DataMapNodeOfDataMapOfNodeShape.hxx
-include/OpenCASCADE/Handle_BRepFill_DataMapNodeOfDataMapOfOrientedShapeListOfShape.hxx
-include/OpenCASCADE/Handle_BRepFill_DataMapNodeOfDataMapOfShapeDataMapOfShapeListOfShape.hxx
-include/OpenCASCADE/Handle_BRepFill_DataMapNodeOfDataMapOfShapeHArray2OfShape.hxx
-include/OpenCASCADE/Handle_BRepFill_DataMapNodeOfDataMapOfShapeSequenceOfPnt.hxx
-include/OpenCASCADE/Handle_BRepFill_DataMapNodeOfDataMapOfShapeSequenceOfReal.hxx
-include/OpenCASCADE/Handle_BRepFill_DraftLaw.hxx
-include/OpenCASCADE/Handle_BRepFill_Edge3DLaw.hxx
-include/OpenCASCADE/Handle_BRepFill_EdgeOnSurfLaw.hxx
-include/OpenCASCADE/Handle_BRepFill_IndexedDataMapNodeOfIndexedDataMapOfOrientedShapeListOfShape.hxx
-include/OpenCASCADE/Handle_BRepFill_ListNodeOfListOfOffsetWire.hxx
-include/OpenCASCADE/Handle_BRepFill_LocationLaw.hxx
-include/OpenCASCADE/Handle_BRepFill_NSections.hxx
-include/OpenCASCADE/Handle_BRepFill_PipeShell.hxx
-include/OpenCASCADE/Handle_BRepFill_SectionLaw.hxx
-include/OpenCASCADE/Handle_BRepFill_SequenceNodeOfSequenceOfEdgeFaceAndOrder.hxx
-include/OpenCASCADE/Handle_BRepFill_SequenceNodeOfSequenceOfFaceAndOrder.hxx
-include/OpenCASCADE/Handle_BRepFill_SequenceNodeOfSequenceOfSection.hxx
-include/OpenCASCADE/Handle_BRepFill_ShapeLaw.hxx
-include/OpenCASCADE/Handle_BRepMAT2d_DataMapNodeOfDataMapOfBasicEltShape.hxx
-include/OpenCASCADE/Handle_BRepMAT2d_DataMapNodeOfDataMapOfShapeSequenceOfBasicElt.hxx
-include/OpenCASCADE/Handle_BRepOffsetAPI_SequenceNodeOfSequenceOfSequenceOfReal.hxx
-include/OpenCASCADE/Handle_BRepOffsetAPI_SequenceNodeOfSequenceOfSequenceOfShape.hxx
-include/OpenCASCADE/Handle_BRepOffset_DataMapNodeOfDataMapOfShapeListOfInterval.hxx
-include/OpenCASCADE/Handle_BRepOffset_DataMapNodeOfDataMapOfShapeMapOfShape.hxx
-include/OpenCASCADE/Handle_BRepOffset_DataMapNodeOfDataMapOfShapeOffset.hxx
-include/OpenCASCADE/Handle_BRepOffset_ListNodeOfListOfInterval.hxx
-include/OpenCASCADE/Handle_BRepTools_DataMapNodeOfMapOfVertexPnt2d.hxx
-include/OpenCASCADE/Handle_BRepTools_GTrsfModification.hxx
-include/OpenCASCADE/Handle_BRepTools_Modification.hxx
-include/OpenCASCADE/Handle_BRepTools_NurbsConvertModification.hxx
-include/OpenCASCADE/Handle_BRepTools_ReShape.hxx
-include/OpenCASCADE/Handle_BRepTools_TrsfModification.hxx
-include/OpenCASCADE/Handle_BRepTopAdaptor_DataMapNodeOfMapOfShapeTool.hxx
-include/OpenCASCADE/Handle_BRepTopAdaptor_HVertex.hxx
-include/OpenCASCADE/Handle_BRepTopAdaptor_TopolTool.hxx
-include/OpenCASCADE/Handle_BRep_Curve3D.hxx
-include/OpenCASCADE/Handle_BRep_CurveOn2Surfaces.hxx
-include/OpenCASCADE/Handle_BRep_CurveOnClosedSurface.hxx
-include/OpenCASCADE/Handle_BRep_CurveOnSurface.hxx
-include/OpenCASCADE/Handle_BRep_CurveRepresentation.hxx
-include/OpenCASCADE/Handle_BRep_GCurve.hxx
-include/OpenCASCADE/Handle_BRep_ListNodeOfListOfCurveRepresentation.hxx
-include/OpenCASCADE/Handle_BRep_ListNodeOfListOfPointRepresentation.hxx
-include/OpenCASCADE/Handle_BRep_PointOnCurve.hxx
-include/OpenCASCADE/Handle_BRep_PointOnCurveOnSurface.hxx
-include/OpenCASCADE/Handle_BRep_PointOnSurface.hxx
-include/OpenCASCADE/Handle_BRep_PointRepresentation.hxx
-include/OpenCASCADE/Handle_BRep_PointsOnSurface.hxx
-include/OpenCASCADE/Handle_BRep_Polygon3D.hxx
-include/OpenCASCADE/Handle_BRep_PolygonOnClosedSurface.hxx
-include/OpenCASCADE/Handle_BRep_PolygonOnClosedTriangulation.hxx
-include/OpenCASCADE/Handle_BRep_PolygonOnSurface.hxx
-include/OpenCASCADE/Handle_BRep_PolygonOnTriangulation.hxx
-include/OpenCASCADE/Handle_BRep_TEdge.hxx
-include/OpenCASCADE/Handle_BRep_TFace.hxx
-include/OpenCASCADE/Handle_BRep_TVertex.hxx
-include/OpenCASCADE/Handle_BiTgte_DataMapNodeOfDataMapOfShapeBox.hxx
-include/OpenCASCADE/Handle_BiTgte_HCurveOnEdge.hxx
-include/OpenCASCADE/Handle_BiTgte_HCurveOnVertex.hxx
-include/OpenCASCADE/Handle_BinDrivers_DocumentRetrievalDriver.hxx
-include/OpenCASCADE/Handle_BinDrivers_DocumentStorageDriver.hxx
-include/OpenCASCADE/Handle_BinLDrivers_DocumentRetrievalDriver.hxx
-include/OpenCASCADE/Handle_BinLDrivers_DocumentStorageDriver.hxx
-include/OpenCASCADE/Handle_BinMDF_ADriver.hxx
-include/OpenCASCADE/Handle_BinMDF_ADriverTable.hxx
-include/OpenCASCADE/Handle_BinMDF_DataMapNodeOfTypeADriverMap.hxx
-include/OpenCASCADE/Handle_BinMDF_DoubleMapNodeOfTypeIdMap.hxx
-include/OpenCASCADE/Handle_BinMDF_ReferenceDriver.hxx
-include/OpenCASCADE/Handle_BinMDF_TagSourceDriver.hxx
-include/OpenCASCADE/Handle_BinMDataStd_AsciiStringDriver.hxx
-include/OpenCASCADE/Handle_BinMDataStd_BooleanArrayDriver.hxx
-include/OpenCASCADE/Handle_BinMDataStd_BooleanListDriver.hxx
-include/OpenCASCADE/Handle_BinMDataStd_ByteArrayDriver.hxx
-include/OpenCASCADE/Handle_BinMDataStd_CommentDriver.hxx
-include/OpenCASCADE/Handle_BinMDataStd_DirectoryDriver.hxx
-include/OpenCASCADE/Handle_BinMDataStd_ExpressionDriver.hxx
-include/OpenCASCADE/Handle_BinMDataStd_ExtStringArrayDriver.hxx
-include/OpenCASCADE/Handle_BinMDataStd_ExtStringListDriver.hxx
-include/OpenCASCADE/Handle_BinMDataStd_IntPackedMapDriver.hxx
-include/OpenCASCADE/Handle_BinMDataStd_IntegerArrayDriver.hxx
-include/OpenCASCADE/Handle_BinMDataStd_IntegerDriver.hxx
-include/OpenCASCADE/Handle_BinMDataStd_IntegerListDriver.hxx
-include/OpenCASCADE/Handle_BinMDataStd_NameDriver.hxx
-include/OpenCASCADE/Handle_BinMDataStd_NamedDataDriver.hxx
-include/OpenCASCADE/Handle_BinMDataStd_NoteBookDriver.hxx
-include/OpenCASCADE/Handle_BinMDataStd_RealArrayDriver.hxx
-include/OpenCASCADE/Handle_BinMDataStd_RealDriver.hxx
-include/OpenCASCADE/Handle_BinMDataStd_RealListDriver.hxx
-include/OpenCASCADE/Handle_BinMDataStd_ReferenceArrayDriver.hxx
-include/OpenCASCADE/Handle_BinMDataStd_ReferenceListDriver.hxx
-include/OpenCASCADE/Handle_BinMDataStd_RelationDriver.hxx
-include/OpenCASCADE/Handle_BinMDataStd_TickDriver.hxx
-include/OpenCASCADE/Handle_BinMDataStd_TreeNodeDriver.hxx
-include/OpenCASCADE/Handle_BinMDataStd_UAttributeDriver.hxx
-include/OpenCASCADE/Handle_BinMDataStd_VariableDriver.hxx
-include/OpenCASCADE/Handle_BinMDataXtd_AxisDriver.hxx
-include/OpenCASCADE/Handle_BinMDataXtd_ConstraintDriver.hxx
-include/OpenCASCADE/Handle_BinMDataXtd_GeometryDriver.hxx
-include/OpenCASCADE/Handle_BinMDataXtd_PatternStdDriver.hxx
-include/OpenCASCADE/Handle_BinMDataXtd_PlacementDriver.hxx
-include/OpenCASCADE/Handle_BinMDataXtd_PlaneDriver.hxx
-include/OpenCASCADE/Handle_BinMDataXtd_PointDriver.hxx
-include/OpenCASCADE/Handle_BinMDataXtd_ShapeDriver.hxx
-include/OpenCASCADE/Handle_BinMDocStd_XLinkDriver.hxx
-include/OpenCASCADE/Handle_BinMFunction_FunctionDriver.hxx
-include/OpenCASCADE/Handle_BinMFunction_GraphNodeDriver.hxx
-include/OpenCASCADE/Handle_BinMFunction_ScopeDriver.hxx
-include/OpenCASCADE/Handle_BinMNaming_NamedShapeDriver.hxx
-include/OpenCASCADE/Handle_BinMNaming_NamingDriver.hxx
-include/OpenCASCADE/Handle_BinMPrsStd_AISPresentationDriver.hxx
-include/OpenCASCADE/Handle_BinMPrsStd_PositionDriver.hxx
-include/OpenCASCADE/Handle_BinMXCAFDoc_AreaDriver.hxx
-include/OpenCASCADE/Handle_BinMXCAFDoc_CentroidDriver.hxx
-include/OpenCASCADE/Handle_BinMXCAFDoc_ColorDriver.hxx
-include/OpenCASCADE/Handle_BinMXCAFDoc_ColorToolDriver.hxx
-include/OpenCASCADE/Handle_BinMXCAFDoc_DatumDriver.hxx
-include/OpenCASCADE/Handle_BinMXCAFDoc_DimTolDriver.hxx
-include/OpenCASCADE/Handle_BinMXCAFDoc_DimTolToolDriver.hxx
-include/OpenCASCADE/Handle_BinMXCAFDoc_DocumentToolDriver.hxx
-include/OpenCASCADE/Handle_BinMXCAFDoc_GraphNodeDriver.hxx
-include/OpenCASCADE/Handle_BinMXCAFDoc_LayerToolDriver.hxx
-include/OpenCASCADE/Handle_BinMXCAFDoc_LocationDriver.hxx
-include/OpenCASCADE/Handle_BinMXCAFDoc_MaterialDriver.hxx
-include/OpenCASCADE/Handle_BinMXCAFDoc_MaterialToolDriver.hxx
-include/OpenCASCADE/Handle_BinMXCAFDoc_ShapeToolDriver.hxx
-include/OpenCASCADE/Handle_BinMXCAFDoc_VolumeDriver.hxx
-include/OpenCASCADE/Handle_BinXCAFDrivers_DocumentRetrievalDriver.hxx
-include/OpenCASCADE/Handle_BinXCAFDrivers_DocumentStorageDriver.hxx
-include/OpenCASCADE/Handle_Bisector_BisecAna.hxx
-include/OpenCASCADE/Handle_Bisector_BisecCC.hxx
-include/OpenCASCADE/Handle_Bisector_BisecPC.hxx
-include/OpenCASCADE/Handle_Bisector_Curve.hxx
-include/OpenCASCADE/Handle_Blend_SequenceNodeOfSequenceOfPoint.hxx
-include/OpenCASCADE/Handle_Bnd_HArray1OfBox.hxx
-include/OpenCASCADE/Handle_Bnd_HArray1OfBox2d.hxx
-include/OpenCASCADE/Handle_Bnd_HArray1OfSphere.hxx
-include/OpenCASCADE/Handle_Bnd_SequenceNodeOfSeqOfBox.hxx
-include/OpenCASCADE/Handle_CDF_Application.hxx
-include/OpenCASCADE/Handle_CDF_Directory.hxx
-include/OpenCASCADE/Handle_CDF_FWOSDriver.hxx
-include/OpenCASCADE/Handle_CDF_MetaDataDriver.hxx
-include/OpenCASCADE/Handle_CDF_MetaDataDriverError.hxx
-include/OpenCASCADE/Handle_CDF_MetaDataDriverFactory.hxx
-include/OpenCASCADE/Handle_CDF_Session.hxx
-include/OpenCASCADE/Handle_CDF_StoreList.hxx
-include/OpenCASCADE/Handle_CDM_Application.hxx
-include/OpenCASCADE/Handle_CDM_COutMessageDriver.hxx
-include/OpenCASCADE/Handle_CDM_DataMapNodeOfMetaDataLookUpTable.hxx
-include/OpenCASCADE/Handle_CDM_DataMapNodeOfPresentationDirectory.hxx
-include/OpenCASCADE/Handle_CDM_Document.hxx
-include/OpenCASCADE/Handle_CDM_ListNodeOfListOfDocument.hxx
-include/OpenCASCADE/Handle_CDM_ListNodeOfListOfReferences.hxx
-include/OpenCASCADE/Handle_CDM_MessageDriver.hxx
-include/OpenCASCADE/Handle_CDM_MetaData.hxx
-include/OpenCASCADE/Handle_CDM_NullMessageDriver.hxx
-include/OpenCASCADE/Handle_CDM_Reference.hxx
-include/OpenCASCADE/Handle_CDM_StdMapNodeOfMapOfDocument.hxx
-include/OpenCASCADE/Handle_ChFiDS_ChamfSpine.hxx
-include/OpenCASCADE/Handle_ChFiDS_FilSpine.hxx
-include/OpenCASCADE/Handle_ChFiDS_HData.hxx
-include/OpenCASCADE/Handle_ChFiDS_HElSpine.hxx
-include/OpenCASCADE/Handle_ChFiDS_IndexedDataMapNodeOfIndexedDataMapOfVertexListOfStripe.hxx
-include/OpenCASCADE/Handle_ChFiDS_ListNodeOfListOfHElSpine.hxx
-include/OpenCASCADE/Handle_ChFiDS_ListNodeOfListOfStripe.hxx
-include/OpenCASCADE/Handle_ChFiDS_ListNodeOfRegularities.hxx
-include/OpenCASCADE/Handle_ChFiDS_SecHArray1.hxx
-include/OpenCASCADE/Handle_ChFiDS_SequenceNodeOfSequenceOfSpine.hxx
-include/OpenCASCADE/Handle_ChFiDS_SequenceNodeOfSequenceOfSurfData.hxx
-include/OpenCASCADE/Handle_ChFiDS_Spine.hxx
-include/OpenCASCADE/Handle_ChFiDS_Stripe.hxx
-include/OpenCASCADE/Handle_ChFiDS_SurfData.hxx
-include/OpenCASCADE/Handle_ChFiKPart_DataMapNodeOfRstMap.hxx
-include/OpenCASCADE/Handle_Contap_SequenceNodeOfSequenceOfIWLineOfTheIWalking.hxx
-include/OpenCASCADE/Handle_Contap_SequenceNodeOfSequenceOfPathPointOfTheSearch.hxx
-include/OpenCASCADE/Handle_Contap_SequenceNodeOfSequenceOfSegmentOfTheSearch.hxx
-include/OpenCASCADE/Handle_Contap_SequenceNodeOfTheSequenceOfLine.hxx
-include/OpenCASCADE/Handle_Contap_SequenceNodeOfTheSequenceOfPoint.hxx
-include/OpenCASCADE/Handle_Contap_TheHSequenceOfPoint.hxx
-include/OpenCASCADE/Handle_Contap_TheIWLineOfTheIWalking.hxx
-include/OpenCASCADE/Handle_Convert_SequenceNodeOfSequenceOfArray1OfPoles.hxx
-include/OpenCASCADE/Handle_DBC_VArrayNodeOfVArrayOfCharacter.hxx
-include/OpenCASCADE/Handle_DBC_VArrayNodeOfVArrayOfExtCharacter.hxx
-include/OpenCASCADE/Handle_DBC_VArrayNodeOfVArrayOfInteger.hxx
-include/OpenCASCADE/Handle_DBC_VArrayNodeOfVArrayOfReal.hxx
-include/OpenCASCADE/Handle_DBRep_DrawableShape.hxx
-include/OpenCASCADE/Handle_DBRep_Edge.hxx
-include/OpenCASCADE/Handle_DBRep_Face.hxx
-include/OpenCASCADE/Handle_DBRep_ListNodeOfListOfEdge.hxx
-include/OpenCASCADE/Handle_DBRep_ListNodeOfListOfFace.hxx
-include/OpenCASCADE/Handle_DBRep_ListNodeOfListOfHideData.hxx
-include/OpenCASCADE/Handle_DDF_Browser.hxx
-include/OpenCASCADE/Handle_DDF_Data.hxx
-include/OpenCASCADE/Handle_DDF_ListNodeOfTransactionStack.hxx
-include/OpenCASCADE/Handle_DDF_Transaction.hxx
-include/OpenCASCADE/Handle_DDataStd_DrawDriver.hxx
-include/OpenCASCADE/Handle_DDataStd_DrawPresentation.hxx
-include/OpenCASCADE/Handle_DDataStd_TreeBrowser.hxx
-include/OpenCASCADE/Handle_DDocStd_DrawDocument.hxx
-include/OpenCASCADE/Handle_DNaming_BooleanOperationDriver.hxx
-include/OpenCASCADE/Handle_DNaming_BoxDriver.hxx
-include/OpenCASCADE/Handle_DNaming_CylinderDriver.hxx
-include/OpenCASCADE/Handle_DNaming_DataMapNodeOfDataMapOfShapeOfName.hxx
-include/OpenCASCADE/Handle_DNaming_FilletDriver.hxx
-include/OpenCASCADE/Handle_DNaming_Line3DDriver.hxx
-include/OpenCASCADE/Handle_DNaming_PointDriver.hxx
-include/OpenCASCADE/Handle_DNaming_PrismDriver.hxx
-include/OpenCASCADE/Handle_DNaming_RevolutionDriver.hxx
-include/OpenCASCADE/Handle_DNaming_SelectionDriver.hxx
-include/OpenCASCADE/Handle_DNaming_SphereDriver.hxx
-include/OpenCASCADE/Handle_DNaming_TransformationDriver.hxx
-include/OpenCASCADE/Handle_Dico_DictionaryOfInteger.hxx
-include/OpenCASCADE/Handle_Dico_DictionaryOfTransient.hxx
-include/OpenCASCADE/Handle_Dico_StackItemOfDictionaryOfInteger.hxx
-include/OpenCASCADE/Handle_Dico_StackItemOfDictionaryOfTransient.hxx
-include/OpenCASCADE/Handle_Draft_DataMapNodeOfDataMapOfEdgeEdgeInfo.hxx
-include/OpenCASCADE/Handle_Draft_DataMapNodeOfDataMapOfFaceFaceInfo.hxx
-include/OpenCASCADE/Handle_Draft_DataMapNodeOfDataMapOfVertexVertexInfo.hxx
-include/OpenCASCADE/Handle_Draft_Modification.hxx
-include/OpenCASCADE/Handle_DrawDim_Angle.hxx
-include/OpenCASCADE/Handle_DrawDim_Dimension.hxx
-include/OpenCASCADE/Handle_DrawDim_Distance.hxx
-include/OpenCASCADE/Handle_DrawDim_PlanarAngle.hxx
-include/OpenCASCADE/Handle_DrawDim_PlanarDiameter.hxx
-include/OpenCASCADE/Handle_DrawDim_PlanarDimension.hxx
-include/OpenCASCADE/Handle_DrawDim_PlanarDistance.hxx
-include/OpenCASCADE/Handle_DrawDim_PlanarRadius.hxx
-include/OpenCASCADE/Handle_DrawDim_Radius.hxx
-include/OpenCASCADE/Handle_DrawFairCurve_Batten.hxx
-include/OpenCASCADE/Handle_DrawFairCurve_MinimalVariation.hxx
-include/OpenCASCADE/Handle_DrawTrSurf_BSplineCurve.hxx
-include/OpenCASCADE/Handle_DrawTrSurf_BSplineCurve2d.hxx
-include/OpenCASCADE/Handle_DrawTrSurf_BSplineSurface.hxx
-include/OpenCASCADE/Handle_DrawTrSurf_BezierCurve.hxx
-include/OpenCASCADE/Handle_DrawTrSurf_BezierCurve2d.hxx
-include/OpenCASCADE/Handle_DrawTrSurf_BezierSurface.hxx
-include/OpenCASCADE/Handle_DrawTrSurf_Curve.hxx
-include/OpenCASCADE/Handle_DrawTrSurf_Curve2d.hxx
-include/OpenCASCADE/Handle_DrawTrSurf_Drawable.hxx
-include/OpenCASCADE/Handle_DrawTrSurf_Point.hxx
-include/OpenCASCADE/Handle_DrawTrSurf_Polygon2D.hxx
-include/OpenCASCADE/Handle_DrawTrSurf_Polygon3D.hxx
-include/OpenCASCADE/Handle_DrawTrSurf_Surface.hxx
-include/OpenCASCADE/Handle_DrawTrSurf_Triangulation.hxx
-include/OpenCASCADE/Handle_DrawTrSurf_Triangulation2D.hxx
-include/OpenCASCADE/Handle_Draw_Axis2D.hxx
-include/OpenCASCADE/Handle_Draw_Axis3D.hxx
-include/OpenCASCADE/Handle_Draw_Box.hxx
-include/OpenCASCADE/Handle_Draw_Chronometer.hxx
-include/OpenCASCADE/Handle_Draw_Circle2D.hxx
-include/OpenCASCADE/Handle_Draw_Circle3D.hxx
-include/OpenCASCADE/Handle_Draw_Drawable2D.hxx
-include/OpenCASCADE/Handle_Draw_Drawable3D.hxx
-include/OpenCASCADE/Handle_Draw_Failure.hxx
-include/OpenCASCADE/Handle_Draw_Grid.hxx
-include/OpenCASCADE/Handle_Draw_IndexedMapNodeOfMapOfAsciiString.hxx
-include/OpenCASCADE/Handle_Draw_Marker2D.hxx
-include/OpenCASCADE/Handle_Draw_Marker3D.hxx
-include/OpenCASCADE/Handle_Draw_Number.hxx
-include/OpenCASCADE/Handle_Draw_Printer.hxx
-include/OpenCASCADE/Handle_Draw_ProgressIndicator.hxx
-include/OpenCASCADE/Handle_Draw_Segment2D.hxx
-include/OpenCASCADE/Handle_Draw_Segment3D.hxx
-include/OpenCASCADE/Handle_Draw_SequenceNodeOfSequenceOfDrawable3D.hxx
-include/OpenCASCADE/Handle_Draw_Text2D.hxx
-include/OpenCASCADE/Handle_Draw_Text3D.hxx
-include/OpenCASCADE/Handle_ExprIntrp_GenExp.hxx
-include/OpenCASCADE/Handle_ExprIntrp_GenFct.hxx
-include/OpenCASCADE/Handle_ExprIntrp_GenRel.hxx
-include/OpenCASCADE/Handle_ExprIntrp_Generator.hxx
-include/OpenCASCADE/Handle_ExprIntrp_ListNodeOfStackOfGeneralExpression.hxx
-include/OpenCASCADE/Handle_ExprIntrp_ListNodeOfStackOfGeneralFunction.hxx
-include/OpenCASCADE/Handle_ExprIntrp_ListNodeOfStackOfGeneralRelation.hxx
-include/OpenCASCADE/Handle_ExprIntrp_SequenceNodeOfSequenceOfNamedExpression.hxx
-include/OpenCASCADE/Handle_ExprIntrp_SequenceNodeOfSequenceOfNamedFunction.hxx
-include/OpenCASCADE/Handle_ExprIntrp_SyntaxError.hxx
-include/OpenCASCADE/Handle_Expr_Absolute.hxx
-include/OpenCASCADE/Handle_Expr_ArcCosine.hxx
-include/OpenCASCADE/Handle_Expr_ArcSine.hxx
-include/OpenCASCADE/Handle_Expr_ArcTangent.hxx
-include/OpenCASCADE/Handle_Expr_ArgCosh.hxx
-include/OpenCASCADE/Handle_Expr_ArgSinh.hxx
-include/OpenCASCADE/Handle_Expr_ArgTanh.hxx
-include/OpenCASCADE/Handle_Expr_BinaryExpression.hxx
-include/OpenCASCADE/Handle_Expr_BinaryFunction.hxx
-include/OpenCASCADE/Handle_Expr_Cosh.hxx
-include/OpenCASCADE/Handle_Expr_Cosine.hxx
-include/OpenCASCADE/Handle_Expr_Difference.hxx
-include/OpenCASCADE/Handle_Expr_Different.hxx
-include/OpenCASCADE/Handle_Expr_Division.hxx
-include/OpenCASCADE/Handle_Expr_Equal.hxx
-include/OpenCASCADE/Handle_Expr_Exponential.hxx
-include/OpenCASCADE/Handle_Expr_Exponentiate.hxx
-include/OpenCASCADE/Handle_Expr_ExprFailure.hxx
-include/OpenCASCADE/Handle_Expr_FunctionDerivative.hxx
-include/OpenCASCADE/Handle_Expr_GeneralExpression.hxx
-include/OpenCASCADE/Handle_Expr_GeneralFunction.hxx
-include/OpenCASCADE/Handle_Expr_GeneralRelation.hxx
-include/OpenCASCADE/Handle_Expr_GreaterThan.hxx
-include/OpenCASCADE/Handle_Expr_GreaterThanOrEqual.hxx
-include/OpenCASCADE/Handle_Expr_IndexedMapNodeOfMapOfNamedUnknown.hxx
-include/OpenCASCADE/Handle_Expr_InvalidAssignment.hxx
-include/OpenCASCADE/Handle_Expr_InvalidFunction.hxx
-include/OpenCASCADE/Handle_Expr_InvalidOperand.hxx
-include/OpenCASCADE/Handle_Expr_LessThan.hxx
-include/OpenCASCADE/Handle_Expr_LessThanOrEqual.hxx
-include/OpenCASCADE/Handle_Expr_LogOf10.hxx
-include/OpenCASCADE/Handle_Expr_LogOfe.hxx
-include/OpenCASCADE/Handle_Expr_NamedConstant.hxx
-include/OpenCASCADE/Handle_Expr_NamedExpression.hxx
-include/OpenCASCADE/Handle_Expr_NamedFunction.hxx
-include/OpenCASCADE/Handle_Expr_NamedUnknown.hxx
-include/OpenCASCADE/Handle_Expr_NotAssigned.hxx
-include/OpenCASCADE/Handle_Expr_NotEvaluable.hxx
-include/OpenCASCADE/Handle_Expr_NumericValue.hxx
-include/OpenCASCADE/Handle_Expr_PolyExpression.hxx
-include/OpenCASCADE/Handle_Expr_PolyFunction.hxx
-include/OpenCASCADE/Handle_Expr_Product.hxx
-include/OpenCASCADE/Handle_Expr_SequenceNodeOfSequenceOfGeneralExpression.hxx
-include/OpenCASCADE/Handle_Expr_SequenceNodeOfSequenceOfGeneralRelation.hxx
-include/OpenCASCADE/Handle_Expr_Sign.hxx
-include/OpenCASCADE/Handle_Expr_Sine.hxx
-include/OpenCASCADE/Handle_Expr_SingleRelation.hxx
-include/OpenCASCADE/Handle_Expr_Sinh.hxx
-include/OpenCASCADE/Handle_Expr_Square.hxx
-include/OpenCASCADE/Handle_Expr_SquareRoot.hxx
-include/OpenCASCADE/Handle_Expr_Sum.hxx
-include/OpenCASCADE/Handle_Expr_SystemRelation.hxx
-include/OpenCASCADE/Handle_Expr_Tangent.hxx
-include/OpenCASCADE/Handle_Expr_Tanh.hxx
-include/OpenCASCADE/Handle_Expr_UnaryExpression.hxx
-include/OpenCASCADE/Handle_Expr_UnaryFunction.hxx
-include/OpenCASCADE/Handle_Expr_UnaryMinus.hxx
-include/OpenCASCADE/Handle_Extrema_ExtPExtS.hxx
-include/OpenCASCADE/Handle_Extrema_ExtPRevS.hxx
-include/OpenCASCADE/Handle_Extrema_HArray1OfPOnCurv.hxx
-include/OpenCASCADE/Handle_Extrema_HArray1OfPOnCurv2d.hxx
-include/OpenCASCADE/Handle_Extrema_HArray1OfPOnSurf.hxx
-include/OpenCASCADE/Handle_Extrema_HArray2OfPOnCurv.hxx
-include/OpenCASCADE/Handle_Extrema_HArray2OfPOnCurv2d.hxx
-include/OpenCASCADE/Handle_Extrema_HArray2OfPOnSurf.hxx
-include/OpenCASCADE/Handle_Extrema_HArray2OfPOnSurfParams.hxx
-include/OpenCASCADE/Handle_Extrema_SequenceNodeOfSeqPCOfPCFOfEPCOfELPCOfLocateExtPC.hxx
-include/OpenCASCADE/Handle_Extrema_SequenceNodeOfSeqPCOfPCFOfEPCOfELPCOfLocateExtPC2d.hxx
-include/OpenCASCADE/Handle_Extrema_SequenceNodeOfSeqPCOfPCFOfEPCOfExtPC.hxx
-include/OpenCASCADE/Handle_Extrema_SequenceNodeOfSeqPCOfPCFOfEPCOfExtPC2d.hxx
-include/OpenCASCADE/Handle_Extrema_SequenceNodeOfSeqPCOfPCLocFOfLocEPCOfLocateExtPC.hxx
-include/OpenCASCADE/Handle_Extrema_SequenceNodeOfSeqPCOfPCLocFOfLocEPCOfLocateExtPC2d.hxx
-include/OpenCASCADE/Handle_Extrema_SequenceNodeOfSeqPOnCOfCCLocFOfLocECC.hxx
-include/OpenCASCADE/Handle_Extrema_SequenceNodeOfSeqPOnCOfCCLocFOfLocECC2d.hxx
-include/OpenCASCADE/Handle_Extrema_SequenceNodeOfSequenceOfPOnCurv.hxx
-include/OpenCASCADE/Handle_Extrema_SequenceNodeOfSequenceOfPOnCurv2d.hxx
-include/OpenCASCADE/Handle_Extrema_SequenceNodeOfSequenceOfPOnSurf.hxx
-include/OpenCASCADE/Handle_FEmTool_Curve.hxx
-include/OpenCASCADE/Handle_FEmTool_ElementaryCriterion.hxx
-include/OpenCASCADE/Handle_FEmTool_HAssemblyTable.hxx
-include/OpenCASCADE/Handle_FEmTool_LinearFlexion.hxx
-include/OpenCASCADE/Handle_FEmTool_LinearJerk.hxx
-include/OpenCASCADE/Handle_FEmTool_LinearTension.hxx
-include/OpenCASCADE/Handle_FEmTool_ListNodeOfListOfVectors.hxx
-include/OpenCASCADE/Handle_FEmTool_ProfileMatrix.hxx
-include/OpenCASCADE/Handle_FEmTool_SequenceNodeOfSeqOfLinConstr.hxx
-include/OpenCASCADE/Handle_FEmTool_SparseMatrix.hxx
-include/OpenCASCADE/Handle_FWOSDriver_DriverFactory.hxx
-include/OpenCASCADE/Handle_Font_FontMgr.hxx
-include/OpenCASCADE/Handle_Font_SystemFont.hxx
-include/OpenCASCADE/Handle_GProp_UndefinedAxis.hxx
-include/OpenCASCADE/Handle_GccAna_NoSolution.hxx
-include/OpenCASCADE/Handle_GccEnt_BadQualifier.hxx
-include/OpenCASCADE/Handle_GccInt_BCirc.hxx
-include/OpenCASCADE/Handle_GccInt_BElips.hxx
-include/OpenCASCADE/Handle_GccInt_BHyper.hxx
-include/OpenCASCADE/Handle_GccInt_BLine.hxx
-include/OpenCASCADE/Handle_GccInt_BParab.hxx
-include/OpenCASCADE/Handle_GccInt_BPoint.hxx
-include/OpenCASCADE/Handle_GccInt_Bisec.hxx
-include/OpenCASCADE/Handle_Geom2dAdaptor_GHCurve.hxx
-include/OpenCASCADE/Handle_Geom2dAdaptor_HCurve.hxx
-include/OpenCASCADE/Handle_Geom2dGcc_IsParallel.hxx
-include/OpenCASCADE/Handle_Geom2dHatch_DataMapNodeOfHatchings.hxx
-include/OpenCASCADE/Handle_Geom2dHatch_DataMapNodeOfMapOfElements.hxx
-include/OpenCASCADE/Handle_Geom2dInt_SequenceNodeOfSeqPCOfPCLocFOfTheLocateExtPCOfTheProjPCurOfGInter.hxx
-include/OpenCASCADE/Handle_Geom2d_AxisPlacement.hxx
-include/OpenCASCADE/Handle_Geom2d_BSplineCurve.hxx
-include/OpenCASCADE/Handle_Geom2d_BezierCurve.hxx
-include/OpenCASCADE/Handle_Geom2d_BoundedCurve.hxx
-include/OpenCASCADE/Handle_Geom2d_CartesianPoint.hxx
-include/OpenCASCADE/Handle_Geom2d_Circle.hxx
-include/OpenCASCADE/Handle_Geom2d_Conic.hxx
-include/OpenCASCADE/Handle_Geom2d_Curve.hxx
-include/OpenCASCADE/Handle_Geom2d_Direction.hxx
-include/OpenCASCADE/Handle_Geom2d_Ellipse.hxx
-include/OpenCASCADE/Handle_Geom2d_Geometry.hxx
-include/OpenCASCADE/Handle_Geom2d_Hyperbola.hxx
-include/OpenCASCADE/Handle_Geom2d_Line.hxx
-include/OpenCASCADE/Handle_Geom2d_OffsetCurve.hxx
-include/OpenCASCADE/Handle_Geom2d_Parabola.hxx
-include/OpenCASCADE/Handle_Geom2d_Point.hxx
-include/OpenCASCADE/Handle_Geom2d_Transformation.hxx
-include/OpenCASCADE/Handle_Geom2d_TrimmedCurve.hxx
-include/OpenCASCADE/Handle_Geom2d_UndefinedDerivative.hxx
-include/OpenCASCADE/Handle_Geom2d_UndefinedValue.hxx
-include/OpenCASCADE/Handle_Geom2d_Vector.hxx
-include/OpenCASCADE/Handle_Geom2d_VectorWithMagnitude.hxx
-include/OpenCASCADE/Handle_GeomAdaptor_GHCurve.hxx
-include/OpenCASCADE/Handle_GeomAdaptor_GHSurface.hxx
-include/OpenCASCADE/Handle_GeomAdaptor_HCurve.hxx
-include/OpenCASCADE/Handle_GeomAdaptor_HSurface.hxx
-include/OpenCASCADE/Handle_GeomFill_BoundWithSurf.hxx
-include/OpenCASCADE/Handle_GeomFill_Boundary.hxx
-include/OpenCASCADE/Handle_GeomFill_CircularBlendFunc.hxx
-include/OpenCASCADE/Handle_GeomFill_ConstantBiNormal.hxx
-include/OpenCASCADE/Handle_GeomFill_CoonsAlgPatch.hxx
-include/OpenCASCADE/Handle_GeomFill_CorrectedFrenet.hxx
-include/OpenCASCADE/Handle_GeomFill_CurveAndTrihedron.hxx
-include/OpenCASCADE/Handle_GeomFill_Darboux.hxx
-include/OpenCASCADE/Handle_GeomFill_DegeneratedBound.hxx
-include/OpenCASCADE/Handle_GeomFill_DiscreteTrihedron.hxx
-include/OpenCASCADE/Handle_GeomFill_DraftTrihedron.hxx
-include/OpenCASCADE/Handle_GeomFill_EvolvedSection.hxx
-include/OpenCASCADE/Handle_GeomFill_Fixed.hxx
-include/OpenCASCADE/Handle_GeomFill_Frenet.hxx
-include/OpenCASCADE/Handle_GeomFill_GuideTrihedronAC.hxx
-include/OpenCASCADE/Handle_GeomFill_GuideTrihedronPlan.hxx
-include/OpenCASCADE/Handle_GeomFill_HArray1OfLocationLaw.hxx
-include/OpenCASCADE/Handle_GeomFill_HArray1OfSectionLaw.hxx
-include/OpenCASCADE/Handle_GeomFill_HSequenceOfAx2.hxx
-include/OpenCASCADE/Handle_GeomFill_Line.hxx
-include/OpenCASCADE/Handle_GeomFill_LocationDraft.hxx
-include/OpenCASCADE/Handle_GeomFill_LocationGuide.hxx
-include/OpenCASCADE/Handle_GeomFill_LocationLaw.hxx
-include/OpenCASCADE/Handle_GeomFill_NSections.hxx
-include/OpenCASCADE/Handle_GeomFill_SectionLaw.hxx
-include/OpenCASCADE/Handle_GeomFill_SequenceNodeOfSequenceOfAx2.hxx
-include/OpenCASCADE/Handle_GeomFill_SequenceNodeOfSequenceOfTrsf.hxx
-include/OpenCASCADE/Handle_GeomFill_SimpleBound.hxx
-include/OpenCASCADE/Handle_GeomFill_SweepFunction.hxx
-include/OpenCASCADE/Handle_GeomFill_TgtField.hxx
-include/OpenCASCADE/Handle_GeomFill_TgtOnCoons.hxx
-include/OpenCASCADE/Handle_GeomFill_TrihedronLaw.hxx
-include/OpenCASCADE/Handle_GeomFill_TrihedronWithGuide.hxx
-include/OpenCASCADE/Handle_GeomFill_UniformSection.hxx
-include/OpenCASCADE/Handle_GeomInt_SequenceNodeOfSequenceOfParameterAndOrientation.hxx
-include/OpenCASCADE/Handle_GeomPlate_CurveConstraint.hxx
-include/OpenCASCADE/Handle_GeomPlate_HArray1OfHCurveOnSurface.hxx
-include/OpenCASCADE/Handle_GeomPlate_HArray1OfSequenceOfReal.hxx
-include/OpenCASCADE/Handle_GeomPlate_HSequenceOfCurveConstraint.hxx
-include/OpenCASCADE/Handle_GeomPlate_HSequenceOfPointConstraint.hxx
-include/OpenCASCADE/Handle_GeomPlate_PointConstraint.hxx
-include/OpenCASCADE/Handle_GeomPlate_SequenceNodeOfSequenceOfAij.hxx
-include/OpenCASCADE/Handle_GeomPlate_SequenceNodeOfSequenceOfCurveConstraint.hxx
-include/OpenCASCADE/Handle_GeomPlate_SequenceNodeOfSequenceOfPointConstraint.hxx
-include/OpenCASCADE/Handle_GeomPlate_Surface.hxx
-include/OpenCASCADE/Handle_GeomTools_UndefinedTypeHandler.hxx
-include/OpenCASCADE/Handle_Geom_Axis1Placement.hxx
-include/OpenCASCADE/Handle_Geom_Axis2Placement.hxx
-include/OpenCASCADE/Handle_Geom_AxisPlacement.hxx
-include/OpenCASCADE/Handle_Geom_BSplineCurve.hxx
-include/OpenCASCADE/Handle_Geom_BSplineSurface.hxx
-include/OpenCASCADE/Handle_Geom_BezierCurve.hxx
-include/OpenCASCADE/Handle_Geom_BezierSurface.hxx
-include/OpenCASCADE/Handle_Geom_BoundedCurve.hxx
-include/OpenCASCADE/Handle_Geom_BoundedSurface.hxx
-include/OpenCASCADE/Handle_Geom_CartesianPoint.hxx
-include/OpenCASCADE/Handle_Geom_Circle.hxx
-include/OpenCASCADE/Handle_Geom_Conic.hxx
-include/OpenCASCADE/Handle_Geom_ConicalSurface.hxx
-include/OpenCASCADE/Handle_Geom_Curve.hxx
-include/OpenCASCADE/Handle_Geom_CylindricalSurface.hxx
-include/OpenCASCADE/Handle_Geom_Direction.hxx
-include/OpenCASCADE/Handle_Geom_ElementarySurface.hxx
-include/OpenCASCADE/Handle_Geom_Ellipse.hxx
-include/OpenCASCADE/Handle_Geom_Geometry.hxx
-include/OpenCASCADE/Handle_Geom_HSequenceOfBSplineSurface.hxx
-include/OpenCASCADE/Handle_Geom_Hyperbola.hxx
-include/OpenCASCADE/Handle_Geom_Line.hxx
-include/OpenCASCADE/Handle_Geom_OffsetCurve.hxx
-include/OpenCASCADE/Handle_Geom_OffsetSurface.hxx
-include/OpenCASCADE/Handle_Geom_Parabola.hxx
-include/OpenCASCADE/Handle_Geom_Plane.hxx
-include/OpenCASCADE/Handle_Geom_Point.hxx
-include/OpenCASCADE/Handle_Geom_RectangularTrimmedSurface.hxx
-include/OpenCASCADE/Handle_Geom_SequenceNodeOfSequenceOfBSplineSurface.hxx
-include/OpenCASCADE/Handle_Geom_SphericalSurface.hxx
-include/OpenCASCADE/Handle_Geom_Surface.hxx
-include/OpenCASCADE/Handle_Geom_SurfaceOfLinearExtrusion.hxx
-include/OpenCASCADE/Handle_Geom_SurfaceOfRevolution.hxx
-include/OpenCASCADE/Handle_Geom_SweptSurface.hxx
-include/OpenCASCADE/Handle_Geom_ToroidalSurface.hxx
-include/OpenCASCADE/Handle_Geom_Transformation.hxx
-include/OpenCASCADE/Handle_Geom_TrimmedCurve.hxx
-include/OpenCASCADE/Handle_Geom_UndefinedDerivative.hxx
-include/OpenCASCADE/Handle_Geom_UndefinedValue.hxx
-include/OpenCASCADE/Handle_Geom_Vector.hxx
-include/OpenCASCADE/Handle_Geom_VectorWithMagnitude.hxx
-include/OpenCASCADE/Handle_Graphic3d_ArrayOfPoints.hxx
-include/OpenCASCADE/Handle_Graphic3d_ArrayOfPolygons.hxx
-include/OpenCASCADE/Handle_Graphic3d_ArrayOfPolylines.hxx
-include/OpenCASCADE/Handle_Graphic3d_ArrayOfPrimitives.hxx
-include/OpenCASCADE/Handle_Graphic3d_ArrayOfQuadrangleStrips.hxx
-include/OpenCASCADE/Handle_Graphic3d_ArrayOfQuadrangles.hxx
-include/OpenCASCADE/Handle_Graphic3d_ArrayOfSegments.hxx
-include/OpenCASCADE/Handle_Graphic3d_ArrayOfTriangleFans.hxx
-include/OpenCASCADE/Handle_Graphic3d_ArrayOfTriangleStrips.hxx
-include/OpenCASCADE/Handle_Graphic3d_ArrayOfTriangles.hxx
-include/OpenCASCADE/Handle_Graphic3d_AspectFillArea3d.hxx
-include/OpenCASCADE/Handle_Graphic3d_AspectLine3d.hxx
-include/OpenCASCADE/Handle_Graphic3d_AspectMarker3d.hxx
-include/OpenCASCADE/Handle_Graphic3d_AspectText3d.hxx
-include/OpenCASCADE/Handle_Graphic3d_AspectTextDefinitionError.hxx
-include/OpenCASCADE/Handle_Graphic3d_CycleError.hxx
-include/OpenCASCADE/Handle_Graphic3d_DataStructureManager.hxx
-include/OpenCASCADE/Handle_Graphic3d_GraphicDriver.hxx
-include/OpenCASCADE/Handle_Graphic3d_Group.hxx
-include/OpenCASCADE/Handle_Graphic3d_GroupDefinitionError.hxx
-include/OpenCASCADE/Handle_Graphic3d_HSequenceOfStructure.hxx
-include/OpenCASCADE/Handle_Graphic3d_InitialisationError.hxx
-include/OpenCASCADE/Handle_Graphic3d_ListNodeOfListOfShortReal.hxx
-include/OpenCASCADE/Handle_Graphic3d_MaterialDefinitionError.hxx
-include/OpenCASCADE/Handle_Graphic3d_PriorityDefinitionError.hxx
-include/OpenCASCADE/Handle_Graphic3d_SequenceNodeOfSequenceOfStructure.hxx
-include/OpenCASCADE/Handle_Graphic3d_Structure.hxx
-include/OpenCASCADE/Handle_Graphic3d_StructureDefinitionError.hxx
-include/OpenCASCADE/Handle_Graphic3d_StructureManager.hxx
-include/OpenCASCADE/Handle_Graphic3d_Texture1D.hxx
-include/OpenCASCADE/Handle_Graphic3d_Texture1Dmanual.hxx
-include/OpenCASCADE/Handle_Graphic3d_Texture1Dsegment.hxx
-include/OpenCASCADE/Handle_Graphic3d_Texture2D.hxx
-include/OpenCASCADE/Handle_Graphic3d_Texture2Dmanual.hxx
-include/OpenCASCADE/Handle_Graphic3d_Texture2Dplane.hxx
-include/OpenCASCADE/Handle_Graphic3d_TextureEnv.hxx
-include/OpenCASCADE/Handle_Graphic3d_TextureMap.hxx
-include/OpenCASCADE/Handle_Graphic3d_TextureParams.hxx
-include/OpenCASCADE/Handle_Graphic3d_TextureRoot.hxx
-include/OpenCASCADE/Handle_Graphic3d_TransformError.hxx
-include/OpenCASCADE/Handle_Graphic3d_VectorError.hxx
-include/OpenCASCADE/Handle_HLRAlgo_EdgesBlock.hxx
-include/OpenCASCADE/Handle_HLRAlgo_HArray1OfPHDat.hxx
-include/OpenCASCADE/Handle_HLRAlgo_HArray1OfPINod.hxx
-include/OpenCASCADE/Handle_HLRAlgo_HArray1OfPISeg.hxx
-include/OpenCASCADE/Handle_HLRAlgo_HArray1OfTData.hxx
-include/OpenCASCADE/Handle_HLRAlgo_ListNodeOfInterferenceList.hxx
-include/OpenCASCADE/Handle_HLRAlgo_ListNodeOfListOfBPoint.hxx
-include/OpenCASCADE/Handle_HLRAlgo_PolyAlgo.hxx
-include/OpenCASCADE/Handle_HLRAlgo_PolyData.hxx
-include/OpenCASCADE/Handle_HLRAlgo_PolyInternalData.hxx
-include/OpenCASCADE/Handle_HLRAlgo_PolyInternalNode.hxx
-include/OpenCASCADE/Handle_HLRAlgo_PolyShellData.hxx
-include/OpenCASCADE/Handle_HLRAlgo_WiresBlock.hxx
-include/OpenCASCADE/Handle_HLRBRep_Algo.hxx
-include/OpenCASCADE/Handle_HLRBRep_AreaLimit.hxx
-include/OpenCASCADE/Handle_HLRBRep_Data.hxx
-include/OpenCASCADE/Handle_HLRBRep_InternalAlgo.hxx
-include/OpenCASCADE/Handle_HLRBRep_ListNodeOfListOfBPnt2D.hxx
-include/OpenCASCADE/Handle_HLRBRep_ListNodeOfListOfBPoint.hxx
-include/OpenCASCADE/Handle_HLRBRep_PolyAlgo.hxx
-include/OpenCASCADE/Handle_HLRBRep_SequenceNodeOfSeqOfShapeBounds.hxx
-include/OpenCASCADE/Handle_HLRBRep_SequenceNodeOfSeqPCOfPCLocFOfTheLocateExtPCOfTheProjPCurOfCInter.hxx
-include/OpenCASCADE/Handle_HLRTest_DrawableEdgeTool.hxx
-include/OpenCASCADE/Handle_HLRTest_DrawablePolyEdgeTool.hxx
-include/OpenCASCADE/Handle_HLRTest_OutLiner.hxx
-include/OpenCASCADE/Handle_HLRTest_Projector.hxx
-include/OpenCASCADE/Handle_HLRTest_ShapeData.hxx
-include/OpenCASCADE/Handle_HLRTopoBRep_DataMapNodeOfDataMapOfShapeFaceData.hxx
-include/OpenCASCADE/Handle_HLRTopoBRep_DataMapNodeOfMapOfShapeListOfVData.hxx
-include/OpenCASCADE/Handle_HLRTopoBRep_ListNodeOfListOfVData.hxx
-include/OpenCASCADE/Handle_HLRTopoBRep_OutLiner.hxx
-include/OpenCASCADE/Handle_HatchGen_SequenceNodeOfDomains.hxx
-include/OpenCASCADE/Handle_HatchGen_SequenceNodeOfPointsOnElement.hxx
-include/OpenCASCADE/Handle_HatchGen_SequenceNodeOfPointsOnHatching.hxx
-include/OpenCASCADE/Handle_Hatch_SequenceNodeOfSequenceOfLine.hxx
-include/OpenCASCADE/Handle_Hatch_SequenceNodeOfSequenceOfParameter.hxx
-include/OpenCASCADE/Handle_HeaderSection_FileDescription.hxx
-include/OpenCASCADE/Handle_HeaderSection_FileName.hxx
-include/OpenCASCADE/Handle_HeaderSection_FileSchema.hxx
-include/OpenCASCADE/Handle_HeaderSection_HeaderRecognizer.hxx
-include/OpenCASCADE/Handle_HeaderSection_Protocol.hxx
-include/OpenCASCADE/Handle_IFSelect_Act.hxx
-include/OpenCASCADE/Handle_IFSelect_Activator.hxx
-include/OpenCASCADE/Handle_IFSelect_AppliedModifiers.hxx
-include/OpenCASCADE/Handle_IFSelect_BasicDumper.hxx
-include/OpenCASCADE/Handle_IFSelect_CheckCounter.hxx
-include/OpenCASCADE/Handle_IFSelect_DispGlobal.hxx
-include/OpenCASCADE/Handle_IFSelect_DispPerCount.hxx
-include/OpenCASCADE/Handle_IFSelect_DispPerFiles.hxx
-include/OpenCASCADE/Handle_IFSelect_DispPerOne.hxx
-include/OpenCASCADE/Handle_IFSelect_DispPerSignature.hxx
-include/OpenCASCADE/Handle_IFSelect_Dispatch.hxx
-include/OpenCASCADE/Handle_IFSelect_EditForm.hxx
-include/OpenCASCADE/Handle_IFSelect_Editor.hxx
-include/OpenCASCADE/Handle_IFSelect_GeneralModifier.hxx
-include/OpenCASCADE/Handle_IFSelect_GraphCounter.hxx
-include/OpenCASCADE/Handle_IFSelect_HSeqOfSelection.hxx
-include/OpenCASCADE/Handle_IFSelect_IntParam.hxx
-include/OpenCASCADE/Handle_IFSelect_ListEditor.hxx
-include/OpenCASCADE/Handle_IFSelect_ModelCopier.hxx
-include/OpenCASCADE/Handle_IFSelect_ModifEditForm.hxx
-include/OpenCASCADE/Handle_IFSelect_ModifReorder.hxx
-include/OpenCASCADE/Handle_IFSelect_Modifier.hxx
-include/OpenCASCADE/Handle_IFSelect_PacketList.hxx
-include/OpenCASCADE/Handle_IFSelect_ParamEditor.hxx
-include/OpenCASCADE/Handle_IFSelect_SelectAnyList.hxx
-include/OpenCASCADE/Handle_IFSelect_SelectAnyType.hxx
-include/OpenCASCADE/Handle_IFSelect_SelectBase.hxx
-include/OpenCASCADE/Handle_IFSelect_SelectCombine.hxx
-include/OpenCASCADE/Handle_IFSelect_SelectControl.hxx
-include/OpenCASCADE/Handle_IFSelect_SelectDeduct.hxx
-include/OpenCASCADE/Handle_IFSelect_SelectDiff.hxx
-include/OpenCASCADE/Handle_IFSelect_SelectEntityNumber.hxx
-include/OpenCASCADE/Handle_IFSelect_SelectErrorEntities.hxx
-include/OpenCASCADE/Handle_IFSelect_SelectExplore.hxx
-include/OpenCASCADE/Handle_IFSelect_SelectExtract.hxx
-include/OpenCASCADE/Handle_IFSelect_SelectFlag.hxx
-include/OpenCASCADE/Handle_IFSelect_SelectInList.hxx
-include/OpenCASCADE/Handle_IFSelect_SelectIncorrectEntities.hxx
-include/OpenCASCADE/Handle_IFSelect_SelectIntersection.hxx
-include/OpenCASCADE/Handle_IFSelect_SelectModelEntities.hxx
-include/OpenCASCADE/Handle_IFSelect_SelectModelRoots.hxx
-include/OpenCASCADE/Handle_IFSelect_SelectPointed.hxx
-include/OpenCASCADE/Handle_IFSelect_SelectRange.hxx
-include/OpenCASCADE/Handle_IFSelect_SelectRootComps.hxx
-include/OpenCASCADE/Handle_IFSelect_SelectRoots.hxx
-include/OpenCASCADE/Handle_IFSelect_SelectSent.hxx
-include/OpenCASCADE/Handle_IFSelect_SelectShared.hxx
-include/OpenCASCADE/Handle_IFSelect_SelectSharing.hxx
-include/OpenCASCADE/Handle_IFSelect_SelectSignature.hxx
-include/OpenCASCADE/Handle_IFSelect_SelectSignedShared.hxx
-include/OpenCASCADE/Handle_IFSelect_SelectSignedSharing.hxx
-include/OpenCASCADE/Handle_IFSelect_SelectSuite.hxx
-include/OpenCASCADE/Handle_IFSelect_SelectType.hxx
-include/OpenCASCADE/Handle_IFSelect_SelectUnion.hxx
-include/OpenCASCADE/Handle_IFSelect_SelectUnknownEntities.hxx
-include/OpenCASCADE/Handle_IFSelect_Selection.hxx
-include/OpenCASCADE/Handle_IFSelect_SequenceNodeOfSequenceOfAppliedModifiers.hxx
-include/OpenCASCADE/Handle_IFSelect_SequenceNodeOfSequenceOfGeneralModifier.hxx
-include/OpenCASCADE/Handle_IFSelect_SequenceNodeOfSequenceOfInterfaceModel.hxx
-include/OpenCASCADE/Handle_IFSelect_SequenceNodeOfTSeqOfDispatch.hxx
-include/OpenCASCADE/Handle_IFSelect_SequenceNodeOfTSeqOfSelection.hxx
-include/OpenCASCADE/Handle_IFSelect_SessionDumper.hxx
-include/OpenCASCADE/Handle_IFSelect_SessionPilot.hxx
-include/OpenCASCADE/Handle_IFSelect_ShareOut.hxx
-include/OpenCASCADE/Handle_IFSelect_SignAncestor.hxx
-include/OpenCASCADE/Handle_IFSelect_SignCategory.hxx
-include/OpenCASCADE/Handle_IFSelect_SignCounter.hxx
-include/OpenCASCADE/Handle_IFSelect_SignMultiple.hxx
-include/OpenCASCADE/Handle_IFSelect_SignType.hxx
-include/OpenCASCADE/Handle_IFSelect_SignValidity.hxx
-include/OpenCASCADE/Handle_IFSelect_Signature.hxx
-include/OpenCASCADE/Handle_IFSelect_SignatureList.hxx
-include/OpenCASCADE/Handle_IFSelect_TransformStandard.hxx
-include/OpenCASCADE/Handle_IFSelect_Transformer.hxx
-include/OpenCASCADE/Handle_IFSelect_WorkLibrary.hxx
-include/OpenCASCADE/Handle_IFSelect_WorkSession.hxx
-include/OpenCASCADE/Handle_IGESAppli_DrilledHole.hxx
-include/OpenCASCADE/Handle_IGESAppli_ElementResults.hxx
-include/OpenCASCADE/Handle_IGESAppli_FiniteElement.hxx
-include/OpenCASCADE/Handle_IGESAppli_Flow.hxx
-include/OpenCASCADE/Handle_IGESAppli_FlowLineSpec.hxx
-include/OpenCASCADE/Handle_IGESAppli_GeneralModule.hxx
-include/OpenCASCADE/Handle_IGESAppli_HArray1OfFiniteElement.hxx
-include/OpenCASCADE/Handle_IGESAppli_HArray1OfFlow.hxx
-include/OpenCASCADE/Handle_IGESAppli_HArray1OfNode.hxx
-include/OpenCASCADE/Handle_IGESAppli_LevelFunction.hxx
-include/OpenCASCADE/Handle_IGESAppli_LevelToPWBLayerMap.hxx
-include/OpenCASCADE/Handle_IGESAppli_LineWidening.hxx
-include/OpenCASCADE/Handle_IGESAppli_NodalConstraint.hxx
-include/OpenCASCADE/Handle_IGESAppli_NodalDisplAndRot.hxx
-include/OpenCASCADE/Handle_IGESAppli_NodalResults.hxx
-include/OpenCASCADE/Handle_IGESAppli_Node.hxx
-include/OpenCASCADE/Handle_IGESAppli_PWBArtworkStackup.hxx
-include/OpenCASCADE/Handle_IGESAppli_PWBDrilledHole.hxx
-include/OpenCASCADE/Handle_IGESAppli_PartNumber.hxx
-include/OpenCASCADE/Handle_IGESAppli_PinNumber.hxx
-include/OpenCASCADE/Handle_IGESAppli_PipingFlow.hxx
-include/OpenCASCADE/Handle_IGESAppli_Protocol.hxx
-include/OpenCASCADE/Handle_IGESAppli_ReadWriteModule.hxx
-include/OpenCASCADE/Handle_IGESAppli_ReferenceDesignator.hxx
-include/OpenCASCADE/Handle_IGESAppli_RegionRestriction.hxx
-include/OpenCASCADE/Handle_IGESAppli_SpecificModule.hxx
-include/OpenCASCADE/Handle_IGESBasic_AssocGroupType.hxx
-include/OpenCASCADE/Handle_IGESBasic_ExternalRefFile.hxx
-include/OpenCASCADE/Handle_IGESBasic_ExternalRefFileIndex.hxx
-include/OpenCASCADE/Handle_IGESBasic_ExternalRefFileName.hxx
-include/OpenCASCADE/Handle_IGESBasic_ExternalRefLibName.hxx
-include/OpenCASCADE/Handle_IGESBasic_ExternalRefName.hxx
-include/OpenCASCADE/Handle_IGESBasic_ExternalReferenceFile.hxx
-include/OpenCASCADE/Handle_IGESBasic_GeneralModule.hxx
-include/OpenCASCADE/Handle_IGESBasic_Group.hxx
-include/OpenCASCADE/Handle_IGESBasic_GroupWithoutBackP.hxx
-include/OpenCASCADE/Handle_IGESBasic_HArray1OfHArray1OfIGESEntity.hxx
-include/OpenCASCADE/Handle_IGESBasic_HArray1OfHArray1OfInteger.hxx
-include/OpenCASCADE/Handle_IGESBasic_HArray1OfHArray1OfReal.hxx
-include/OpenCASCADE/Handle_IGESBasic_HArray1OfHArray1OfXY.hxx
-include/OpenCASCADE/Handle_IGESBasic_HArray1OfHArray1OfXYZ.hxx
-include/OpenCASCADE/Handle_IGESBasic_HArray1OfLineFontEntity.hxx
-include/OpenCASCADE/Handle_IGESBasic_HArray2OfHArray1OfReal.hxx
-include/OpenCASCADE/Handle_IGESBasic_Hierarchy.hxx
-include/OpenCASCADE/Handle_IGESBasic_Name.hxx
-include/OpenCASCADE/Handle_IGESBasic_OrderedGroup.hxx
-include/OpenCASCADE/Handle_IGESBasic_OrderedGroupWithoutBackP.hxx
-include/OpenCASCADE/Handle_IGESBasic_Protocol.hxx
-include/OpenCASCADE/Handle_IGESBasic_ReadWriteModule.hxx
-include/OpenCASCADE/Handle_IGESBasic_SingleParent.hxx
-include/OpenCASCADE/Handle_IGESBasic_SingularSubfigure.hxx
-include/OpenCASCADE/Handle_IGESBasic_SpecificModule.hxx
-include/OpenCASCADE/Handle_IGESBasic_SubfigureDef.hxx
-include/OpenCASCADE/Handle_IGESControl_ActorWrite.hxx
-include/OpenCASCADE/Handle_IGESControl_AlgoContainer.hxx
-include/OpenCASCADE/Handle_IGESControl_Controller.hxx
-include/OpenCASCADE/Handle_IGESControl_IGESBoundary.hxx
-include/OpenCASCADE/Handle_IGESControl_ToolContainer.hxx
-include/OpenCASCADE/Handle_IGESData_ColorEntity.hxx
-include/OpenCASCADE/Handle_IGESData_DefaultGeneral.hxx
-include/OpenCASCADE/Handle_IGESData_DefaultSpecific.hxx
-include/OpenCASCADE/Handle_IGESData_FileProtocol.hxx
-include/OpenCASCADE/Handle_IGESData_FileRecognizer.hxx
-include/OpenCASCADE/Handle_IGESData_FreeFormatEntity.hxx
-include/OpenCASCADE/Handle_IGESData_GeneralModule.hxx
-include/OpenCASCADE/Handle_IGESData_GlobalNodeOfSpecificLib.hxx
-include/OpenCASCADE/Handle_IGESData_GlobalNodeOfWriterLib.hxx
-include/OpenCASCADE/Handle_IGESData_HArray1OfIGESEntity.hxx
-include/OpenCASCADE/Handle_IGESData_IGESEntity.hxx
-include/OpenCASCADE/Handle_IGESData_IGESModel.hxx
-include/OpenCASCADE/Handle_IGESData_IGESReaderData.hxx
-include/OpenCASCADE/Handle_IGESData_LabelDisplayEntity.hxx
-include/OpenCASCADE/Handle_IGESData_LevelListEntity.hxx
-include/OpenCASCADE/Handle_IGESData_LineFontEntity.hxx
-include/OpenCASCADE/Handle_IGESData_NameEntity.hxx
-include/OpenCASCADE/Handle_IGESData_NodeOfSpecificLib.hxx
-include/OpenCASCADE/Handle_IGESData_NodeOfWriterLib.hxx
-include/OpenCASCADE/Handle_IGESData_Protocol.hxx
-include/OpenCASCADE/Handle_IGESData_ReadWriteModule.hxx
-include/OpenCASCADE/Handle_IGESData_SingleParentEntity.hxx
-include/OpenCASCADE/Handle_IGESData_SpecificModule.hxx
-include/OpenCASCADE/Handle_IGESData_ToolLocation.hxx
-include/OpenCASCADE/Handle_IGESData_TransfEntity.hxx
-include/OpenCASCADE/Handle_IGESData_UndefinedEntity.hxx
-include/OpenCASCADE/Handle_IGESData_ViewKindEntity.hxx
-include/OpenCASCADE/Handle_IGESDefs_AssociativityDef.hxx
-include/OpenCASCADE/Handle_IGESDefs_AttributeDef.hxx
-include/OpenCASCADE/Handle_IGESDefs_AttributeTable.hxx
-include/OpenCASCADE/Handle_IGESDefs_GeneralModule.hxx
-include/OpenCASCADE/Handle_IGESDefs_GenericData.hxx
-include/OpenCASCADE/Handle_IGESDefs_HArray1OfHArray1OfTextDisplayTemplate.hxx
-include/OpenCASCADE/Handle_IGESDefs_HArray1OfTabularData.hxx
-include/OpenCASCADE/Handle_IGESDefs_MacroDef.hxx
-include/OpenCASCADE/Handle_IGESDefs_Protocol.hxx
-include/OpenCASCADE/Handle_IGESDefs_ReadWriteModule.hxx
-include/OpenCASCADE/Handle_IGESDefs_SpecificModule.hxx
-include/OpenCASCADE/Handle_IGESDefs_TabularData.hxx
-include/OpenCASCADE/Handle_IGESDefs_UnitsData.hxx
-include/OpenCASCADE/Handle_IGESDimen_AngularDimension.hxx
-include/OpenCASCADE/Handle_IGESDimen_BasicDimension.hxx
-include/OpenCASCADE/Handle_IGESDimen_CenterLine.hxx
-include/OpenCASCADE/Handle_IGESDimen_CurveDimension.hxx
-include/OpenCASCADE/Handle_IGESDimen_DiameterDimension.hxx
-include/OpenCASCADE/Handle_IGESDimen_DimensionDisplayData.hxx
-include/OpenCASCADE/Handle_IGESDimen_DimensionTolerance.hxx
-include/OpenCASCADE/Handle_IGESDimen_DimensionUnits.hxx
-include/OpenCASCADE/Handle_IGESDimen_DimensionedGeometry.hxx
-include/OpenCASCADE/Handle_IGESDimen_FlagNote.hxx
-include/OpenCASCADE/Handle_IGESDimen_GeneralLabel.hxx
-include/OpenCASCADE/Handle_IGESDimen_GeneralModule.hxx
-include/OpenCASCADE/Handle_IGESDimen_GeneralNote.hxx
-include/OpenCASCADE/Handle_IGESDimen_GeneralSymbol.hxx
-include/OpenCASCADE/Handle_IGESDimen_HArray1OfGeneralNote.hxx
-include/OpenCASCADE/Handle_IGESDimen_HArray1OfLeaderArrow.hxx
-include/OpenCASCADE/Handle_IGESDimen_LeaderArrow.hxx
-include/OpenCASCADE/Handle_IGESDimen_LinearDimension.hxx
-include/OpenCASCADE/Handle_IGESDimen_NewDimensionedGeometry.hxx
-include/OpenCASCADE/Handle_IGESDimen_NewGeneralNote.hxx
-include/OpenCASCADE/Handle_IGESDimen_OrdinateDimension.hxx
-include/OpenCASCADE/Handle_IGESDimen_PointDimension.hxx
-include/OpenCASCADE/Handle_IGESDimen_Protocol.hxx
-include/OpenCASCADE/Handle_IGESDimen_RadiusDimension.hxx
-include/OpenCASCADE/Handle_IGESDimen_ReadWriteModule.hxx
-include/OpenCASCADE/Handle_IGESDimen_Section.hxx
-include/OpenCASCADE/Handle_IGESDimen_SectionedArea.hxx
-include/OpenCASCADE/Handle_IGESDimen_SpecificModule.hxx
-include/OpenCASCADE/Handle_IGESDimen_WitnessLine.hxx
-include/OpenCASCADE/Handle_IGESDraw_CircArraySubfigure.hxx
-include/OpenCASCADE/Handle_IGESDraw_ConnectPoint.hxx
-include/OpenCASCADE/Handle_IGESDraw_Drawing.hxx
-include/OpenCASCADE/Handle_IGESDraw_DrawingWithRotation.hxx
-include/OpenCASCADE/Handle_IGESDraw_GeneralModule.hxx
-include/OpenCASCADE/Handle_IGESDraw_HArray1OfConnectPoint.hxx
-include/OpenCASCADE/Handle_IGESDraw_HArray1OfViewKindEntity.hxx
-include/OpenCASCADE/Handle_IGESDraw_LabelDisplay.hxx
-include/OpenCASCADE/Handle_IGESDraw_NetworkSubfigure.hxx
-include/OpenCASCADE/Handle_IGESDraw_NetworkSubfigureDef.hxx
-include/OpenCASCADE/Handle_IGESDraw_PerspectiveView.hxx
-include/OpenCASCADE/Handle_IGESDraw_Planar.hxx
-include/OpenCASCADE/Handle_IGESDraw_Protocol.hxx
-include/OpenCASCADE/Handle_IGESDraw_ReadWriteModule.hxx
-include/OpenCASCADE/Handle_IGESDraw_RectArraySubfigure.hxx
-include/OpenCASCADE/Handle_IGESDraw_SegmentedViewsVisible.hxx
-include/OpenCASCADE/Handle_IGESDraw_SpecificModule.hxx
-include/OpenCASCADE/Handle_IGESDraw_View.hxx
-include/OpenCASCADE/Handle_IGESDraw_ViewsVisible.hxx
-include/OpenCASCADE/Handle_IGESDraw_ViewsVisibleWithAttr.hxx
-include/OpenCASCADE/Handle_IGESGeom_BSplineCurve.hxx
-include/OpenCASCADE/Handle_IGESGeom_BSplineSurface.hxx
-include/OpenCASCADE/Handle_IGESGeom_Boundary.hxx
-include/OpenCASCADE/Handle_IGESGeom_BoundedSurface.hxx
-include/OpenCASCADE/Handle_IGESGeom_CircularArc.hxx
-include/OpenCASCADE/Handle_IGESGeom_CompositeCurve.hxx
-include/OpenCASCADE/Handle_IGESGeom_ConicArc.hxx
-include/OpenCASCADE/Handle_IGESGeom_CopiousData.hxx
-include/OpenCASCADE/Handle_IGESGeom_CurveOnSurface.hxx
-include/OpenCASCADE/Handle_IGESGeom_Direction.hxx
-include/OpenCASCADE/Handle_IGESGeom_Flash.hxx
-include/OpenCASCADE/Handle_IGESGeom_GeneralModule.hxx
-include/OpenCASCADE/Handle_IGESGeom_HArray1OfBoundary.hxx
-include/OpenCASCADE/Handle_IGESGeom_HArray1OfCurveOnSurface.hxx
-include/OpenCASCADE/Handle_IGESGeom_HArray1OfTransformationMatrix.hxx
-include/OpenCASCADE/Handle_IGESGeom_Line.hxx
-include/OpenCASCADE/Handle_IGESGeom_OffsetCurve.hxx
-include/OpenCASCADE/Handle_IGESGeom_OffsetSurface.hxx
-include/OpenCASCADE/Handle_IGESGeom_Plane.hxx
-include/OpenCASCADE/Handle_IGESGeom_Point.hxx
-include/OpenCASCADE/Handle_IGESGeom_Protocol.hxx
-include/OpenCASCADE/Handle_IGESGeom_ReadWriteModule.hxx
-include/OpenCASCADE/Handle_IGESGeom_RuledSurface.hxx
-include/OpenCASCADE/Handle_IGESGeom_SpecificModule.hxx
-include/OpenCASCADE/Handle_IGESGeom_SplineCurve.hxx
-include/OpenCASCADE/Handle_IGESGeom_SplineSurface.hxx
-include/OpenCASCADE/Handle_IGESGeom_SurfaceOfRevolution.hxx
-include/OpenCASCADE/Handle_IGESGeom_TabulatedCylinder.hxx
-include/OpenCASCADE/Handle_IGESGeom_TransformationMatrix.hxx
-include/OpenCASCADE/Handle_IGESGeom_TrimmedSurface.hxx
-include/OpenCASCADE/Handle_IGESGraph_Color.hxx
-include/OpenCASCADE/Handle_IGESGraph_DefinitionLevel.hxx
-include/OpenCASCADE/Handle_IGESGraph_DrawingSize.hxx
-include/OpenCASCADE/Handle_IGESGraph_DrawingUnits.hxx
-include/OpenCASCADE/Handle_IGESGraph_GeneralModule.hxx
-include/OpenCASCADE/Handle_IGESGraph_HArray1OfColor.hxx
-include/OpenCASCADE/Handle_IGESGraph_HArray1OfTextDisplayTemplate.hxx
-include/OpenCASCADE/Handle_IGESGraph_HArray1OfTextFontDef.hxx
-include/OpenCASCADE/Handle_IGESGraph_HighLight.hxx
-include/OpenCASCADE/Handle_IGESGraph_IntercharacterSpacing.hxx
-include/OpenCASCADE/Handle_IGESGraph_LineFontDefPattern.hxx
-include/OpenCASCADE/Handle_IGESGraph_LineFontDefTemplate.hxx
-include/OpenCASCADE/Handle_IGESGraph_LineFontPredefined.hxx
-include/OpenCASCADE/Handle_IGESGraph_NominalSize.hxx
-include/OpenCASCADE/Handle_IGESGraph_Pick.hxx
-include/OpenCASCADE/Handle_IGESGraph_Protocol.hxx
-include/OpenCASCADE/Handle_IGESGraph_ReadWriteModule.hxx
-include/OpenCASCADE/Handle_IGESGraph_SpecificModule.hxx
-include/OpenCASCADE/Handle_IGESGraph_TextDisplayTemplate.hxx
-include/OpenCASCADE/Handle_IGESGraph_TextFontDef.hxx
-include/OpenCASCADE/Handle_IGESGraph_UniformRectGrid.hxx
-include/OpenCASCADE/Handle_IGESSelect_Activator.hxx
-include/OpenCASCADE/Handle_IGESSelect_AddFileComment.hxx
-include/OpenCASCADE/Handle_IGESSelect_AddGroup.hxx
-include/OpenCASCADE/Handle_IGESSelect_AutoCorrect.hxx
-include/OpenCASCADE/Handle_IGESSelect_ChangeLevelList.hxx
-include/OpenCASCADE/Handle_IGESSelect_ChangeLevelNumber.hxx
-include/OpenCASCADE/Handle_IGESSelect_ComputeStatus.hxx
-include/OpenCASCADE/Handle_IGESSelect_CounterOfLevelNumber.hxx
-include/OpenCASCADE/Handle_IGESSelect_DispPerDrawing.hxx
-include/OpenCASCADE/Handle_IGESSelect_DispPerSingleView.hxx
-include/OpenCASCADE/Handle_IGESSelect_Dumper.hxx
-include/OpenCASCADE/Handle_IGESSelect_EditDirPart.hxx
-include/OpenCASCADE/Handle_IGESSelect_EditHeader.hxx
-include/OpenCASCADE/Handle_IGESSelect_FileModifier.hxx
-include/OpenCASCADE/Handle_IGESSelect_FloatFormat.hxx
-include/OpenCASCADE/Handle_IGESSelect_IGESName.hxx
-include/OpenCASCADE/Handle_IGESSelect_IGESTypeForm.hxx
-include/OpenCASCADE/Handle_IGESSelect_ModelModifier.hxx
-include/OpenCASCADE/Handle_IGESSelect_RebuildDrawings.hxx
-include/OpenCASCADE/Handle_IGESSelect_RebuildGroups.hxx
-include/OpenCASCADE/Handle_IGESSelect_RemoveCurves.hxx
-include/OpenCASCADE/Handle_IGESSelect_SelectBasicGeom.hxx
-include/OpenCASCADE/Handle_IGESSelect_SelectBypassGroup.hxx
-include/OpenCASCADE/Handle_IGESSelect_SelectBypassSubfigure.hxx
-include/OpenCASCADE/Handle_IGESSelect_SelectDrawingFrom.hxx
-include/OpenCASCADE/Handle_IGESSelect_SelectFaces.hxx
-include/OpenCASCADE/Handle_IGESSelect_SelectFromDrawing.hxx
-include/OpenCASCADE/Handle_IGESSelect_SelectFromSingleView.hxx
-include/OpenCASCADE/Handle_IGESSelect_SelectLevelNumber.hxx
-include/OpenCASCADE/Handle_IGESSelect_SelectName.hxx
-include/OpenCASCADE/Handle_IGESSelect_SelectPCurves.hxx
-include/OpenCASCADE/Handle_IGESSelect_SelectSingleViewFrom.hxx
-include/OpenCASCADE/Handle_IGESSelect_SelectSubordinate.hxx
-include/OpenCASCADE/Handle_IGESSelect_SelectVisibleStatus.hxx
-include/OpenCASCADE/Handle_IGESSelect_SetGlobalParameter.hxx
-include/OpenCASCADE/Handle_IGESSelect_SetLabel.hxx
-include/OpenCASCADE/Handle_IGESSelect_SetVersion5.hxx
-include/OpenCASCADE/Handle_IGESSelect_SignColor.hxx
-include/OpenCASCADE/Handle_IGESSelect_SignLevelNumber.hxx
-include/OpenCASCADE/Handle_IGESSelect_SignStatus.hxx
-include/OpenCASCADE/Handle_IGESSelect_SplineToBSpline.hxx
-include/OpenCASCADE/Handle_IGESSelect_UpdateCreationDate.hxx
-include/OpenCASCADE/Handle_IGESSelect_UpdateFileName.hxx
-include/OpenCASCADE/Handle_IGESSelect_UpdateLastChange.hxx
-include/OpenCASCADE/Handle_IGESSelect_ViewSorter.hxx
-include/OpenCASCADE/Handle_IGESSelect_WorkLibrary.hxx
-include/OpenCASCADE/Handle_IGESSolid_Block.hxx
-include/OpenCASCADE/Handle_IGESSolid_BooleanTree.hxx
-include/OpenCASCADE/Handle_IGESSolid_ConeFrustum.hxx
-include/OpenCASCADE/Handle_IGESSolid_ConicalSurface.hxx
-include/OpenCASCADE/Handle_IGESSolid_Cylinder.hxx
-include/OpenCASCADE/Handle_IGESSolid_CylindricalSurface.hxx
-include/OpenCASCADE/Handle_IGESSolid_EdgeList.hxx
-include/OpenCASCADE/Handle_IGESSolid_Ellipsoid.hxx
-include/OpenCASCADE/Handle_IGESSolid_Face.hxx
-include/OpenCASCADE/Handle_IGESSolid_GeneralModule.hxx
-include/OpenCASCADE/Handle_IGESSolid_HArray1OfFace.hxx
-include/OpenCASCADE/Handle_IGESSolid_HArray1OfLoop.hxx
-include/OpenCASCADE/Handle_IGESSolid_HArray1OfShell.hxx
-include/OpenCASCADE/Handle_IGESSolid_HArray1OfVertexList.hxx
-include/OpenCASCADE/Handle_IGESSolid_Loop.hxx
-include/OpenCASCADE/Handle_IGESSolid_ManifoldSolid.hxx
-include/OpenCASCADE/Handle_IGESSolid_PlaneSurface.hxx
-include/OpenCASCADE/Handle_IGESSolid_Protocol.hxx
-include/OpenCASCADE/Handle_IGESSolid_ReadWriteModule.hxx
-include/OpenCASCADE/Handle_IGESSolid_RightAngularWedge.hxx
-include/OpenCASCADE/Handle_IGESSolid_SelectedComponent.hxx
-include/OpenCASCADE/Handle_IGESSolid_Shell.hxx
-include/OpenCASCADE/Handle_IGESSolid_SolidAssembly.hxx
-include/OpenCASCADE/Handle_IGESSolid_SolidInstance.hxx
-include/OpenCASCADE/Handle_IGESSolid_SolidOfLinearExtrusion.hxx
-include/OpenCASCADE/Handle_IGESSolid_SolidOfRevolution.hxx
-include/OpenCASCADE/Handle_IGESSolid_SpecificModule.hxx
-include/OpenCASCADE/Handle_IGESSolid_Sphere.hxx
-include/OpenCASCADE/Handle_IGESSolid_SphericalSurface.hxx
-include/OpenCASCADE/Handle_IGESSolid_ToroidalSurface.hxx
-include/OpenCASCADE/Handle_IGESSolid_Torus.hxx
-include/OpenCASCADE/Handle_IGESSolid_VertexList.hxx
-include/OpenCASCADE/Handle_IGESToBRep_Actor.hxx
-include/OpenCASCADE/Handle_IGESToBRep_AlgoContainer.hxx
-include/OpenCASCADE/Handle_IGESToBRep_IGESBoundary.hxx
-include/OpenCASCADE/Handle_IGESToBRep_ToolContainer.hxx
-include/OpenCASCADE/Handle_IntAna_ListNodeOfListOfCurve.hxx
-include/OpenCASCADE/Handle_IntCurveSurface_SequenceNodeOfSequenceOfPnt.hxx
-include/OpenCASCADE/Handle_IntCurveSurface_SequenceNodeOfSequenceOfSeg.hxx
-include/OpenCASCADE/Handle_IntPatch_ALine.hxx
-include/OpenCASCADE/Handle_IntPatch_GLine.hxx
-include/OpenCASCADE/Handle_IntPatch_Line.hxx
-include/OpenCASCADE/Handle_IntPatch_PointLine.hxx
-include/OpenCASCADE/Handle_IntPatch_RLine.hxx
-include/OpenCASCADE/Handle_IntPatch_SequenceNodeOfSequenceOfIWLineOfTheIWalking.hxx
-include/OpenCASCADE/Handle_IntPatch_SequenceNodeOfSequenceOfLine.hxx
-include/OpenCASCADE/Handle_IntPatch_SequenceNodeOfSequenceOfPathPointOfTheSOnBounds.hxx
-include/OpenCASCADE/Handle_IntPatch_SequenceNodeOfSequenceOfPoint.hxx
-include/OpenCASCADE/Handle_IntPatch_SequenceNodeOfSequenceOfSegmentOfTheSOnBounds.hxx
-include/OpenCASCADE/Handle_IntPatch_TheIWLineOfTheIWalking.hxx
-include/OpenCASCADE/Handle_IntPatch_WLine.hxx
-include/OpenCASCADE/Handle_IntPolyh_SequenceNodeOfSeqOfStartPoints.hxx
-include/OpenCASCADE/Handle_IntRes2d_SequenceNodeOfSequenceOfIntersectionPoint.hxx
-include/OpenCASCADE/Handle_IntRes2d_SequenceNodeOfSequenceOfIntersectionSegment.hxx
-include/OpenCASCADE/Handle_IntStart_SITopolTool.hxx
-include/OpenCASCADE/Handle_IntSurf_LineOn2S.hxx
-include/OpenCASCADE/Handle_IntSurf_ListNodeOfListOfPntOn2S.hxx
-include/OpenCASCADE/Handle_IntSurf_SequenceNodeOfSequenceOfCouple.hxx
-include/OpenCASCADE/Handle_IntSurf_SequenceNodeOfSequenceOfInteriorPoint.hxx
-include/OpenCASCADE/Handle_IntSurf_SequenceNodeOfSequenceOfPathPoint.hxx
-include/OpenCASCADE/Handle_IntTools_Context.hxx
-include/OpenCASCADE/Handle_IntTools_DataMapNodeOfDataMapOfCurveSampleBox.hxx
-include/OpenCASCADE/Handle_IntTools_DataMapNodeOfDataMapOfSurfaceSampleBox.hxx
-include/OpenCASCADE/Handle_IntTools_IndexedDataMapNodeOfIndexedDataMapOfTransientAddress.hxx
-include/OpenCASCADE/Handle_IntTools_ListNodeOfListOfBox.hxx
-include/OpenCASCADE/Handle_IntTools_ListNodeOfListOfCurveRangeSample.hxx
-include/OpenCASCADE/Handle_IntTools_ListNodeOfListOfSurfaceRangeSample.hxx
-include/OpenCASCADE/Handle_IntTools_SequenceNodeOfSequenceOfCommonPrts.hxx
-include/OpenCASCADE/Handle_IntTools_SequenceNodeOfSequenceOfCurves.hxx
-include/OpenCASCADE/Handle_IntTools_SequenceNodeOfSequenceOfPntOn2Faces.hxx
-include/OpenCASCADE/Handle_IntTools_SequenceNodeOfSequenceOfRanges.hxx
-include/OpenCASCADE/Handle_IntTools_SequenceNodeOfSequenceOfRoots.hxx
-include/OpenCASCADE/Handle_IntTools_StdMapNodeOfMapOfCurveSample.hxx
-include/OpenCASCADE/Handle_IntTools_StdMapNodeOfMapOfSurfaceSample.hxx
-include/OpenCASCADE/Handle_IntTools_TopolTool.hxx
-include/OpenCASCADE/Handle_Interface_Check.hxx
-include/OpenCASCADE/Handle_Interface_CheckFailure.hxx
-include/OpenCASCADE/Handle_Interface_CopyControl.hxx
-include/OpenCASCADE/Handle_Interface_CopyMap.hxx
-include/OpenCASCADE/Handle_Interface_DataMapNodeOfDataMapOfTransientInteger.hxx
-include/OpenCASCADE/Handle_Interface_EntityCluster.hxx
-include/OpenCASCADE/Handle_Interface_FileReaderData.hxx
-include/OpenCASCADE/Handle_Interface_GTool.hxx
-include/OpenCASCADE/Handle_Interface_GeneralModule.hxx
-include/OpenCASCADE/Handle_Interface_GlobalNodeOfGeneralLib.hxx
-include/OpenCASCADE/Handle_Interface_GlobalNodeOfReaderLib.hxx
-include/OpenCASCADE/Handle_Interface_HArray1OfHAsciiString.hxx
-include/OpenCASCADE/Handle_Interface_HGraph.hxx
-include/OpenCASCADE/Handle_Interface_HSequenceOfCheck.hxx
-include/OpenCASCADE/Handle_Interface_IndexedMapNodeOfIndexedMapOfAsciiString.hxx
-include/OpenCASCADE/Handle_Interface_IntVal.hxx
-include/OpenCASCADE/Handle_Interface_InterfaceError.hxx
-include/OpenCASCADE/Handle_Interface_InterfaceMismatch.hxx
-include/OpenCASCADE/Handle_Interface_InterfaceModel.hxx
-include/OpenCASCADE/Handle_Interface_NodeOfGeneralLib.hxx
-include/OpenCASCADE/Handle_Interface_NodeOfReaderLib.hxx
-include/OpenCASCADE/Handle_Interface_ParamList.hxx
-include/OpenCASCADE/Handle_Interface_ParamSet.hxx
-include/OpenCASCADE/Handle_Interface_Protocol.hxx
-include/OpenCASCADE/Handle_Interface_ReaderModule.hxx
-include/OpenCASCADE/Handle_Interface_ReportEntity.hxx
-include/OpenCASCADE/Handle_Interface_SequenceNodeOfSequenceOfCheck.hxx
-include/OpenCASCADE/Handle_Interface_SignLabel.hxx
-include/OpenCASCADE/Handle_Interface_SignType.hxx
-include/OpenCASCADE/Handle_Interface_Static.hxx
-include/OpenCASCADE/Handle_Interface_TypedValue.hxx
-include/OpenCASCADE/Handle_Interface_UndefinedContent.hxx
-include/OpenCASCADE/Handle_Intf_SequenceNodeOfSeqOfSectionLine.hxx
-include/OpenCASCADE/Handle_Intf_SequenceNodeOfSeqOfSectionPoint.hxx
-include/OpenCASCADE/Handle_Intf_SequenceNodeOfSeqOfTangentZone.hxx
-include/OpenCASCADE/Handle_Intrv_SequenceNodeOfSequenceOfInterval.hxx
-include/OpenCASCADE/Handle_LDOM_MemManager.hxx
-include/OpenCASCADE/Handle_LProp_BadContinuity.hxx
-include/OpenCASCADE/Handle_LProp_NotDefined.hxx
-include/OpenCASCADE/Handle_LProp_SequenceNodeOfSequenceOfCIType.hxx
-include/OpenCASCADE/Handle_Law_BSpFunc.hxx
-include/OpenCASCADE/Handle_Law_BSpline.hxx
-include/OpenCASCADE/Handle_Law_Composite.hxx
-include/OpenCASCADE/Handle_Law_Constant.hxx
-include/OpenCASCADE/Handle_Law_Function.hxx
-include/OpenCASCADE/Handle_Law_Interpol.hxx
-include/OpenCASCADE/Handle_Law_Linear.hxx
-include/OpenCASCADE/Handle_Law_ListNodeOfLaws.hxx
-include/OpenCASCADE/Handle_Law_S.hxx
-include/OpenCASCADE/Handle_LocOpe_DataMapNodeOfDataMapOfShapePnt.hxx
-include/OpenCASCADE/Handle_LocOpe_GeneratedShape.hxx
-include/OpenCASCADE/Handle_LocOpe_GluedShape.hxx
-include/OpenCASCADE/Handle_LocOpe_HBuilder.hxx
-include/OpenCASCADE/Handle_LocOpe_SequenceNodeOfSequenceOfCirc.hxx
-include/OpenCASCADE/Handle_LocOpe_SequenceNodeOfSequenceOfLin.hxx
-include/OpenCASCADE/Handle_LocOpe_SequenceNodeOfSequenceOfPntFace.hxx
-include/OpenCASCADE/Handle_LocOpe_WiresOnShape.hxx
-include/OpenCASCADE/Handle_MAT2d_Circuit.hxx
-include/OpenCASCADE/Handle_MAT2d_Connexion.hxx
-include/OpenCASCADE/Handle_MAT2d_DataMapNodeOfDataMapOfBiIntInteger.hxx
-include/OpenCASCADE/Handle_MAT2d_DataMapNodeOfDataMapOfBiIntSequenceOfInteger.hxx
-include/OpenCASCADE/Handle_MAT2d_DataMapNodeOfDataMapOfIntegerBisec.hxx
-include/OpenCASCADE/Handle_MAT2d_DataMapNodeOfDataMapOfIntegerConnexion.hxx
-include/OpenCASCADE/Handle_MAT2d_DataMapNodeOfDataMapOfIntegerPnt2d.hxx
-include/OpenCASCADE/Handle_MAT2d_DataMapNodeOfDataMapOfIntegerSequenceOfConnexion.hxx
-include/OpenCASCADE/Handle_MAT2d_DataMapNodeOfDataMapOfIntegerVec2d.hxx
-include/OpenCASCADE/Handle_MAT2d_SequenceNodeOfSequenceOfConnexion.hxx
-include/OpenCASCADE/Handle_MAT2d_SequenceNodeOfSequenceOfSequenceOfCurve.hxx
-include/OpenCASCADE/Handle_MAT2d_SequenceNodeOfSequenceOfSequenceOfGeometry.hxx
-include/OpenCASCADE/Handle_MAT_Arc.hxx
-include/OpenCASCADE/Handle_MAT_BasicElt.hxx
-include/OpenCASCADE/Handle_MAT_Bisector.hxx
-include/OpenCASCADE/Handle_MAT_DataMapNodeOfDataMapOfIntegerArc.hxx
-include/OpenCASCADE/Handle_MAT_DataMapNodeOfDataMapOfIntegerBasicElt.hxx
-include/OpenCASCADE/Handle_MAT_DataMapNodeOfDataMapOfIntegerBisector.hxx
-include/OpenCASCADE/Handle_MAT_DataMapNodeOfDataMapOfIntegerNode.hxx
-include/OpenCASCADE/Handle_MAT_Edge.hxx
-include/OpenCASCADE/Handle_MAT_Graph.hxx
-include/OpenCASCADE/Handle_MAT_ListOfBisector.hxx
-include/OpenCASCADE/Handle_MAT_ListOfEdge.hxx
-include/OpenCASCADE/Handle_MAT_Node.hxx
-include/OpenCASCADE/Handle_MAT_SequenceNodeOfSequenceOfArc.hxx
-include/OpenCASCADE/Handle_MAT_SequenceNodeOfSequenceOfBasicElt.hxx
-include/OpenCASCADE/Handle_MAT_TListNodeOfListOfBisector.hxx
-include/OpenCASCADE/Handle_MAT_TListNodeOfListOfEdge.hxx
-include/OpenCASCADE/Handle_MAT_Zone.hxx
-include/OpenCASCADE/Handle_MDF_ARDriver.hxx
-include/OpenCASCADE/Handle_MDF_ARDriverHSequence.hxx
-include/OpenCASCADE/Handle_MDF_ARDriverTable.hxx
-include/OpenCASCADE/Handle_MDF_ASDriver.hxx
-include/OpenCASCADE/Handle_MDF_ASDriverHSequence.hxx
-include/OpenCASCADE/Handle_MDF_ASDriverTable.hxx
-include/OpenCASCADE/Handle_MDF_DataMapNodeOfTypeARDriverMap.hxx
-include/OpenCASCADE/Handle_MDF_DataMapNodeOfTypeASDriverMap.hxx
-include/OpenCASCADE/Handle_MDF_DataMapNodeOfTypeDriverListMapOfARDriverTable.hxx
-include/OpenCASCADE/Handle_MDF_DataMapNodeOfTypeDriverListMapOfASDriverTable.hxx
-include/OpenCASCADE/Handle_MDF_ListNodeOfDriverListOfARDriverTable.hxx
-include/OpenCASCADE/Handle_MDF_ListNodeOfDriverListOfASDriverTable.hxx
-include/OpenCASCADE/Handle_MDF_RRelocationTable.hxx
-include/OpenCASCADE/Handle_MDF_ReferenceRetrievalDriver.hxx
-include/OpenCASCADE/Handle_MDF_ReferenceStorageDriver.hxx
-include/OpenCASCADE/Handle_MDF_SRelocationTable.hxx
-include/OpenCASCADE/Handle_MDF_SequenceNodeOfARDriverSequence.hxx
-include/OpenCASCADE/Handle_MDF_SequenceNodeOfASDriverSequence.hxx
-include/OpenCASCADE/Handle_MDF_TagSourceRetrievalDriver.hxx
-include/OpenCASCADE/Handle_MDF_TagSourceStorageDriver.hxx
-include/OpenCASCADE/Handle_MDataStd_AsciiStringRetrievalDriver.hxx
-include/OpenCASCADE/Handle_MDataStd_AsciiStringStorageDriver.hxx
-include/OpenCASCADE/Handle_MDataStd_BooleanArrayRetrievalDriver.hxx
-include/OpenCASCADE/Handle_MDataStd_BooleanArrayStorageDriver.hxx
-include/OpenCASCADE/Handle_MDataStd_BooleanListRetrievalDriver.hxx
-include/OpenCASCADE/Handle_MDataStd_BooleanListStorageDriver.hxx
-include/OpenCASCADE/Handle_MDataStd_ByteArrayRetrievalDriver.hxx
-include/OpenCASCADE/Handle_MDataStd_ByteArrayRetrievalDriver_1.hxx
-include/OpenCASCADE/Handle_MDataStd_ByteArrayStorageDriver.hxx
-include/OpenCASCADE/Handle_MDataStd_CommentRetrievalDriver.hxx
-include/OpenCASCADE/Handle_MDataStd_CommentStorageDriver.hxx
-include/OpenCASCADE/Handle_MDataStd_DirectoryRetrievalDriver.hxx
-include/OpenCASCADE/Handle_MDataStd_DirectoryStorageDriver.hxx
-include/OpenCASCADE/Handle_MDataStd_ExpressionRetrievalDriver.hxx
-include/OpenCASCADE/Handle_MDataStd_ExpressionStorageDriver.hxx
-include/OpenCASCADE/Handle_MDataStd_ExtStringArrayRetrievalDriver.hxx
-include/OpenCASCADE/Handle_MDataStd_ExtStringArrayRetrievalDriver_1.hxx
-include/OpenCASCADE/Handle_MDataStd_ExtStringArrayStorageDriver.hxx
-include/OpenCASCADE/Handle_MDataStd_ExtStringListRetrievalDriver.hxx
-include/OpenCASCADE/Handle_MDataStd_ExtStringListStorageDriver.hxx
-include/OpenCASCADE/Handle_MDataStd_IntPackedMapRetrievalDriver.hxx
-include/OpenCASCADE/Handle_MDataStd_IntPackedMapRetrievalDriver_1.hxx
-include/OpenCASCADE/Handle_MDataStd_IntPackedMapStorageDriver.hxx
-include/OpenCASCADE/Handle_MDataStd_IntegerArrayRetrievalDriver.hxx
-include/OpenCASCADE/Handle_MDataStd_IntegerArrayRetrievalDriver_1.hxx
-include/OpenCASCADE/Handle_MDataStd_IntegerArrayStorageDriver.hxx
-include/OpenCASCADE/Handle_MDataStd_IntegerListRetrievalDriver.hxx
-include/OpenCASCADE/Handle_MDataStd_IntegerListStorageDriver.hxx
-include/OpenCASCADE/Handle_MDataStd_IntegerRetrievalDriver.hxx
-include/OpenCASCADE/Handle_MDataStd_IntegerStorageDriver.hxx
-include/OpenCASCADE/Handle_MDataStd_NameRetrievalDriver.hxx
-include/OpenCASCADE/Handle_MDataStd_NameStorageDriver.hxx
-include/OpenCASCADE/Handle_MDataStd_NamedDataRetrievalDriver.hxx
-include/OpenCASCADE/Handle_MDataStd_NamedDataStorageDriver.hxx
-include/OpenCASCADE/Handle_MDataStd_NoteBookRetrievalDriver.hxx
-include/OpenCASCADE/Handle_MDataStd_NoteBookStorageDriver.hxx
-include/OpenCASCADE/Handle_MDataStd_RealArrayRetrievalDriver.hxx
-include/OpenCASCADE/Handle_MDataStd_RealArrayRetrievalDriver_1.hxx
-include/OpenCASCADE/Handle_MDataStd_RealArrayStorageDriver.hxx
-include/OpenCASCADE/Handle_MDataStd_RealListRetrievalDriver.hxx
-include/OpenCASCADE/Handle_MDataStd_RealListStorageDriver.hxx
-include/OpenCASCADE/Handle_MDataStd_RealRetrievalDriver.hxx
-include/OpenCASCADE/Handle_MDataStd_RealStorageDriver.hxx
-include/OpenCASCADE/Handle_MDataStd_ReferenceArrayRetrievalDriver.hxx
-include/OpenCASCADE/Handle_MDataStd_ReferenceArrayStorageDriver.hxx
-include/OpenCASCADE/Handle_MDataStd_ReferenceListRetrievalDriver.hxx
-include/OpenCASCADE/Handle_MDataStd_ReferenceListStorageDriver.hxx
-include/OpenCASCADE/Handle_MDataStd_RelationRetrievalDriver.hxx
-include/OpenCASCADE/Handle_MDataStd_RelationStorageDriver.hxx
-include/OpenCASCADE/Handle_MDataStd_TickRetrievalDriver.hxx
-include/OpenCASCADE/Handle_MDataStd_TickStorageDriver.hxx
-include/OpenCASCADE/Handle_MDataStd_TreeNodeRetrievalDriver.hxx
-include/OpenCASCADE/Handle_MDataStd_TreeNodeStorageDriver.hxx
-include/OpenCASCADE/Handle_MDataStd_UAttributeRetrievalDriver.hxx
-include/OpenCASCADE/Handle_MDataStd_UAttributeStorageDriver.hxx
-include/OpenCASCADE/Handle_MDataStd_VariableRetrievalDriver.hxx
-include/OpenCASCADE/Handle_MDataStd_VariableStorageDriver.hxx
-include/OpenCASCADE/Handle_MDataXtd_AxisRetrievalDriver.hxx
-include/OpenCASCADE/Handle_MDataXtd_AxisStorageDriver.hxx
-include/OpenCASCADE/Handle_MDataXtd_ConstraintRetrievalDriver.hxx
-include/OpenCASCADE/Handle_MDataXtd_ConstraintStorageDriver.hxx
-include/OpenCASCADE/Handle_MDataXtd_GeometryRetrievalDriver.hxx
-include/OpenCASCADE/Handle_MDataXtd_GeometryStorageDriver.hxx
-include/OpenCASCADE/Handle_MDataXtd_PatternStdRetrievalDriver.hxx
-include/OpenCASCADE/Handle_MDataXtd_PatternStdStorageDriver.hxx
-include/OpenCASCADE/Handle_MDataXtd_PlacementRetrievalDriver.hxx
-include/OpenCASCADE/Handle_MDataXtd_PlacementStorageDriver.hxx
-include/OpenCASCADE/Handle_MDataXtd_PlaneRetrievalDriver.hxx
-include/OpenCASCADE/Handle_MDataXtd_PlaneStorageDriver.hxx
-include/OpenCASCADE/Handle_MDataXtd_PointRetrievalDriver.hxx
-include/OpenCASCADE/Handle_MDataXtd_PointStorageDriver.hxx
-include/OpenCASCADE/Handle_MDataXtd_ShapeRetrievalDriver.hxx
-include/OpenCASCADE/Handle_MDataXtd_ShapeStorageDriver.hxx
-include/OpenCASCADE/Handle_MDocStd_DocumentRetrievalDriver.hxx
-include/OpenCASCADE/Handle_MDocStd_DocumentStorageDriver.hxx
-include/OpenCASCADE/Handle_MDocStd_XLinkRetrievalDriver.hxx
-include/OpenCASCADE/Handle_MDocStd_XLinkStorageDriver.hxx
-include/OpenCASCADE/Handle_MFunction_FunctionRetrievalDriver.hxx
-include/OpenCASCADE/Handle_MFunction_FunctionStorageDriver.hxx
-include/OpenCASCADE/Handle_MMgt_TShared.hxx
-include/OpenCASCADE/Handle_MNaming_NamedShapeRetrievalDriver.hxx
-include/OpenCASCADE/Handle_MNaming_NamedShapeStorageDriver.hxx
-include/OpenCASCADE/Handle_MNaming_NamingRetrievalDriver.hxx
-include/OpenCASCADE/Handle_MNaming_NamingRetrievalDriver_1.hxx
-include/OpenCASCADE/Handle_MNaming_NamingRetrievalDriver_2.hxx
-include/OpenCASCADE/Handle_MNaming_NamingStorageDriver.hxx
-include/OpenCASCADE/Handle_MPrsStd_AISPresentationRetrievalDriver.hxx
-include/OpenCASCADE/Handle_MPrsStd_AISPresentationRetrievalDriver_1.hxx
-include/OpenCASCADE/Handle_MPrsStd_AISPresentationStorageDriver.hxx
-include/OpenCASCADE/Handle_MPrsStd_PositionRetrievalDriver.hxx
-include/OpenCASCADE/Handle_MPrsStd_PositionStorageDriver.hxx
-include/OpenCASCADE/Handle_MXCAFDoc_AreaRetrievalDriver.hxx
-include/OpenCASCADE/Handle_MXCAFDoc_AreaStorageDriver.hxx
-include/OpenCASCADE/Handle_MXCAFDoc_CentroidRetrievalDriver.hxx
-include/OpenCASCADE/Handle_MXCAFDoc_CentroidStorageDriver.hxx
-include/OpenCASCADE/Handle_MXCAFDoc_ColorRetrievalDriver.hxx
-include/OpenCASCADE/Handle_MXCAFDoc_ColorStorageDriver.hxx
-include/OpenCASCADE/Handle_MXCAFDoc_ColorToolRetrievalDriver.hxx
-include/OpenCASCADE/Handle_MXCAFDoc_ColorToolStorageDriver.hxx
-include/OpenCASCADE/Handle_MXCAFDoc_DatumRetrievalDriver.hxx
-include/OpenCASCADE/Handle_MXCAFDoc_DatumStorageDriver.hxx
-include/OpenCASCADE/Handle_MXCAFDoc_DimTolRetrievalDriver.hxx
-include/OpenCASCADE/Handle_MXCAFDoc_DimTolStorageDriver.hxx
-include/OpenCASCADE/Handle_MXCAFDoc_DimTolToolRetrievalDriver.hxx
-include/OpenCASCADE/Handle_MXCAFDoc_DimTolToolStorageDriver.hxx
-include/OpenCASCADE/Handle_MXCAFDoc_DocumentToolRetrievalDriver.hxx
-include/OpenCASCADE/Handle_MXCAFDoc_DocumentToolStorageDriver.hxx
-include/OpenCASCADE/Handle_MXCAFDoc_GraphNodeRetrievalDriver.hxx
-include/OpenCASCADE/Handle_MXCAFDoc_GraphNodeStorageDriver.hxx
-include/OpenCASCADE/Handle_MXCAFDoc_LayerToolRetrievalDriver.hxx
-include/OpenCASCADE/Handle_MXCAFDoc_LayerToolStorageDriver.hxx
-include/OpenCASCADE/Handle_MXCAFDoc_LocationRetrievalDriver.hxx
-include/OpenCASCADE/Handle_MXCAFDoc_LocationStorageDriver.hxx
-include/OpenCASCADE/Handle_MXCAFDoc_MaterialRetrievalDriver.hxx
-include/OpenCASCADE/Handle_MXCAFDoc_MaterialStorageDriver.hxx
-include/OpenCASCADE/Handle_MXCAFDoc_MaterialToolRetrievalDriver.hxx
-include/OpenCASCADE/Handle_MXCAFDoc_MaterialToolStorageDriver.hxx
-include/OpenCASCADE/Handle_MXCAFDoc_ShapeToolRetrievalDriver.hxx
-include/OpenCASCADE/Handle_MXCAFDoc_ShapeToolStorageDriver.hxx
-include/OpenCASCADE/Handle_MXCAFDoc_VolumeRetrievalDriver.hxx
-include/OpenCASCADE/Handle_MXCAFDoc_VolumeStorageDriver.hxx
-include/OpenCASCADE/Handle_MeshVS_DataMapNodeOfDataMapOfColorMapOfInteger.hxx
-include/OpenCASCADE/Handle_MeshVS_DataMapNodeOfDataMapOfHArray1OfSequenceOfInteger.hxx
-include/OpenCASCADE/Handle_MeshVS_DataMapNodeOfDataMapOfIntegerAsciiString.hxx
-include/OpenCASCADE/Handle_MeshVS_DataMapNodeOfDataMapOfIntegerBoolean.hxx
-include/OpenCASCADE/Handle_MeshVS_DataMapNodeOfDataMapOfIntegerColor.hxx
-include/OpenCASCADE/Handle_MeshVS_DataMapNodeOfDataMapOfIntegerMaterial.hxx
-include/OpenCASCADE/Handle_MeshVS_DataMapNodeOfDataMapOfIntegerMeshEntityOwner.hxx
-include/OpenCASCADE/Handle_MeshVS_DataMapNodeOfDataMapOfIntegerOwner.hxx
-include/OpenCASCADE/Handle_MeshVS_DataMapNodeOfDataMapOfIntegerTwoColors.hxx
-include/OpenCASCADE/Handle_MeshVS_DataMapNodeOfDataMapOfIntegerVector.hxx
-include/OpenCASCADE/Handle_MeshVS_DataMapNodeOfDataMapOfTwoColorsMapOfInteger.hxx
-include/OpenCASCADE/Handle_MeshVS_DataSource.hxx
-include/OpenCASCADE/Handle_MeshVS_DataSource3D.hxx
-include/OpenCASCADE/Handle_MeshVS_DeformedDataSource.hxx
-include/OpenCASCADE/Handle_MeshVS_Drawer.hxx
-include/OpenCASCADE/Handle_MeshVS_ElementalColorPrsBuilder.hxx
-include/OpenCASCADE/Handle_MeshVS_HArray1OfSequenceOfInteger.hxx
-include/OpenCASCADE/Handle_MeshVS_Mesh.hxx
-include/OpenCASCADE/Handle_MeshVS_MeshEntityOwner.hxx
-include/OpenCASCADE/Handle_MeshVS_MeshOwner.hxx
-include/OpenCASCADE/Handle_MeshVS_MeshPrsBuilder.hxx
-include/OpenCASCADE/Handle_MeshVS_NodalColorPrsBuilder.hxx
-include/OpenCASCADE/Handle_MeshVS_PrsBuilder.hxx
-include/OpenCASCADE/Handle_MeshVS_SequenceNodeOfSequenceOfPrsBuilder.hxx
-include/OpenCASCADE/Handle_MeshVS_StdMapNodeOfMapOfTwoNodes.hxx
-include/OpenCASCADE/Handle_MeshVS_TextPrsBuilder.hxx
-include/OpenCASCADE/Handle_MeshVS_VectorPrsBuilder.hxx
-include/OpenCASCADE/Handle_Message_Algorithm.hxx
-include/OpenCASCADE/Handle_Message_ListNodeOfListOfMsg.hxx
-include/OpenCASCADE/Handle_Message_Messenger.hxx
-include/OpenCASCADE/Handle_Message_Printer.hxx
-include/OpenCASCADE/Handle_Message_PrinterOStream.hxx
-include/OpenCASCADE/Handle_Message_ProgressIndicator.hxx
-include/OpenCASCADE/Handle_Message_SequenceNodeOfSequenceOfPrinters.hxx
-include/OpenCASCADE/Handle_Message_SequenceNodeOfSequenceOfProgressScale.hxx
-include/OpenCASCADE/Handle_MgtBRep_TranslateTool.hxx
-include/OpenCASCADE/Handle_MgtBRep_TranslateTool1.hxx
-include/OpenCASCADE/Handle_MgtTopoDS_TranslateTool.hxx
-include/OpenCASCADE/Handle_MgtTopoDS_TranslateTool1.hxx
-include/OpenCASCADE/Handle_MoniTool_CaseData.hxx
-include/OpenCASCADE/Handle_MoniTool_DataMapNodeOfDataMapOfShapeTransient.hxx
-include/OpenCASCADE/Handle_MoniTool_DataMapNodeOfDataMapOfTimer.hxx
-include/OpenCASCADE/Handle_MoniTool_Element.hxx
-include/OpenCASCADE/Handle_MoniTool_HSequenceOfElement.hxx
-include/OpenCASCADE/Handle_MoniTool_IndexedDataMapNodeOfIndexedDataMapOfShapeTransient.hxx
-include/OpenCASCADE/Handle_MoniTool_IntVal.hxx
-include/OpenCASCADE/Handle_MoniTool_Option.hxx
-include/OpenCASCADE/Handle_MoniTool_Profile.hxx
-include/OpenCASCADE/Handle_MoniTool_RealVal.hxx
-include/OpenCASCADE/Handle_MoniTool_SequenceNodeOfSequenceOfElement.hxx
-include/OpenCASCADE/Handle_MoniTool_SignShape.hxx
-include/OpenCASCADE/Handle_MoniTool_SignText.hxx
-include/OpenCASCADE/Handle_MoniTool_Timer.hxx
-include/OpenCASCADE/Handle_MoniTool_TransientElem.hxx
-include/OpenCASCADE/Handle_MoniTool_TypedValue.hxx
-include/OpenCASCADE/Handle_NIS_InteractiveObject.hxx
-include/OpenCASCADE/Handle_NIS_View.hxx
-include/OpenCASCADE/Handle_NLPlate_HGPPConstraint.hxx
-include/OpenCASCADE/Handle_NLPlate_HPG0Constraint.hxx
-include/OpenCASCADE/Handle_NLPlate_HPG0G1Constraint.hxx
-include/OpenCASCADE/Handle_NLPlate_HPG0G2Constraint.hxx
-include/OpenCASCADE/Handle_NLPlate_HPG0G3Constraint.hxx
-include/OpenCASCADE/Handle_NLPlate_HPG1Constraint.hxx
-include/OpenCASCADE/Handle_NLPlate_HPG2Constraint.hxx
-include/OpenCASCADE/Handle_NLPlate_HPG3Constraint.hxx
-include/OpenCASCADE/Handle_NLPlate_ListNodeOfStackOfPlate.hxx
-include/OpenCASCADE/Handle_NLPlate_SequenceNodeOfSequenceOfHGPPConstraint.hxx
-include/OpenCASCADE/Handle_OSD_Exception.hxx
-include/OpenCASCADE/Handle_OSD_Exception_ACCESS_VIOLATION.hxx
-include/OpenCASCADE/Handle_OSD_Exception_ARRAY_BOUNDS_EXCEEDED.hxx
-include/OpenCASCADE/Handle_OSD_Exception_CTRL_BREAK.hxx
-include/OpenCASCADE/Handle_OSD_Exception_FLT_DENORMAL_OPERAND.hxx
-include/OpenCASCADE/Handle_OSD_Exception_FLT_DIVIDE_BY_ZERO.hxx
-include/OpenCASCADE/Handle_OSD_Exception_FLT_INEXACT_RESULT.hxx
-include/OpenCASCADE/Handle_OSD_Exception_FLT_INVALID_OPERATION.hxx
-include/OpenCASCADE/Handle_OSD_Exception_FLT_OVERFLOW.hxx
-include/OpenCASCADE/Handle_OSD_Exception_FLT_STACK_CHECK.hxx
-include/OpenCASCADE/Handle_OSD_Exception_FLT_UNDERFLOW.hxx
-include/OpenCASCADE/Handle_OSD_Exception_ILLEGAL_INSTRUCTION.hxx
-include/OpenCASCADE/Handle_OSD_Exception_INT_DIVIDE_BY_ZERO.hxx
-include/OpenCASCADE/Handle_OSD_Exception_INT_OVERFLOW.hxx
-include/OpenCASCADE/Handle_OSD_Exception_INVALID_DISPOSITION.hxx
-include/OpenCASCADE/Handle_OSD_Exception_IN_PAGE_ERROR.hxx
-include/OpenCASCADE/Handle_OSD_Exception_NONCONTINUABLE_EXCEPTION.hxx
-include/OpenCASCADE/Handle_OSD_Exception_PRIV_INSTRUCTION.hxx
-include/OpenCASCADE/Handle_OSD_Exception_STACK_OVERFLOW.hxx
-include/OpenCASCADE/Handle_OSD_Exception_STATUS_NO_MEMORY.hxx
-include/OpenCASCADE/Handle_OSD_OSDError.hxx
-include/OpenCASCADE/Handle_OSD_SIGBUS.hxx
-include/OpenCASCADE/Handle_OSD_SIGHUP.hxx
-include/OpenCASCADE/Handle_OSD_SIGILL.hxx
-include/OpenCASCADE/Handle_OSD_SIGINT.hxx
-include/OpenCASCADE/Handle_OSD_SIGKILL.hxx
-include/OpenCASCADE/Handle_OSD_SIGQUIT.hxx
-include/OpenCASCADE/Handle_OSD_SIGSEGV.hxx
-include/OpenCASCADE/Handle_OSD_SIGSYS.hxx
-include/OpenCASCADE/Handle_OSD_Signal.hxx
-include/OpenCASCADE/Handle_ObjMgt_ExternRef.hxx
-include/OpenCASCADE/Handle_ObjMgt_ExternShareable.hxx
-include/OpenCASCADE/Handle_ObjMgt_PSeqOfExtRef.hxx
-include/OpenCASCADE/Handle_ObjMgt_SeqNodeOfPSeqOfExtRef.hxx
-include/OpenCASCADE/Handle_OpenGl_Context.hxx
-include/OpenCASCADE/Handle_OpenGl_FrameBuffer.hxx
-include/OpenCASCADE/Handle_OpenGl_GraphicDriver.hxx
-include/OpenCASCADE/Handle_OpenGl_PointSprite.hxx
-include/OpenCASCADE/Handle_OpenGl_Sampler.hxx
-include/OpenCASCADE/Handle_OpenGl_ShaderManager.hxx
-include/OpenCASCADE/Handle_OpenGl_ShaderObject.hxx
-include/OpenCASCADE/Handle_OpenGl_ShaderProgram.hxx
-include/OpenCASCADE/Handle_OpenGl_Texture.hxx
-include/OpenCASCADE/Handle_OpenGl_View.hxx
-include/OpenCASCADE/Handle_OpenGl_Window.hxx
-include/OpenCASCADE/Handle_OpenGl_Workspace.hxx
-include/OpenCASCADE/Handle_PBRep_Curve3D.hxx
-include/OpenCASCADE/Handle_PBRep_CurveOn2Surfaces.hxx
-include/OpenCASCADE/Handle_PBRep_CurveOnClosedSurface.hxx
-include/OpenCASCADE/Handle_PBRep_CurveOnSurface.hxx
-include/OpenCASCADE/Handle_PBRep_CurveRepresentation.hxx
-include/OpenCASCADE/Handle_PBRep_GCurve.hxx
-include/OpenCASCADE/Handle_PBRep_PointOnCurve.hxx
-include/OpenCASCADE/Handle_PBRep_PointOnCurveOnSurface.hxx
-include/OpenCASCADE/Handle_PBRep_PointOnSurface.hxx
-include/OpenCASCADE/Handle_PBRep_PointRepresentation.hxx
-include/OpenCASCADE/Handle_PBRep_PointsOnSurface.hxx
-include/OpenCASCADE/Handle_PBRep_Polygon3D.hxx
-include/OpenCASCADE/Handle_PBRep_PolygonOnClosedSurface.hxx
-include/OpenCASCADE/Handle_PBRep_PolygonOnClosedTriangulation.hxx
-include/OpenCASCADE/Handle_PBRep_PolygonOnSurface.hxx
-include/OpenCASCADE/Handle_PBRep_PolygonOnTriangulation.hxx
-include/OpenCASCADE/Handle_PBRep_TEdge.hxx
-include/OpenCASCADE/Handle_PBRep_TEdge1.hxx
-include/OpenCASCADE/Handle_PBRep_TFace.hxx
-include/OpenCASCADE/Handle_PBRep_TFace1.hxx
-include/OpenCASCADE/Handle_PBRep_TVertex.hxx
-include/OpenCASCADE/Handle_PBRep_TVertex1.hxx
-include/OpenCASCADE/Handle_PCDMShape_Document.hxx
-include/OpenCASCADE/Handle_PCDM_Document.hxx
-include/OpenCASCADE/Handle_PCDM_DriverError.hxx
-include/OpenCASCADE/Handle_PCDM_ReadWriter.hxx
-include/OpenCASCADE/Handle_PCDM_ReadWriter_1.hxx
-include/OpenCASCADE/Handle_PCDM_Reader.hxx
-include/OpenCASCADE/Handle_PCDM_ReferenceIterator.hxx
-include/OpenCASCADE/Handle_PCDM_RetrievalDriver.hxx
-include/OpenCASCADE/Handle_PCDM_SequenceNodeOfSequenceOfDocument.hxx
-include/OpenCASCADE/Handle_PCDM_SequenceNodeOfSequenceOfReference.hxx
-include/OpenCASCADE/Handle_PCDM_StorageDriver.hxx
-include/OpenCASCADE/Handle_PCDM_Writer.hxx
-include/OpenCASCADE/Handle_PColStd_HArray1OfExtendedString.hxx
-include/OpenCASCADE/Handle_PColStd_HArray1OfInteger.hxx
-include/OpenCASCADE/Handle_PColStd_HArray1OfPersistent.hxx
-include/OpenCASCADE/Handle_PColStd_HArray1OfReal.hxx
-include/OpenCASCADE/Handle_PColStd_HArray2OfInteger.hxx
-include/OpenCASCADE/Handle_PColStd_HArray2OfPersistent.hxx
-include/OpenCASCADE/Handle_PColStd_HArray2OfReal.hxx
-include/OpenCASCADE/Handle_PColStd_VArrayNodeOfFieldOfHArray1OfExtendedString.hxx
-include/OpenCASCADE/Handle_PColStd_VArrayNodeOfFieldOfHArray1OfInteger.hxx
-include/OpenCASCADE/Handle_PColStd_VArrayNodeOfFieldOfHArray1OfPersistent.hxx
-include/OpenCASCADE/Handle_PColStd_VArrayNodeOfFieldOfHArray1OfReal.hxx
-include/OpenCASCADE/Handle_PColStd_VArrayNodeOfFieldOfHArray2OfInteger.hxx
-include/OpenCASCADE/Handle_PColStd_VArrayNodeOfFieldOfHArray2OfPersistent.hxx
-include/OpenCASCADE/Handle_PColStd_VArrayNodeOfFieldOfHArray2OfReal.hxx
-include/OpenCASCADE/Handle_PColgp_HArray1OfCirc2d.hxx
-include/OpenCASCADE/Handle_PColgp_HArray1OfDir.hxx
-include/OpenCASCADE/Handle_PColgp_HArray1OfDir2d.hxx
-include/OpenCASCADE/Handle_PColgp_HArray1OfLin2d.hxx
-include/OpenCASCADE/Handle_PColgp_HArray1OfPnt.hxx
-include/OpenCASCADE/Handle_PColgp_HArray1OfPnt2d.hxx
-include/OpenCASCADE/Handle_PColgp_HArray1OfVec.hxx
-include/OpenCASCADE/Handle_PColgp_HArray1OfVec2d.hxx
-include/OpenCASCADE/Handle_PColgp_HArray1OfXY.hxx
-include/OpenCASCADE/Handle_PColgp_HArray1OfXYZ.hxx
-include/OpenCASCADE/Handle_PColgp_HArray2OfCirc2d.hxx
-include/OpenCASCADE/Handle_PColgp_HArray2OfDir.hxx
-include/OpenCASCADE/Handle_PColgp_HArray2OfDir2d.hxx
-include/OpenCASCADE/Handle_PColgp_HArray2OfLin2d.hxx
-include/OpenCASCADE/Handle_PColgp_HArray2OfPnt.hxx
-include/OpenCASCADE/Handle_PColgp_HArray2OfPnt2d.hxx
-include/OpenCASCADE/Handle_PColgp_HArray2OfVec.hxx
-include/OpenCASCADE/Handle_PColgp_HArray2OfVec2d.hxx
-include/OpenCASCADE/Handle_PColgp_HArray2OfXY.hxx
-include/OpenCASCADE/Handle_PColgp_HArray2OfXYZ.hxx
-include/OpenCASCADE/Handle_PColgp_HSequenceOfDir.hxx
-include/OpenCASCADE/Handle_PColgp_HSequenceOfPnt.hxx
-include/OpenCASCADE/Handle_PColgp_HSequenceOfVec.hxx
-include/OpenCASCADE/Handle_PColgp_HSequenceOfXYZ.hxx
-include/OpenCASCADE/Handle_PColgp_SeqNodeOfHSequenceOfDir.hxx
-include/OpenCASCADE/Handle_PColgp_SeqNodeOfHSequenceOfPnt.hxx
-include/OpenCASCADE/Handle_PColgp_SeqNodeOfHSequenceOfVec.hxx
-include/OpenCASCADE/Handle_PColgp_SeqNodeOfHSequenceOfXYZ.hxx
-include/OpenCASCADE/Handle_PColgp_VArrayNodeOfFieldOfHArray1OfCirc2d.hxx
-include/OpenCASCADE/Handle_PColgp_VArrayNodeOfFieldOfHArray1OfDir.hxx
-include/OpenCASCADE/Handle_PColgp_VArrayNodeOfFieldOfHArray1OfDir2d.hxx
-include/OpenCASCADE/Handle_PColgp_VArrayNodeOfFieldOfHArray1OfLin2d.hxx
-include/OpenCASCADE/Handle_PColgp_VArrayNodeOfFieldOfHArray1OfPnt.hxx
-include/OpenCASCADE/Handle_PColgp_VArrayNodeOfFieldOfHArray1OfPnt2d.hxx
-include/OpenCASCADE/Handle_PColgp_VArrayNodeOfFieldOfHArray1OfVec.hxx
-include/OpenCASCADE/Handle_PColgp_VArrayNodeOfFieldOfHArray1OfVec2d.hxx
-include/OpenCASCADE/Handle_PColgp_VArrayNodeOfFieldOfHArray1OfXY.hxx
-include/OpenCASCADE/Handle_PColgp_VArrayNodeOfFieldOfHArray1OfXYZ.hxx
-include/OpenCASCADE/Handle_PColgp_VArrayNodeOfFieldOfHArray2OfCirc2d.hxx
-include/OpenCASCADE/Handle_PColgp_VArrayNodeOfFieldOfHArray2OfDir.hxx
-include/OpenCASCADE/Handle_PColgp_VArrayNodeOfFieldOfHArray2OfDir2d.hxx
-include/OpenCASCADE/Handle_PColgp_VArrayNodeOfFieldOfHArray2OfLin2d.hxx
-include/OpenCASCADE/Handle_PColgp_VArrayNodeOfFieldOfHArray2OfPnt.hxx
-include/OpenCASCADE/Handle_PColgp_VArrayNodeOfFieldOfHArray2OfPnt2d.hxx
-include/OpenCASCADE/Handle_PColgp_VArrayNodeOfFieldOfHArray2OfVec.hxx
-include/OpenCASCADE/Handle_PColgp_VArrayNodeOfFieldOfHArray2OfVec2d.hxx
-include/OpenCASCADE/Handle_PColgp_VArrayNodeOfFieldOfHArray2OfXY.hxx
-include/OpenCASCADE/Handle_PColgp_VArrayNodeOfFieldOfHArray2OfXYZ.hxx
-include/OpenCASCADE/Handle_PCollection_HAsciiString.hxx
-include/OpenCASCADE/Handle_PCollection_HExtendedString.hxx
-include/OpenCASCADE/Handle_PDF_Attribute.hxx
-include/OpenCASCADE/Handle_PDF_Data.hxx
-include/OpenCASCADE/Handle_PDF_HAttributeArray1.hxx
-include/OpenCASCADE/Handle_PDF_Reference.hxx
-include/OpenCASCADE/Handle_PDF_TagSource.hxx
-include/OpenCASCADE/Handle_PDF_VArrayNodeOfFieldOfHAttributeArray1.hxx
-include/OpenCASCADE/Handle_PDataStd_AsciiString.hxx
-include/OpenCASCADE/Handle_PDataStd_BooleanArray.hxx
-include/OpenCASCADE/Handle_PDataStd_BooleanList.hxx
-include/OpenCASCADE/Handle_PDataStd_ByteArray.hxx
-include/OpenCASCADE/Handle_PDataStd_ByteArray_1.hxx
-include/OpenCASCADE/Handle_PDataStd_Comment.hxx
-include/OpenCASCADE/Handle_PDataStd_Directory.hxx
-include/OpenCASCADE/Handle_PDataStd_Expression.hxx
-include/OpenCASCADE/Handle_PDataStd_ExtStringArray.hxx
-include/OpenCASCADE/Handle_PDataStd_ExtStringArray_1.hxx
-include/OpenCASCADE/Handle_PDataStd_ExtStringList.hxx
-include/OpenCASCADE/Handle_PDataStd_HArray1OfByte.hxx
-include/OpenCASCADE/Handle_PDataStd_HArray1OfHArray1OfInteger.hxx
-include/OpenCASCADE/Handle_PDataStd_HArray1OfHArray1OfReal.hxx
-include/OpenCASCADE/Handle_PDataStd_HArray1OfHAsciiString.hxx
-include/OpenCASCADE/Handle_PDataStd_IntPackedMap.hxx
-include/OpenCASCADE/Handle_PDataStd_IntPackedMap_1.hxx
-include/OpenCASCADE/Handle_PDataStd_Integer.hxx
-include/OpenCASCADE/Handle_PDataStd_IntegerArray.hxx
-include/OpenCASCADE/Handle_PDataStd_IntegerArray_1.hxx
-include/OpenCASCADE/Handle_PDataStd_IntegerList.hxx
-include/OpenCASCADE/Handle_PDataStd_Name.hxx
-include/OpenCASCADE/Handle_PDataStd_NamedData.hxx
-include/OpenCASCADE/Handle_PDataStd_NoteBook.hxx
-include/OpenCASCADE/Handle_PDataStd_Real.hxx
-include/OpenCASCADE/Handle_PDataStd_RealArray.hxx
-include/OpenCASCADE/Handle_PDataStd_RealArray_1.hxx
-include/OpenCASCADE/Handle_PDataStd_RealList.hxx
-include/OpenCASCADE/Handle_PDataStd_ReferenceArray.hxx
-include/OpenCASCADE/Handle_PDataStd_ReferenceList.hxx
-include/OpenCASCADE/Handle_PDataStd_Relation.hxx
-include/OpenCASCADE/Handle_PDataStd_Tick.hxx
-include/OpenCASCADE/Handle_PDataStd_TreeNode.hxx
-include/OpenCASCADE/Handle_PDataStd_UAttribute.hxx
-include/OpenCASCADE/Handle_PDataStd_VArrayNodeOfFieldOfHArray1OfByte.hxx
-include/OpenCASCADE/Handle_PDataStd_VArrayNodeOfFieldOfHArray1OfHArray1OfInteger.hxx
-include/OpenCASCADE/Handle_PDataStd_VArrayNodeOfFieldOfHArray1OfHArray1OfReal.hxx
-include/OpenCASCADE/Handle_PDataStd_VArrayNodeOfFieldOfHArray1OfHAsciiString.hxx
-include/OpenCASCADE/Handle_PDataStd_Variable.hxx
-include/OpenCASCADE/Handle_PDataXtd_Axis.hxx
-include/OpenCASCADE/Handle_PDataXtd_Constraint.hxx
-include/OpenCASCADE/Handle_PDataXtd_Geometry.hxx
-include/OpenCASCADE/Handle_PDataXtd_PatternStd.hxx
-include/OpenCASCADE/Handle_PDataXtd_Placement.hxx
-include/OpenCASCADE/Handle_PDataXtd_Plane.hxx
-include/OpenCASCADE/Handle_PDataXtd_Point.hxx
-include/OpenCASCADE/Handle_PDataXtd_Position.hxx
-include/OpenCASCADE/Handle_PDataXtd_Shape.hxx
-include/OpenCASCADE/Handle_PDocStd_Document.hxx
-include/OpenCASCADE/Handle_PDocStd_XLink.hxx
-include/OpenCASCADE/Handle_PFunction_Function.hxx
-include/OpenCASCADE/Handle_PGeom2d_AxisPlacement.hxx
-include/OpenCASCADE/Handle_PGeom2d_BSplineCurve.hxx
-include/OpenCASCADE/Handle_PGeom2d_BezierCurve.hxx
-include/OpenCASCADE/Handle_PGeom2d_BoundedCurve.hxx
-include/OpenCASCADE/Handle_PGeom2d_CartesianPoint.hxx
-include/OpenCASCADE/Handle_PGeom2d_Circle.hxx
-include/OpenCASCADE/Handle_PGeom2d_Conic.hxx
-include/OpenCASCADE/Handle_PGeom2d_Curve.hxx
-include/OpenCASCADE/Handle_PGeom2d_Direction.hxx
-include/OpenCASCADE/Handle_PGeom2d_Ellipse.hxx
-include/OpenCASCADE/Handle_PGeom2d_Geometry.hxx
-include/OpenCASCADE/Handle_PGeom2d_Hyperbola.hxx
-include/OpenCASCADE/Handle_PGeom2d_Line.hxx
-include/OpenCASCADE/Handle_PGeom2d_OffsetCurve.hxx
-include/OpenCASCADE/Handle_PGeom2d_Parabola.hxx
-include/OpenCASCADE/Handle_PGeom2d_Point.hxx
-include/OpenCASCADE/Handle_PGeom2d_Transformation.hxx
-include/OpenCASCADE/Handle_PGeom2d_TrimmedCurve.hxx
-include/OpenCASCADE/Handle_PGeom2d_Vector.hxx
-include/OpenCASCADE/Handle_PGeom2d_VectorWithMagnitude.hxx
-include/OpenCASCADE/Handle_PGeom_Axis1Placement.hxx
-include/OpenCASCADE/Handle_PGeom_Axis2Placement.hxx
-include/OpenCASCADE/Handle_PGeom_AxisPlacement.hxx
-include/OpenCASCADE/Handle_PGeom_BSplineCurve.hxx
-include/OpenCASCADE/Handle_PGeom_BSplineSurface.hxx
-include/OpenCASCADE/Handle_PGeom_BezierCurve.hxx
-include/OpenCASCADE/Handle_PGeom_BezierSurface.hxx
-include/OpenCASCADE/Handle_PGeom_BoundedCurve.hxx
-include/OpenCASCADE/Handle_PGeom_BoundedSurface.hxx
-include/OpenCASCADE/Handle_PGeom_CartesianPoint.hxx
-include/OpenCASCADE/Handle_PGeom_Circle.hxx
-include/OpenCASCADE/Handle_PGeom_Conic.hxx
-include/OpenCASCADE/Handle_PGeom_ConicalSurface.hxx
-include/OpenCASCADE/Handle_PGeom_Curve.hxx
-include/OpenCASCADE/Handle_PGeom_CylindricalSurface.hxx
-include/OpenCASCADE/Handle_PGeom_Direction.hxx
-include/OpenCASCADE/Handle_PGeom_ElementarySurface.hxx
-include/OpenCASCADE/Handle_PGeom_Ellipse.hxx
-include/OpenCASCADE/Handle_PGeom_Geometry.hxx
-include/OpenCASCADE/Handle_PGeom_Hyperbola.hxx
-include/OpenCASCADE/Handle_PGeom_Line.hxx
-include/OpenCASCADE/Handle_PGeom_OffsetCurve.hxx
-include/OpenCASCADE/Handle_PGeom_OffsetSurface.hxx
-include/OpenCASCADE/Handle_PGeom_Parabola.hxx
-include/OpenCASCADE/Handle_PGeom_Plane.hxx
-include/OpenCASCADE/Handle_PGeom_Point.hxx
-include/OpenCASCADE/Handle_PGeom_RectangularTrimmedSurface.hxx
-include/OpenCASCADE/Handle_PGeom_SphericalSurface.hxx
-include/OpenCASCADE/Handle_PGeom_Surface.hxx
-include/OpenCASCADE/Handle_PGeom_SurfaceOfLinearExtrusion.hxx
-include/OpenCASCADE/Handle_PGeom_SurfaceOfRevolution.hxx
-include/OpenCASCADE/Handle_PGeom_SweptSurface.hxx
-include/OpenCASCADE/Handle_PGeom_ToroidalSurface.hxx
-include/OpenCASCADE/Handle_PGeom_Transformation.hxx
-include/OpenCASCADE/Handle_PGeom_TrimmedCurve.hxx
-include/OpenCASCADE/Handle_PGeom_Vector.hxx
-include/OpenCASCADE/Handle_PGeom_VectorWithMagnitude.hxx
-include/OpenCASCADE/Handle_PLib_Base.hxx
-include/OpenCASCADE/Handle_PLib_HermitJacobi.hxx
-include/OpenCASCADE/Handle_PLib_JacobiPolynomial.hxx
-include/OpenCASCADE/Handle_PMMgt_PManaged.hxx
-include/OpenCASCADE/Handle_PNaming_HArray1OfNamedShape.hxx
-include/OpenCASCADE/Handle_PNaming_Name.hxx
-include/OpenCASCADE/Handle_PNaming_Name_1.hxx
-include/OpenCASCADE/Handle_PNaming_Name_2.hxx
-include/OpenCASCADE/Handle_PNaming_NamedShape.hxx
-include/OpenCASCADE/Handle_PNaming_Naming.hxx
-include/OpenCASCADE/Handle_PNaming_Naming_1.hxx
-include/OpenCASCADE/Handle_PNaming_Naming_2.hxx
-include/OpenCASCADE/Handle_PNaming_VArrayNodeOfFieldOfHArray1OfNamedShape.hxx
-include/OpenCASCADE/Handle_PPoly_HArray1OfTriangle.hxx
-include/OpenCASCADE/Handle_PPoly_Polygon2D.hxx
-include/OpenCASCADE/Handle_PPoly_Polygon3D.hxx
-include/OpenCASCADE/Handle_PPoly_PolygonOnTriangulation.hxx
-include/OpenCASCADE/Handle_PPoly_Triangulation.hxx
-include/OpenCASCADE/Handle_PPoly_VArrayNodeOfFieldOfHArray1OfTriangle.hxx
-include/OpenCASCADE/Handle_PPrsStd_AISPresentation.hxx
-include/OpenCASCADE/Handle_PPrsStd_AISPresentation_1.hxx
-include/OpenCASCADE/Handle_PShort_HArray1OfShortReal.hxx
-include/OpenCASCADE/Handle_PShort_HArray2OfShortReal.hxx
-include/OpenCASCADE/Handle_PShort_HSequenceOfShortReal.hxx
-include/OpenCASCADE/Handle_PShort_SeqNodeOfHSequenceOfShortReal.hxx
-include/OpenCASCADE/Handle_PShort_VArrayNodeOfFieldOfHArray1OfShortReal.hxx
-include/OpenCASCADE/Handle_PShort_VArrayNodeOfFieldOfHArray2OfShortReal.hxx
-include/OpenCASCADE/Handle_PStandard_ArrayNode.hxx
-include/OpenCASCADE/Handle_PTColStd_DataMapNodeOfPersistentTransientMap.hxx
-include/OpenCASCADE/Handle_PTColStd_DataMapNodeOfTransientPersistentMap.hxx
-include/OpenCASCADE/Handle_PTColStd_DoubleMapNodeOfDoubleMapOfTransientPersistent.hxx
-include/OpenCASCADE/Handle_PTopLoc_Datum3D.hxx
-include/OpenCASCADE/Handle_PTopLoc_ItemLocation.hxx
-include/OpenCASCADE/Handle_PTopoDS_CompSolid.hxx
-include/OpenCASCADE/Handle_PTopoDS_Compound.hxx
-include/OpenCASCADE/Handle_PTopoDS_Edge.hxx
-include/OpenCASCADE/Handle_PTopoDS_Face.hxx
-include/OpenCASCADE/Handle_PTopoDS_HArray1OfHShape.hxx
-include/OpenCASCADE/Handle_PTopoDS_HArray1OfShape1.hxx
-include/OpenCASCADE/Handle_PTopoDS_HShape.hxx
-include/OpenCASCADE/Handle_PTopoDS_Shell.hxx
-include/OpenCASCADE/Handle_PTopoDS_Solid.hxx
-include/OpenCASCADE/Handle_PTopoDS_TCompSolid.hxx
-include/OpenCASCADE/Handle_PTopoDS_TCompSolid1.hxx
-include/OpenCASCADE/Handle_PTopoDS_TCompound.hxx
-include/OpenCASCADE/Handle_PTopoDS_TCompound1.hxx
-include/OpenCASCADE/Handle_PTopoDS_TEdge.hxx
-include/OpenCASCADE/Handle_PTopoDS_TEdge1.hxx
-include/OpenCASCADE/Handle_PTopoDS_TFace.hxx
-include/OpenCASCADE/Handle_PTopoDS_TFace1.hxx
-include/OpenCASCADE/Handle_PTopoDS_TShape.hxx
-include/OpenCASCADE/Handle_PTopoDS_TShape1.hxx
-include/OpenCASCADE/Handle_PTopoDS_TShell.hxx
-include/OpenCASCADE/Handle_PTopoDS_TShell1.hxx
-include/OpenCASCADE/Handle_PTopoDS_TSolid.hxx
-include/OpenCASCADE/Handle_PTopoDS_TSolid1.hxx
-include/OpenCASCADE/Handle_PTopoDS_TVertex.hxx
-include/OpenCASCADE/Handle_PTopoDS_TVertex1.hxx
-include/OpenCASCADE/Handle_PTopoDS_TWire.hxx
-include/OpenCASCADE/Handle_PTopoDS_TWire1.hxx
-include/OpenCASCADE/Handle_PTopoDS_VArrayNodeOfFieldOfHArray1OfHShape.hxx
-include/OpenCASCADE/Handle_PTopoDS_VArrayNodeOfFieldOfHArray1OfShape1.hxx
-include/OpenCASCADE/Handle_PTopoDS_Vertex.hxx
-include/OpenCASCADE/Handle_PTopoDS_Wire.hxx
-include/OpenCASCADE/Handle_PXCAFDoc_Area.hxx
-include/OpenCASCADE/Handle_PXCAFDoc_Centroid.hxx
-include/OpenCASCADE/Handle_PXCAFDoc_Color.hxx
-include/OpenCASCADE/Handle_PXCAFDoc_ColorTool.hxx
-include/OpenCASCADE/Handle_PXCAFDoc_Datum.hxx
-include/OpenCASCADE/Handle_PXCAFDoc_DimTol.hxx
-include/OpenCASCADE/Handle_PXCAFDoc_DimTolTool.hxx
-include/OpenCASCADE/Handle_PXCAFDoc_DocumentTool.hxx
-include/OpenCASCADE/Handle_PXCAFDoc_GraphNode.hxx
-include/OpenCASCADE/Handle_PXCAFDoc_GraphNodeSequence.hxx
-include/OpenCASCADE/Handle_PXCAFDoc_LayerTool.hxx
-include/OpenCASCADE/Handle_PXCAFDoc_Location.hxx
-include/OpenCASCADE/Handle_PXCAFDoc_Material.hxx
-include/OpenCASCADE/Handle_PXCAFDoc_MaterialTool.hxx
-include/OpenCASCADE/Handle_PXCAFDoc_SeqNodeOfGraphNodeSequence.hxx
-include/OpenCASCADE/Handle_PXCAFDoc_ShapeTool.hxx
-include/OpenCASCADE/Handle_PXCAFDoc_Volume.hxx
-include/OpenCASCADE/Handle_Plate_HArray1OfPinpointConstraint.hxx
-include/OpenCASCADE/Handle_Plate_SequenceNodeOfSequenceOfLinearScalarConstraint.hxx
-include/OpenCASCADE/Handle_Plate_SequenceNodeOfSequenceOfLinearXYZConstraint.hxx
-include/OpenCASCADE/Handle_Plate_SequenceNodeOfSequenceOfPinpointConstraint.hxx
-include/OpenCASCADE/Handle_Plugin_DataMapNodeOfMapOfFunctions.hxx
-include/OpenCASCADE/Handle_Plugin_Failure.hxx
-include/OpenCASCADE/Handle_Poly_HArray1OfTriangle.hxx
-include/OpenCASCADE/Handle_Poly_Polygon2D.hxx
-include/OpenCASCADE/Handle_Poly_Polygon3D.hxx
-include/OpenCASCADE/Handle_Poly_PolygonOnTriangulation.hxx
-include/OpenCASCADE/Handle_Poly_Triangulation.hxx
-include/OpenCASCADE/Handle_ProjLib_HCompProjectedCurve.hxx
-include/OpenCASCADE/Handle_ProjLib_HProjectedCurve.hxx
-include/OpenCASCADE/Handle_ProjLib_HSequenceOfHSequenceOfPnt.hxx
-include/OpenCASCADE/Handle_ProjLib_SequenceNodeOfSequenceOfHSequenceOfPnt.hxx
-include/OpenCASCADE/Handle_Prs3d_ArrowAspect.hxx
-include/OpenCASCADE/Handle_Prs3d_BasicAspect.hxx
-include/OpenCASCADE/Handle_Prs3d_DatumAspect.hxx
-include/OpenCASCADE/Handle_Prs3d_DimensionAspect.hxx
-include/OpenCASCADE/Handle_Prs3d_InvalidAngle.hxx
-include/OpenCASCADE/Handle_Prs3d_IsoAspect.hxx
-include/OpenCASCADE/Handle_Prs3d_LineAspect.hxx
-include/OpenCASCADE/Handle_Prs3d_PlaneAspect.hxx
-include/OpenCASCADE/Handle_Prs3d_PlaneSet.hxx
-include/OpenCASCADE/Handle_Prs3d_PointAspect.hxx
-include/OpenCASCADE/Handle_Prs3d_Presentation.hxx
-include/OpenCASCADE/Handle_Prs3d_Projector.hxx
-include/OpenCASCADE/Handle_Prs3d_ShadingAspect.hxx
-include/OpenCASCADE/Handle_Prs3d_TextAspect.hxx
-include/OpenCASCADE/Handle_PrsMgr_PresentableObject.hxx
-include/OpenCASCADE/Handle_PrsMgr_Presentation.hxx
-include/OpenCASCADE/Handle_PrsMgr_PresentationManager.hxx
-include/OpenCASCADE/Handle_PrsMgr_Prs.hxx
-include/OpenCASCADE/Handle_PrsMgr_SequenceNodeOfPresentations.hxx
-include/OpenCASCADE/Handle_QABugs_MyText.hxx
-include/OpenCASCADE/Handle_QABugs_PresentableObject.hxx
-include/OpenCASCADE/Handle_QANCollection_DataMapNodeOfDataMapOfRealPnt.hxx
-include/OpenCASCADE/Handle_QANCollection_DoubleMapNodeOfDoubleMapOfRealInteger.hxx
-include/OpenCASCADE/Handle_QANCollection_IndexedDataMapNodeOfIndexedDataMapOfRealPnt.hxx
-include/OpenCASCADE/Handle_QANCollection_ListNodeOfListOfPnt.hxx
-include/OpenCASCADE/Handle_QANewModTopOpe_ReShaper.hxx
-include/OpenCASCADE/Handle_Quantity_ColorDefinitionError.hxx
-include/OpenCASCADE/Handle_Quantity_DateDefinitionError.hxx
-include/OpenCASCADE/Handle_Quantity_HArray1OfColor.hxx
-include/OpenCASCADE/Handle_Quantity_PeriodDefinitionError.hxx
-include/OpenCASCADE/Handle_RWHeaderSection_GeneralModule.hxx
-include/OpenCASCADE/Handle_RWHeaderSection_ReadWriteModule.hxx
-include/OpenCASCADE/Handle_RWStepAP214_GeneralModule.hxx
-include/OpenCASCADE/Handle_RWStepAP214_ReadWriteModule.hxx
-include/OpenCASCADE/Handle_Resource_DataMapNodeOfDataMapOfAsciiStringAsciiString.hxx
-include/OpenCASCADE/Handle_Resource_DataMapNodeOfDataMapOfAsciiStringExtendedString.hxx
-include/OpenCASCADE/Handle_Resource_Manager.hxx
-include/OpenCASCADE/Handle_Resource_NoSuchResource.hxx
-include/OpenCASCADE/Handle_STEPCAFControl_ActorWrite.hxx
-include/OpenCASCADE/Handle_STEPCAFControl_Controller.hxx
-include/OpenCASCADE/Handle_STEPCAFControl_DataMapNodeOfDataMapOfLabelExternFile.hxx
-include/OpenCASCADE/Handle_STEPCAFControl_DataMapNodeOfDataMapOfLabelShape.hxx
-include/OpenCASCADE/Handle_STEPCAFControl_DataMapNodeOfDataMapOfPDExternFile.hxx
-include/OpenCASCADE/Handle_STEPCAFControl_DataMapNodeOfDataMapOfSDRExternFile.hxx
-include/OpenCASCADE/Handle_STEPCAFControl_DataMapNodeOfDataMapOfShapePD.hxx
-include/OpenCASCADE/Handle_STEPCAFControl_DataMapNodeOfDataMapOfShapeSDR.hxx
-include/OpenCASCADE/Handle_STEPCAFControl_DictionaryOfExternFile.hxx
-include/OpenCASCADE/Handle_STEPCAFControl_ExternFile.hxx
-include/OpenCASCADE/Handle_STEPCAFControl_StackItemOfDictionaryOfExternFile.hxx
-include/OpenCASCADE/Handle_STEPConstruct_DataMapNodeOfDataMapOfAsciiStringTransient.hxx
-include/OpenCASCADE/Handle_STEPConstruct_DataMapNodeOfDataMapOfPointTransient.hxx
-include/OpenCASCADE/Handle_STEPControl_ActorRead.hxx
-include/OpenCASCADE/Handle_STEPControl_ActorWrite.hxx
-include/OpenCASCADE/Handle_STEPControl_Controller.hxx
-include/OpenCASCADE/Handle_STEPEdit_EditContext.hxx
-include/OpenCASCADE/Handle_STEPEdit_EditSDR.hxx
-include/OpenCASCADE/Handle_STEPSelections_AssemblyComponent.hxx
-include/OpenCASCADE/Handle_STEPSelections_AssemblyLink.hxx
-include/OpenCASCADE/Handle_STEPSelections_HSequenceOfAssemblyLink.hxx
-include/OpenCASCADE/Handle_STEPSelections_SelectAssembly.hxx
-include/OpenCASCADE/Handle_STEPSelections_SelectDerived.hxx
-include/OpenCASCADE/Handle_STEPSelections_SelectFaces.hxx
-include/OpenCASCADE/Handle_STEPSelections_SelectForTransfer.hxx
-include/OpenCASCADE/Handle_STEPSelections_SelectGSCurves.hxx
-include/OpenCASCADE/Handle_STEPSelections_SelectInstances.hxx
-include/OpenCASCADE/Handle_STEPSelections_SequenceNodeOfSequenceOfAssemblyComponent.hxx
-include/OpenCASCADE/Handle_STEPSelections_SequenceNodeOfSequenceOfAssemblyLink.hxx
-include/OpenCASCADE/Handle_SelectBasics_EntityOwner.hxx
-include/OpenCASCADE/Handle_SelectBasics_SensitiveEntity.hxx
-include/OpenCASCADE/Handle_SelectMgr_AndFilter.hxx
-include/OpenCASCADE/Handle_SelectMgr_CompositionFilter.hxx
-include/OpenCASCADE/Handle_SelectMgr_DataMapNodeOfDataMapOfObjectSelectors.hxx
-include/OpenCASCADE/Handle_SelectMgr_EntityOwner.hxx
-include/OpenCASCADE/Handle_SelectMgr_Filter.hxx
-include/OpenCASCADE/Handle_SelectMgr_IndexedDataMapNodeOfIndexedDataMapOfOwnerCriterion.hxx
-include/OpenCASCADE/Handle_SelectMgr_ListNodeOfListOfFilter.hxx
-include/OpenCASCADE/Handle_SelectMgr_OrFilter.hxx
-include/OpenCASCADE/Handle_SelectMgr_SelectableObject.hxx
-include/OpenCASCADE/Handle_SelectMgr_SelectionManager.hxx
-include/OpenCASCADE/Handle_SelectMgr_SequenceNodeOfSequenceOfFilter.hxx
-include/OpenCASCADE/Handle_SelectMgr_SequenceNodeOfSequenceOfOwner.hxx
-include/OpenCASCADE/Handle_SelectMgr_SequenceNodeOfSequenceOfSelector.hxx
-include/OpenCASCADE/Handle_ShapeAlgo_AlgoContainer.hxx
-include/OpenCASCADE/Handle_ShapeAlgo_ToolContainer.hxx
-include/OpenCASCADE/Handle_ShapeAnalysis_DataMapNodeOfDataMapOfShapeListOfReal.hxx
-include/OpenCASCADE/Handle_ShapeAnalysis_FreeBoundData.hxx
-include/OpenCASCADE/Handle_ShapeAnalysis_HSequenceOfFreeBounds.hxx
-include/OpenCASCADE/Handle_ShapeAnalysis_SequenceNodeOfSequenceOfFreeBounds.hxx
-include/OpenCASCADE/Handle_ShapeAnalysis_Surface.hxx
-include/OpenCASCADE/Handle_ShapeAnalysis_TransferParameters.hxx
-include/OpenCASCADE/Handle_ShapeAnalysis_TransferParametersProj.hxx
-include/OpenCASCADE/Handle_ShapeAnalysis_Wire.hxx
-include/OpenCASCADE/Handle_ShapeBuild_ReShape.hxx
-include/OpenCASCADE/Handle_ShapeConstruct_ProjectCurveOnSurface.hxx
-include/OpenCASCADE/Handle_ShapeCustom_BSplineRestriction.hxx
-include/OpenCASCADE/Handle_ShapeCustom_ConvertToBSpline.hxx
-include/OpenCASCADE/Handle_ShapeCustom_ConvertToRevolution.hxx
-include/OpenCASCADE/Handle_ShapeCustom_DirectModification.hxx
-include/OpenCASCADE/Handle_ShapeCustom_Modification.hxx
-include/OpenCASCADE/Handle_ShapeCustom_RestrictionParameters.hxx
-include/OpenCASCADE/Handle_ShapeCustom_SweptToElementary.hxx
-include/OpenCASCADE/Handle_ShapeCustom_TrsfModification.hxx
-include/OpenCASCADE/Handle_ShapeExtend_BasicMsgRegistrator.hxx
-include/OpenCASCADE/Handle_ShapeExtend_ComplexCurve.hxx
-include/OpenCASCADE/Handle_ShapeExtend_CompositeSurface.hxx
-include/OpenCASCADE/Handle_ShapeExtend_DataMapNodeOfDataMapOfShapeListOfMsg.hxx
-include/OpenCASCADE/Handle_ShapeExtend_DataMapNodeOfDataMapOfTransientListOfMsg.hxx
-include/OpenCASCADE/Handle_ShapeExtend_MsgRegistrator.hxx
-include/OpenCASCADE/Handle_ShapeExtend_WireData.hxx
-include/OpenCASCADE/Handle_ShapeFix_ComposeShell.hxx
-include/OpenCASCADE/Handle_ShapeFix_DataMapNodeOfDataMapOfShapeBox2d.hxx
-include/OpenCASCADE/Handle_ShapeFix_Edge.hxx
-include/OpenCASCADE/Handle_ShapeFix_EdgeProjAux.hxx
-include/OpenCASCADE/Handle_ShapeFix_Face.hxx
-include/OpenCASCADE/Handle_ShapeFix_FixSmallFace.hxx
-include/OpenCASCADE/Handle_ShapeFix_FixSmallSolid.hxx
-include/OpenCASCADE/Handle_ShapeFix_Root.hxx
-include/OpenCASCADE/Handle_ShapeFix_SequenceNodeOfSequenceOfWireSegment.hxx
-include/OpenCASCADE/Handle_ShapeFix_Shape.hxx
-include/OpenCASCADE/Handle_ShapeFix_Shell.hxx
-include/OpenCASCADE/Handle_ShapeFix_Solid.hxx
-include/OpenCASCADE/Handle_ShapeFix_SplitCommonVertex.hxx
-include/OpenCASCADE/Handle_ShapeFix_Wire.hxx
-include/OpenCASCADE/Handle_ShapeFix_Wireframe.hxx
-include/OpenCASCADE/Handle_ShapeProcess_Context.hxx
-include/OpenCASCADE/Handle_ShapeProcess_DictionaryOfOperator.hxx
-include/OpenCASCADE/Handle_ShapeProcess_Operator.hxx
-include/OpenCASCADE/Handle_ShapeProcess_ShapeContext.hxx
-include/OpenCASCADE/Handle_ShapeProcess_StackItemOfDictionaryOfOperator.hxx
-include/OpenCASCADE/Handle_ShapeProcess_UOperator.hxx
-include/OpenCASCADE/Handle_ShapeUpgrade_ClosedEdgeDivide.hxx
-include/OpenCASCADE/Handle_ShapeUpgrade_ClosedFaceDivide.hxx
-include/OpenCASCADE/Handle_ShapeUpgrade_ConvertCurve2dToBezier.hxx
-include/OpenCASCADE/Handle_ShapeUpgrade_ConvertCurve3dToBezier.hxx
-include/OpenCASCADE/Handle_ShapeUpgrade_ConvertSurfaceToBezierBasis.hxx
-include/OpenCASCADE/Handle_ShapeUpgrade_EdgeDivide.hxx
-include/OpenCASCADE/Handle_ShapeUpgrade_FaceDivide.hxx
-include/OpenCASCADE/Handle_ShapeUpgrade_FaceDivideArea.hxx
-include/OpenCASCADE/Handle_ShapeUpgrade_FixSmallBezierCurves.hxx
-include/OpenCASCADE/Handle_ShapeUpgrade_FixSmallCurves.hxx
-include/OpenCASCADE/Handle_ShapeUpgrade_RemoveInternalWires.hxx
-include/OpenCASCADE/Handle_ShapeUpgrade_RemoveLocations.hxx
-include/OpenCASCADE/Handle_ShapeUpgrade_SplitCurve.hxx
-include/OpenCASCADE/Handle_ShapeUpgrade_SplitCurve2d.hxx
-include/OpenCASCADE/Handle_ShapeUpgrade_SplitCurve2dContinuity.hxx
-include/OpenCASCADE/Handle_ShapeUpgrade_SplitCurve3d.hxx
-include/OpenCASCADE/Handle_ShapeUpgrade_SplitCurve3dContinuity.hxx
-include/OpenCASCADE/Handle_ShapeUpgrade_SplitSurface.hxx
-include/OpenCASCADE/Handle_ShapeUpgrade_SplitSurfaceAngle.hxx
-include/OpenCASCADE/Handle_ShapeUpgrade_SplitSurfaceArea.hxx
-include/OpenCASCADE/Handle_ShapeUpgrade_SplitSurfaceContinuity.hxx
-include/OpenCASCADE/Handle_ShapeUpgrade_Tool.hxx
-include/OpenCASCADE/Handle_ShapeUpgrade_UnifySameDomain.hxx
-include/OpenCASCADE/Handle_ShapeUpgrade_WireDivide.hxx
-include/OpenCASCADE/Handle_Standard_AbortiveTransaction.hxx
-include/OpenCASCADE/Handle_Standard_ConstructionError.hxx
-include/OpenCASCADE/Handle_Standard_DimensionError.hxx
-include/OpenCASCADE/Handle_Standard_DimensionMismatch.hxx
-include/OpenCASCADE/Handle_Standard_DivideByZero.hxx
-include/OpenCASCADE/Handle_Standard_DomainError.hxx
-include/OpenCASCADE/Handle_Standard_Failure.hxx
-include/OpenCASCADE/Handle_Standard_ImmutableObject.hxx
-include/OpenCASCADE/Handle_Standard_LicenseError.hxx
-include/OpenCASCADE/Handle_Standard_LicenseNotFound.hxx
-include/OpenCASCADE/Handle_Standard_MultiplyDefined.hxx
-include/OpenCASCADE/Handle_Standard_NegativeValue.hxx
-include/OpenCASCADE/Handle_Standard_NoMoreObject.hxx
-include/OpenCASCADE/Handle_Standard_NoSuchObject.hxx
-include/OpenCASCADE/Handle_Standard_NotImplemented.hxx
-include/OpenCASCADE/Handle_Standard_NullObject.hxx
-include/OpenCASCADE/Handle_Standard_NullValue.hxx
-include/OpenCASCADE/Handle_Standard_NumericError.hxx
-include/OpenCASCADE/Handle_Standard_OutOfMemory.hxx
-include/OpenCASCADE/Handle_Standard_OutOfRange.hxx
-include/OpenCASCADE/Handle_Standard_Overflow.hxx
-include/OpenCASCADE/Handle_Standard_Persistent.hxx
-include/OpenCASCADE/Handle_Standard_ProgramError.hxx
-include/OpenCASCADE/Handle_Standard_RangeError.hxx
-include/OpenCASCADE/Handle_Standard_TooManyUsers.hxx
-include/OpenCASCADE/Handle_Standard_Transient.hxx
-include/OpenCASCADE/Handle_Standard_Type.hxx
-include/OpenCASCADE/Handle_Standard_TypeMismatch.hxx
-include/OpenCASCADE/Handle_Standard_Underflow.hxx
-include/OpenCASCADE/Handle_StdDrivers_DocumentRetrievalDriver.hxx
-include/OpenCASCADE/Handle_StdDrivers_DocumentStorageDriver.hxx
-include/OpenCASCADE/Handle_StdFail_InfiniteSolutions.hxx
-include/OpenCASCADE/Handle_StdFail_NotDone.hxx
-include/OpenCASCADE/Handle_StdFail_Undefined.hxx
-include/OpenCASCADE/Handle_StdFail_UndefinedDerivative.hxx
-include/OpenCASCADE/Handle_StdFail_UndefinedValue.hxx
-include/OpenCASCADE/Handle_StdLDrivers_DocumentRetrievalDriver.hxx
-include/OpenCASCADE/Handle_StdLDrivers_DocumentStorageDriver.hxx
-include/OpenCASCADE/Handle_StdSelect_BRepOwner.hxx
-include/OpenCASCADE/Handle_StdSelect_EdgeFilter.hxx
-include/OpenCASCADE/Handle_StdSelect_FaceFilter.hxx
-include/OpenCASCADE/Handle_StdSelect_IndexedDataMapNodeOfIndexedDataMapOfOwnerPrs.hxx
-include/OpenCASCADE/Handle_StdSelect_Prs.hxx
-include/OpenCASCADE/Handle_StdSelect_Shape.hxx
-include/OpenCASCADE/Handle_StdSelect_ShapeTypeFilter.hxx
-include/OpenCASCADE/Handle_StepAP203_CcDesignApproval.hxx
-include/OpenCASCADE/Handle_StepAP203_CcDesignCertification.hxx
-include/OpenCASCADE/Handle_StepAP203_CcDesignContract.hxx
-include/OpenCASCADE/Handle_StepAP203_CcDesignDateAndTimeAssignment.hxx
-include/OpenCASCADE/Handle_StepAP203_CcDesignPersonAndOrganizationAssignment.hxx
-include/OpenCASCADE/Handle_StepAP203_CcDesignSecurityClassification.hxx
-include/OpenCASCADE/Handle_StepAP203_CcDesignSpecificationReference.hxx
-include/OpenCASCADE/Handle_StepAP203_Change.hxx
-include/OpenCASCADE/Handle_StepAP203_ChangeRequest.hxx
-include/OpenCASCADE/Handle_StepAP203_HArray1OfApprovedItem.hxx
-include/OpenCASCADE/Handle_StepAP203_HArray1OfCertifiedItem.hxx
-include/OpenCASCADE/Handle_StepAP203_HArray1OfChangeRequestItem.hxx
-include/OpenCASCADE/Handle_StepAP203_HArray1OfClassifiedItem.hxx
-include/OpenCASCADE/Handle_StepAP203_HArray1OfContractedItem.hxx
-include/OpenCASCADE/Handle_StepAP203_HArray1OfDateTimeItem.hxx
-include/OpenCASCADE/Handle_StepAP203_HArray1OfPersonOrganizationItem.hxx
-include/OpenCASCADE/Handle_StepAP203_HArray1OfSpecifiedItem.hxx
-include/OpenCASCADE/Handle_StepAP203_HArray1OfStartRequestItem.hxx
-include/OpenCASCADE/Handle_StepAP203_HArray1OfWorkItem.hxx
-include/OpenCASCADE/Handle_StepAP203_StartRequest.hxx
-include/OpenCASCADE/Handle_StepAP203_StartWork.hxx
-include/OpenCASCADE/Handle_StepAP214_AppliedApprovalAssignment.hxx
-include/OpenCASCADE/Handle_StepAP214_AppliedDateAndTimeAssignment.hxx
-include/OpenCASCADE/Handle_StepAP214_AppliedDateAssignment.hxx
-include/OpenCASCADE/Handle_StepAP214_AppliedDocumentReference.hxx
-include/OpenCASCADE/Handle_StepAP214_AppliedExternalIdentificationAssignment.hxx
-include/OpenCASCADE/Handle_StepAP214_AppliedGroupAssignment.hxx
-include/OpenCASCADE/Handle_StepAP214_AppliedOrganizationAssignment.hxx
-include/OpenCASCADE/Handle_StepAP214_AppliedPersonAndOrganizationAssignment.hxx
-include/OpenCASCADE/Handle_StepAP214_AppliedPresentedItem.hxx
-include/OpenCASCADE/Handle_StepAP214_AppliedSecurityClassificationAssignment.hxx
-include/OpenCASCADE/Handle_StepAP214_AutoDesignActualDateAndTimeAssignment.hxx
-include/OpenCASCADE/Handle_StepAP214_AutoDesignActualDateAssignment.hxx
-include/OpenCASCADE/Handle_StepAP214_AutoDesignApprovalAssignment.hxx
-include/OpenCASCADE/Handle_StepAP214_AutoDesignDateAndPersonAssignment.hxx
-include/OpenCASCADE/Handle_StepAP214_AutoDesignDocumentReference.hxx
-include/OpenCASCADE/Handle_StepAP214_AutoDesignGroupAssignment.hxx
-include/OpenCASCADE/Handle_StepAP214_AutoDesignNominalDateAndTimeAssignment.hxx
-include/OpenCASCADE/Handle_StepAP214_AutoDesignNominalDateAssignment.hxx
-include/OpenCASCADE/Handle_StepAP214_AutoDesignOrganizationAssignment.hxx
-include/OpenCASCADE/Handle_StepAP214_AutoDesignPersonAndOrganizationAssignment.hxx
-include/OpenCASCADE/Handle_StepAP214_AutoDesignPresentedItem.hxx
-include/OpenCASCADE/Handle_StepAP214_AutoDesignSecurityClassificationAssignment.hxx
-include/OpenCASCADE/Handle_StepAP214_Class.hxx
-include/OpenCASCADE/Handle_StepAP214_ExternallyDefinedClass.hxx
-include/OpenCASCADE/Handle_StepAP214_ExternallyDefinedGeneralProperty.hxx
-include/OpenCASCADE/Handle_StepAP214_HArray1OfApprovalItem.hxx
-include/OpenCASCADE/Handle_StepAP214_HArray1OfAutoDesignDateAndPersonItem.hxx
-include/OpenCASCADE/Handle_StepAP214_HArray1OfAutoDesignDateAndTimeItem.hxx
-include/OpenCASCADE/Handle_StepAP214_HArray1OfAutoDesignDatedItem.hxx
-include/OpenCASCADE/Handle_StepAP214_HArray1OfAutoDesignGeneralOrgItem.hxx
-include/OpenCASCADE/Handle_StepAP214_HArray1OfAutoDesignGroupedItem.hxx
-include/OpenCASCADE/Handle_StepAP214_HArray1OfAutoDesignPresentedItemSelect.hxx
-include/OpenCASCADE/Handle_StepAP214_HArray1OfAutoDesignReferencingItem.hxx
-include/OpenCASCADE/Handle_StepAP214_HArray1OfDateAndTimeItem.hxx
-include/OpenCASCADE/Handle_StepAP214_HArray1OfDateItem.hxx
-include/OpenCASCADE/Handle_StepAP214_HArray1OfDocumentReferenceItem.hxx
-include/OpenCASCADE/Handle_StepAP214_HArray1OfExternalIdentificationItem.hxx
-include/OpenCASCADE/Handle_StepAP214_HArray1OfGroupItem.hxx
-include/OpenCASCADE/Handle_StepAP214_HArray1OfOrganizationItem.hxx
-include/OpenCASCADE/Handle_StepAP214_HArray1OfPersonAndOrganizationItem.hxx
-include/OpenCASCADE/Handle_StepAP214_HArray1OfPresentedItemSelect.hxx
-include/OpenCASCADE/Handle_StepAP214_HArray1OfSecurityClassificationItem.hxx
-include/OpenCASCADE/Handle_StepAP214_Protocol.hxx
-include/OpenCASCADE/Handle_StepAP214_RepItemGroup.hxx
-include/OpenCASCADE/Handle_StepBasic_Action.hxx
-include/OpenCASCADE/Handle_StepBasic_ActionAssignment.hxx
-include/OpenCASCADE/Handle_StepBasic_ActionMethod.hxx
-include/OpenCASCADE/Handle_StepBasic_ActionRequestAssignment.hxx
-include/OpenCASCADE/Handle_StepBasic_ActionRequestSolution.hxx
-include/OpenCASCADE/Handle_StepBasic_Address.hxx
-include/OpenCASCADE/Handle_StepBasic_ApplicationContext.hxx
-include/OpenCASCADE/Handle_StepBasic_ApplicationContextElement.hxx
-include/OpenCASCADE/Handle_StepBasic_ApplicationProtocolDefinition.hxx
-include/OpenCASCADE/Handle_StepBasic_Approval.hxx
-include/OpenCASCADE/Handle_StepBasic_ApprovalAssignment.hxx
-include/OpenCASCADE/Handle_StepBasic_ApprovalDateTime.hxx
-include/OpenCASCADE/Handle_StepBasic_ApprovalPersonOrganization.hxx
-include/OpenCASCADE/Handle_StepBasic_ApprovalRelationship.hxx
-include/OpenCASCADE/Handle_StepBasic_ApprovalRole.hxx
-include/OpenCASCADE/Handle_StepBasic_ApprovalStatus.hxx
-include/OpenCASCADE/Handle_StepBasic_AreaUnit.hxx
-include/OpenCASCADE/Handle_StepBasic_CalendarDate.hxx
-include/OpenCASCADE/Handle_StepBasic_Certification.hxx
-include/OpenCASCADE/Handle_StepBasic_CertificationAssignment.hxx
-include/OpenCASCADE/Handle_StepBasic_CertificationType.hxx
-include/OpenCASCADE/Handle_StepBasic_CharacterizedObject.hxx
-include/OpenCASCADE/Handle_StepBasic_Contract.hxx
-include/OpenCASCADE/Handle_StepBasic_ContractAssignment.hxx
-include/OpenCASCADE/Handle_StepBasic_ContractType.hxx
-include/OpenCASCADE/Handle_StepBasic_ConversionBasedUnit.hxx
-include/OpenCASCADE/Handle_StepBasic_ConversionBasedUnitAndAreaUnit.hxx
-include/OpenCASCADE/Handle_StepBasic_ConversionBasedUnitAndLengthUnit.hxx
-include/OpenCASCADE/Handle_StepBasic_ConversionBasedUnitAndMassUnit.hxx
-include/OpenCASCADE/Handle_StepBasic_ConversionBasedUnitAndPlaneAngleUnit.hxx
-include/OpenCASCADE/Handle_StepBasic_ConversionBasedUnitAndRatioUnit.hxx
-include/OpenCASCADE/Handle_StepBasic_ConversionBasedUnitAndSolidAngleUnit.hxx
-include/OpenCASCADE/Handle_StepBasic_ConversionBasedUnitAndTimeUnit.hxx
-include/OpenCASCADE/Handle_StepBasic_ConversionBasedUnitAndVolumeUnit.hxx
-include/OpenCASCADE/Handle_StepBasic_CoordinatedUniversalTimeOffset.hxx
-include/OpenCASCADE/Handle_StepBasic_Date.hxx
-include/OpenCASCADE/Handle_StepBasic_DateAndTime.hxx
-include/OpenCASCADE/Handle_StepBasic_DateAndTimeAssignment.hxx
-include/OpenCASCADE/Handle_StepBasic_DateAssignment.hxx
-include/OpenCASCADE/Handle_StepBasic_DateRole.hxx
-include/OpenCASCADE/Handle_StepBasic_DateTimeRole.hxx
-include/OpenCASCADE/Handle_StepBasic_DerivedUnit.hxx
-include/OpenCASCADE/Handle_StepBasic_DerivedUnitElement.hxx
-include/OpenCASCADE/Handle_StepBasic_DesignContext.hxx
-include/OpenCASCADE/Handle_StepBasic_DigitalDocument.hxx
-include/OpenCASCADE/Handle_StepBasic_DimensionalExponents.hxx
-include/OpenCASCADE/Handle_StepBasic_Document.hxx
-include/OpenCASCADE/Handle_StepBasic_DocumentFile.hxx
-include/OpenCASCADE/Handle_StepBasic_DocumentProductAssociation.hxx
-include/OpenCASCADE/Handle_StepBasic_DocumentProductEquivalence.hxx
-include/OpenCASCADE/Handle_StepBasic_DocumentReference.hxx
-include/OpenCASCADE/Handle_StepBasic_DocumentRelationship.hxx
-include/OpenCASCADE/Handle_StepBasic_DocumentRepresentationType.hxx
-include/OpenCASCADE/Handle_StepBasic_DocumentType.hxx
-include/OpenCASCADE/Handle_StepBasic_DocumentUsageConstraint.hxx
-include/OpenCASCADE/Handle_StepBasic_Effectivity.hxx
-include/OpenCASCADE/Handle_StepBasic_EffectivityAssignment.hxx
-include/OpenCASCADE/Handle_StepBasic_EulerAngles.hxx
-include/OpenCASCADE/Handle_StepBasic_ExternalIdentificationAssignment.hxx
-include/OpenCASCADE/Handle_StepBasic_ExternalSource.hxx
-include/OpenCASCADE/Handle_StepBasic_ExternallyDefinedItem.hxx
-include/OpenCASCADE/Handle_StepBasic_GeneralProperty.hxx
-include/OpenCASCADE/Handle_StepBasic_Group.hxx
-include/OpenCASCADE/Handle_StepBasic_GroupAssignment.hxx
-include/OpenCASCADE/Handle_StepBasic_GroupRelationship.hxx
-include/OpenCASCADE/Handle_StepBasic_HArray1OfApproval.hxx
-include/OpenCASCADE/Handle_StepBasic_HArray1OfDerivedUnitElement.hxx
-include/OpenCASCADE/Handle_StepBasic_HArray1OfDocument.hxx
-include/OpenCASCADE/Handle_StepBasic_HArray1OfNamedUnit.hxx
-include/OpenCASCADE/Handle_StepBasic_HArray1OfOrganization.hxx
-include/OpenCASCADE/Handle_StepBasic_HArray1OfPerson.hxx
-include/OpenCASCADE/Handle_StepBasic_HArray1OfProduct.hxx
-include/OpenCASCADE/Handle_StepBasic_HArray1OfProductContext.hxx
-include/OpenCASCADE/Handle_StepBasic_HArray1OfProductDefinition.hxx
-include/OpenCASCADE/Handle_StepBasic_HArray1OfUncertaintyMeasureWithUnit.hxx
-include/OpenCASCADE/Handle_StepBasic_IdentificationAssignment.hxx
-include/OpenCASCADE/Handle_StepBasic_IdentificationRole.hxx
-include/OpenCASCADE/Handle_StepBasic_LengthMeasureWithUnit.hxx
-include/OpenCASCADE/Handle_StepBasic_LengthUnit.hxx
-include/OpenCASCADE/Handle_StepBasic_LocalTime.hxx
-include/OpenCASCADE/Handle_StepBasic_MassMeasureWithUnit.hxx
-include/OpenCASCADE/Handle_StepBasic_MassUnit.hxx
-include/OpenCASCADE/Handle_StepBasic_MeasureValueMember.hxx
-include/OpenCASCADE/Handle_StepBasic_MeasureWithUnit.hxx
-include/OpenCASCADE/Handle_StepBasic_MechanicalContext.hxx
-include/OpenCASCADE/Handle_StepBasic_NameAssignment.hxx
-include/OpenCASCADE/Handle_StepBasic_NamedUnit.hxx
-include/OpenCASCADE/Handle_StepBasic_ObjectRole.hxx
-include/OpenCASCADE/Handle_StepBasic_OrdinalDate.hxx
-include/OpenCASCADE/Handle_StepBasic_Organization.hxx
-include/OpenCASCADE/Handle_StepBasic_OrganizationAssignment.hxx
-include/OpenCASCADE/Handle_StepBasic_OrganizationRole.hxx
-include/OpenCASCADE/Handle_StepBasic_OrganizationalAddress.hxx
-include/OpenCASCADE/Handle_StepBasic_Person.hxx
-include/OpenCASCADE/Handle_StepBasic_PersonAndOrganization.hxx
-include/OpenCASCADE/Handle_StepBasic_PersonAndOrganizationAssignment.hxx
-include/OpenCASCADE/Handle_StepBasic_PersonAndOrganizationRole.hxx
-include/OpenCASCADE/Handle_StepBasic_PersonalAddress.hxx
-include/OpenCASCADE/Handle_StepBasic_PhysicallyModeledProductDefinition.hxx
-include/OpenCASCADE/Handle_StepBasic_PlaneAngleMeasureWithUnit.hxx
-include/OpenCASCADE/Handle_StepBasic_PlaneAngleUnit.hxx
-include/OpenCASCADE/Handle_StepBasic_Product.hxx
-include/OpenCASCADE/Handle_StepBasic_ProductCategory.hxx
-include/OpenCASCADE/Handle_StepBasic_ProductCategoryRelationship.hxx
-include/OpenCASCADE/Handle_StepBasic_ProductConceptContext.hxx
-include/OpenCASCADE/Handle_StepBasic_ProductContext.hxx
-include/OpenCASCADE/Handle_StepBasic_ProductDefinition.hxx
-include/OpenCASCADE/Handle_StepBasic_ProductDefinitionContext.hxx
-include/OpenCASCADE/Handle_StepBasic_ProductDefinitionEffectivity.hxx
-include/OpenCASCADE/Handle_StepBasic_ProductDefinitionFormation.hxx
-include/OpenCASCADE/Handle_StepBasic_ProductDefinitionFormationRelationship.hxx
-include/OpenCASCADE/Handle_StepBasic_ProductDefinitionFormationWithSpecifiedSource.hxx
-include/OpenCASCADE/Handle_StepBasic_ProductDefinitionRelationship.hxx
-include/OpenCASCADE/Handle_StepBasic_ProductDefinitionWithAssociatedDocuments.hxx
-include/OpenCASCADE/Handle_StepBasic_ProductRelatedProductCategory.hxx
-include/OpenCASCADE/Handle_StepBasic_ProductType.hxx
-include/OpenCASCADE/Handle_StepBasic_RatioMeasureWithUnit.hxx
-include/OpenCASCADE/Handle_StepBasic_RatioUnit.hxx
-include/OpenCASCADE/Handle_StepBasic_RoleAssociation.hxx
-include/OpenCASCADE/Handle_StepBasic_SecurityClassification.hxx
-include/OpenCASCADE/Handle_StepBasic_SecurityClassificationAssignment.hxx
-include/OpenCASCADE/Handle_StepBasic_SecurityClassificationLevel.hxx
-include/OpenCASCADE/Handle_StepBasic_SiUnit.hxx
-include/OpenCASCADE/Handle_StepBasic_SiUnitAndAreaUnit.hxx
-include/OpenCASCADE/Handle_StepBasic_SiUnitAndLengthUnit.hxx
-include/OpenCASCADE/Handle_StepBasic_SiUnitAndMassUnit.hxx
-include/OpenCASCADE/Handle_StepBasic_SiUnitAndPlaneAngleUnit.hxx
-include/OpenCASCADE/Handle_StepBasic_SiUnitAndRatioUnit.hxx
-include/OpenCASCADE/Handle_StepBasic_SiUnitAndSolidAngleUnit.hxx
-include/OpenCASCADE/Handle_StepBasic_SiUnitAndThermodynamicTemperatureUnit.hxx
-include/OpenCASCADE/Handle_StepBasic_SiUnitAndTimeUnit.hxx
-include/OpenCASCADE/Handle_StepBasic_SiUnitAndVolumeUnit.hxx
-include/OpenCASCADE/Handle_StepBasic_SizeMember.hxx
-include/OpenCASCADE/Handle_StepBasic_SolidAngleMeasureWithUnit.hxx
-include/OpenCASCADE/Handle_StepBasic_SolidAngleUnit.hxx
-include/OpenCASCADE/Handle_StepBasic_ThermodynamicTemperatureUnit.hxx
-include/OpenCASCADE/Handle_StepBasic_TimeMeasureWithUnit.hxx
-include/OpenCASCADE/Handle_StepBasic_TimeUnit.hxx
-include/OpenCASCADE/Handle_StepBasic_UncertaintyMeasureWithUnit.hxx
-include/OpenCASCADE/Handle_StepBasic_VersionedActionRequest.hxx
-include/OpenCASCADE/Handle_StepBasic_VolumeUnit.hxx
-include/OpenCASCADE/Handle_StepBasic_WeekOfYearAndDayDate.hxx
-include/OpenCASCADE/Handle_StepData_DefaultGeneral.hxx
-include/OpenCASCADE/Handle_StepData_DescrGeneral.hxx
-include/OpenCASCADE/Handle_StepData_DescrProtocol.hxx
-include/OpenCASCADE/Handle_StepData_DescrReadWrite.hxx
-include/OpenCASCADE/Handle_StepData_Described.hxx
-include/OpenCASCADE/Handle_StepData_ECDescr.hxx
-include/OpenCASCADE/Handle_StepData_EDescr.hxx
-include/OpenCASCADE/Handle_StepData_ESDescr.hxx
-include/OpenCASCADE/Handle_StepData_FileProtocol.hxx
-include/OpenCASCADE/Handle_StepData_FileRecognizer.hxx
-include/OpenCASCADE/Handle_StepData_FreeFormEntity.hxx
-include/OpenCASCADE/Handle_StepData_GeneralModule.hxx
-include/OpenCASCADE/Handle_StepData_GlobalNodeOfWriterLib.hxx
-include/OpenCASCADE/Handle_StepData_HArray1OfField.hxx
-include/OpenCASCADE/Handle_StepData_NodeOfWriterLib.hxx
-include/OpenCASCADE/Handle_StepData_PDescr.hxx
-include/OpenCASCADE/Handle_StepData_Plex.hxx
-include/OpenCASCADE/Handle_StepData_Protocol.hxx
-include/OpenCASCADE/Handle_StepData_ReadWriteModule.hxx
-include/OpenCASCADE/Handle_StepData_SelectArrReal.hxx
-include/OpenCASCADE/Handle_StepData_SelectInt.hxx
-include/OpenCASCADE/Handle_StepData_SelectMember.hxx
-include/OpenCASCADE/Handle_StepData_SelectNamed.hxx
-include/OpenCASCADE/Handle_StepData_SelectReal.hxx
-include/OpenCASCADE/Handle_StepData_Simple.hxx
-include/OpenCASCADE/Handle_StepData_StepModel.hxx
-include/OpenCASCADE/Handle_StepData_StepReaderData.hxx
-include/OpenCASCADE/Handle_StepData_UndefinedEntity.hxx
-include/OpenCASCADE/Handle_StepDimTol_AngularityTolerance.hxx
-include/OpenCASCADE/Handle_StepDimTol_CircularRunoutTolerance.hxx
-include/OpenCASCADE/Handle_StepDimTol_CoaxialityTolerance.hxx
-include/OpenCASCADE/Handle_StepDimTol_CommonDatum.hxx
-include/OpenCASCADE/Handle_StepDimTol_ConcentricityTolerance.hxx
-include/OpenCASCADE/Handle_StepDimTol_CylindricityTolerance.hxx
-include/OpenCASCADE/Handle_StepDimTol_Datum.hxx
-include/OpenCASCADE/Handle_StepDimTol_DatumFeature.hxx
-include/OpenCASCADE/Handle_StepDimTol_DatumReference.hxx
-include/OpenCASCADE/Handle_StepDimTol_DatumTarget.hxx
-include/OpenCASCADE/Handle_StepDimTol_FlatnessTolerance.hxx
-include/OpenCASCADE/Handle_StepDimTol_GeoTolAndGeoTolWthDatRefAndModGeoTolAndPosTol.hxx
-include/OpenCASCADE/Handle_StepDimTol_GeometricTolerance.hxx
-include/OpenCASCADE/Handle_StepDimTol_GeometricToleranceRelationship.hxx
-include/OpenCASCADE/Handle_StepDimTol_GeometricToleranceWithDatumReference.hxx
-include/OpenCASCADE/Handle_StepDimTol_HArray1OfDatumReference.hxx
-include/OpenCASCADE/Handle_StepDimTol_LineProfileTolerance.hxx
-include/OpenCASCADE/Handle_StepDimTol_ModifiedGeometricTolerance.hxx
-include/OpenCASCADE/Handle_StepDimTol_ParallelismTolerance.hxx
-include/OpenCASCADE/Handle_StepDimTol_PerpendicularityTolerance.hxx
-include/OpenCASCADE/Handle_StepDimTol_PlacedDatumTargetFeature.hxx
-include/OpenCASCADE/Handle_StepDimTol_PositionTolerance.hxx
-include/OpenCASCADE/Handle_StepDimTol_RoundnessTolerance.hxx
-include/OpenCASCADE/Handle_StepDimTol_StraightnessTolerance.hxx
-include/OpenCASCADE/Handle_StepDimTol_SurfaceProfileTolerance.hxx
-include/OpenCASCADE/Handle_StepDimTol_SymmetryTolerance.hxx
-include/OpenCASCADE/Handle_StepDimTol_TotalRunoutTolerance.hxx
-include/OpenCASCADE/Handle_StepElement_AnalysisItemWithinRepresentation.hxx
-include/OpenCASCADE/Handle_StepElement_Curve3dElementDescriptor.hxx
-include/OpenCASCADE/Handle_StepElement_CurveElementEndReleasePacket.hxx
-include/OpenCASCADE/Handle_StepElement_CurveElementFreedomMember.hxx
-include/OpenCASCADE/Handle_StepElement_CurveElementPurposeMember.hxx
-include/OpenCASCADE/Handle_StepElement_CurveElementSectionDefinition.hxx
-include/OpenCASCADE/Handle_StepElement_CurveElementSectionDerivedDefinitions.hxx
-include/OpenCASCADE/Handle_StepElement_ElementAspectMember.hxx
-include/OpenCASCADE/Handle_StepElement_ElementDescriptor.hxx
-include/OpenCASCADE/Handle_StepElement_ElementMaterial.hxx
-include/OpenCASCADE/Handle_StepElement_HArray1OfCurveElementEndReleasePacket.hxx
-include/OpenCASCADE/Handle_StepElement_HArray1OfCurveElementSectionDefinition.hxx
-include/OpenCASCADE/Handle_StepElement_HArray1OfHSequenceOfCurveElementPurposeMember.hxx
-include/OpenCASCADE/Handle_StepElement_HArray1OfHSequenceOfSurfaceElementPurposeMember.hxx
-include/OpenCASCADE/Handle_StepElement_HArray1OfMeasureOrUnspecifiedValue.hxx
-include/OpenCASCADE/Handle_StepElement_HArray1OfSurfaceSection.hxx
-include/OpenCASCADE/Handle_StepElement_HArray1OfVolumeElementPurpose.hxx
-include/OpenCASCADE/Handle_StepElement_HArray1OfVolumeElementPurposeMember.hxx
-include/OpenCASCADE/Handle_StepElement_HArray2OfCurveElementPurposeMember.hxx
-include/OpenCASCADE/Handle_StepElement_HArray2OfSurfaceElementPurpose.hxx
-include/OpenCASCADE/Handle_StepElement_HArray2OfSurfaceElementPurposeMember.hxx
-include/OpenCASCADE/Handle_StepElement_HSequenceOfCurveElementPurposeMember.hxx
-include/OpenCASCADE/Handle_StepElement_HSequenceOfCurveElementSectionDefinition.hxx
-include/OpenCASCADE/Handle_StepElement_HSequenceOfElementMaterial.hxx
-include/OpenCASCADE/Handle_StepElement_HSequenceOfSurfaceElementPurposeMember.hxx
-include/OpenCASCADE/Handle_StepElement_MeasureOrUnspecifiedValueMember.hxx
-include/OpenCASCADE/Handle_StepElement_SequenceNodeOfSequenceOfCurveElementPurposeMember.hxx
-include/OpenCASCADE/Handle_StepElement_SequenceNodeOfSequenceOfCurveElementSectionDefinition.hxx
-include/OpenCASCADE/Handle_StepElement_SequenceNodeOfSequenceOfElementMaterial.hxx
-include/OpenCASCADE/Handle_StepElement_SequenceNodeOfSequenceOfSurfaceElementPurposeMember.hxx
-include/OpenCASCADE/Handle_StepElement_Surface3dElementDescriptor.hxx
-include/OpenCASCADE/Handle_StepElement_SurfaceElementProperty.hxx
-include/OpenCASCADE/Handle_StepElement_SurfaceElementPurposeMember.hxx
-include/OpenCASCADE/Handle_StepElement_SurfaceSection.hxx
-include/OpenCASCADE/Handle_StepElement_SurfaceSectionField.hxx
-include/OpenCASCADE/Handle_StepElement_SurfaceSectionFieldConstant.hxx
-include/OpenCASCADE/Handle_StepElement_SurfaceSectionFieldVarying.hxx
-include/OpenCASCADE/Handle_StepElement_UniformSurfaceSection.hxx
-include/OpenCASCADE/Handle_StepElement_Volume3dElementDescriptor.hxx
-include/OpenCASCADE/Handle_StepElement_VolumeElementPurposeMember.hxx
-include/OpenCASCADE/Handle_StepFEA_AlignedCurve3dElementCoordinateSystem.hxx
-include/OpenCASCADE/Handle_StepFEA_AlignedSurface3dElementCoordinateSystem.hxx
-include/OpenCASCADE/Handle_StepFEA_ArbitraryVolume3dElementCoordinateSystem.hxx
-include/OpenCASCADE/Handle_StepFEA_ConstantSurface3dElementCoordinateSystem.hxx
-include/OpenCASCADE/Handle_StepFEA_Curve3dElementProperty.hxx
-include/OpenCASCADE/Handle_StepFEA_Curve3dElementRepresentation.hxx
-include/OpenCASCADE/Handle_StepFEA_CurveElementEndOffset.hxx
-include/OpenCASCADE/Handle_StepFEA_CurveElementEndRelease.hxx
-include/OpenCASCADE/Handle_StepFEA_CurveElementInterval.hxx
-include/OpenCASCADE/Handle_StepFEA_CurveElementIntervalConstant.hxx
-include/OpenCASCADE/Handle_StepFEA_CurveElementIntervalLinearlyVarying.hxx
-include/OpenCASCADE/Handle_StepFEA_CurveElementLocation.hxx
-include/OpenCASCADE/Handle_StepFEA_DegreeOfFreedomMember.hxx
-include/OpenCASCADE/Handle_StepFEA_DummyNode.hxx
-include/OpenCASCADE/Handle_StepFEA_ElementGeometricRelationship.hxx
-include/OpenCASCADE/Handle_StepFEA_ElementGroup.hxx
-include/OpenCASCADE/Handle_StepFEA_ElementRepresentation.hxx
-include/OpenCASCADE/Handle_StepFEA_FeaAreaDensity.hxx
-include/OpenCASCADE/Handle_StepFEA_FeaAxis2Placement3d.hxx
-include/OpenCASCADE/Handle_StepFEA_FeaCurveSectionGeometricRelationship.hxx
-include/OpenCASCADE/Handle_StepFEA_FeaGroup.hxx
-include/OpenCASCADE/Handle_StepFEA_FeaLinearElasticity.hxx
-include/OpenCASCADE/Handle_StepFEA_FeaMassDensity.hxx
-include/OpenCASCADE/Handle_StepFEA_FeaMaterialPropertyRepresentation.hxx
-include/OpenCASCADE/Handle_StepFEA_FeaMaterialPropertyRepresentationItem.hxx
-include/OpenCASCADE/Handle_StepFEA_FeaModel.hxx
-include/OpenCASCADE/Handle_StepFEA_FeaModel3d.hxx
-include/OpenCASCADE/Handle_StepFEA_FeaModelDefinition.hxx
-include/OpenCASCADE/Handle_StepFEA_FeaMoistureAbsorption.hxx
-include/OpenCASCADE/Handle_StepFEA_FeaParametricPoint.hxx
-include/OpenCASCADE/Handle_StepFEA_FeaRepresentationItem.hxx
-include/OpenCASCADE/Handle_StepFEA_FeaSecantCoefficientOfLinearThermalExpansion.hxx
-include/OpenCASCADE/Handle_StepFEA_FeaShellBendingStiffness.hxx
-include/OpenCASCADE/Handle_StepFEA_FeaShellMembraneBendingCouplingStiffness.hxx
-include/OpenCASCADE/Handle_StepFEA_FeaShellMembraneStiffness.hxx
-include/OpenCASCADE/Handle_StepFEA_FeaShellShearStiffness.hxx
-include/OpenCASCADE/Handle_StepFEA_FeaSurfaceSectionGeometricRelationship.hxx
-include/OpenCASCADE/Handle_StepFEA_FeaTangentialCoefficientOfLinearThermalExpansion.hxx
-include/OpenCASCADE/Handle_StepFEA_FreedomAndCoefficient.hxx
-include/OpenCASCADE/Handle_StepFEA_FreedomsList.hxx
-include/OpenCASCADE/Handle_StepFEA_GeometricNode.hxx
-include/OpenCASCADE/Handle_StepFEA_HArray1OfCurveElementEndOffset.hxx
-include/OpenCASCADE/Handle_StepFEA_HArray1OfCurveElementEndRelease.hxx
-include/OpenCASCADE/Handle_StepFEA_HArray1OfCurveElementInterval.hxx
-include/OpenCASCADE/Handle_StepFEA_HArray1OfDegreeOfFreedom.hxx
-include/OpenCASCADE/Handle_StepFEA_HArray1OfElementRepresentation.hxx
-include/OpenCASCADE/Handle_StepFEA_HArray1OfNodeRepresentation.hxx
-include/OpenCASCADE/Handle_StepFEA_HSequenceOfCurve3dElementProperty.hxx
-include/OpenCASCADE/Handle_StepFEA_HSequenceOfElementGeometricRelationship.hxx
-include/OpenCASCADE/Handle_StepFEA_HSequenceOfElementRepresentation.hxx
-include/OpenCASCADE/Handle_StepFEA_HSequenceOfNodeRepresentation.hxx
-include/OpenCASCADE/Handle_StepFEA_Node.hxx
-include/OpenCASCADE/Handle_StepFEA_NodeDefinition.hxx
-include/OpenCASCADE/Handle_StepFEA_NodeGroup.hxx
-include/OpenCASCADE/Handle_StepFEA_NodeRepresentation.hxx
-include/OpenCASCADE/Handle_StepFEA_NodeSet.hxx
-include/OpenCASCADE/Handle_StepFEA_NodeWithSolutionCoordinateSystem.hxx
-include/OpenCASCADE/Handle_StepFEA_NodeWithVector.hxx
-include/OpenCASCADE/Handle_StepFEA_ParametricCurve3dElementCoordinateDirection.hxx
-include/OpenCASCADE/Handle_StepFEA_ParametricCurve3dElementCoordinateSystem.hxx
-include/OpenCASCADE/Handle_StepFEA_ParametricSurface3dElementCoordinateSystem.hxx
-include/OpenCASCADE/Handle_StepFEA_SequenceNodeOfSequenceOfCurve3dElementProperty.hxx
-include/OpenCASCADE/Handle_StepFEA_SequenceNodeOfSequenceOfElementGeometricRelationship.hxx
-include/OpenCASCADE/Handle_StepFEA_SequenceNodeOfSequenceOfElementRepresentation.hxx
-include/OpenCASCADE/Handle_StepFEA_SequenceNodeOfSequenceOfNodeRepresentation.hxx
-include/OpenCASCADE/Handle_StepFEA_Surface3dElementRepresentation.hxx
-include/OpenCASCADE/Handle_StepFEA_SymmetricTensor23dMember.hxx
-include/OpenCASCADE/Handle_StepFEA_SymmetricTensor43dMember.hxx
-include/OpenCASCADE/Handle_StepFEA_Volume3dElementRepresentation.hxx
-include/OpenCASCADE/Handle_StepGeom_Axis1Placement.hxx
-include/OpenCASCADE/Handle_StepGeom_Axis2Placement2d.hxx
-include/OpenCASCADE/Handle_StepGeom_Axis2Placement3d.hxx
-include/OpenCASCADE/Handle_StepGeom_BSplineCurve.hxx
-include/OpenCASCADE/Handle_StepGeom_BSplineCurveWithKnots.hxx
-include/OpenCASCADE/Handle_StepGeom_BSplineCurveWithKnotsAndRationalBSplineCurve.hxx
-include/OpenCASCADE/Handle_StepGeom_BSplineSurface.hxx
-include/OpenCASCADE/Handle_StepGeom_BSplineSurfaceWithKnots.hxx
-include/OpenCASCADE/Handle_StepGeom_BSplineSurfaceWithKnotsAndRationalBSplineSurface.hxx
-include/OpenCASCADE/Handle_StepGeom_BezierCurve.hxx
-include/OpenCASCADE/Handle_StepGeom_BezierCurveAndRationalBSplineCurve.hxx
-include/OpenCASCADE/Handle_StepGeom_BezierSurface.hxx
-include/OpenCASCADE/Handle_StepGeom_BezierSurfaceAndRationalBSplineSurface.hxx
-include/OpenCASCADE/Handle_StepGeom_BoundaryCurve.hxx
-include/OpenCASCADE/Handle_StepGeom_BoundedCurve.hxx
-include/OpenCASCADE/Handle_StepGeom_BoundedSurface.hxx
-include/OpenCASCADE/Handle_StepGeom_CartesianPoint.hxx
-include/OpenCASCADE/Handle_StepGeom_CartesianTransformationOperator.hxx
-include/OpenCASCADE/Handle_StepGeom_CartesianTransformationOperator2d.hxx
-include/OpenCASCADE/Handle_StepGeom_CartesianTransformationOperator3d.hxx
-include/OpenCASCADE/Handle_StepGeom_Circle.hxx
-include/OpenCASCADE/Handle_StepGeom_CompositeCurve.hxx
-include/OpenCASCADE/Handle_StepGeom_CompositeCurveOnSurface.hxx
-include/OpenCASCADE/Handle_StepGeom_CompositeCurveSegment.hxx
-include/OpenCASCADE/Handle_StepGeom_Conic.hxx
-include/OpenCASCADE/Handle_StepGeom_ConicalSurface.hxx
-include/OpenCASCADE/Handle_StepGeom_Curve.hxx
-include/OpenCASCADE/Handle_StepGeom_CurveBoundedSurface.hxx
-include/OpenCASCADE/Handle_StepGeom_CurveReplica.hxx
-include/OpenCASCADE/Handle_StepGeom_CylindricalSurface.hxx
-include/OpenCASCADE/Handle_StepGeom_DegeneratePcurve.hxx
-include/OpenCASCADE/Handle_StepGeom_DegenerateToroidalSurface.hxx
-include/OpenCASCADE/Handle_StepGeom_Direction.hxx
-include/OpenCASCADE/Handle_StepGeom_ElementarySurface.hxx
-include/OpenCASCADE/Handle_StepGeom_Ellipse.hxx
-include/OpenCASCADE/Handle_StepGeom_EvaluatedDegeneratePcurve.hxx
-include/OpenCASCADE/Handle_StepGeom_GeomRepContextAndGlobUnitAssCtxAndGlobUncertaintyAssCtx.hxx
-include/OpenCASCADE/Handle_StepGeom_GeometricRepresentationContext.hxx
-include/OpenCASCADE/Handle_StepGeom_GeometricRepresentationContextAndGlobalUnitAssignedContext.hxx
-include/OpenCASCADE/Handle_StepGeom_GeometricRepresentationContextAndParametricRepresentationContext.hxx
-include/OpenCASCADE/Handle_StepGeom_GeometricRepresentationItem.hxx
-include/OpenCASCADE/Handle_StepGeom_HArray1OfBoundaryCurve.hxx
-include/OpenCASCADE/Handle_StepGeom_HArray1OfCartesianPoint.hxx
-include/OpenCASCADE/Handle_StepGeom_HArray1OfCompositeCurveSegment.hxx
-include/OpenCASCADE/Handle_StepGeom_HArray1OfCurve.hxx
-include/OpenCASCADE/Handle_StepGeom_HArray1OfPcurveOrSurface.hxx
-include/OpenCASCADE/Handle_StepGeom_HArray1OfSurfaceBoundary.hxx
-include/OpenCASCADE/Handle_StepGeom_HArray1OfTrimmingSelect.hxx
-include/OpenCASCADE/Handle_StepGeom_HArray2OfCartesianPoint.hxx
-include/OpenCASCADE/Handle_StepGeom_HArray2OfSurfacePatch.hxx
-include/OpenCASCADE/Handle_StepGeom_Hyperbola.hxx
-include/OpenCASCADE/Handle_StepGeom_IntersectionCurve.hxx
-include/OpenCASCADE/Handle_StepGeom_Line.hxx
-include/OpenCASCADE/Handle_StepGeom_OffsetCurve3d.hxx
-include/OpenCASCADE/Handle_StepGeom_OffsetSurface.hxx
-include/OpenCASCADE/Handle_StepGeom_OrientedSurface.hxx
-include/OpenCASCADE/Handle_StepGeom_OuterBoundaryCurve.hxx
-include/OpenCASCADE/Handle_StepGeom_Parabola.hxx
-include/OpenCASCADE/Handle_StepGeom_Pcurve.hxx
-include/OpenCASCADE/Handle_StepGeom_Placement.hxx
-include/OpenCASCADE/Handle_StepGeom_Plane.hxx
-include/OpenCASCADE/Handle_StepGeom_Point.hxx
-include/OpenCASCADE/Handle_StepGeom_PointOnCurve.hxx
-include/OpenCASCADE/Handle_StepGeom_PointOnSurface.hxx
-include/OpenCASCADE/Handle_StepGeom_PointReplica.hxx
-include/OpenCASCADE/Handle_StepGeom_Polyline.hxx
-include/OpenCASCADE/Handle_StepGeom_QuasiUniformCurve.hxx
-include/OpenCASCADE/Handle_StepGeom_QuasiUniformCurveAndRationalBSplineCurve.hxx
-include/OpenCASCADE/Handle_StepGeom_QuasiUniformSurface.hxx
-include/OpenCASCADE/Handle_StepGeom_QuasiUniformSurfaceAndRationalBSplineSurface.hxx
-include/OpenCASCADE/Handle_StepGeom_RationalBSplineCurve.hxx
-include/OpenCASCADE/Handle_StepGeom_RationalBSplineSurface.hxx
-include/OpenCASCADE/Handle_StepGeom_RectangularCompositeSurface.hxx
-include/OpenCASCADE/Handle_StepGeom_RectangularTrimmedSurface.hxx
-include/OpenCASCADE/Handle_StepGeom_ReparametrisedCompositeCurveSegment.hxx
-include/OpenCASCADE/Handle_StepGeom_SeamCurve.hxx
-include/OpenCASCADE/Handle_StepGeom_SphericalSurface.hxx
-include/OpenCASCADE/Handle_StepGeom_Surface.hxx
-include/OpenCASCADE/Handle_StepGeom_SurfaceCurve.hxx
-include/OpenCASCADE/Handle_StepGeom_SurfaceCurveAndBoundedCurve.hxx
-include/OpenCASCADE/Handle_StepGeom_SurfaceOfLinearExtrusion.hxx
-include/OpenCASCADE/Handle_StepGeom_SurfaceOfRevolution.hxx
-include/OpenCASCADE/Handle_StepGeom_SurfacePatch.hxx
-include/OpenCASCADE/Handle_StepGeom_SurfaceReplica.hxx
-include/OpenCASCADE/Handle_StepGeom_SweptSurface.hxx
-include/OpenCASCADE/Handle_StepGeom_ToroidalSurface.hxx
-include/OpenCASCADE/Handle_StepGeom_TrimmedCurve.hxx
-include/OpenCASCADE/Handle_StepGeom_TrimmingMember.hxx
-include/OpenCASCADE/Handle_StepGeom_UniformCurve.hxx
-include/OpenCASCADE/Handle_StepGeom_UniformCurveAndRationalBSplineCurve.hxx
-include/OpenCASCADE/Handle_StepGeom_UniformSurface.hxx
-include/OpenCASCADE/Handle_StepGeom_UniformSurfaceAndRationalBSplineSurface.hxx
-include/OpenCASCADE/Handle_StepGeom_Vector.hxx
-include/OpenCASCADE/Handle_StepRepr_AssemblyComponentUsage.hxx
-include/OpenCASCADE/Handle_StepRepr_AssemblyComponentUsageSubstitute.hxx
-include/OpenCASCADE/Handle_StepRepr_CompositeShapeAspect.hxx
-include/OpenCASCADE/Handle_StepRepr_CompoundRepresentationItem.hxx
-include/OpenCASCADE/Handle_StepRepr_ConfigurationDesign.hxx
-include/OpenCASCADE/Handle_StepRepr_ConfigurationEffectivity.hxx
-include/OpenCASCADE/Handle_StepRepr_ConfigurationItem.hxx
-include/OpenCASCADE/Handle_StepRepr_DataEnvironment.hxx
-include/OpenCASCADE/Handle_StepRepr_DefinitionalRepresentation.hxx
-include/OpenCASCADE/Handle_StepRepr_DerivedShapeAspect.hxx
-include/OpenCASCADE/Handle_StepRepr_DescriptiveRepresentationItem.hxx
-include/OpenCASCADE/Handle_StepRepr_Extension.hxx
-include/OpenCASCADE/Handle_StepRepr_ExternallyDefinedRepresentation.hxx
-include/OpenCASCADE/Handle_StepRepr_FunctionallyDefinedTransformation.hxx
-include/OpenCASCADE/Handle_StepRepr_GlobalUncertaintyAssignedContext.hxx
-include/OpenCASCADE/Handle_StepRepr_GlobalUnitAssignedContext.hxx
-include/OpenCASCADE/Handle_StepRepr_HArray1OfMaterialPropertyRepresentation.hxx
-include/OpenCASCADE/Handle_StepRepr_HArray1OfPropertyDefinitionRepresentation.hxx
-include/OpenCASCADE/Handle_StepRepr_HArray1OfRepresentationItem.hxx
-include/OpenCASCADE/Handle_StepRepr_HSequenceOfMaterialPropertyRepresentation.hxx
-include/OpenCASCADE/Handle_StepRepr_HSequenceOfRepresentationItem.hxx
-include/OpenCASCADE/Handle_StepRepr_ItemDefinedTransformation.hxx
-include/OpenCASCADE/Handle_StepRepr_MakeFromUsageOption.hxx
-include/OpenCASCADE/Handle_StepRepr_MappedItem.hxx
-include/OpenCASCADE/Handle_StepRepr_MaterialDesignation.hxx
-include/OpenCASCADE/Handle_StepRepr_MaterialProperty.hxx
-include/OpenCASCADE/Handle_StepRepr_MaterialPropertyRepresentation.hxx
-include/OpenCASCADE/Handle_StepRepr_MeasureRepresentationItem.hxx
-include/OpenCASCADE/Handle_StepRepr_NextAssemblyUsageOccurrence.hxx
-include/OpenCASCADE/Handle_StepRepr_ParametricRepresentationContext.hxx
-include/OpenCASCADE/Handle_StepRepr_ProductConcept.hxx
-include/OpenCASCADE/Handle_StepRepr_ProductDefinitionShape.hxx
-include/OpenCASCADE/Handle_StepRepr_ProductDefinitionUsage.hxx
-include/OpenCASCADE/Handle_StepRepr_PromissoryUsageOccurrence.hxx
-include/OpenCASCADE/Handle_StepRepr_PropertyDefinition.hxx
-include/OpenCASCADE/Handle_StepRepr_PropertyDefinitionRelationship.hxx
-include/OpenCASCADE/Handle_StepRepr_PropertyDefinitionRepresentation.hxx
-include/OpenCASCADE/Handle_StepRepr_QuantifiedAssemblyComponentUsage.hxx
-include/OpenCASCADE/Handle_StepRepr_ReprItemAndLengthMeasureWithUnit.hxx
-include/OpenCASCADE/Handle_StepRepr_Representation.hxx
-include/OpenCASCADE/Handle_StepRepr_RepresentationContext.hxx
-include/OpenCASCADE/Handle_StepRepr_RepresentationItem.hxx
-include/OpenCASCADE/Handle_StepRepr_RepresentationMap.hxx
-include/OpenCASCADE/Handle_StepRepr_RepresentationRelationship.hxx
-include/OpenCASCADE/Handle_StepRepr_RepresentationRelationshipWithTransformation.hxx
-include/OpenCASCADE/Handle_StepRepr_SequenceNodeOfSequenceOfMaterialPropertyRepresentation.hxx
-include/OpenCASCADE/Handle_StepRepr_SequenceNodeOfSequenceOfRepresentationItem.hxx
-include/OpenCASCADE/Handle_StepRepr_ShapeAspect.hxx
-include/OpenCASCADE/Handle_StepRepr_ShapeAspectDerivingRelationship.hxx
-include/OpenCASCADE/Handle_StepRepr_ShapeAspectRelationship.hxx
-include/OpenCASCADE/Handle_StepRepr_ShapeAspectTransition.hxx
-include/OpenCASCADE/Handle_StepRepr_ShapeRepresentationRelationship.hxx
-include/OpenCASCADE/Handle_StepRepr_ShapeRepresentationRelationshipWithTransformation.hxx
-include/OpenCASCADE/Handle_StepRepr_SpecifiedHigherUsageOccurrence.hxx
-include/OpenCASCADE/Handle_StepRepr_StructuralResponseProperty.hxx
-include/OpenCASCADE/Handle_StepRepr_StructuralResponsePropertyDefinitionRepresentation.hxx
-include/OpenCASCADE/Handle_StepRepr_SuppliedPartRelationship.hxx
-include/OpenCASCADE/Handle_StepRepr_ValueRange.hxx
-include/OpenCASCADE/Handle_StepSelect_Activator.hxx
-include/OpenCASCADE/Handle_StepSelect_FileModifier.hxx
-include/OpenCASCADE/Handle_StepSelect_FloatFormat.hxx
-include/OpenCASCADE/Handle_StepSelect_ModelModifier.hxx
-include/OpenCASCADE/Handle_StepSelect_StepType.hxx
-include/OpenCASCADE/Handle_StepSelect_WorkLibrary.hxx
-include/OpenCASCADE/Handle_StepShape_AdvancedBrepShapeRepresentation.hxx
-include/OpenCASCADE/Handle_StepShape_AdvancedFace.hxx
-include/OpenCASCADE/Handle_StepShape_AngularLocation.hxx
-include/OpenCASCADE/Handle_StepShape_AngularSize.hxx
-include/OpenCASCADE/Handle_StepShape_Block.hxx
-include/OpenCASCADE/Handle_StepShape_BooleanResult.hxx
-include/OpenCASCADE/Handle_StepShape_BoxDomain.hxx
-include/OpenCASCADE/Handle_StepShape_BoxedHalfSpace.hxx
-include/OpenCASCADE/Handle_StepShape_BrepWithVoids.hxx
-include/OpenCASCADE/Handle_StepShape_ClosedShell.hxx
-include/OpenCASCADE/Handle_StepShape_CompoundShapeRepresentation.hxx
-include/OpenCASCADE/Handle_StepShape_ConnectedEdgeSet.hxx
-include/OpenCASCADE/Handle_StepShape_ConnectedFaceSet.hxx
-include/OpenCASCADE/Handle_StepShape_ConnectedFaceShapeRepresentation.hxx
-include/OpenCASCADE/Handle_StepShape_ConnectedFaceSubSet.hxx
-include/OpenCASCADE/Handle_StepShape_ContextDependentShapeRepresentation.hxx
-include/OpenCASCADE/Handle_StepShape_CsgShapeRepresentation.hxx
-include/OpenCASCADE/Handle_StepShape_CsgSolid.hxx
-include/OpenCASCADE/Handle_StepShape_DefinitionalRepresentationAndShapeRepresentation.hxx
-include/OpenCASCADE/Handle_StepShape_DimensionalCharacteristicRepresentation.hxx
-include/OpenCASCADE/Handle_StepShape_DimensionalLocation.hxx
-include/OpenCASCADE/Handle_StepShape_DimensionalLocationWithPath.hxx
-include/OpenCASCADE/Handle_StepShape_DimensionalSize.hxx
-include/OpenCASCADE/Handle_StepShape_DimensionalSizeWithPath.hxx
-include/OpenCASCADE/Handle_StepShape_DirectedDimensionalLocation.hxx
-include/OpenCASCADE/Handle_StepShape_Edge.hxx
-include/OpenCASCADE/Handle_StepShape_EdgeBasedWireframeModel.hxx
-include/OpenCASCADE/Handle_StepShape_EdgeBasedWireframeShapeRepresentation.hxx
-include/OpenCASCADE/Handle_StepShape_EdgeCurve.hxx
-include/OpenCASCADE/Handle_StepShape_EdgeLoop.hxx
-include/OpenCASCADE/Handle_StepShape_ExtrudedAreaSolid.hxx
-include/OpenCASCADE/Handle_StepShape_ExtrudedFaceSolid.hxx
-include/OpenCASCADE/Handle_StepShape_Face.hxx
-include/OpenCASCADE/Handle_StepShape_FaceBasedSurfaceModel.hxx
-include/OpenCASCADE/Handle_StepShape_FaceBound.hxx
-include/OpenCASCADE/Handle_StepShape_FaceOuterBound.hxx
-include/OpenCASCADE/Handle_StepShape_FaceSurface.hxx
-include/OpenCASCADE/Handle_StepShape_FacetedBrep.hxx
-include/OpenCASCADE/Handle_StepShape_FacetedBrepAndBrepWithVoids.hxx
-include/OpenCASCADE/Handle_StepShape_FacetedBrepShapeRepresentation.hxx
-include/OpenCASCADE/Handle_StepShape_GeometricCurveSet.hxx
-include/OpenCASCADE/Handle_StepShape_GeometricSet.hxx
-include/OpenCASCADE/Handle_StepShape_GeometricallyBoundedSurfaceShapeRepresentation.hxx
-include/OpenCASCADE/Handle_StepShape_GeometricallyBoundedWireframeShapeRepresentation.hxx
-include/OpenCASCADE/Handle_StepShape_HArray1OfConnectedEdgeSet.hxx
-include/OpenCASCADE/Handle_StepShape_HArray1OfConnectedFaceSet.hxx
-include/OpenCASCADE/Handle_StepShape_HArray1OfEdge.hxx
-include/OpenCASCADE/Handle_StepShape_HArray1OfFace.hxx
-include/OpenCASCADE/Handle_StepShape_HArray1OfFaceBound.hxx
-include/OpenCASCADE/Handle_StepShape_HArray1OfGeometricSetSelect.hxx
-include/OpenCASCADE/Handle_StepShape_HArray1OfOrientedClosedShell.hxx
-include/OpenCASCADE/Handle_StepShape_HArray1OfOrientedEdge.hxx
-include/OpenCASCADE/Handle_StepShape_HArray1OfShell.hxx
-include/OpenCASCADE/Handle_StepShape_HArray1OfValueQualifier.hxx
-include/OpenCASCADE/Handle_StepShape_HalfSpaceSolid.hxx
-include/OpenCASCADE/Handle_StepShape_LimitsAndFits.hxx
-include/OpenCASCADE/Handle_StepShape_Loop.hxx
-include/OpenCASCADE/Handle_StepShape_LoopAndPath.hxx
-include/OpenCASCADE/Handle_StepShape_ManifoldSolidBrep.hxx
-include/OpenCASCADE/Handle_StepShape_ManifoldSurfaceShapeRepresentation.hxx
-include/OpenCASCADE/Handle_StepShape_MeasureQualification.hxx
-include/OpenCASCADE/Handle_StepShape_MeasureRepresentationItemAndQualifiedRepresentationItem.hxx
-include/OpenCASCADE/Handle_StepShape_NonManifoldSurfaceShapeRepresentation.hxx
-include/OpenCASCADE/Handle_StepShape_OpenShell.hxx
-include/OpenCASCADE/Handle_StepShape_OrientedClosedShell.hxx
-include/OpenCASCADE/Handle_StepShape_OrientedEdge.hxx
-include/OpenCASCADE/Handle_StepShape_OrientedFace.hxx
-include/OpenCASCADE/Handle_StepShape_OrientedOpenShell.hxx
-include/OpenCASCADE/Handle_StepShape_OrientedPath.hxx
-include/OpenCASCADE/Handle_StepShape_Path.hxx
-include/OpenCASCADE/Handle_StepShape_PlusMinusTolerance.hxx
-include/OpenCASCADE/Handle_StepShape_PointRepresentation.hxx
-include/OpenCASCADE/Handle_StepShape_PolyLoop.hxx
-include/OpenCASCADE/Handle_StepShape_PrecisionQualifier.hxx
-include/OpenCASCADE/Handle_StepShape_QualifiedRepresentationItem.hxx
-include/OpenCASCADE/Handle_StepShape_RevolvedAreaSolid.hxx
-include/OpenCASCADE/Handle_StepShape_RevolvedFaceSolid.hxx
-include/OpenCASCADE/Handle_StepShape_RightAngularWedge.hxx
-include/OpenCASCADE/Handle_StepShape_RightCircularCone.hxx
-include/OpenCASCADE/Handle_StepShape_RightCircularCylinder.hxx
-include/OpenCASCADE/Handle_StepShape_SeamEdge.hxx
-include/OpenCASCADE/Handle_StepShape_ShapeDefinitionRepresentation.hxx
-include/OpenCASCADE/Handle_StepShape_ShapeDimensionRepresentation.hxx
-include/OpenCASCADE/Handle_StepShape_ShapeRepresentation.hxx
-include/OpenCASCADE/Handle_StepShape_ShapeRepresentationWithParameters.hxx
-include/OpenCASCADE/Handle_StepShape_ShellBasedSurfaceModel.hxx
-include/OpenCASCADE/Handle_StepShape_SolidModel.hxx
-include/OpenCASCADE/Handle_StepShape_SolidReplica.hxx
-include/OpenCASCADE/Handle_StepShape_Sphere.hxx
-include/OpenCASCADE/Handle_StepShape_Subedge.hxx
-include/OpenCASCADE/Handle_StepShape_Subface.hxx
-include/OpenCASCADE/Handle_StepShape_SweptAreaSolid.hxx
-include/OpenCASCADE/Handle_StepShape_SweptFaceSolid.hxx
-include/OpenCASCADE/Handle_StepShape_ToleranceValue.hxx
-include/OpenCASCADE/Handle_StepShape_TopologicalRepresentationItem.hxx
-include/OpenCASCADE/Handle_StepShape_Torus.hxx
-include/OpenCASCADE/Handle_StepShape_TransitionalShapeRepresentation.hxx
-include/OpenCASCADE/Handle_StepShape_TypeQualifier.hxx
-include/OpenCASCADE/Handle_StepShape_Vertex.hxx
-include/OpenCASCADE/Handle_StepShape_VertexLoop.hxx
-include/OpenCASCADE/Handle_StepShape_VertexPoint.hxx
-include/OpenCASCADE/Handle_StepToTopoDS_DataMapNodeOfDataMapOfRI.hxx
-include/OpenCASCADE/Handle_StepToTopoDS_DataMapNodeOfDataMapOfRINames.hxx
-include/OpenCASCADE/Handle_StepToTopoDS_DataMapNodeOfDataMapOfTRI.hxx
-include/OpenCASCADE/Handle_StepToTopoDS_DataMapNodeOfPointEdgeMap.hxx
-include/OpenCASCADE/Handle_StepToTopoDS_DataMapNodeOfPointVertexMap.hxx
-include/OpenCASCADE/Handle_StepVisual_AnnotationOccurrence.hxx
-include/OpenCASCADE/Handle_StepVisual_AnnotationText.hxx
-include/OpenCASCADE/Handle_StepVisual_AnnotationTextOccurrence.hxx
-include/OpenCASCADE/Handle_StepVisual_AreaInSet.hxx
-include/OpenCASCADE/Handle_StepVisual_BackgroundColour.hxx
-include/OpenCASCADE/Handle_StepVisual_CameraImage.hxx
-include/OpenCASCADE/Handle_StepVisual_CameraImage2dWithScale.hxx
-include/OpenCASCADE/Handle_StepVisual_CameraImage3dWithScale.hxx
-include/OpenCASCADE/Handle_StepVisual_CameraModel.hxx
-include/OpenCASCADE/Handle_StepVisual_CameraModelD2.hxx
-include/OpenCASCADE/Handle_StepVisual_CameraModelD3.hxx
-include/OpenCASCADE/Handle_StepVisual_CameraUsage.hxx
-include/OpenCASCADE/Handle_StepVisual_Colour.hxx
-include/OpenCASCADE/Handle_StepVisual_ColourRgb.hxx
-include/OpenCASCADE/Handle_StepVisual_ColourSpecification.hxx
-include/OpenCASCADE/Handle_StepVisual_CompositeText.hxx
-include/OpenCASCADE/Handle_StepVisual_CompositeTextWithExtent.hxx
-include/OpenCASCADE/Handle_StepVisual_ContextDependentInvisibility.hxx
-include/OpenCASCADE/Handle_StepVisual_ContextDependentOverRidingStyledItem.hxx
-include/OpenCASCADE/Handle_StepVisual_CurveStyle.hxx
-include/OpenCASCADE/Handle_StepVisual_CurveStyleFont.hxx
-include/OpenCASCADE/Handle_StepVisual_CurveStyleFontPattern.hxx
-include/OpenCASCADE/Handle_StepVisual_DraughtingAnnotationOccurrence.hxx
-include/OpenCASCADE/Handle_StepVisual_DraughtingModel.hxx
-include/OpenCASCADE/Handle_StepVisual_DraughtingPreDefinedColour.hxx
-include/OpenCASCADE/Handle_StepVisual_DraughtingPreDefinedCurveFont.hxx
-include/OpenCASCADE/Handle_StepVisual_ExternallyDefinedCurveFont.hxx
-include/OpenCASCADE/Handle_StepVisual_ExternallyDefinedTextFont.hxx
-include/OpenCASCADE/Handle_StepVisual_FillAreaStyle.hxx
-include/OpenCASCADE/Handle_StepVisual_FillAreaStyleColour.hxx
-include/OpenCASCADE/Handle_StepVisual_HArray1OfBoxCharacteristicSelect.hxx
-include/OpenCASCADE/Handle_StepVisual_HArray1OfCurveStyleFontPattern.hxx
-include/OpenCASCADE/Handle_StepVisual_HArray1OfDirectionCountSelect.hxx
-include/OpenCASCADE/Handle_StepVisual_HArray1OfFillStyleSelect.hxx
-include/OpenCASCADE/Handle_StepVisual_HArray1OfInvisibleItem.hxx
-include/OpenCASCADE/Handle_StepVisual_HArray1OfLayeredItem.hxx
-include/OpenCASCADE/Handle_StepVisual_HArray1OfPresentationStyleAssignment.hxx
-include/OpenCASCADE/Handle_StepVisual_HArray1OfPresentationStyleSelect.hxx
-include/OpenCASCADE/Handle_StepVisual_HArray1OfStyleContextSelect.hxx
-include/OpenCASCADE/Handle_StepVisual_HArray1OfSurfaceStyleElementSelect.hxx
-include/OpenCASCADE/Handle_StepVisual_HArray1OfTextOrCharacter.hxx
-include/OpenCASCADE/Handle_StepVisual_Invisibility.hxx
-include/OpenCASCADE/Handle_StepVisual_MarkerMember.hxx
-include/OpenCASCADE/Handle_StepVisual_MechanicalDesignGeometricPresentationArea.hxx
-include/OpenCASCADE/Handle_StepVisual_MechanicalDesignGeometricPresentationRepresentation.hxx
-include/OpenCASCADE/Handle_StepVisual_OverRidingStyledItem.hxx
-include/OpenCASCADE/Handle_StepVisual_PlanarBox.hxx
-include/OpenCASCADE/Handle_StepVisual_PlanarExtent.hxx
-include/OpenCASCADE/Handle_StepVisual_PointStyle.hxx
-include/OpenCASCADE/Handle_StepVisual_PreDefinedColour.hxx
-include/OpenCASCADE/Handle_StepVisual_PreDefinedCurveFont.hxx
-include/OpenCASCADE/Handle_StepVisual_PreDefinedItem.hxx
-include/OpenCASCADE/Handle_StepVisual_PreDefinedTextFont.hxx
-include/OpenCASCADE/Handle_StepVisual_PresentationArea.hxx
-include/OpenCASCADE/Handle_StepVisual_PresentationLayerAssignment.hxx
-include/OpenCASCADE/Handle_StepVisual_PresentationLayerUsage.hxx
-include/OpenCASCADE/Handle_StepVisual_PresentationRepresentation.hxx
-include/OpenCASCADE/Handle_StepVisual_PresentationSet.hxx
-include/OpenCASCADE/Handle_StepVisual_PresentationSize.hxx
-include/OpenCASCADE/Handle_StepVisual_PresentationStyleAssignment.hxx
-include/OpenCASCADE/Handle_StepVisual_PresentationStyleByContext.hxx
-include/OpenCASCADE/Handle_StepVisual_PresentationView.hxx
-include/OpenCASCADE/Handle_StepVisual_PresentedItem.hxx
-include/OpenCASCADE/Handle_StepVisual_PresentedItemRepresentation.hxx
-include/OpenCASCADE/Handle_StepVisual_StyledItem.hxx
-include/OpenCASCADE/Handle_StepVisual_SurfaceSideStyle.hxx
-include/OpenCASCADE/Handle_StepVisual_SurfaceStyleBoundary.hxx
-include/OpenCASCADE/Handle_StepVisual_SurfaceStyleControlGrid.hxx
-include/OpenCASCADE/Handle_StepVisual_SurfaceStyleFillArea.hxx
-include/OpenCASCADE/Handle_StepVisual_SurfaceStyleParameterLine.hxx
-include/OpenCASCADE/Handle_StepVisual_SurfaceStyleSegmentationCurve.hxx
-include/OpenCASCADE/Handle_StepVisual_SurfaceStyleSilhouette.hxx
-include/OpenCASCADE/Handle_StepVisual_SurfaceStyleUsage.hxx
-include/OpenCASCADE/Handle_StepVisual_Template.hxx
-include/OpenCASCADE/Handle_StepVisual_TemplateInstance.hxx
-include/OpenCASCADE/Handle_StepVisual_TextLiteral.hxx
-include/OpenCASCADE/Handle_StepVisual_TextStyle.hxx
-include/OpenCASCADE/Handle_StepVisual_TextStyleForDefinedFont.hxx
-include/OpenCASCADE/Handle_StepVisual_TextStyleWithBoxCharacteristics.hxx
-include/OpenCASCADE/Handle_StepVisual_ViewVolume.hxx
-include/OpenCASCADE/Handle_StlMesh_Mesh.hxx
-include/OpenCASCADE/Handle_StlMesh_MeshDomain.hxx
-include/OpenCASCADE/Handle_StlMesh_MeshTriangle.hxx
-include/OpenCASCADE/Handle_StlMesh_SequenceNodeOfSequenceOfMesh.hxx
-include/OpenCASCADE/Handle_StlMesh_SequenceNodeOfSequenceOfMeshDomain.hxx
-include/OpenCASCADE/Handle_StlMesh_SequenceNodeOfSequenceOfMeshTriangle.hxx
-include/OpenCASCADE/Handle_Storage_CallBack.hxx
-include/OpenCASCADE/Handle_Storage_Data.hxx
-include/OpenCASCADE/Handle_Storage_DataMapNodeOfMapOfCallBack.hxx
-include/OpenCASCADE/Handle_Storage_DataMapNodeOfMapOfPers.hxx
-include/OpenCASCADE/Handle_Storage_DefaultCallBack.hxx
-include/OpenCASCADE/Handle_Storage_HArrayOfCallBack.hxx
-include/OpenCASCADE/Handle_Storage_HArrayOfSchema.hxx
-include/OpenCASCADE/Handle_Storage_HPArray.hxx
-include/OpenCASCADE/Handle_Storage_HSeqOfRoot.hxx
-include/OpenCASCADE/Handle_Storage_HeaderData.hxx
-include/OpenCASCADE/Handle_Storage_IndexedDataMapNodeOfPType.hxx
-include/OpenCASCADE/Handle_Storage_InternalData.hxx
-include/OpenCASCADE/Handle_Storage_Root.hxx
-include/OpenCASCADE/Handle_Storage_RootData.hxx
-include/OpenCASCADE/Handle_Storage_Schema.hxx
-include/OpenCASCADE/Handle_Storage_SequenceNodeOfSeqOfRoot.hxx
-include/OpenCASCADE/Handle_Storage_StreamExtCharParityError.hxx
-include/OpenCASCADE/Handle_Storage_StreamFormatError.hxx
-include/OpenCASCADE/Handle_Storage_StreamModeError.hxx
-include/OpenCASCADE/Handle_Storage_StreamReadError.hxx
-include/OpenCASCADE/Handle_Storage_StreamTypeMismatchError.hxx
-include/OpenCASCADE/Handle_Storage_StreamUnknownTypeError.hxx
-include/OpenCASCADE/Handle_Storage_StreamWriteError.hxx
-include/OpenCASCADE/Handle_Storage_TypeData.hxx
-include/OpenCASCADE/Handle_Storage_TypedCallBack.hxx
-include/OpenCASCADE/Handle_TColGeom2d_HArray1OfBSplineCurve.hxx
-include/OpenCASCADE/Handle_TColGeom2d_HArray1OfBezierCurve.hxx
-include/OpenCASCADE/Handle_TColGeom2d_HArray1OfCurve.hxx
-include/OpenCASCADE/Handle_TColGeom2d_HSequenceOfBoundedCurve.hxx
-include/OpenCASCADE/Handle_TColGeom2d_HSequenceOfCurve.hxx
-include/OpenCASCADE/Handle_TColGeom2d_SequenceNodeOfSequenceOfBoundedCurve.hxx
-include/OpenCASCADE/Handle_TColGeom2d_SequenceNodeOfSequenceOfCurve.hxx
-include/OpenCASCADE/Handle_TColGeom2d_SequenceNodeOfSequenceOfGeometry.hxx
-include/OpenCASCADE/Handle_TColGeom_HArray1OfBSplineCurve.hxx
-include/OpenCASCADE/Handle_TColGeom_HArray1OfBezierCurve.hxx
-include/OpenCASCADE/Handle_TColGeom_HArray1OfCurve.hxx
-include/OpenCASCADE/Handle_TColGeom_HArray1OfSurface.hxx
-include/OpenCASCADE/Handle_TColGeom_HArray2OfSurface.hxx
-include/OpenCASCADE/Handle_TColGeom_HSequenceOfBoundedCurve.hxx
-include/OpenCASCADE/Handle_TColGeom_HSequenceOfCurve.hxx
-include/OpenCASCADE/Handle_TColGeom_SequenceNodeOfSequenceOfBoundedCurve.hxx
-include/OpenCASCADE/Handle_TColGeom_SequenceNodeOfSequenceOfCurve.hxx
-include/OpenCASCADE/Handle_TColGeom_SequenceNodeOfSequenceOfSurface.hxx
-include/OpenCASCADE/Handle_TColQuantity_HArray1OfLength.hxx
-include/OpenCASCADE/Handle_TColQuantity_HArray2OfLength.hxx
-include/OpenCASCADE/Handle_TColStd_DataMapNodeOfDataMapOfAsciiStringInteger.hxx
-include/OpenCASCADE/Handle_TColStd_DataMapNodeOfDataMapOfIntegerInteger.hxx
-include/OpenCASCADE/Handle_TColStd_DataMapNodeOfDataMapOfIntegerListOfInteger.hxx
-include/OpenCASCADE/Handle_TColStd_DataMapNodeOfDataMapOfIntegerReal.hxx
-include/OpenCASCADE/Handle_TColStd_DataMapNodeOfDataMapOfIntegerTransient.hxx
-include/OpenCASCADE/Handle_TColStd_DataMapNodeOfDataMapOfStringInteger.hxx
-include/OpenCASCADE/Handle_TColStd_DataMapNodeOfDataMapOfTransientTransient.hxx
-include/OpenCASCADE/Handle_TColStd_HArray1OfAsciiString.hxx
-include/OpenCASCADE/Handle_TColStd_HArray1OfBoolean.hxx
-include/OpenCASCADE/Handle_TColStd_HArray1OfByte.hxx
-include/OpenCASCADE/Handle_TColStd_HArray1OfCharacter.hxx
-include/OpenCASCADE/Handle_TColStd_HArray1OfExtendedString.hxx
-include/OpenCASCADE/Handle_TColStd_HArray1OfInteger.hxx
-include/OpenCASCADE/Handle_TColStd_HArray1OfListOfInteger.hxx
-include/OpenCASCADE/Handle_TColStd_HArray1OfReal.hxx
-include/OpenCASCADE/Handle_TColStd_HArray1OfTransient.hxx
-include/OpenCASCADE/Handle_TColStd_HArray2OfBoolean.hxx
-include/OpenCASCADE/Handle_TColStd_HArray2OfCharacter.hxx
-include/OpenCASCADE/Handle_TColStd_HArray2OfInteger.hxx
-include/OpenCASCADE/Handle_TColStd_HArray2OfReal.hxx
-include/OpenCASCADE/Handle_TColStd_HArray2OfTransient.hxx
-include/OpenCASCADE/Handle_TColStd_HPackedMapOfInteger.hxx
-include/OpenCASCADE/Handle_TColStd_HSequenceOfAsciiString.hxx
-include/OpenCASCADE/Handle_TColStd_HSequenceOfExtendedString.hxx
-include/OpenCASCADE/Handle_TColStd_HSequenceOfHAsciiString.hxx
-include/OpenCASCADE/Handle_TColStd_HSequenceOfHExtendedString.hxx
-include/OpenCASCADE/Handle_TColStd_HSequenceOfInteger.hxx
-include/OpenCASCADE/Handle_TColStd_HSequenceOfReal.hxx
-include/OpenCASCADE/Handle_TColStd_HSequenceOfTransient.hxx
-include/OpenCASCADE/Handle_TColStd_IndexedDataMapNodeOfIndexedDataMapOfTransientTransient.hxx
-include/OpenCASCADE/Handle_TColStd_IndexedMapNodeOfIndexedMapOfInteger.hxx
-include/OpenCASCADE/Handle_TColStd_IndexedMapNodeOfIndexedMapOfReal.hxx
-include/OpenCASCADE/Handle_TColStd_IndexedMapNodeOfIndexedMapOfTransient.hxx
-include/OpenCASCADE/Handle_TColStd_ListNodeOfListOfAsciiString.hxx
-include/OpenCASCADE/Handle_TColStd_ListNodeOfListOfInteger.hxx
-include/OpenCASCADE/Handle_TColStd_ListNodeOfListOfReal.hxx
-include/OpenCASCADE/Handle_TColStd_ListNodeOfListOfTransient.hxx
-include/OpenCASCADE/Handle_TColStd_SequenceNodeOfSequenceOfAddress.hxx
-include/OpenCASCADE/Handle_TColStd_SequenceNodeOfSequenceOfAsciiString.hxx
-include/OpenCASCADE/Handle_TColStd_SequenceNodeOfSequenceOfBoolean.hxx
-include/OpenCASCADE/Handle_TColStd_SequenceNodeOfSequenceOfExtendedString.hxx
-include/OpenCASCADE/Handle_TColStd_SequenceNodeOfSequenceOfHAsciiString.hxx
-include/OpenCASCADE/Handle_TColStd_SequenceNodeOfSequenceOfHExtendedString.hxx
-include/OpenCASCADE/Handle_TColStd_SequenceNodeOfSequenceOfInteger.hxx
-include/OpenCASCADE/Handle_TColStd_SequenceNodeOfSequenceOfReal.hxx
-include/OpenCASCADE/Handle_TColStd_SequenceNodeOfSequenceOfTransient.hxx
-include/OpenCASCADE/Handle_TColStd_StdMapNodeOfMapOfAsciiString.hxx
-include/OpenCASCADE/Handle_TColStd_StdMapNodeOfMapOfInteger.hxx
-include/OpenCASCADE/Handle_TColStd_StdMapNodeOfMapOfReal.hxx
-include/OpenCASCADE/Handle_TColStd_StdMapNodeOfMapOfTransient.hxx
-include/OpenCASCADE/Handle_TColgp_HArray1OfCirc2d.hxx
-include/OpenCASCADE/Handle_TColgp_HArray1OfDir.hxx
-include/OpenCASCADE/Handle_TColgp_HArray1OfDir2d.hxx
-include/OpenCASCADE/Handle_TColgp_HArray1OfLin2d.hxx
-include/OpenCASCADE/Handle_TColgp_HArray1OfPnt.hxx
-include/OpenCASCADE/Handle_TColgp_HArray1OfPnt2d.hxx
-include/OpenCASCADE/Handle_TColgp_HArray1OfVec.hxx
-include/OpenCASCADE/Handle_TColgp_HArray1OfVec2d.hxx
-include/OpenCASCADE/Handle_TColgp_HArray1OfXY.hxx
-include/OpenCASCADE/Handle_TColgp_HArray1OfXYZ.hxx
-include/OpenCASCADE/Handle_TColgp_HArray2OfCirc2d.hxx
-include/OpenCASCADE/Handle_TColgp_HArray2OfDir.hxx
-include/OpenCASCADE/Handle_TColgp_HArray2OfDir2d.hxx
-include/OpenCASCADE/Handle_TColgp_HArray2OfLin2d.hxx
-include/OpenCASCADE/Handle_TColgp_HArray2OfPnt.hxx
-include/OpenCASCADE/Handle_TColgp_HArray2OfPnt2d.hxx
-include/OpenCASCADE/Handle_TColgp_HArray2OfVec.hxx
-include/OpenCASCADE/Handle_TColgp_HArray2OfVec2d.hxx
-include/OpenCASCADE/Handle_TColgp_HArray2OfXY.hxx
-include/OpenCASCADE/Handle_TColgp_HArray2OfXYZ.hxx
-include/OpenCASCADE/Handle_TColgp_HSequenceOfDir.hxx
-include/OpenCASCADE/Handle_TColgp_HSequenceOfDir2d.hxx
-include/OpenCASCADE/Handle_TColgp_HSequenceOfPnt.hxx
-include/OpenCASCADE/Handle_TColgp_HSequenceOfPnt2d.hxx
-include/OpenCASCADE/Handle_TColgp_HSequenceOfVec.hxx
-include/OpenCASCADE/Handle_TColgp_HSequenceOfVec2d.hxx
-include/OpenCASCADE/Handle_TColgp_HSequenceOfXY.hxx
-include/OpenCASCADE/Handle_TColgp_HSequenceOfXYZ.hxx
-include/OpenCASCADE/Handle_TColgp_SequenceNodeOfSequenceOfArray1OfPnt2d.hxx
-include/OpenCASCADE/Handle_TColgp_SequenceNodeOfSequenceOfAx1.hxx
-include/OpenCASCADE/Handle_TColgp_SequenceNodeOfSequenceOfDir.hxx
-include/OpenCASCADE/Handle_TColgp_SequenceNodeOfSequenceOfDir2d.hxx
-include/OpenCASCADE/Handle_TColgp_SequenceNodeOfSequenceOfPnt.hxx
-include/OpenCASCADE/Handle_TColgp_SequenceNodeOfSequenceOfPnt2d.hxx
-include/OpenCASCADE/Handle_TColgp_SequenceNodeOfSequenceOfVec.hxx
-include/OpenCASCADE/Handle_TColgp_SequenceNodeOfSequenceOfVec2d.hxx
-include/OpenCASCADE/Handle_TColgp_SequenceNodeOfSequenceOfXY.hxx
-include/OpenCASCADE/Handle_TColgp_SequenceNodeOfSequenceOfXYZ.hxx
-include/OpenCASCADE/Handle_TCollection_HAsciiString.hxx
-include/OpenCASCADE/Handle_TCollection_HExtendedString.hxx
-include/OpenCASCADE/Handle_TCollection_MapNode.hxx
-include/OpenCASCADE/Handle_TCollection_SeqNode.hxx
-include/OpenCASCADE/Handle_TDF_Attribute.hxx
-include/OpenCASCADE/Handle_TDF_AttributeDelta.hxx
-include/OpenCASCADE/Handle_TDF_Data.hxx
-include/OpenCASCADE/Handle_TDF_DataMapNodeOfAttributeDataMap.hxx
-include/OpenCASCADE/Handle_TDF_DataMapNodeOfLabelDataMap.hxx
-include/OpenCASCADE/Handle_TDF_DataMapNodeOfLabelIntegerMap.hxx
-include/OpenCASCADE/Handle_TDF_DataSet.hxx
-include/OpenCASCADE/Handle_TDF_DefaultDeltaOnModification.hxx
-include/OpenCASCADE/Handle_TDF_DefaultDeltaOnRemoval.hxx
-include/OpenCASCADE/Handle_TDF_Delta.hxx
-include/OpenCASCADE/Handle_TDF_DeltaOnAddition.hxx
-include/OpenCASCADE/Handle_TDF_DeltaOnForget.hxx
-include/OpenCASCADE/Handle_TDF_DeltaOnModification.hxx
-include/OpenCASCADE/Handle_TDF_DeltaOnRemoval.hxx
-include/OpenCASCADE/Handle_TDF_DeltaOnResume.hxx
-include/OpenCASCADE/Handle_TDF_DoubleMapNodeOfAttributeDoubleMap.hxx
-include/OpenCASCADE/Handle_TDF_DoubleMapNodeOfGUIDProgIDMap.hxx
-include/OpenCASCADE/Handle_TDF_DoubleMapNodeOfLabelDoubleMap.hxx
-include/OpenCASCADE/Handle_TDF_HAttributeArray1.hxx
-include/OpenCASCADE/Handle_TDF_IndexedMapNodeOfAttributeIndexedMap.hxx
-include/OpenCASCADE/Handle_TDF_IndexedMapNodeOfLabelIndexedMap.hxx
-include/OpenCASCADE/Handle_TDF_ListNodeOfAttributeDeltaList.hxx
-include/OpenCASCADE/Handle_TDF_ListNodeOfAttributeList.hxx
-include/OpenCASCADE/Handle_TDF_ListNodeOfDeltaList.hxx
-include/OpenCASCADE/Handle_TDF_ListNodeOfIDList.hxx
-include/OpenCASCADE/Handle_TDF_ListNodeOfLabelList.hxx
-include/OpenCASCADE/Handle_TDF_Reference.hxx
-include/OpenCASCADE/Handle_TDF_RelocationTable.hxx
-include/OpenCASCADE/Handle_TDF_SequenceNodeOfAttributeSequence.hxx
-include/OpenCASCADE/Handle_TDF_SequenceNodeOfLabelSequence.hxx
-include/OpenCASCADE/Handle_TDF_StdMapNodeOfAttributeMap.hxx
-include/OpenCASCADE/Handle_TDF_StdMapNodeOfIDMap.hxx
-include/OpenCASCADE/Handle_TDF_StdMapNodeOfLabelMap.hxx
-include/OpenCASCADE/Handle_TDF_TagSource.hxx
-include/OpenCASCADE/Handle_TDataStd_AsciiString.hxx
-include/OpenCASCADE/Handle_TDataStd_BooleanArray.hxx
-include/OpenCASCADE/Handle_TDataStd_BooleanList.hxx
-include/OpenCASCADE/Handle_TDataStd_ByteArray.hxx
-include/OpenCASCADE/Handle_TDataStd_Comment.hxx
-include/OpenCASCADE/Handle_TDataStd_Current.hxx
-include/OpenCASCADE/Handle_TDataStd_DataMapNodeOfDataMapOfStringByte.hxx
-include/OpenCASCADE/Handle_TDataStd_DataMapNodeOfDataMapOfStringHArray1OfInteger.hxx
-include/OpenCASCADE/Handle_TDataStd_DataMapNodeOfDataMapOfStringHArray1OfReal.hxx
-include/OpenCASCADE/Handle_TDataStd_DataMapNodeOfDataMapOfStringReal.hxx
-include/OpenCASCADE/Handle_TDataStd_DataMapNodeOfDataMapOfStringString.hxx
-include/OpenCASCADE/Handle_TDataStd_DeltaOnModificationOfByteArray.hxx
-include/OpenCASCADE/Handle_TDataStd_DeltaOnModificationOfExtStringArray.hxx
-include/OpenCASCADE/Handle_TDataStd_DeltaOnModificationOfIntArray.hxx
-include/OpenCASCADE/Handle_TDataStd_DeltaOnModificationOfIntPackedMap.hxx
-include/OpenCASCADE/Handle_TDataStd_DeltaOnModificationOfRealArray.hxx
-include/OpenCASCADE/Handle_TDataStd_Directory.hxx
-include/OpenCASCADE/Handle_TDataStd_Expression.hxx
-include/OpenCASCADE/Handle_TDataStd_ExtStringArray.hxx
-include/OpenCASCADE/Handle_TDataStd_ExtStringList.hxx
-include/OpenCASCADE/Handle_TDataStd_HDataMapOfStringByte.hxx
-include/OpenCASCADE/Handle_TDataStd_HDataMapOfStringHArray1OfInteger.hxx
-include/OpenCASCADE/Handle_TDataStd_HDataMapOfStringHArray1OfReal.hxx
-include/OpenCASCADE/Handle_TDataStd_HDataMapOfStringInteger.hxx
-include/OpenCASCADE/Handle_TDataStd_HDataMapOfStringReal.hxx
-include/OpenCASCADE/Handle_TDataStd_HDataMapOfStringString.hxx
-include/OpenCASCADE/Handle_TDataStd_HLabelArray1.hxx
-include/OpenCASCADE/Handle_TDataStd_IntPackedMap.hxx
-include/OpenCASCADE/Handle_TDataStd_Integer.hxx
-include/OpenCASCADE/Handle_TDataStd_IntegerArray.hxx
-include/OpenCASCADE/Handle_TDataStd_IntegerList.hxx
-include/OpenCASCADE/Handle_TDataStd_ListNodeOfListOfByte.hxx
-include/OpenCASCADE/Handle_TDataStd_ListNodeOfListOfExtendedString.hxx
-include/OpenCASCADE/Handle_TDataStd_Name.hxx
-include/OpenCASCADE/Handle_TDataStd_NamedData.hxx
-include/OpenCASCADE/Handle_TDataStd_NoteBook.hxx
-include/OpenCASCADE/Handle_TDataStd_Real.hxx
-include/OpenCASCADE/Handle_TDataStd_RealArray.hxx
-include/OpenCASCADE/Handle_TDataStd_RealList.hxx
-include/OpenCASCADE/Handle_TDataStd_ReferenceArray.hxx
-include/OpenCASCADE/Handle_TDataStd_ReferenceList.hxx
-include/OpenCASCADE/Handle_TDataStd_Relation.hxx
-include/OpenCASCADE/Handle_TDataStd_Tick.hxx
-include/OpenCASCADE/Handle_TDataStd_TreeNode.hxx
-include/OpenCASCADE/Handle_TDataStd_UAttribute.hxx
-include/OpenCASCADE/Handle_TDataStd_Variable.hxx
-include/OpenCASCADE/Handle_TDataXtd_Axis.hxx
-include/OpenCASCADE/Handle_TDataXtd_Constraint.hxx
-include/OpenCASCADE/Handle_TDataXtd_Geometry.hxx
-include/OpenCASCADE/Handle_TDataXtd_HArray1OfTrsf.hxx
-include/OpenCASCADE/Handle_TDataXtd_Pattern.hxx
-include/OpenCASCADE/Handle_TDataXtd_PatternStd.hxx
-include/OpenCASCADE/Handle_TDataXtd_Placement.hxx
-include/OpenCASCADE/Handle_TDataXtd_Plane.hxx
-include/OpenCASCADE/Handle_TDataXtd_Point.hxx
-include/OpenCASCADE/Handle_TDataXtd_Position.hxx
-include/OpenCASCADE/Handle_TDataXtd_Shape.hxx
-include/OpenCASCADE/Handle_TDocStd_Application.hxx
-include/OpenCASCADE/Handle_TDocStd_ApplicationDelta.hxx
-include/OpenCASCADE/Handle_TDocStd_CompoundDelta.hxx
-include/OpenCASCADE/Handle_TDocStd_DataMapNodeOfLabelIDMapDataMap.hxx
-include/OpenCASCADE/Handle_TDocStd_Document.hxx
-include/OpenCASCADE/Handle_TDocStd_Modified.hxx
-include/OpenCASCADE/Handle_TDocStd_MultiTransactionManager.hxx
-include/OpenCASCADE/Handle_TDocStd_Owner.hxx
-include/OpenCASCADE/Handle_TDocStd_SequenceNodeOfSequenceOfApplicationDelta.hxx
-include/OpenCASCADE/Handle_TDocStd_SequenceNodeOfSequenceOfDocument.hxx
-include/OpenCASCADE/Handle_TDocStd_XLink.hxx
-include/OpenCASCADE/Handle_TDocStd_XLinkRoot.hxx
-include/OpenCASCADE/Handle_TFunction_DataMapNodeOfDataMapOfGUIDDriver.hxx
-include/OpenCASCADE/Handle_TFunction_DataMapNodeOfDataMapOfLabelListOfLabel.hxx
-include/OpenCASCADE/Handle_TFunction_DoubleMapNodeOfDoubleMapOfIntegerLabel.hxx
-include/OpenCASCADE/Handle_TFunction_Driver.hxx
-include/OpenCASCADE/Handle_TFunction_DriverTable.hxx
-include/OpenCASCADE/Handle_TFunction_Function.hxx
-include/OpenCASCADE/Handle_TFunction_GraphNode.hxx
-include/OpenCASCADE/Handle_TFunction_HArray1OfDataMapOfGUIDDriver.hxx
-include/OpenCASCADE/Handle_TFunction_Scope.hxx
-include/OpenCASCADE/Handle_TNaming_DataMapNodeOfDataMapOfShapePtrRefShape.hxx
-include/OpenCASCADE/Handle_TNaming_DataMapNodeOfDataMapOfShapeShapesSet.hxx
-include/OpenCASCADE/Handle_TNaming_DeltaOnModification.hxx
-include/OpenCASCADE/Handle_TNaming_DeltaOnRemoval.hxx
-include/OpenCASCADE/Handle_TNaming_ListNodeOfListOfIndexedDataMapOfShapeListOfShape.hxx
-include/OpenCASCADE/Handle_TNaming_ListNodeOfListOfMapOfShape.hxx
-include/OpenCASCADE/Handle_TNaming_ListNodeOfListOfNamedShape.hxx
-include/OpenCASCADE/Handle_TNaming_NamedShape.hxx
-include/OpenCASCADE/Handle_TNaming_Naming.hxx
-include/OpenCASCADE/Handle_TNaming_StdMapNodeOfMapOfNamedShape.hxx
-include/OpenCASCADE/Handle_TNaming_TranslateTool.hxx
-include/OpenCASCADE/Handle_TNaming_UsedShapes.hxx
-include/OpenCASCADE/Handle_TObj_Model.hxx
-include/OpenCASCADE/Handle_TObj_Object.hxx
-include/OpenCASCADE/Handle_TPrsStd_AISPresentation.hxx
-include/OpenCASCADE/Handle_TPrsStd_AISViewer.hxx
-include/OpenCASCADE/Handle_TPrsStd_AxisDriver.hxx
-include/OpenCASCADE/Handle_TPrsStd_ConstraintDriver.hxx
-include/OpenCASCADE/Handle_TPrsStd_DataMapNodeOfDataMapOfGUIDDriver.hxx
-include/OpenCASCADE/Handle_TPrsStd_Driver.hxx
-include/OpenCASCADE/Handle_TPrsStd_DriverTable.hxx
-include/OpenCASCADE/Handle_TPrsStd_GeometryDriver.hxx
-include/OpenCASCADE/Handle_TPrsStd_NamedShapeDriver.hxx
-include/OpenCASCADE/Handle_TPrsStd_PlaneDriver.hxx
-include/OpenCASCADE/Handle_TPrsStd_PointDriver.hxx
-include/OpenCASCADE/Handle_TShort_HArray1OfShortReal.hxx
-include/OpenCASCADE/Handle_TShort_HArray2OfShortReal.hxx
-include/OpenCASCADE/Handle_TShort_HSequenceOfShortReal.hxx
-include/OpenCASCADE/Handle_TShort_SequenceNodeOfSequenceOfShortReal.hxx
-include/OpenCASCADE/Handle_TestTopOpeDraw_DrawableC2D.hxx
-include/OpenCASCADE/Handle_TestTopOpeDraw_DrawableC3D.hxx
-include/OpenCASCADE/Handle_TestTopOpeDraw_DrawableMesure.hxx
-include/OpenCASCADE/Handle_TestTopOpeDraw_DrawableP2D.hxx
-include/OpenCASCADE/Handle_TestTopOpeDraw_DrawableP3D.hxx
-include/OpenCASCADE/Handle_TestTopOpeDraw_DrawableSHA.hxx
-include/OpenCASCADE/Handle_TestTopOpeDraw_DrawableSUR.hxx
-include/OpenCASCADE/Handle_TestTopOpeDraw_HArray1OfDrawableMesure.hxx
-include/OpenCASCADE/Handle_TestTopOpeDraw_HArray1OfDrawableP3D.hxx
-include/OpenCASCADE/Handle_TestTopOpeDraw_ListNodeOfListOfPnt2d.hxx
-include/OpenCASCADE/Handle_TestTopOpeTools_HArray1OfMesure.hxx
-include/OpenCASCADE/Handle_TopBas_ListNodeOfListOfTestInterference.hxx
-include/OpenCASCADE/Handle_TopLoc_Datum3D.hxx
-include/OpenCASCADE/Handle_TopLoc_IndexedMapNodeOfIndexedMapOfLocation.hxx
-include/OpenCASCADE/Handle_TopLoc_SListNodeOfItemLocation.hxx
-include/OpenCASCADE/Handle_TopLoc_StdMapNodeOfMapOfLocation.hxx
-include/OpenCASCADE/Handle_TopOpeBRepBuild_DataMapNodeOfDataMapOfShapeListOfShapeListOfShape.hxx
-include/OpenCASCADE/Handle_TopOpeBRepBuild_HBuilder.hxx
-include/OpenCASCADE/Handle_TopOpeBRepBuild_IndexedDataMapNodeOfIndexedDataMapOfShapeVertexInfo.hxx
-include/OpenCASCADE/Handle_TopOpeBRepBuild_ListNodeOfListOfListOfLoop.hxx
-include/OpenCASCADE/Handle_TopOpeBRepBuild_ListNodeOfListOfLoop.hxx
-include/OpenCASCADE/Handle_TopOpeBRepBuild_ListNodeOfListOfPave.hxx
-include/OpenCASCADE/Handle_TopOpeBRepBuild_ListNodeOfListOfShapeListOfShape.hxx
-include/OpenCASCADE/Handle_TopOpeBRepBuild_Loop.hxx
-include/OpenCASCADE/Handle_TopOpeBRepBuild_Pave.hxx
-include/OpenCASCADE/Handle_TopOpeBRepDS_Association.hxx
-include/OpenCASCADE/Handle_TopOpeBRepDS_Check.hxx
-include/OpenCASCADE/Handle_TopOpeBRepDS_CurvePointInterference.hxx
-include/OpenCASCADE/Handle_TopOpeBRepDS_DataMapNodeOfDataMapOfCheckStatus.hxx
-include/OpenCASCADE/Handle_TopOpeBRepDS_DataMapNodeOfDataMapOfIntegerListOfInterference.hxx
-include/OpenCASCADE/Handle_TopOpeBRepDS_DataMapNodeOfDataMapOfInterferenceListOfInterference.hxx
-include/OpenCASCADE/Handle_TopOpeBRepDS_DataMapNodeOfDataMapOfInterferenceShape.hxx
-include/OpenCASCADE/Handle_TopOpeBRepDS_DataMapNodeOfDataMapOfShapeListOfShapeOn1State.hxx
-include/OpenCASCADE/Handle_TopOpeBRepDS_DataMapNodeOfDataMapOfShapeState.hxx
-include/OpenCASCADE/Handle_TopOpeBRepDS_DataMapNodeOfMapOfCurve.hxx
-include/OpenCASCADE/Handle_TopOpeBRepDS_DataMapNodeOfMapOfIntegerShapeData.hxx
-include/OpenCASCADE/Handle_TopOpeBRepDS_DataMapNodeOfMapOfPoint.hxx
-include/OpenCASCADE/Handle_TopOpeBRepDS_DataMapNodeOfMapOfSurface.hxx
-include/OpenCASCADE/Handle_TopOpeBRepDS_DataMapNodeOfShapeSurface.hxx
-include/OpenCASCADE/Handle_TopOpeBRepDS_DoubleMapNodeOfDoubleMapOfIntegerShape.hxx
-include/OpenCASCADE/Handle_TopOpeBRepDS_EdgeVertexInterference.hxx
-include/OpenCASCADE/Handle_TopOpeBRepDS_FaceEdgeInterference.hxx
-include/OpenCASCADE/Handle_TopOpeBRepDS_GapTool.hxx
-include/OpenCASCADE/Handle_TopOpeBRepDS_HArray1OfDataMapOfIntegerListOfInterference.hxx
-include/OpenCASCADE/Handle_TopOpeBRepDS_HDataStructure.hxx
-include/OpenCASCADE/Handle_TopOpeBRepDS_IndexedDataMapNodeOfIndexedDataMapOfShapeWithState.hxx
-include/OpenCASCADE/Handle_TopOpeBRepDS_IndexedDataMapNodeOfIndexedDataMapOfVertexPoint.hxx
-include/OpenCASCADE/Handle_TopOpeBRepDS_IndexedDataMapNodeOfMapOfShapeData.hxx
-include/OpenCASCADE/Handle_TopOpeBRepDS_Interference.hxx
-include/OpenCASCADE/Handle_TopOpeBRepDS_ListNodeOfListOfInterference.hxx
-include/OpenCASCADE/Handle_TopOpeBRepDS_Marker.hxx
-include/OpenCASCADE/Handle_TopOpeBRepDS_ShapeShapeInterference.hxx
-include/OpenCASCADE/Handle_TopOpeBRepDS_SolidSurfaceInterference.hxx
-include/OpenCASCADE/Handle_TopOpeBRepDS_SurfaceCurveInterference.hxx
-include/OpenCASCADE/Handle_TopOpeBRepTool_DataMapNodeOfDataMapOfOrientedShapeC2DF.hxx
-include/OpenCASCADE/Handle_TopOpeBRepTool_DataMapNodeOfDataMapOfShapeListOfC2DF.hxx
-include/OpenCASCADE/Handle_TopOpeBRepTool_DataMapNodeOfDataMapOfShapeface.hxx
-include/OpenCASCADE/Handle_TopOpeBRepTool_HBoxTool.hxx
-include/OpenCASCADE/Handle_TopOpeBRepTool_IndexedDataMapNodeOfIndexedDataMapOfShapeBox.hxx
-include/OpenCASCADE/Handle_TopOpeBRepTool_IndexedDataMapNodeOfIndexedDataMapOfShapeBox2d.hxx
-include/OpenCASCADE/Handle_TopOpeBRepTool_IndexedDataMapNodeOfIndexedDataMapOfShapeconnexity.hxx
-include/OpenCASCADE/Handle_TopOpeBRepTool_IndexedDataMapNodeOfIndexedDataMapOfSolidClassifier.hxx
-include/OpenCASCADE/Handle_TopOpeBRepTool_ListNodeOfListOfC2DF.hxx
-include/OpenCASCADE/Handle_TopOpeBRep_DataMapNodeOfDataMapOfTopolTool.hxx
-include/OpenCASCADE/Handle_TopOpeBRep_FFDumper.hxx
-include/OpenCASCADE/Handle_TopOpeBRep_HArray1OfLineInter.hxx
-include/OpenCASCADE/Handle_TopOpeBRep_HArray1OfVPointInter.hxx
-include/OpenCASCADE/Handle_TopOpeBRep_Hctxee2d.hxx
-include/OpenCASCADE/Handle_TopOpeBRep_Hctxff2d.hxx
-include/OpenCASCADE/Handle_TopOpeBRep_ListNodeOfListOfBipoint.hxx
-include/OpenCASCADE/Handle_TopOpeBRep_SequenceNodeOfSequenceOfPoint2d.hxx
-include/OpenCASCADE/Handle_TopTools_DataMapNodeOfDataMapOfIntegerListOfShape.hxx
-include/OpenCASCADE/Handle_TopTools_DataMapNodeOfDataMapOfIntegerShape.hxx
-include/OpenCASCADE/Handle_TopTools_DataMapNodeOfDataMapOfOrientedShapeInteger.hxx
-include/OpenCASCADE/Handle_TopTools_DataMapNodeOfDataMapOfOrientedShapeShape.hxx
-include/OpenCASCADE/Handle_TopTools_DataMapNodeOfDataMapOfShapeInteger.hxx
-include/OpenCASCADE/Handle_TopTools_DataMapNodeOfDataMapOfShapeListOfInteger.hxx
-include/OpenCASCADE/Handle_TopTools_DataMapNodeOfDataMapOfShapeListOfShape.hxx
-include/OpenCASCADE/Handle_TopTools_DataMapNodeOfDataMapOfShapeReal.hxx
-include/OpenCASCADE/Handle_TopTools_DataMapNodeOfDataMapOfShapeSequenceOfShape.hxx
-include/OpenCASCADE/Handle_TopTools_DataMapNodeOfDataMapOfShapeShape.hxx
-include/OpenCASCADE/Handle_TopTools_HArray1OfListOfShape.hxx
-include/OpenCASCADE/Handle_TopTools_HArray1OfShape.hxx
-include/OpenCASCADE/Handle_TopTools_HArray2OfShape.hxx
-include/OpenCASCADE/Handle_TopTools_HSequenceOfShape.hxx
-include/OpenCASCADE/Handle_TopTools_IndexedDataMapNodeOfIndexedDataMapOfShapeAddress.hxx
-include/OpenCASCADE/Handle_TopTools_IndexedDataMapNodeOfIndexedDataMapOfShapeListOfShape.hxx
-include/OpenCASCADE/Handle_TopTools_IndexedDataMapNodeOfIndexedDataMapOfShapeShape.hxx
-include/OpenCASCADE/Handle_TopTools_IndexedMapNodeOfIndexedMapOfOrientedShape.hxx
-include/OpenCASCADE/Handle_TopTools_IndexedMapNodeOfIndexedMapOfShape.hxx
-include/OpenCASCADE/Handle_TopTools_ListNodeOfListOfShape.hxx
-include/OpenCASCADE/Handle_TopTools_SequenceNodeOfSequenceOfShape.hxx
-include/OpenCASCADE/Handle_TopTools_StdMapNodeOfMapOfOrientedShape.hxx
-include/OpenCASCADE/Handle_TopTools_StdMapNodeOfMapOfShape.hxx
-include/OpenCASCADE/Handle_TopoDS_FrozenShape.hxx
-include/OpenCASCADE/Handle_TopoDS_HShape.hxx
-include/OpenCASCADE/Handle_TopoDS_ListNodeOfListOfShape.hxx
-include/OpenCASCADE/Handle_TopoDS_LockedShape.hxx
-include/OpenCASCADE/Handle_TopoDS_TCompSolid.hxx
-include/OpenCASCADE/Handle_TopoDS_TCompound.hxx
-include/OpenCASCADE/Handle_TopoDS_TEdge.hxx
-include/OpenCASCADE/Handle_TopoDS_TFace.hxx
-include/OpenCASCADE/Handle_TopoDS_TShape.hxx
-include/OpenCASCADE/Handle_TopoDS_TShell.hxx
-include/OpenCASCADE/Handle_TopoDS_TSolid.hxx
-include/OpenCASCADE/Handle_TopoDS_TVertex.hxx
-include/OpenCASCADE/Handle_TopoDS_TWire.hxx
-include/OpenCASCADE/Handle_TopoDS_UnCompatibleShapes.hxx
-include/OpenCASCADE/Handle_TransferBRep_BinderOfShape.hxx
-include/OpenCASCADE/Handle_TransferBRep_HSequenceOfTransferResultInfo.hxx
-include/OpenCASCADE/Handle_TransferBRep_OrientedShapeMapper.hxx
-include/OpenCASCADE/Handle_TransferBRep_SequenceNodeOfSequenceOfTransferResultInfo.hxx
-include/OpenCASCADE/Handle_TransferBRep_ShapeBinder.hxx
-include/OpenCASCADE/Handle_TransferBRep_ShapeListBinder.hxx
-include/OpenCASCADE/Handle_TransferBRep_ShapeMapper.hxx
-include/OpenCASCADE/Handle_TransferBRep_TransferResultInfo.hxx
-include/OpenCASCADE/Handle_Transfer_ActorDispatch.hxx
-include/OpenCASCADE/Handle_Transfer_ActorOfFinderProcess.hxx
-include/OpenCASCADE/Handle_Transfer_ActorOfProcessForFinder.hxx
-include/OpenCASCADE/Handle_Transfer_ActorOfProcessForTransient.hxx
-include/OpenCASCADE/Handle_Transfer_ActorOfTransientProcess.hxx
-include/OpenCASCADE/Handle_Transfer_Binder.hxx
-include/OpenCASCADE/Handle_Transfer_BinderOfTransientInteger.hxx
-include/OpenCASCADE/Handle_Transfer_DispatchControl.hxx
-include/OpenCASCADE/Handle_Transfer_Finder.hxx
-include/OpenCASCADE/Handle_Transfer_FinderProcess.hxx
-include/OpenCASCADE/Handle_Transfer_HSequenceOfBinder.hxx
-include/OpenCASCADE/Handle_Transfer_HSequenceOfFinder.hxx
-include/OpenCASCADE/Handle_Transfer_IndexedDataMapNodeOfTransferMapOfProcessForFinder.hxx
-include/OpenCASCADE/Handle_Transfer_IndexedDataMapNodeOfTransferMapOfProcessForTransient.hxx
-include/OpenCASCADE/Handle_Transfer_MapContainer.hxx
-include/OpenCASCADE/Handle_Transfer_MultipleBinder.hxx
-include/OpenCASCADE/Handle_Transfer_ProcessForFinder.hxx
-include/OpenCASCADE/Handle_Transfer_ProcessForTransient.hxx
-include/OpenCASCADE/Handle_Transfer_ResultFromModel.hxx
-include/OpenCASCADE/Handle_Transfer_ResultFromTransient.hxx
-include/OpenCASCADE/Handle_Transfer_SequenceNodeOfSequenceOfBinder.hxx
-include/OpenCASCADE/Handle_Transfer_SequenceNodeOfSequenceOfFinder.hxx
-include/OpenCASCADE/Handle_Transfer_SimpleBinderOfTransient.hxx
-include/OpenCASCADE/Handle_Transfer_TransferDeadLoop.hxx
-include/OpenCASCADE/Handle_Transfer_TransferFailure.hxx
-include/OpenCASCADE/Handle_Transfer_TransientListBinder.hxx
-include/OpenCASCADE/Handle_Transfer_TransientMapper.hxx
-include/OpenCASCADE/Handle_Transfer_TransientProcess.hxx
-include/OpenCASCADE/Handle_Transfer_VoidBinder.hxx
-include/OpenCASCADE/Handle_Units_Dimensions.hxx
-include/OpenCASCADE/Handle_Units_Lexicon.hxx
-include/OpenCASCADE/Handle_Units_NoSuchType.hxx
-include/OpenCASCADE/Handle_Units_NoSuchUnit.hxx
-include/OpenCASCADE/Handle_Units_QuantitiesSequence.hxx
-include/OpenCASCADE/Handle_Units_Quantity.hxx
-include/OpenCASCADE/Handle_Units_SequenceNodeOfQtsSequence.hxx
-include/OpenCASCADE/Handle_Units_SequenceNodeOfTksSequence.hxx
-include/OpenCASCADE/Handle_Units_SequenceNodeOfUtsSequence.hxx
-include/OpenCASCADE/Handle_Units_ShiftedToken.hxx
-include/OpenCASCADE/Handle_Units_ShiftedUnit.hxx
-include/OpenCASCADE/Handle_Units_Token.hxx
-include/OpenCASCADE/Handle_Units_TokensSequence.hxx
-include/OpenCASCADE/Handle_Units_Unit.hxx
-include/OpenCASCADE/Handle_Units_UnitsDictionary.hxx
-include/OpenCASCADE/Handle_Units_UnitsLexicon.hxx
-include/OpenCASCADE/Handle_Units_UnitsSequence.hxx
-include/OpenCASCADE/Handle_Units_UnitsSystem.hxx
-include/OpenCASCADE/Handle_V3d_AmbientLight.hxx
-include/OpenCASCADE/Handle_V3d_BadValue.hxx
-include/OpenCASCADE/Handle_V3d_CircularGrid.hxx
-include/OpenCASCADE/Handle_V3d_ColorScale.hxx
-include/OpenCASCADE/Handle_V3d_ColorScaleLayerItem.hxx
-include/OpenCASCADE/Handle_V3d_DirectionalLight.hxx
-include/OpenCASCADE/Handle_V3d_LayerMgr.hxx
-include/OpenCASCADE/Handle_V3d_Light.hxx
-include/OpenCASCADE/Handle_V3d_PositionLight.hxx
-include/OpenCASCADE/Handle_V3d_PositionalLight.hxx
-include/OpenCASCADE/Handle_V3d_RectangularGrid.hxx
-include/OpenCASCADE/Handle_V3d_SpotLight.hxx
-include/OpenCASCADE/Handle_V3d_UnMapped.hxx
-include/OpenCASCADE/Handle_V3d_View.hxx
-include/OpenCASCADE/Handle_V3d_Viewer.hxx
-include/OpenCASCADE/Handle_ViewerTest_DoubleMapNodeOfDoubleMapOfInteractiveAndName.hxx
-include/OpenCASCADE/Handle_ViewerTest_EventManager.hxx
-include/OpenCASCADE/Handle_Visual3d_ClipDefinitionError.hxx
-include/OpenCASCADE/Handle_Visual3d_ContextPickDefinitionError.hxx
-include/OpenCASCADE/Handle_Visual3d_DepthCueingDefinitionError.hxx
-include/OpenCASCADE/Handle_Visual3d_HSequenceOfLight.hxx
-include/OpenCASCADE/Handle_Visual3d_HSequenceOfView.hxx
-include/OpenCASCADE/Handle_Visual3d_Layer.hxx
-include/OpenCASCADE/Handle_Visual3d_LayerDefinitionError.hxx
-include/OpenCASCADE/Handle_Visual3d_LayerItem.hxx
-include/OpenCASCADE/Handle_Visual3d_Light.hxx
-include/OpenCASCADE/Handle_Visual3d_LightDefinitionError.hxx
-include/OpenCASCADE/Handle_Visual3d_PickError.hxx
-include/OpenCASCADE/Handle_Visual3d_SequenceNodeOfSequenceOfLight.hxx
-include/OpenCASCADE/Handle_Visual3d_SequenceNodeOfSequenceOfView.hxx
-include/OpenCASCADE/Handle_Visual3d_TransformError.hxx
-include/OpenCASCADE/Handle_Visual3d_View.hxx
-include/OpenCASCADE/Handle_Visual3d_ViewDefinitionError.hxx
-include/OpenCASCADE/Handle_Visual3d_ViewManager.hxx
-include/OpenCASCADE/Handle_Visual3d_ViewManagerDefinitionError.hxx
-include/OpenCASCADE/Handle_Visual3d_ViewMappingDefinitionError.hxx
-include/OpenCASCADE/Handle_Visual3d_ViewOrientationDefinitionError.hxx
-include/OpenCASCADE/Handle_Visual3d_ZClippingDefinitionError.hxx
-include/OpenCASCADE/Handle_Voxel_Prs.hxx
-include/OpenCASCADE/Handle_VrmlConverter_Drawer.hxx
-include/OpenCASCADE/Handle_VrmlConverter_IsoAspect.hxx
-include/OpenCASCADE/Handle_VrmlConverter_LineAspect.hxx
-include/OpenCASCADE/Handle_VrmlConverter_PointAspect.hxx
-include/OpenCASCADE/Handle_VrmlConverter_Projector.hxx
-include/OpenCASCADE/Handle_VrmlConverter_ShadingAspect.hxx
-include/OpenCASCADE/Handle_Vrml_AsciiText.hxx
-include/OpenCASCADE/Handle_Vrml_Coordinate3.hxx
-include/OpenCASCADE/Handle_Vrml_IndexedFaceSet.hxx
-include/OpenCASCADE/Handle_Vrml_IndexedLineSet.hxx
-include/OpenCASCADE/Handle_Vrml_LOD.hxx
-include/OpenCASCADE/Handle_Vrml_Material.hxx
-include/OpenCASCADE/Handle_Vrml_Normal.hxx
-include/OpenCASCADE/Handle_Vrml_SFImage.hxx
-include/OpenCASCADE/Handle_Vrml_TextureCoordinate2.hxx
-include/OpenCASCADE/Handle_WNT_ClassDefinitionError.hxx
-include/OpenCASCADE/Handle_WNT_WClass.hxx
-include/OpenCASCADE/Handle_WNT_Window.hxx
-include/OpenCASCADE/Handle_XCAFApp_Application.hxx
-include/OpenCASCADE/Handle_XCAFDoc_Area.hxx
-include/OpenCASCADE/Handle_XCAFDoc_Centroid.hxx
-include/OpenCASCADE/Handle_XCAFDoc_Color.hxx
-include/OpenCASCADE/Handle_XCAFDoc_ColorTool.hxx
-include/OpenCASCADE/Handle_XCAFDoc_DataMapNodeOfDataMapOfShapeLabel.hxx
-include/OpenCASCADE/Handle_XCAFDoc_Datum.hxx
-include/OpenCASCADE/Handle_XCAFDoc_DimTol.hxx
-include/OpenCASCADE/Handle_XCAFDoc_DimTolTool.hxx
-include/OpenCASCADE/Handle_XCAFDoc_DocumentTool.hxx
-include/OpenCASCADE/Handle_XCAFDoc_GraphNode.hxx
-include/OpenCASCADE/Handle_XCAFDoc_LayerTool.hxx
-include/OpenCASCADE/Handle_XCAFDoc_Location.hxx
-include/OpenCASCADE/Handle_XCAFDoc_Material.hxx
-include/OpenCASCADE/Handle_XCAFDoc_MaterialTool.hxx
-include/OpenCASCADE/Handle_XCAFDoc_SequenceNodeOfGraphNodeSequence.hxx
-include/OpenCASCADE/Handle_XCAFDoc_ShapeMapTool.hxx
-include/OpenCASCADE/Handle_XCAFDoc_ShapeTool.hxx
-include/OpenCASCADE/Handle_XCAFDoc_Volume.hxx
-include/OpenCASCADE/Handle_XCAFDrivers_DocumentRetrievalDriver.hxx
-include/OpenCASCADE/Handle_XCAFDrivers_DocumentStorageDriver.hxx
-include/OpenCASCADE/Handle_XCAFPrs_DataMapNodeOfDataMapOfShapeStyle.hxx
-include/OpenCASCADE/Handle_XCAFPrs_DataMapNodeOfDataMapOfStyleShape.hxx
-include/OpenCASCADE/Handle_XCAFPrs_DataMapNodeOfDataMapOfStyleTransient.hxx
-include/OpenCASCADE/Handle_XCAFPrs_Driver.hxx
-include/OpenCASCADE/Handle_XSAlgo_AlgoContainer.hxx
-include/OpenCASCADE/Handle_XSAlgo_ToolContainer.hxx
-include/OpenCASCADE/Handle_XSControl_ConnectedShapes.hxx
-include/OpenCASCADE/Handle_XSControl_Controller.hxx
-include/OpenCASCADE/Handle_XSControl_SelectForTransfer.hxx
-include/OpenCASCADE/Handle_XSControl_SignTransferStatus.hxx
-include/OpenCASCADE/Handle_XSControl_TransferReader.hxx
-include/OpenCASCADE/Handle_XSControl_TransferWriter.hxx
-include/OpenCASCADE/Handle_XSControl_Vars.hxx
-include/OpenCASCADE/Handle_XSControl_WorkSession.hxx
-include/OpenCASCADE/Handle_XSDRAWSTLVRML_DataMapNodeOfCoordsMap.hxx
-include/OpenCASCADE/Handle_XSDRAWSTLVRML_DataMapNodeOfElemNodesMap.hxx
-include/OpenCASCADE/Handle_XSDRAWSTLVRML_DataSource.hxx
-include/OpenCASCADE/Handle_XSDRAWSTLVRML_DataSource3D.hxx
-include/OpenCASCADE/Handle_XSDRAWSTLVRML_DrawableMesh.hxx
-include/OpenCASCADE/Handle_XSDRAW_Vars.hxx
-include/OpenCASCADE/Handle_XmlDrivers_DocumentRetrievalDriver.hxx
-include/OpenCASCADE/Handle_XmlDrivers_DocumentStorageDriver.hxx
-include/OpenCASCADE/Handle_XmlLDrivers_DocumentRetrievalDriver.hxx
-include/OpenCASCADE/Handle_XmlLDrivers_DocumentStorageDriver.hxx
-include/OpenCASCADE/Handle_XmlLDrivers_SequenceNodeOfSequenceOfNamespaceDef.hxx
-include/OpenCASCADE/Handle_XmlMDF_ADriver.hxx
-include/OpenCASCADE/Handle_XmlMDF_ADriverTable.hxx
-include/OpenCASCADE/Handle_XmlMDF_DataMapNodeOfMapOfDriver.hxx
-include/OpenCASCADE/Handle_XmlMDF_DataMapNodeOfTypeADriverMap.hxx
-include/OpenCASCADE/Handle_XmlMDF_ReferenceDriver.hxx
-include/OpenCASCADE/Handle_XmlMDF_TagSourceDriver.hxx
-include/OpenCASCADE/Handle_XmlMDataStd_AsciiStringDriver.hxx
-include/OpenCASCADE/Handle_XmlMDataStd_BooleanArrayDriver.hxx
-include/OpenCASCADE/Handle_XmlMDataStd_BooleanListDriver.hxx
-include/OpenCASCADE/Handle_XmlMDataStd_ByteArrayDriver.hxx
-include/OpenCASCADE/Handle_XmlMDataStd_CommentDriver.hxx
-include/OpenCASCADE/Handle_XmlMDataStd_DirectoryDriver.hxx
-include/OpenCASCADE/Handle_XmlMDataStd_ExpressionDriver.hxx
-include/OpenCASCADE/Handle_XmlMDataStd_ExtStringArrayDriver.hxx
-include/OpenCASCADE/Handle_XmlMDataStd_ExtStringListDriver.hxx
-include/OpenCASCADE/Handle_XmlMDataStd_IntPackedMapDriver.hxx
-include/OpenCASCADE/Handle_XmlMDataStd_IntegerArrayDriver.hxx
-include/OpenCASCADE/Handle_XmlMDataStd_IntegerDriver.hxx
-include/OpenCASCADE/Handle_XmlMDataStd_IntegerListDriver.hxx
-include/OpenCASCADE/Handle_XmlMDataStd_NameDriver.hxx
-include/OpenCASCADE/Handle_XmlMDataStd_NamedDataDriver.hxx
-include/OpenCASCADE/Handle_XmlMDataStd_NoteBookDriver.hxx
-include/OpenCASCADE/Handle_XmlMDataStd_RealArrayDriver.hxx
-include/OpenCASCADE/Handle_XmlMDataStd_RealDriver.hxx
-include/OpenCASCADE/Handle_XmlMDataStd_RealListDriver.hxx
-include/OpenCASCADE/Handle_XmlMDataStd_ReferenceArrayDriver.hxx
-include/OpenCASCADE/Handle_XmlMDataStd_ReferenceListDriver.hxx
-include/OpenCASCADE/Handle_XmlMDataStd_RelationDriver.hxx
-include/OpenCASCADE/Handle_XmlMDataStd_TickDriver.hxx
-include/OpenCASCADE/Handle_XmlMDataStd_TreeNodeDriver.hxx
-include/OpenCASCADE/Handle_XmlMDataStd_UAttributeDriver.hxx
-include/OpenCASCADE/Handle_XmlMDataStd_VariableDriver.hxx
-include/OpenCASCADE/Handle_XmlMDataXtd_AxisDriver.hxx
-include/OpenCASCADE/Handle_XmlMDataXtd_ConstraintDriver.hxx
-include/OpenCASCADE/Handle_XmlMDataXtd_GeometryDriver.hxx
-include/OpenCASCADE/Handle_XmlMDataXtd_PatternStdDriver.hxx
-include/OpenCASCADE/Handle_XmlMDataXtd_PlacementDriver.hxx
-include/OpenCASCADE/Handle_XmlMDataXtd_PlaneDriver.hxx
-include/OpenCASCADE/Handle_XmlMDataXtd_PointDriver.hxx
-include/OpenCASCADE/Handle_XmlMDataXtd_ShapeDriver.hxx
-include/OpenCASCADE/Handle_XmlMDocStd_XLinkDriver.hxx
-include/OpenCASCADE/Handle_XmlMFunction_FunctionDriver.hxx
-include/OpenCASCADE/Handle_XmlMFunction_GraphNodeDriver.hxx
-include/OpenCASCADE/Handle_XmlMFunction_ScopeDriver.hxx
-include/OpenCASCADE/Handle_XmlMNaming_NamedShapeDriver.hxx
-include/OpenCASCADE/Handle_XmlMNaming_NamingDriver.hxx
-include/OpenCASCADE/Handle_XmlMPrsStd_AISPresentationDriver.hxx
-include/OpenCASCADE/Handle_XmlMPrsStd_PositionDriver.hxx
-include/OpenCASCADE/Handle_XmlMXCAFDoc_AreaDriver.hxx
-include/OpenCASCADE/Handle_XmlMXCAFDoc_CentroidDriver.hxx
-include/OpenCASCADE/Handle_XmlMXCAFDoc_ColorDriver.hxx
-include/OpenCASCADE/Handle_XmlMXCAFDoc_ColorToolDriver.hxx
-include/OpenCASCADE/Handle_XmlMXCAFDoc_DatumDriver.hxx
-include/OpenCASCADE/Handle_XmlMXCAFDoc_DimTolDriver.hxx
-include/OpenCASCADE/Handle_XmlMXCAFDoc_DimTolToolDriver.hxx
-include/OpenCASCADE/Handle_XmlMXCAFDoc_DocumentToolDriver.hxx
-include/OpenCASCADE/Handle_XmlMXCAFDoc_GraphNodeDriver.hxx
-include/OpenCASCADE/Handle_XmlMXCAFDoc_LayerToolDriver.hxx
-include/OpenCASCADE/Handle_XmlMXCAFDoc_LocationDriver.hxx
-include/OpenCASCADE/Handle_XmlMXCAFDoc_MaterialDriver.hxx
-include/OpenCASCADE/Handle_XmlMXCAFDoc_MaterialToolDriver.hxx
-include/OpenCASCADE/Handle_XmlMXCAFDoc_ShapeToolDriver.hxx
-include/OpenCASCADE/Handle_XmlMXCAFDoc_VolumeDriver.hxx
-include/OpenCASCADE/Handle_XmlXCAFDrivers_DocumentRetrievalDriver.hxx
-include/OpenCASCADE/Handle_XmlXCAFDrivers_DocumentStorageDriver.hxx
-include/OpenCASCADE/Handle_gp_VectorWithNullMagnitude.hxx
-include/OpenCASCADE/Handle_math_NotSquare.hxx
-include/OpenCASCADE/Handle_math_SingularMatrix.hxx
include/OpenCASCADE/HatchGen_Domain.hxx
include/OpenCASCADE/HatchGen_Domain.lxx
include/OpenCASCADE/HatchGen_Domains.hxx
@@ -21509,16 +19605,11 @@ include/OpenCASCADE/HatchGen_PointOnElement.lxx
include/OpenCASCADE/HatchGen_PointOnHatching.hxx
include/OpenCASCADE/HatchGen_PointsOnElement.hxx
include/OpenCASCADE/HatchGen_PointsOnHatching.hxx
-include/OpenCASCADE/HatchGen_SequenceNodeOfDomains.hxx
-include/OpenCASCADE/HatchGen_SequenceNodeOfPointsOnElement.hxx
-include/OpenCASCADE/HatchGen_SequenceNodeOfPointsOnHatching.hxx
include/OpenCASCADE/Hatch_Hatcher.hxx
include/OpenCASCADE/Hatch_Hatcher.lxx
include/OpenCASCADE/Hatch_Line.hxx
include/OpenCASCADE/Hatch_LineForm.hxx
include/OpenCASCADE/Hatch_Parameter.hxx
-include/OpenCASCADE/Hatch_SequenceNodeOfSequenceOfLine.hxx
-include/OpenCASCADE/Hatch_SequenceNodeOfSequenceOfParameter.hxx
include/OpenCASCADE/Hatch_SequenceOfLine.hxx
include/OpenCASCADE/Hatch_SequenceOfParameter.hxx
include/OpenCASCADE/HeaderSection.hxx
@@ -21569,12 +19660,10 @@ include/OpenCASCADE/IFSelect_ModelModifier.gxx
include/OpenCASCADE/IFSelect_ModifEditForm.hxx
include/OpenCASCADE/IFSelect_ModifReorder.hxx
include/OpenCASCADE/IFSelect_Modifier.hxx
-include/OpenCASCADE/IFSelect_Option.hxx
include/OpenCASCADE/IFSelect_PacketList.hxx
include/OpenCASCADE/IFSelect_ParamEditor.hxx
include/OpenCASCADE/IFSelect_PrintCount.hxx
include/OpenCASCADE/IFSelect_PrintFail.hxx
-include/OpenCASCADE/IFSelect_Profile.hxx
include/OpenCASCADE/IFSelect_RemainMode.hxx
include/OpenCASCADE/IFSelect_ReturnStatus.hxx
include/OpenCASCADE/IFSelect_SelectAnyList.hxx
@@ -21610,11 +19699,6 @@ include/OpenCASCADE/IFSelect_SelectUnion.hxx
include/OpenCASCADE/IFSelect_SelectUnknownEntities.hxx
include/OpenCASCADE/IFSelect_Selection.hxx
include/OpenCASCADE/IFSelect_SelectionIterator.hxx
-include/OpenCASCADE/IFSelect_SequenceNodeOfSequenceOfAppliedModifiers.hxx
-include/OpenCASCADE/IFSelect_SequenceNodeOfSequenceOfGeneralModifier.hxx
-include/OpenCASCADE/IFSelect_SequenceNodeOfSequenceOfInterfaceModel.hxx
-include/OpenCASCADE/IFSelect_SequenceNodeOfTSeqOfDispatch.hxx
-include/OpenCASCADE/IFSelect_SequenceNodeOfTSeqOfSelection.hxx
include/OpenCASCADE/IFSelect_SequenceOfAppliedModifiers.hxx
include/OpenCASCADE/IFSelect_SequenceOfGeneralModifier.hxx
include/OpenCASCADE/IFSelect_SequenceOfInterfaceModel.hxx
@@ -22157,7 +20241,6 @@ include/OpenCASCADE/Image_Color.hxx
include/OpenCASCADE/Image_Diff.hxx
include/OpenCASCADE/Image_PixMap.hxx
include/OpenCASCADE/Image_PixMapData.hxx
-include/OpenCASCADE/Image_PixMap_Handle.hxx
include/OpenCASCADE/IntAna2d_AnaIntersection.hxx
include/OpenCASCADE/IntAna2d_AnaIntersection.lxx
include/OpenCASCADE/IntAna2d_Conic.hxx
@@ -22174,7 +20257,6 @@ include/OpenCASCADE/IntAna_IntLinTorus.lxx
include/OpenCASCADE/IntAna_IntQuadQuad.hxx
include/OpenCASCADE/IntAna_IntQuadQuad.lxx
include/OpenCASCADE/IntAna_ListIteratorOfListOfCurve.hxx
-include/OpenCASCADE/IntAna_ListNodeOfListOfCurve.hxx
include/OpenCASCADE/IntAna_ListOfCurve.hxx
include/OpenCASCADE/IntAna_QuadQuadGeo.hxx
include/OpenCASCADE/IntAna_QuadQuadGeo.lxx
@@ -22198,8 +20280,6 @@ include/OpenCASCADE/IntCurveSurface_PolyhedronTool.gxx
include/OpenCASCADE/IntCurveSurface_PolyhedronTool.lxx
include/OpenCASCADE/IntCurveSurface_QuadricCurveExactInter.gxx
include/OpenCASCADE/IntCurveSurface_QuadricCurveFunc.gxx
-include/OpenCASCADE/IntCurveSurface_SequenceNodeOfSequenceOfPnt.hxx
-include/OpenCASCADE/IntCurveSurface_SequenceNodeOfSequenceOfSeg.hxx
include/OpenCASCADE/IntCurveSurface_SequenceOfPnt.hxx
include/OpenCASCADE/IntCurveSurface_SequenceOfSeg.hxx
include/OpenCASCADE/IntCurveSurface_TheCSFunctionOfHInter.hxx
@@ -22303,16 +20383,13 @@ include/OpenCASCADE/IntPatch_RLine.hxx
include/OpenCASCADE/IntPatch_RLine.lxx
include/OpenCASCADE/IntPatch_RstInt.hxx
include/OpenCASCADE/IntPatch_SearchPnt.hxx
-include/OpenCASCADE/IntPatch_SequenceNodeOfSequenceOfIWLineOfTheIWalking.hxx
-include/OpenCASCADE/IntPatch_SequenceNodeOfSequenceOfLine.hxx
-include/OpenCASCADE/IntPatch_SequenceNodeOfSequenceOfPathPointOfTheSOnBounds.hxx
-include/OpenCASCADE/IntPatch_SequenceNodeOfSequenceOfPoint.hxx
-include/OpenCASCADE/IntPatch_SequenceNodeOfSequenceOfSegmentOfTheSOnBounds.hxx
include/OpenCASCADE/IntPatch_SequenceOfIWLineOfTheIWalking.hxx
include/OpenCASCADE/IntPatch_SequenceOfLine.hxx
include/OpenCASCADE/IntPatch_SequenceOfPathPointOfTheSOnBounds.hxx
include/OpenCASCADE/IntPatch_SequenceOfPoint.hxx
include/OpenCASCADE/IntPatch_SequenceOfSegmentOfTheSOnBounds.hxx
+include/OpenCASCADE/IntPatch_SpecPntType.hxx
+include/OpenCASCADE/IntPatch_SpecialPoints.hxx
include/OpenCASCADE/IntPatch_TheIWLineOfTheIWalking.hxx
include/OpenCASCADE/IntPatch_TheIWalking.hxx
include/OpenCASCADE/IntPatch_ThePathPointOfTheSOnBounds.hxx
@@ -22322,6 +20399,7 @@ include/OpenCASCADE/IntPatch_TheSegmentOfTheSOnBounds.hxx
include/OpenCASCADE/IntPatch_TheSurfFunction.hxx
include/OpenCASCADE/IntPatch_WLine.hxx
include/OpenCASCADE/IntPatch_WLine.lxx
+include/OpenCASCADE/IntPatch_WLineTool.hxx
include/OpenCASCADE/IntPolyh_Array.hxx
include/OpenCASCADE/IntPolyh_ArrayOfCouples.hxx
include/OpenCASCADE/IntPolyh_ArrayOfEdges.hxx
@@ -22338,7 +20416,6 @@ include/OpenCASCADE/IntPolyh_PMaillageAffinage.hxx
include/OpenCASCADE/IntPolyh_Point.hxx
include/OpenCASCADE/IntPolyh_SectionLine.hxx
include/OpenCASCADE/IntPolyh_SeqOfStartPoints.hxx
-include/OpenCASCADE/IntPolyh_SequenceNodeOfSeqOfStartPoints.hxx
include/OpenCASCADE/IntPolyh_StartPoint.hxx
include/OpenCASCADE/IntPolyh_Triangle.hxx
include/OpenCASCADE/IntRes2d_Domain.hxx
@@ -22350,8 +20427,6 @@ include/OpenCASCADE/IntRes2d_IntersectionPoint.lxx
include/OpenCASCADE/IntRes2d_IntersectionSegment.hxx
include/OpenCASCADE/IntRes2d_IntersectionSegment.lxx
include/OpenCASCADE/IntRes2d_Position.hxx
-include/OpenCASCADE/IntRes2d_SequenceNodeOfSequenceOfIntersectionPoint.hxx
-include/OpenCASCADE/IntRes2d_SequenceNodeOfSequenceOfIntersectionSegment.hxx
include/OpenCASCADE/IntRes2d_SequenceOfIntersectionPoint.hxx
include/OpenCASCADE/IntRes2d_SequenceOfIntersectionSegment.hxx
include/OpenCASCADE/IntRes2d_Situation.hxx
@@ -22378,7 +20453,6 @@ include/OpenCASCADE/IntSurf_InteriorPointTool.lxx
include/OpenCASCADE/IntSurf_LineOn2S.hxx
include/OpenCASCADE/IntSurf_LineOn2S.lxx
include/OpenCASCADE/IntSurf_ListIteratorOfListOfPntOn2S.hxx
-include/OpenCASCADE/IntSurf_ListNodeOfListOfPntOn2S.hxx
include/OpenCASCADE/IntSurf_ListOfPntOn2S.hxx
include/OpenCASCADE/IntSurf_PathPoint.hxx
include/OpenCASCADE/IntSurf_PathPoint.lxx
@@ -22390,9 +20464,6 @@ include/OpenCASCADE/IntSurf_Quadric.hxx
include/OpenCASCADE/IntSurf_Quadric.lxx
include/OpenCASCADE/IntSurf_QuadricTool.hxx
include/OpenCASCADE/IntSurf_QuadricTool.lxx
-include/OpenCASCADE/IntSurf_SequenceNodeOfSequenceOfCouple.hxx
-include/OpenCASCADE/IntSurf_SequenceNodeOfSequenceOfInteriorPoint.hxx
-include/OpenCASCADE/IntSurf_SequenceNodeOfSequenceOfPathPoint.hxx
include/OpenCASCADE/IntSurf_SequenceOfCouple.hxx
include/OpenCASCADE/IntSurf_SequenceOfInteriorPoint.hxx
include/OpenCASCADE/IntSurf_SequenceOfPathPoint.hxx
@@ -22413,8 +20484,6 @@ include/OpenCASCADE/IntTools_CArray1.lxx
include/OpenCASCADE/IntTools_CArray1OfInteger.hxx
include/OpenCASCADE/IntTools_CArray1OfReal.hxx
include/OpenCASCADE/IntTools_CommonPrt.hxx
-include/OpenCASCADE/IntTools_Compare.hxx
-include/OpenCASCADE/IntTools_CompareRange.hxx
include/OpenCASCADE/IntTools_Context.hxx
include/OpenCASCADE/IntTools_Curve.hxx
include/OpenCASCADE/IntTools_Curve.lxx
@@ -22426,8 +20495,6 @@ include/OpenCASCADE/IntTools_CurveRangeSampleMapHasher.hxx
include/OpenCASCADE/IntTools_CurveRangeSampleMapHasher.lxx
include/OpenCASCADE/IntTools_DataMapIteratorOfDataMapOfCurveSampleBox.hxx
include/OpenCASCADE/IntTools_DataMapIteratorOfDataMapOfSurfaceSampleBox.hxx
-include/OpenCASCADE/IntTools_DataMapNodeOfDataMapOfCurveSampleBox.hxx
-include/OpenCASCADE/IntTools_DataMapNodeOfDataMapOfSurfaceSampleBox.hxx
include/OpenCASCADE/IntTools_DataMapOfCurveSampleBox.hxx
include/OpenCASCADE/IntTools_DataMapOfSurfaceSampleBox.hxx
include/OpenCASCADE/IntTools_EdgeEdge.hxx
@@ -22435,14 +20502,10 @@ include/OpenCASCADE/IntTools_EdgeEdge.lxx
include/OpenCASCADE/IntTools_EdgeFace.hxx
include/OpenCASCADE/IntTools_FClass2d.hxx
include/OpenCASCADE/IntTools_FaceFace.hxx
-include/OpenCASCADE/IntTools_IndexedDataMapNodeOfIndexedDataMapOfTransientAddress.hxx
include/OpenCASCADE/IntTools_IndexedDataMapOfTransientAddress.hxx
include/OpenCASCADE/IntTools_ListIteratorOfListOfBox.hxx
include/OpenCASCADE/IntTools_ListIteratorOfListOfCurveRangeSample.hxx
include/OpenCASCADE/IntTools_ListIteratorOfListOfSurfaceRangeSample.hxx
-include/OpenCASCADE/IntTools_ListNodeOfListOfBox.hxx
-include/OpenCASCADE/IntTools_ListNodeOfListOfCurveRangeSample.hxx
-include/OpenCASCADE/IntTools_ListNodeOfListOfSurfaceRangeSample.hxx
include/OpenCASCADE/IntTools_ListOfBox.hxx
include/OpenCASCADE/IntTools_ListOfCurveRangeSample.hxx
include/OpenCASCADE/IntTools_ListOfSurfaceRangeSample.hxx
@@ -22454,23 +20517,14 @@ include/OpenCASCADE/IntTools_MarkedRangeSet.hxx
include/OpenCASCADE/IntTools_MarkedRangeSet.lxx
include/OpenCASCADE/IntTools_PntOn2Faces.hxx
include/OpenCASCADE/IntTools_PntOnFace.hxx
-include/OpenCASCADE/IntTools_QuickSort.hxx
-include/OpenCASCADE/IntTools_QuickSortRange.hxx
include/OpenCASCADE/IntTools_Range.hxx
include/OpenCASCADE/IntTools_Root.hxx
-include/OpenCASCADE/IntTools_SequenceNodeOfSequenceOfCommonPrts.hxx
-include/OpenCASCADE/IntTools_SequenceNodeOfSequenceOfCurves.hxx
-include/OpenCASCADE/IntTools_SequenceNodeOfSequenceOfPntOn2Faces.hxx
-include/OpenCASCADE/IntTools_SequenceNodeOfSequenceOfRanges.hxx
-include/OpenCASCADE/IntTools_SequenceNodeOfSequenceOfRoots.hxx
include/OpenCASCADE/IntTools_SequenceOfCommonPrts.hxx
include/OpenCASCADE/IntTools_SequenceOfCurves.hxx
include/OpenCASCADE/IntTools_SequenceOfPntOn2Faces.hxx
include/OpenCASCADE/IntTools_SequenceOfRanges.hxx
include/OpenCASCADE/IntTools_SequenceOfRoots.hxx
include/OpenCASCADE/IntTools_ShrunkRange.hxx
-include/OpenCASCADE/IntTools_StdMapNodeOfMapOfCurveSample.hxx
-include/OpenCASCADE/IntTools_StdMapNodeOfMapOfSurfaceSample.hxx
include/OpenCASCADE/IntTools_SurfaceRangeLocalizeData.hxx
include/OpenCASCADE/IntTools_SurfaceRangeLocalizeData.lxx
include/OpenCASCADE/IntTools_SurfaceRangeSample.hxx
@@ -22479,6 +20533,7 @@ 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
include/OpenCASCADE/IntWalk_IWLine.gxx
include/OpenCASCADE/IntWalk_IWLine.lxx
include/OpenCASCADE/IntWalk_IWalking.gxx
@@ -22497,11 +20552,6 @@ include/OpenCASCADE/IntWalk_TheInt2S.hxx
include/OpenCASCADE/IntWalk_VectorOfInteger.hxx
include/OpenCASCADE/IntWalk_VectorOfWalkingData.hxx
include/OpenCASCADE/InterfaceGraphic.hxx
-include/OpenCASCADE/InterfaceGraphic_Aspect.hxx
-include/OpenCASCADE/InterfaceGraphic_Graphic3d.hxx
-include/OpenCASCADE/InterfaceGraphic_Visual3d.hxx
-include/OpenCASCADE/InterfaceGraphic_telem.hxx
-include/OpenCASCADE/InterfaceGraphic_tgl_all.hxx
include/OpenCASCADE/Interface_Array1OfFileParameter.hxx
include/OpenCASCADE/Interface_Array1OfHAsciiString.hxx
include/OpenCASCADE/Interface_BitMap.hxx
@@ -22515,7 +20565,6 @@ include/OpenCASCADE/Interface_CopyControl.hxx
include/OpenCASCADE/Interface_CopyMap.hxx
include/OpenCASCADE/Interface_CopyTool.hxx
include/OpenCASCADE/Interface_DataMapIteratorOfDataMapOfTransientInteger.hxx
-include/OpenCASCADE/Interface_DataMapNodeOfDataMapOfTransientInteger.hxx
include/OpenCASCADE/Interface_DataMapOfTransientInteger.hxx
include/OpenCASCADE/Interface_DataState.hxx
include/OpenCASCADE/Interface_EntityCluster.hxx
@@ -22535,7 +20584,6 @@ include/OpenCASCADE/Interface_GraphContent.hxx
include/OpenCASCADE/Interface_HArray1OfHAsciiString.hxx
include/OpenCASCADE/Interface_HGraph.hxx
include/OpenCASCADE/Interface_HSequenceOfCheck.hxx
-include/OpenCASCADE/Interface_IndexedMapNodeOfIndexedMapOfAsciiString.hxx
include/OpenCASCADE/Interface_IndexedMapOfAsciiString.hxx
include/OpenCASCADE/Interface_IntList.hxx
include/OpenCASCADE/Interface_IntVal.hxx
@@ -22559,7 +20607,6 @@ include/OpenCASCADE/Interface_ReaderModule.hxx
include/OpenCASCADE/Interface_Recognizer.gxx
include/OpenCASCADE/Interface_ReportEntity.hxx
include/OpenCASCADE/Interface_STAT.hxx
-include/OpenCASCADE/Interface_SequenceNodeOfSequenceOfCheck.hxx
include/OpenCASCADE/Interface_SequenceOfCheck.hxx
include/OpenCASCADE/Interface_ShareFlags.hxx
include/OpenCASCADE/Interface_ShareTool.hxx
@@ -22591,9 +20638,6 @@ include/OpenCASCADE/Intf_SectionPoint.lxx
include/OpenCASCADE/Intf_SeqOfSectionLine.hxx
include/OpenCASCADE/Intf_SeqOfSectionPoint.hxx
include/OpenCASCADE/Intf_SeqOfTangentZone.hxx
-include/OpenCASCADE/Intf_SequenceNodeOfSeqOfSectionLine.hxx
-include/OpenCASCADE/Intf_SequenceNodeOfSeqOfSectionPoint.hxx
-include/OpenCASCADE/Intf_SequenceNodeOfSeqOfTangentZone.hxx
include/OpenCASCADE/Intf_TangentZone.hxx
include/OpenCASCADE/Intf_TangentZone.lxx
include/OpenCASCADE/Intf_Tool.hxx
@@ -22602,7 +20646,6 @@ include/OpenCASCADE/Intrv_Interval.lxx
include/OpenCASCADE/Intrv_Intervals.hxx
include/OpenCASCADE/Intrv_Intervals.lxx
include/OpenCASCADE/Intrv_Position.hxx
-include/OpenCASCADE/Intrv_SequenceNodeOfSequenceOfInterval.hxx
include/OpenCASCADE/Intrv_SequenceOfInterval.hxx
include/OpenCASCADE/LDOMBasicString.hxx
include/OpenCASCADE/LDOMParser.hxx
@@ -22639,7 +20682,6 @@ include/OpenCASCADE/LProp_CLProps.gxx
include/OpenCASCADE/LProp_CurAndInf.hxx
include/OpenCASCADE/LProp_NotDefined.hxx
include/OpenCASCADE/LProp_SLProps.gxx
-include/OpenCASCADE/LProp_SequenceNodeOfSequenceOfCIType.hxx
include/OpenCASCADE/LProp_SequenceOfCIType.hxx
include/OpenCASCADE/LProp_Status.hxx
include/OpenCASCADE/Law.hxx
@@ -22654,7 +20696,6 @@ include/OpenCASCADE/Law_Interpolate.hxx
include/OpenCASCADE/Law_Laws.hxx
include/OpenCASCADE/Law_Linear.hxx
include/OpenCASCADE/Law_ListIteratorOfLaws.hxx
-include/OpenCASCADE/Law_ListNodeOfLaws.hxx
include/OpenCASCADE/Law_S.hxx
include/OpenCASCADE/LibCtl_GlobalNode.gxx
include/OpenCASCADE/LibCtl_Library.gxx
@@ -22669,7 +20710,6 @@ include/OpenCASCADE/LocOpe_CurveShapeIntersector.hxx
include/OpenCASCADE/LocOpe_CurveShapeIntersector.lxx
include/OpenCASCADE/LocOpe_DPrism.hxx
include/OpenCASCADE/LocOpe_DataMapIteratorOfDataMapOfShapePnt.hxx
-include/OpenCASCADE/LocOpe_DataMapNodeOfDataMapOfShapePnt.hxx
include/OpenCASCADE/LocOpe_DataMapOfShapePnt.hxx
include/OpenCASCADE/LocOpe_FindEdges.hxx
include/OpenCASCADE/LocOpe_FindEdges.lxx
@@ -22693,9 +20733,6 @@ include/OpenCASCADE/LocOpe_PntFace.lxx
include/OpenCASCADE/LocOpe_Prism.hxx
include/OpenCASCADE/LocOpe_Revol.hxx
include/OpenCASCADE/LocOpe_RevolutionForm.hxx
-include/OpenCASCADE/LocOpe_SequenceNodeOfSequenceOfCirc.hxx
-include/OpenCASCADE/LocOpe_SequenceNodeOfSequenceOfLin.hxx
-include/OpenCASCADE/LocOpe_SequenceNodeOfSequenceOfPntFace.hxx
include/OpenCASCADE/LocOpe_SequenceOfCirc.hxx
include/OpenCASCADE/LocOpe_SequenceOfLin.hxx
include/OpenCASCADE/LocOpe_SequenceOfPntFace.hxx
@@ -22724,13 +20761,6 @@ include/OpenCASCADE/MAT2d_DataMapIteratorOfDataMapOfIntegerConnexion.hxx
include/OpenCASCADE/MAT2d_DataMapIteratorOfDataMapOfIntegerPnt2d.hxx
include/OpenCASCADE/MAT2d_DataMapIteratorOfDataMapOfIntegerSequenceOfConnexion.hxx
include/OpenCASCADE/MAT2d_DataMapIteratorOfDataMapOfIntegerVec2d.hxx
-include/OpenCASCADE/MAT2d_DataMapNodeOfDataMapOfBiIntInteger.hxx
-include/OpenCASCADE/MAT2d_DataMapNodeOfDataMapOfBiIntSequenceOfInteger.hxx
-include/OpenCASCADE/MAT2d_DataMapNodeOfDataMapOfIntegerBisec.hxx
-include/OpenCASCADE/MAT2d_DataMapNodeOfDataMapOfIntegerConnexion.hxx
-include/OpenCASCADE/MAT2d_DataMapNodeOfDataMapOfIntegerPnt2d.hxx
-include/OpenCASCADE/MAT2d_DataMapNodeOfDataMapOfIntegerSequenceOfConnexion.hxx
-include/OpenCASCADE/MAT2d_DataMapNodeOfDataMapOfIntegerVec2d.hxx
include/OpenCASCADE/MAT2d_DataMapOfBiIntInteger.hxx
include/OpenCASCADE/MAT2d_DataMapOfBiIntSequenceOfInteger.hxx
include/OpenCASCADE/MAT2d_DataMapOfIntegerBisec.hxx
@@ -22742,9 +20772,6 @@ include/OpenCASCADE/MAT2d_MapBiIntHasher.hxx
include/OpenCASCADE/MAT2d_MapBiIntHasher.lxx
include/OpenCASCADE/MAT2d_Mat2d.hxx
include/OpenCASCADE/MAT2d_MiniPath.hxx
-include/OpenCASCADE/MAT2d_SequenceNodeOfSequenceOfConnexion.hxx
-include/OpenCASCADE/MAT2d_SequenceNodeOfSequenceOfSequenceOfCurve.hxx
-include/OpenCASCADE/MAT2d_SequenceNodeOfSequenceOfSequenceOfGeometry.hxx
include/OpenCASCADE/MAT2d_SequenceOfConnexion.hxx
include/OpenCASCADE/MAT2d_SequenceOfSequenceOfCurve.hxx
include/OpenCASCADE/MAT2d_SequenceOfSequenceOfGeometry.hxx
@@ -22757,10 +20784,6 @@ include/OpenCASCADE/MAT_DataMapIteratorOfDataMapOfIntegerArc.hxx
include/OpenCASCADE/MAT_DataMapIteratorOfDataMapOfIntegerBasicElt.hxx
include/OpenCASCADE/MAT_DataMapIteratorOfDataMapOfIntegerBisector.hxx
include/OpenCASCADE/MAT_DataMapIteratorOfDataMapOfIntegerNode.hxx
-include/OpenCASCADE/MAT_DataMapNodeOfDataMapOfIntegerArc.hxx
-include/OpenCASCADE/MAT_DataMapNodeOfDataMapOfIntegerBasicElt.hxx
-include/OpenCASCADE/MAT_DataMapNodeOfDataMapOfIntegerBisector.hxx
-include/OpenCASCADE/MAT_DataMapNodeOfDataMapOfIntegerNode.hxx
include/OpenCASCADE/MAT_DataMapOfIntegerArc.hxx
include/OpenCASCADE/MAT_DataMapOfIntegerBasicElt.hxx
include/OpenCASCADE/MAT_DataMapOfIntegerBisector.hxx
@@ -22770,8 +20793,6 @@ include/OpenCASCADE/MAT_Graph.hxx
include/OpenCASCADE/MAT_ListOfBisector.hxx
include/OpenCASCADE/MAT_ListOfEdge.hxx
include/OpenCASCADE/MAT_Node.hxx
-include/OpenCASCADE/MAT_SequenceNodeOfSequenceOfArc.hxx
-include/OpenCASCADE/MAT_SequenceNodeOfSequenceOfBasicElt.hxx
include/OpenCASCADE/MAT_SequenceOfArc.hxx
include/OpenCASCADE/MAT_SequenceOfBasicElt.hxx
include/OpenCASCADE/MAT_Side.hxx
@@ -22782,172 +20803,7 @@ include/OpenCASCADE/MAT_TListNode.lxx
include/OpenCASCADE/MAT_TListNodeOfListOfBisector.hxx
include/OpenCASCADE/MAT_TListNodeOfListOfEdge.hxx
include/OpenCASCADE/MAT_Zone.hxx
-include/OpenCASCADE/MDF.hxx
-include/OpenCASCADE/MDF_ARDriver.hxx
-include/OpenCASCADE/MDF_ARDriverHSequence.hxx
-include/OpenCASCADE/MDF_ARDriverSequence.hxx
-include/OpenCASCADE/MDF_ARDriverTable.hxx
-include/OpenCASCADE/MDF_ASDriver.hxx
-include/OpenCASCADE/MDF_ASDriverHSequence.hxx
-include/OpenCASCADE/MDF_ASDriverSequence.hxx
-include/OpenCASCADE/MDF_ASDriverTable.hxx
-include/OpenCASCADE/MDF_DataMapIteratorOfTypeARDriverMap.hxx
-include/OpenCASCADE/MDF_DataMapIteratorOfTypeASDriverMap.hxx
-include/OpenCASCADE/MDF_DataMapIteratorOfTypeDriverListMapOfARDriverTable.hxx
-include/OpenCASCADE/MDF_DataMapIteratorOfTypeDriverListMapOfASDriverTable.hxx
-include/OpenCASCADE/MDF_DataMapNodeOfTypeARDriverMap.hxx
-include/OpenCASCADE/MDF_DataMapNodeOfTypeASDriverMap.hxx
-include/OpenCASCADE/MDF_DataMapNodeOfTypeDriverListMapOfARDriverTable.hxx
-include/OpenCASCADE/MDF_DataMapNodeOfTypeDriverListMapOfASDriverTable.hxx
-include/OpenCASCADE/MDF_DriverListOfARDriverTable.hxx
-include/OpenCASCADE/MDF_DriverListOfASDriverTable.hxx
-include/OpenCASCADE/MDF_DriverTable.gxx
-include/OpenCASCADE/MDF_ListIteratorOfDriverListOfARDriverTable.hxx
-include/OpenCASCADE/MDF_ListIteratorOfDriverListOfASDriverTable.hxx
-include/OpenCASCADE/MDF_ListNodeOfDriverListOfARDriverTable.hxx
-include/OpenCASCADE/MDF_ListNodeOfDriverListOfASDriverTable.hxx
-include/OpenCASCADE/MDF_RRelocationTable.hxx
-include/OpenCASCADE/MDF_ReferenceRetrievalDriver.hxx
-include/OpenCASCADE/MDF_ReferenceStorageDriver.hxx
-include/OpenCASCADE/MDF_RelocationTable.gxx
-include/OpenCASCADE/MDF_SRelocationTable.hxx
-include/OpenCASCADE/MDF_SequenceNodeOfARDriverSequence.hxx
-include/OpenCASCADE/MDF_SequenceNodeOfASDriverSequence.hxx
-include/OpenCASCADE/MDF_TagSourceRetrievalDriver.hxx
-include/OpenCASCADE/MDF_TagSourceStorageDriver.hxx
-include/OpenCASCADE/MDF_Tool.hxx
-include/OpenCASCADE/MDF_TypeARDriverMap.hxx
-include/OpenCASCADE/MDF_TypeASDriverMap.hxx
-include/OpenCASCADE/MDF_TypeDriverListMapOfARDriverTable.hxx
-include/OpenCASCADE/MDF_TypeDriverListMapOfASDriverTable.hxx
-include/OpenCASCADE/MDataStd.hxx
-include/OpenCASCADE/MDataStd_AsciiStringRetrievalDriver.hxx
-include/OpenCASCADE/MDataStd_AsciiStringStorageDriver.hxx
-include/OpenCASCADE/MDataStd_BooleanArrayRetrievalDriver.hxx
-include/OpenCASCADE/MDataStd_BooleanArrayStorageDriver.hxx
-include/OpenCASCADE/MDataStd_BooleanListRetrievalDriver.hxx
-include/OpenCASCADE/MDataStd_BooleanListStorageDriver.hxx
-include/OpenCASCADE/MDataStd_ByteArrayRetrievalDriver.hxx
-include/OpenCASCADE/MDataStd_ByteArrayRetrievalDriver_1.hxx
-include/OpenCASCADE/MDataStd_ByteArrayStorageDriver.hxx
-include/OpenCASCADE/MDataStd_CommentRetrievalDriver.hxx
-include/OpenCASCADE/MDataStd_CommentStorageDriver.hxx
-include/OpenCASCADE/MDataStd_DirectoryRetrievalDriver.hxx
-include/OpenCASCADE/MDataStd_DirectoryStorageDriver.hxx
-include/OpenCASCADE/MDataStd_ExpressionRetrievalDriver.hxx
-include/OpenCASCADE/MDataStd_ExpressionStorageDriver.hxx
-include/OpenCASCADE/MDataStd_ExtStringArrayRetrievalDriver.hxx
-include/OpenCASCADE/MDataStd_ExtStringArrayRetrievalDriver_1.hxx
-include/OpenCASCADE/MDataStd_ExtStringArrayStorageDriver.hxx
-include/OpenCASCADE/MDataStd_ExtStringListRetrievalDriver.hxx
-include/OpenCASCADE/MDataStd_ExtStringListStorageDriver.hxx
-include/OpenCASCADE/MDataStd_IntPackedMapRetrievalDriver.hxx
-include/OpenCASCADE/MDataStd_IntPackedMapRetrievalDriver_1.hxx
-include/OpenCASCADE/MDataStd_IntPackedMapStorageDriver.hxx
-include/OpenCASCADE/MDataStd_IntegerArrayRetrievalDriver.hxx
-include/OpenCASCADE/MDataStd_IntegerArrayRetrievalDriver_1.hxx
-include/OpenCASCADE/MDataStd_IntegerArrayStorageDriver.hxx
-include/OpenCASCADE/MDataStd_IntegerListRetrievalDriver.hxx
-include/OpenCASCADE/MDataStd_IntegerListStorageDriver.hxx
-include/OpenCASCADE/MDataStd_IntegerRetrievalDriver.hxx
-include/OpenCASCADE/MDataStd_IntegerStorageDriver.hxx
-include/OpenCASCADE/MDataStd_NameRetrievalDriver.hxx
-include/OpenCASCADE/MDataStd_NameStorageDriver.hxx
-include/OpenCASCADE/MDataStd_NamedDataRetrievalDriver.hxx
-include/OpenCASCADE/MDataStd_NamedDataStorageDriver.hxx
-include/OpenCASCADE/MDataStd_NoteBookRetrievalDriver.hxx
-include/OpenCASCADE/MDataStd_NoteBookStorageDriver.hxx
-include/OpenCASCADE/MDataStd_RealArrayRetrievalDriver.hxx
-include/OpenCASCADE/MDataStd_RealArrayRetrievalDriver_1.hxx
-include/OpenCASCADE/MDataStd_RealArrayStorageDriver.hxx
-include/OpenCASCADE/MDataStd_RealListRetrievalDriver.hxx
-include/OpenCASCADE/MDataStd_RealListStorageDriver.hxx
-include/OpenCASCADE/MDataStd_RealRetrievalDriver.hxx
-include/OpenCASCADE/MDataStd_RealStorageDriver.hxx
-include/OpenCASCADE/MDataStd_ReferenceArrayRetrievalDriver.hxx
-include/OpenCASCADE/MDataStd_ReferenceArrayStorageDriver.hxx
-include/OpenCASCADE/MDataStd_ReferenceListRetrievalDriver.hxx
-include/OpenCASCADE/MDataStd_ReferenceListStorageDriver.hxx
-include/OpenCASCADE/MDataStd_RelationRetrievalDriver.hxx
-include/OpenCASCADE/MDataStd_RelationStorageDriver.hxx
-include/OpenCASCADE/MDataStd_TickRetrievalDriver.hxx
-include/OpenCASCADE/MDataStd_TickStorageDriver.hxx
-include/OpenCASCADE/MDataStd_TreeNodeRetrievalDriver.hxx
-include/OpenCASCADE/MDataStd_TreeNodeStorageDriver.hxx
-include/OpenCASCADE/MDataStd_UAttributeRetrievalDriver.hxx
-include/OpenCASCADE/MDataStd_UAttributeStorageDriver.hxx
-include/OpenCASCADE/MDataStd_VariableRetrievalDriver.hxx
-include/OpenCASCADE/MDataStd_VariableStorageDriver.hxx
-include/OpenCASCADE/MDataXtd.hxx
-include/OpenCASCADE/MDataXtd_AxisRetrievalDriver.hxx
-include/OpenCASCADE/MDataXtd_AxisStorageDriver.hxx
-include/OpenCASCADE/MDataXtd_ConstraintRetrievalDriver.hxx
-include/OpenCASCADE/MDataXtd_ConstraintStorageDriver.hxx
-include/OpenCASCADE/MDataXtd_GeometryRetrievalDriver.hxx
-include/OpenCASCADE/MDataXtd_GeometryStorageDriver.hxx
-include/OpenCASCADE/MDataXtd_PatternStdRetrievalDriver.hxx
-include/OpenCASCADE/MDataXtd_PatternStdStorageDriver.hxx
-include/OpenCASCADE/MDataXtd_PlacementRetrievalDriver.hxx
-include/OpenCASCADE/MDataXtd_PlacementStorageDriver.hxx
-include/OpenCASCADE/MDataXtd_PlaneRetrievalDriver.hxx
-include/OpenCASCADE/MDataXtd_PlaneStorageDriver.hxx
-include/OpenCASCADE/MDataXtd_PointRetrievalDriver.hxx
-include/OpenCASCADE/MDataXtd_PointStorageDriver.hxx
-include/OpenCASCADE/MDataXtd_ShapeRetrievalDriver.hxx
-include/OpenCASCADE/MDataXtd_ShapeStorageDriver.hxx
-include/OpenCASCADE/MDocStd.hxx
-include/OpenCASCADE/MDocStd_DocumentRetrievalDriver.hxx
-include/OpenCASCADE/MDocStd_DocumentStorageDriver.hxx
-include/OpenCASCADE/MDocStd_XLinkRetrievalDriver.hxx
-include/OpenCASCADE/MDocStd_XLinkStorageDriver.hxx
-include/OpenCASCADE/MFunction.hxx
-include/OpenCASCADE/MFunction_FunctionRetrievalDriver.hxx
-include/OpenCASCADE/MFunction_FunctionStorageDriver.hxx
include/OpenCASCADE/MMgt_TShared.hxx
-include/OpenCASCADE/MNaming.hxx
-include/OpenCASCADE/MNaming_NamedShapeRetrievalDriver.hxx
-include/OpenCASCADE/MNaming_NamedShapeStorageDriver.hxx
-include/OpenCASCADE/MNaming_NamingRetrievalDriver.hxx
-include/OpenCASCADE/MNaming_NamingRetrievalDriver_1.hxx
-include/OpenCASCADE/MNaming_NamingRetrievalDriver_2.hxx
-include/OpenCASCADE/MNaming_NamingStorageDriver.hxx
-include/OpenCASCADE/MPrsStd.hxx
-include/OpenCASCADE/MPrsStd_AISPresentationRetrievalDriver.hxx
-include/OpenCASCADE/MPrsStd_AISPresentationRetrievalDriver_1.hxx
-include/OpenCASCADE/MPrsStd_AISPresentationStorageDriver.hxx
-include/OpenCASCADE/MPrsStd_PositionRetrievalDriver.hxx
-include/OpenCASCADE/MPrsStd_PositionStorageDriver.hxx
-include/OpenCASCADE/MXCAFDoc.hxx
-include/OpenCASCADE/MXCAFDoc_AreaRetrievalDriver.hxx
-include/OpenCASCADE/MXCAFDoc_AreaStorageDriver.hxx
-include/OpenCASCADE/MXCAFDoc_CentroidRetrievalDriver.hxx
-include/OpenCASCADE/MXCAFDoc_CentroidStorageDriver.hxx
-include/OpenCASCADE/MXCAFDoc_ColorRetrievalDriver.hxx
-include/OpenCASCADE/MXCAFDoc_ColorStorageDriver.hxx
-include/OpenCASCADE/MXCAFDoc_ColorToolRetrievalDriver.hxx
-include/OpenCASCADE/MXCAFDoc_ColorToolStorageDriver.hxx
-include/OpenCASCADE/MXCAFDoc_DatumRetrievalDriver.hxx
-include/OpenCASCADE/MXCAFDoc_DatumStorageDriver.hxx
-include/OpenCASCADE/MXCAFDoc_DimTolRetrievalDriver.hxx
-include/OpenCASCADE/MXCAFDoc_DimTolStorageDriver.hxx
-include/OpenCASCADE/MXCAFDoc_DimTolToolRetrievalDriver.hxx
-include/OpenCASCADE/MXCAFDoc_DimTolToolStorageDriver.hxx
-include/OpenCASCADE/MXCAFDoc_DocumentToolRetrievalDriver.hxx
-include/OpenCASCADE/MXCAFDoc_DocumentToolStorageDriver.hxx
-include/OpenCASCADE/MXCAFDoc_GraphNodeRetrievalDriver.hxx
-include/OpenCASCADE/MXCAFDoc_GraphNodeStorageDriver.hxx
-include/OpenCASCADE/MXCAFDoc_LayerToolRetrievalDriver.hxx
-include/OpenCASCADE/MXCAFDoc_LayerToolStorageDriver.hxx
-include/OpenCASCADE/MXCAFDoc_LocationRetrievalDriver.hxx
-include/OpenCASCADE/MXCAFDoc_LocationStorageDriver.hxx
-include/OpenCASCADE/MXCAFDoc_MaterialRetrievalDriver.hxx
-include/OpenCASCADE/MXCAFDoc_MaterialStorageDriver.hxx
-include/OpenCASCADE/MXCAFDoc_MaterialToolRetrievalDriver.hxx
-include/OpenCASCADE/MXCAFDoc_MaterialToolStorageDriver.hxx
-include/OpenCASCADE/MXCAFDoc_ShapeToolRetrievalDriver.hxx
-include/OpenCASCADE/MXCAFDoc_ShapeToolStorageDriver.hxx
-include/OpenCASCADE/MXCAFDoc_VolumeRetrievalDriver.hxx
-include/OpenCASCADE/MXCAFDoc_VolumeStorageDriver.hxx
include/OpenCASCADE/MeshTest.hxx
include/OpenCASCADE/MeshTest_CheckTopology.hxx
include/OpenCASCADE/MeshTest_DrawableMesh.hxx
@@ -22955,6 +20811,7 @@ 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
include/OpenCASCADE/MeshVS_DataMapIteratorOfDataMapOfIntegerAsciiString.hxx
@@ -22966,17 +20823,6 @@ include/OpenCASCADE/MeshVS_DataMapIteratorOfDataMapOfIntegerOwner.hxx
include/OpenCASCADE/MeshVS_DataMapIteratorOfDataMapOfIntegerTwoColors.hxx
include/OpenCASCADE/MeshVS_DataMapIteratorOfDataMapOfIntegerVector.hxx
include/OpenCASCADE/MeshVS_DataMapIteratorOfDataMapOfTwoColorsMapOfInteger.hxx
-include/OpenCASCADE/MeshVS_DataMapNodeOfDataMapOfColorMapOfInteger.hxx
-include/OpenCASCADE/MeshVS_DataMapNodeOfDataMapOfHArray1OfSequenceOfInteger.hxx
-include/OpenCASCADE/MeshVS_DataMapNodeOfDataMapOfIntegerAsciiString.hxx
-include/OpenCASCADE/MeshVS_DataMapNodeOfDataMapOfIntegerBoolean.hxx
-include/OpenCASCADE/MeshVS_DataMapNodeOfDataMapOfIntegerColor.hxx
-include/OpenCASCADE/MeshVS_DataMapNodeOfDataMapOfIntegerMaterial.hxx
-include/OpenCASCADE/MeshVS_DataMapNodeOfDataMapOfIntegerMeshEntityOwner.hxx
-include/OpenCASCADE/MeshVS_DataMapNodeOfDataMapOfIntegerOwner.hxx
-include/OpenCASCADE/MeshVS_DataMapNodeOfDataMapOfIntegerTwoColors.hxx
-include/OpenCASCADE/MeshVS_DataMapNodeOfDataMapOfIntegerVector.hxx
-include/OpenCASCADE/MeshVS_DataMapNodeOfDataMapOfTwoColorsMapOfInteger.hxx
include/OpenCASCADE/MeshVS_DataMapOfColorMapOfInteger.hxx
include/OpenCASCADE/MeshVS_DataMapOfHArray1OfSequenceOfInteger.hxx
include/OpenCASCADE/MeshVS_DataMapOfIntegerAsciiString.hxx
@@ -23013,10 +20859,9 @@ include/OpenCASCADE/MeshVS_SelectionModeFlags.hxx
include/OpenCASCADE/MeshVS_SensitiveFace.hxx
include/OpenCASCADE/MeshVS_SensitiveMesh.hxx
include/OpenCASCADE/MeshVS_SensitivePolyhedron.hxx
+include/OpenCASCADE/MeshVS_SensitiveQuad.hxx
include/OpenCASCADE/MeshVS_SensitiveSegment.hxx
-include/OpenCASCADE/MeshVS_SequenceNodeOfSequenceOfPrsBuilder.hxx
include/OpenCASCADE/MeshVS_SequenceOfPrsBuilder.hxx
-include/OpenCASCADE/MeshVS_StdMapNodeOfMapOfTwoNodes.hxx
include/OpenCASCADE/MeshVS_SymmetricPairHasher.hxx
include/OpenCASCADE/MeshVS_TextPrsBuilder.hxx
include/OpenCASCADE/MeshVS_Tool.hxx
@@ -23032,7 +20877,6 @@ include/OpenCASCADE/Message_ExecStatus.hxx
include/OpenCASCADE/Message_Gravity.hxx
include/OpenCASCADE/Message_HArrayOfMsg.hxx
include/OpenCASCADE/Message_ListIteratorOfListOfMsg.hxx
-include/OpenCASCADE/Message_ListNodeOfListOfMsg.hxx
include/OpenCASCADE/Message_ListOfMsg.hxx
include/OpenCASCADE/Message_Messenger.hxx
include/OpenCASCADE/Message_Messenger.lxx
@@ -23049,47 +20893,27 @@ include/OpenCASCADE/Message_ProgressScale.hxx
include/OpenCASCADE/Message_ProgressScale.lxx
include/OpenCASCADE/Message_ProgressSentry.hxx
include/OpenCASCADE/Message_ProgressSentry.lxx
-include/OpenCASCADE/Message_SequenceNodeOfSequenceOfPrinters.hxx
-include/OpenCASCADE/Message_SequenceNodeOfSequenceOfProgressScale.hxx
include/OpenCASCADE/Message_SequenceOfPrinters.hxx
include/OpenCASCADE/Message_SequenceOfProgressScale.hxx
include/OpenCASCADE/Message_Status.hxx
include/OpenCASCADE/Message_StatusType.hxx
-include/OpenCASCADE/MgtBRep.hxx
-include/OpenCASCADE/MgtBRep_TranslateTool.hxx
-include/OpenCASCADE/MgtBRep_TranslateTool1.hxx
-include/OpenCASCADE/MgtBRep_TriangleMode.hxx
-include/OpenCASCADE/MgtGeom.hxx
-include/OpenCASCADE/MgtGeom2d.hxx
-include/OpenCASCADE/MgtPoly.hxx
-include/OpenCASCADE/MgtTopLoc.hxx
-include/OpenCASCADE/MgtTopoDS.hxx
-include/OpenCASCADE/MgtTopoDS_TranslateTool.hxx
-include/OpenCASCADE/MgtTopoDS_TranslateTool1.hxx
include/OpenCASCADE/ModelDefinitions.hxx
include/OpenCASCADE/MoniTool_AttrList.hxx
include/OpenCASCADE/MoniTool_CaseData.hxx
include/OpenCASCADE/MoniTool_DataInfo.hxx
include/OpenCASCADE/MoniTool_DataMapIteratorOfDataMapOfShapeTransient.hxx
include/OpenCASCADE/MoniTool_DataMapIteratorOfDataMapOfTimer.hxx
-include/OpenCASCADE/MoniTool_DataMapNodeOfDataMapOfShapeTransient.hxx
-include/OpenCASCADE/MoniTool_DataMapNodeOfDataMapOfTimer.hxx
include/OpenCASCADE/MoniTool_DataMapOfShapeTransient.hxx
include/OpenCASCADE/MoniTool_DataMapOfTimer.hxx
include/OpenCASCADE/MoniTool_ElemHasher.hxx
include/OpenCASCADE/MoniTool_Element.hxx
include/OpenCASCADE/MoniTool_HSequenceOfElement.hxx
-include/OpenCASCADE/MoniTool_IndexedDataMapNodeOfIndexedDataMapOfShapeTransient.hxx
include/OpenCASCADE/MoniTool_IndexedDataMapOfShapeTransient.hxx
include/OpenCASCADE/MoniTool_IntVal.hxx
include/OpenCASCADE/MoniTool_MTHasher.hxx
include/OpenCASCADE/MoniTool_MTHasher.lxx
include/OpenCASCADE/MoniTool_Macros.hxx
-include/OpenCASCADE/MoniTool_OptValue.hxx
-include/OpenCASCADE/MoniTool_Option.hxx
-include/OpenCASCADE/MoniTool_Profile.hxx
include/OpenCASCADE/MoniTool_RealVal.hxx
-include/OpenCASCADE/MoniTool_SequenceNodeOfSequenceOfElement.hxx
include/OpenCASCADE/MoniTool_SequenceOfElement.hxx
include/OpenCASCADE/MoniTool_SignShape.hxx
include/OpenCASCADE/MoniTool_SignText.hxx
@@ -23142,13 +20966,14 @@ include/OpenCASCADE/NCollection_HeapAllocator.hxx
include/OpenCASCADE/NCollection_IncAllocator.hxx
include/OpenCASCADE/NCollection_IndexedDataMap.hxx
include/OpenCASCADE/NCollection_IndexedMap.hxx
+include/OpenCASCADE/NCollection_Lerp.hxx
include/OpenCASCADE/NCollection_List.hxx
include/OpenCASCADE/NCollection_ListNode.hxx
include/OpenCASCADE/NCollection_LocalArray.hxx
include/OpenCASCADE/NCollection_Map.hxx
include/OpenCASCADE/NCollection_Mat4.hxx
-include/OpenCASCADE/NCollection_QuickSort.hxx
include/OpenCASCADE/NCollection_Sequence.hxx
+include/OpenCASCADE/NCollection_Shared.hxx
include/OpenCASCADE/NCollection_SparseArray.hxx
include/OpenCASCADE/NCollection_SparseArrayBase.hxx
include/OpenCASCADE/NCollection_StdAllocator.hxx
@@ -23168,18 +20993,6 @@ include/OpenCASCADE/NCollection_Vec3.hxx
include/OpenCASCADE/NCollection_Vec4.hxx
include/OpenCASCADE/NCollection_Vector.hxx
include/OpenCASCADE/NCollection_WinHeapAllocator.hxx
-include/OpenCASCADE/NIS_Allocator.hxx
-include/OpenCASCADE/NIS_DrawList.hxx
-include/OpenCASCADE/NIS_Drawer.hxx
-include/OpenCASCADE/NIS_InteractiveContext.hxx
-include/OpenCASCADE/NIS_InteractiveObject.hxx
-include/OpenCASCADE/NIS_ObjectsIterator.hxx
-include/OpenCASCADE/NIS_SelectFilter.hxx
-include/OpenCASCADE/NIS_Surface.hxx
-include/OpenCASCADE/NIS_SurfaceDrawer.hxx
-include/OpenCASCADE/NIS_Triangulated.hxx
-include/OpenCASCADE/NIS_TriangulatedDrawer.hxx
-include/OpenCASCADE/NIS_View.hxx
include/OpenCASCADE/NLPlate_HGPPConstraint.hxx
include/OpenCASCADE/NLPlate_HPG0Constraint.hxx
include/OpenCASCADE/NLPlate_HPG0G1Constraint.hxx
@@ -23189,9 +21002,7 @@ include/OpenCASCADE/NLPlate_HPG1Constraint.hxx
include/OpenCASCADE/NLPlate_HPG2Constraint.hxx
include/OpenCASCADE/NLPlate_HPG3Constraint.hxx
include/OpenCASCADE/NLPlate_ListIteratorOfStackOfPlate.hxx
-include/OpenCASCADE/NLPlate_ListNodeOfStackOfPlate.hxx
include/OpenCASCADE/NLPlate_NLPlate.hxx
-include/OpenCASCADE/NLPlate_SequenceNodeOfSequenceOfHGPPConstraint.hxx
include/OpenCASCADE/NLPlate_SequenceOfHGPPConstraint.hxx
include/OpenCASCADE/NLPlate_StackOfPlate.hxx
include/OpenCASCADE/OSD.hxx
@@ -23200,7 +21011,6 @@ include/OpenCASCADE/OSD_Directory.hxx
include/OpenCASCADE/OSD_DirectoryIterator.hxx
include/OpenCASCADE/OSD_Disk.hxx
include/OpenCASCADE/OSD_Environment.hxx
-include/OpenCASCADE/OSD_EnvironmentIterator.hxx
include/OpenCASCADE/OSD_Error.hxx
include/OpenCASCADE/OSD_ErrorList.hxx
include/OpenCASCADE/OSD_Exception.hxx
@@ -23243,7 +21053,6 @@ include/OpenCASCADE/OSD_Parallel.hxx
include/OpenCASCADE/OSD_Path.hxx
include/OpenCASCADE/OSD_PerfMeter.h
include/OpenCASCADE/OSD_PerfMeter.hxx
-include/OpenCASCADE/OSD_Printer.hxx
include/OpenCASCADE/OSD_Process.hxx
include/OpenCASCADE/OSD_Protection.hxx
include/OpenCASCADE/OSD_SIGBUS.hxx
@@ -23265,12 +21074,6 @@ include/OpenCASCADE/OSD_WNT.hxx
include/OpenCASCADE/OSD_WNT_1.hxx
include/OpenCASCADE/OSD_WNT_BREAK.hxx
include/OpenCASCADE/OSD_WhoAmI.hxx
-include/OpenCASCADE/ObjMgt_ExternRef.hxx
-include/OpenCASCADE/ObjMgt_ExternShareable.hxx
-include/OpenCASCADE/ObjMgt_PSeqOfExtRef.hxx
-include/OpenCASCADE/ObjMgt_SeqExplorerOfPSeqOfExtRef.hxx
-include/OpenCASCADE/ObjMgt_SeqNodeOfPSeqOfExtRef.hxx
-include/OpenCASCADE/OpenGl_AVIWriter.hxx
include/OpenCASCADE/OpenGl_ArbDbg.hxx
include/OpenCASCADE/OpenGl_ArbFBO.hxx
include/OpenCASCADE/OpenGl_ArbIns.hxx
@@ -23281,16 +21084,14 @@ include/OpenCASCADE/OpenGl_AspectLine.hxx
include/OpenCASCADE/OpenGl_AspectMarker.hxx
include/OpenCASCADE/OpenGl_AspectText.hxx
include/OpenCASCADE/OpenGl_BVHClipPrimitiveSet.hxx
+include/OpenCASCADE/OpenGl_BVHClipPrimitiveTrsfPersSet.hxx
include/OpenCASCADE/OpenGl_BVHTreeSelector.hxx
include/OpenCASCADE/OpenGl_BackgroundArray.hxx
-include/OpenCASCADE/OpenGl_CView.hxx
include/OpenCASCADE/OpenGl_CappingAlgo.hxx
include/OpenCASCADE/OpenGl_CappingPlaneResource.hxx
include/OpenCASCADE/OpenGl_Caps.hxx
include/OpenCASCADE/OpenGl_Clipping.hxx
include/OpenCASCADE/OpenGl_Context.hxx
-include/OpenCASCADE/OpenGl_Cylinder.hxx
-include/OpenCASCADE/OpenGl_Disk.hxx
include/OpenCASCADE/OpenGl_Element.hxx
include/OpenCASCADE/OpenGl_ExtGS.hxx
include/OpenCASCADE/OpenGl_Flipper.hxx
@@ -23317,18 +21118,19 @@ include/OpenCASCADE/OpenGl_GlFunctions.hxx
include/OpenCASCADE/OpenGl_GraduatedTrihedron.hxx
include/OpenCASCADE/OpenGl_GraphicDriver.hxx
include/OpenCASCADE/OpenGl_Group.hxx
+include/OpenCASCADE/OpenGl_HaltonSampler.hxx
include/OpenCASCADE/OpenGl_IndexBuffer.hxx
include/OpenCASCADE/OpenGl_Layer.hxx
include/OpenCASCADE/OpenGl_LayerFilter.hxx
include/OpenCASCADE/OpenGl_LayerList.hxx
include/OpenCASCADE/OpenGl_Light.hxx
include/OpenCASCADE/OpenGl_LineAttributes.hxx
+include/OpenCASCADE/OpenGl_MapOfZLayerSettings.hxx
include/OpenCASCADE/OpenGl_Matrix.hxx
+include/OpenCASCADE/OpenGl_MatrixState.hxx
include/OpenCASCADE/OpenGl_NamedStatus.hxx
include/OpenCASCADE/OpenGl_PointSprite.hxx
include/OpenCASCADE/OpenGl_PrimitiveArray.hxx
-include/OpenCASCADE/OpenGl_PrinterContext.hxx
-include/OpenCASCADE/OpenGl_Quadric.hxx
include/OpenCASCADE/OpenGl_RenderFilter.hxx
include/OpenCASCADE/OpenGl_Resource.hxx
include/OpenCASCADE/OpenGl_Sampler.hxx
@@ -23338,17 +21140,15 @@ include/OpenCASCADE/OpenGl_ShaderManager.hxx
include/OpenCASCADE/OpenGl_ShaderObject.hxx
include/OpenCASCADE/OpenGl_ShaderProgram.hxx
include/OpenCASCADE/OpenGl_ShaderStates.hxx
-include/OpenCASCADE/OpenGl_Sphere.hxx
include/OpenCASCADE/OpenGl_StencilTest.hxx
include/OpenCASCADE/OpenGl_Structure.hxx
include/OpenCASCADE/OpenGl_StructureShadow.hxx
include/OpenCASCADE/OpenGl_Text.hxx
-include/OpenCASCADE/OpenGl_TextFormatter.hxx
+include/OpenCASCADE/OpenGl_TextBuilder.hxx
include/OpenCASCADE/OpenGl_TextParam.hxx
include/OpenCASCADE/OpenGl_Texture.hxx
include/OpenCASCADE/OpenGl_TextureBufferArb.hxx
-include/OpenCASCADE/OpenGl_Trihedron.hxx
-include/OpenCASCADE/OpenGl_Utils.hxx
+include/OpenCASCADE/OpenGl_TileSampler.hxx
include/OpenCASCADE/OpenGl_Vec.hxx
include/OpenCASCADE/OpenGl_VertexBuffer.hxx
include/OpenCASCADE/OpenGl_VertexBuffer.lxx
@@ -23357,33 +21157,7 @@ include/OpenCASCADE/OpenGl_VertexBufferEditor.hxx
include/OpenCASCADE/OpenGl_View.hxx
include/OpenCASCADE/OpenGl_Window.hxx
include/OpenCASCADE/OpenGl_Workspace.hxx
-include/OpenCASCADE/OpenGl_telem_util.hxx
-include/OpenCASCADE/OpenGl_tgl_funcs.hxx
-include/OpenCASCADE/OpenGl_transform_persistence.hxx
-include/OpenCASCADE/PBRep_Curve3D.hxx
-include/OpenCASCADE/PBRep_CurveOn2Surfaces.hxx
-include/OpenCASCADE/PBRep_CurveOnClosedSurface.hxx
-include/OpenCASCADE/PBRep_CurveOnSurface.hxx
-include/OpenCASCADE/PBRep_CurveRepresentation.hxx
-include/OpenCASCADE/PBRep_GCurve.hxx
-include/OpenCASCADE/PBRep_PointOnCurve.hxx
-include/OpenCASCADE/PBRep_PointOnCurveOnSurface.hxx
-include/OpenCASCADE/PBRep_PointOnSurface.hxx
-include/OpenCASCADE/PBRep_PointRepresentation.hxx
-include/OpenCASCADE/PBRep_PointsOnSurface.hxx
-include/OpenCASCADE/PBRep_Polygon3D.hxx
-include/OpenCASCADE/PBRep_PolygonOnClosedSurface.hxx
-include/OpenCASCADE/PBRep_PolygonOnClosedTriangulation.hxx
-include/OpenCASCADE/PBRep_PolygonOnSurface.hxx
-include/OpenCASCADE/PBRep_PolygonOnTriangulation.hxx
-include/OpenCASCADE/PBRep_TEdge.hxx
-include/OpenCASCADE/PBRep_TEdge1.hxx
-include/OpenCASCADE/PBRep_TFace.hxx
-include/OpenCASCADE/PBRep_TFace1.hxx
-include/OpenCASCADE/PBRep_TVertex.hxx
-include/OpenCASCADE/PBRep_TVertex1.hxx
include/OpenCASCADE/PCDM.hxx
-include/OpenCASCADE/PCDMShape_Document.hxx
include/OpenCASCADE/PCDM_BaseDriverPointer.hxx
include/OpenCASCADE/PCDM_DOMHeaderParser.hxx
include/OpenCASCADE/PCDM_Document.hxx
@@ -23396,273 +21170,13 @@ include/OpenCASCADE/PCDM_ReaderStatus.hxx
include/OpenCASCADE/PCDM_Reference.hxx
include/OpenCASCADE/PCDM_ReferenceIterator.hxx
include/OpenCASCADE/PCDM_RetrievalDriver.hxx
-include/OpenCASCADE/PCDM_SequenceNodeOfSequenceOfDocument.hxx
-include/OpenCASCADE/PCDM_SequenceNodeOfSequenceOfReference.hxx
include/OpenCASCADE/PCDM_SequenceOfDocument.hxx
include/OpenCASCADE/PCDM_SequenceOfReference.hxx
include/OpenCASCADE/PCDM_StorageDriver.hxx
include/OpenCASCADE/PCDM_StoreStatus.hxx
include/OpenCASCADE/PCDM_TypeOfFileDriver.hxx
include/OpenCASCADE/PCDM_Writer.hxx
-include/OpenCASCADE/PColStd_FieldOfHArray1OfExtendedString.hxx
-include/OpenCASCADE/PColStd_FieldOfHArray1OfInteger.hxx
-include/OpenCASCADE/PColStd_FieldOfHArray1OfPersistent.hxx
-include/OpenCASCADE/PColStd_FieldOfHArray1OfReal.hxx
-include/OpenCASCADE/PColStd_FieldOfHArray2OfInteger.hxx
-include/OpenCASCADE/PColStd_FieldOfHArray2OfPersistent.hxx
-include/OpenCASCADE/PColStd_FieldOfHArray2OfReal.hxx
-include/OpenCASCADE/PColStd_HArray1OfExtendedString.hxx
-include/OpenCASCADE/PColStd_HArray1OfInteger.hxx
-include/OpenCASCADE/PColStd_HArray1OfPersistent.hxx
-include/OpenCASCADE/PColStd_HArray1OfReal.hxx
-include/OpenCASCADE/PColStd_HArray2OfInteger.hxx
-include/OpenCASCADE/PColStd_HArray2OfPersistent.hxx
-include/OpenCASCADE/PColStd_HArray2OfReal.hxx
-include/OpenCASCADE/PColStd_VArrayNodeOfFieldOfHArray1OfExtendedString.hxx
-include/OpenCASCADE/PColStd_VArrayNodeOfFieldOfHArray1OfInteger.hxx
-include/OpenCASCADE/PColStd_VArrayNodeOfFieldOfHArray1OfPersistent.hxx
-include/OpenCASCADE/PColStd_VArrayNodeOfFieldOfHArray1OfReal.hxx
-include/OpenCASCADE/PColStd_VArrayNodeOfFieldOfHArray2OfInteger.hxx
-include/OpenCASCADE/PColStd_VArrayNodeOfFieldOfHArray2OfPersistent.hxx
-include/OpenCASCADE/PColStd_VArrayNodeOfFieldOfHArray2OfReal.hxx
-include/OpenCASCADE/PColStd_VArrayTNodeOfFieldOfHArray1OfExtendedString.hxx
-include/OpenCASCADE/PColStd_VArrayTNodeOfFieldOfHArray1OfInteger.hxx
-include/OpenCASCADE/PColStd_VArrayTNodeOfFieldOfHArray1OfPersistent.hxx
-include/OpenCASCADE/PColStd_VArrayTNodeOfFieldOfHArray1OfReal.hxx
-include/OpenCASCADE/PColStd_VArrayTNodeOfFieldOfHArray2OfInteger.hxx
-include/OpenCASCADE/PColStd_VArrayTNodeOfFieldOfHArray2OfPersistent.hxx
-include/OpenCASCADE/PColStd_VArrayTNodeOfFieldOfHArray2OfReal.hxx
-include/OpenCASCADE/PColgp_FieldOfHArray1OfCirc2d.hxx
-include/OpenCASCADE/PColgp_FieldOfHArray1OfDir.hxx
-include/OpenCASCADE/PColgp_FieldOfHArray1OfDir2d.hxx
-include/OpenCASCADE/PColgp_FieldOfHArray1OfLin2d.hxx
-include/OpenCASCADE/PColgp_FieldOfHArray1OfPnt.hxx
-include/OpenCASCADE/PColgp_FieldOfHArray1OfPnt2d.hxx
-include/OpenCASCADE/PColgp_FieldOfHArray1OfVec.hxx
-include/OpenCASCADE/PColgp_FieldOfHArray1OfVec2d.hxx
-include/OpenCASCADE/PColgp_FieldOfHArray1OfXY.hxx
-include/OpenCASCADE/PColgp_FieldOfHArray1OfXYZ.hxx
-include/OpenCASCADE/PColgp_FieldOfHArray2OfCirc2d.hxx
-include/OpenCASCADE/PColgp_FieldOfHArray2OfDir.hxx
-include/OpenCASCADE/PColgp_FieldOfHArray2OfDir2d.hxx
-include/OpenCASCADE/PColgp_FieldOfHArray2OfLin2d.hxx
-include/OpenCASCADE/PColgp_FieldOfHArray2OfPnt.hxx
-include/OpenCASCADE/PColgp_FieldOfHArray2OfPnt2d.hxx
-include/OpenCASCADE/PColgp_FieldOfHArray2OfVec.hxx
-include/OpenCASCADE/PColgp_FieldOfHArray2OfVec2d.hxx
-include/OpenCASCADE/PColgp_FieldOfHArray2OfXY.hxx
-include/OpenCASCADE/PColgp_FieldOfHArray2OfXYZ.hxx
-include/OpenCASCADE/PColgp_HArray1OfCirc2d.hxx
-include/OpenCASCADE/PColgp_HArray1OfDir.hxx
-include/OpenCASCADE/PColgp_HArray1OfDir2d.hxx
-include/OpenCASCADE/PColgp_HArray1OfLin2d.hxx
-include/OpenCASCADE/PColgp_HArray1OfPnt.hxx
-include/OpenCASCADE/PColgp_HArray1OfPnt2d.hxx
-include/OpenCASCADE/PColgp_HArray1OfVec.hxx
-include/OpenCASCADE/PColgp_HArray1OfVec2d.hxx
-include/OpenCASCADE/PColgp_HArray1OfXY.hxx
-include/OpenCASCADE/PColgp_HArray1OfXYZ.hxx
-include/OpenCASCADE/PColgp_HArray2OfCirc2d.hxx
-include/OpenCASCADE/PColgp_HArray2OfDir.hxx
-include/OpenCASCADE/PColgp_HArray2OfDir2d.hxx
-include/OpenCASCADE/PColgp_HArray2OfLin2d.hxx
-include/OpenCASCADE/PColgp_HArray2OfPnt.hxx
-include/OpenCASCADE/PColgp_HArray2OfPnt2d.hxx
-include/OpenCASCADE/PColgp_HArray2OfVec.hxx
-include/OpenCASCADE/PColgp_HArray2OfVec2d.hxx
-include/OpenCASCADE/PColgp_HArray2OfXY.hxx
-include/OpenCASCADE/PColgp_HArray2OfXYZ.hxx
-include/OpenCASCADE/PColgp_HSequenceOfDir.hxx
-include/OpenCASCADE/PColgp_HSequenceOfPnt.hxx
-include/OpenCASCADE/PColgp_HSequenceOfVec.hxx
-include/OpenCASCADE/PColgp_HSequenceOfXYZ.hxx
-include/OpenCASCADE/PColgp_SeqExplorerOfHSequenceOfDir.hxx
-include/OpenCASCADE/PColgp_SeqExplorerOfHSequenceOfPnt.hxx
-include/OpenCASCADE/PColgp_SeqExplorerOfHSequenceOfVec.hxx
-include/OpenCASCADE/PColgp_SeqExplorerOfHSequenceOfXYZ.hxx
-include/OpenCASCADE/PColgp_SeqNodeOfHSequenceOfDir.hxx
-include/OpenCASCADE/PColgp_SeqNodeOfHSequenceOfPnt.hxx
-include/OpenCASCADE/PColgp_SeqNodeOfHSequenceOfVec.hxx
-include/OpenCASCADE/PColgp_SeqNodeOfHSequenceOfXYZ.hxx
-include/OpenCASCADE/PColgp_VArrayNodeOfFieldOfHArray1OfCirc2d.hxx
-include/OpenCASCADE/PColgp_VArrayNodeOfFieldOfHArray1OfDir.hxx
-include/OpenCASCADE/PColgp_VArrayNodeOfFieldOfHArray1OfDir2d.hxx
-include/OpenCASCADE/PColgp_VArrayNodeOfFieldOfHArray1OfLin2d.hxx
-include/OpenCASCADE/PColgp_VArrayNodeOfFieldOfHArray1OfPnt.hxx
-include/OpenCASCADE/PColgp_VArrayNodeOfFieldOfHArray1OfPnt2d.hxx
-include/OpenCASCADE/PColgp_VArrayNodeOfFieldOfHArray1OfVec.hxx
-include/OpenCASCADE/PColgp_VArrayNodeOfFieldOfHArray1OfVec2d.hxx
-include/OpenCASCADE/PColgp_VArrayNodeOfFieldOfHArray1OfXY.hxx
-include/OpenCASCADE/PColgp_VArrayNodeOfFieldOfHArray1OfXYZ.hxx
-include/OpenCASCADE/PColgp_VArrayNodeOfFieldOfHArray2OfCirc2d.hxx
-include/OpenCASCADE/PColgp_VArrayNodeOfFieldOfHArray2OfDir.hxx
-include/OpenCASCADE/PColgp_VArrayNodeOfFieldOfHArray2OfDir2d.hxx
-include/OpenCASCADE/PColgp_VArrayNodeOfFieldOfHArray2OfLin2d.hxx
-include/OpenCASCADE/PColgp_VArrayNodeOfFieldOfHArray2OfPnt.hxx
-include/OpenCASCADE/PColgp_VArrayNodeOfFieldOfHArray2OfPnt2d.hxx
-include/OpenCASCADE/PColgp_VArrayNodeOfFieldOfHArray2OfVec.hxx
-include/OpenCASCADE/PColgp_VArrayNodeOfFieldOfHArray2OfVec2d.hxx
-include/OpenCASCADE/PColgp_VArrayNodeOfFieldOfHArray2OfXY.hxx
-include/OpenCASCADE/PColgp_VArrayNodeOfFieldOfHArray2OfXYZ.hxx
-include/OpenCASCADE/PColgp_VArrayTNodeOfFieldOfHArray1OfCirc2d.hxx
-include/OpenCASCADE/PColgp_VArrayTNodeOfFieldOfHArray1OfDir.hxx
-include/OpenCASCADE/PColgp_VArrayTNodeOfFieldOfHArray1OfDir2d.hxx
-include/OpenCASCADE/PColgp_VArrayTNodeOfFieldOfHArray1OfLin2d.hxx
-include/OpenCASCADE/PColgp_VArrayTNodeOfFieldOfHArray1OfPnt.hxx
-include/OpenCASCADE/PColgp_VArrayTNodeOfFieldOfHArray1OfPnt2d.hxx
-include/OpenCASCADE/PColgp_VArrayTNodeOfFieldOfHArray1OfVec.hxx
-include/OpenCASCADE/PColgp_VArrayTNodeOfFieldOfHArray1OfVec2d.hxx
-include/OpenCASCADE/PColgp_VArrayTNodeOfFieldOfHArray1OfXY.hxx
-include/OpenCASCADE/PColgp_VArrayTNodeOfFieldOfHArray1OfXYZ.hxx
-include/OpenCASCADE/PColgp_VArrayTNodeOfFieldOfHArray2OfCirc2d.hxx
-include/OpenCASCADE/PColgp_VArrayTNodeOfFieldOfHArray2OfDir.hxx
-include/OpenCASCADE/PColgp_VArrayTNodeOfFieldOfHArray2OfDir2d.hxx
-include/OpenCASCADE/PColgp_VArrayTNodeOfFieldOfHArray2OfLin2d.hxx
-include/OpenCASCADE/PColgp_VArrayTNodeOfFieldOfHArray2OfPnt.hxx
-include/OpenCASCADE/PColgp_VArrayTNodeOfFieldOfHArray2OfPnt2d.hxx
-include/OpenCASCADE/PColgp_VArrayTNodeOfFieldOfHArray2OfVec.hxx
-include/OpenCASCADE/PColgp_VArrayTNodeOfFieldOfHArray2OfVec2d.hxx
-include/OpenCASCADE/PColgp_VArrayTNodeOfFieldOfHArray2OfXY.hxx
-include/OpenCASCADE/PColgp_VArrayTNodeOfFieldOfHArray2OfXYZ.hxx
-include/OpenCASCADE/PCollection_AccessMode.hxx
-include/OpenCASCADE/PCollection_HArray1.gxx
-include/OpenCASCADE/PCollection_HArray1.lxx
-include/OpenCASCADE/PCollection_HArray2.gxx
-include/OpenCASCADE/PCollection_HArray2.lxx
-include/OpenCASCADE/PCollection_HAsciiString.hxx
-include/OpenCASCADE/PCollection_HExtendedString.hxx
-include/OpenCASCADE/PCollection_HSequence.gxx
-include/OpenCASCADE/PCollection_SeqExplorer.gxx
-include/OpenCASCADE/PCollection_SeqNode.gxx
-include/OpenCASCADE/PDF_Attribute.hxx
-include/OpenCASCADE/PDF_Data.hxx
-include/OpenCASCADE/PDF_Data.lxx
-include/OpenCASCADE/PDF_FieldOfHAttributeArray1.hxx
-include/OpenCASCADE/PDF_HAttributeArray1.hxx
-include/OpenCASCADE/PDF_Reference.hxx
-include/OpenCASCADE/PDF_TagSource.hxx
-include/OpenCASCADE/PDF_VArrayNodeOfFieldOfHAttributeArray1.hxx
-include/OpenCASCADE/PDF_VArrayTNodeOfFieldOfHAttributeArray1.hxx
-include/OpenCASCADE/PDataStd_AsciiString.hxx
-include/OpenCASCADE/PDataStd_BooleanArray.hxx
-include/OpenCASCADE/PDataStd_BooleanList.hxx
-include/OpenCASCADE/PDataStd_ByteArray.hxx
-include/OpenCASCADE/PDataStd_ByteArray_1.hxx
-include/OpenCASCADE/PDataStd_Comment.hxx
-include/OpenCASCADE/PDataStd_Directory.hxx
-include/OpenCASCADE/PDataStd_Expression.hxx
-include/OpenCASCADE/PDataStd_ExtStringArray.hxx
-include/OpenCASCADE/PDataStd_ExtStringArray_1.hxx
-include/OpenCASCADE/PDataStd_ExtStringList.hxx
-include/OpenCASCADE/PDataStd_FieldOfHArray1OfByte.hxx
-include/OpenCASCADE/PDataStd_FieldOfHArray1OfHArray1OfInteger.hxx
-include/OpenCASCADE/PDataStd_FieldOfHArray1OfHArray1OfReal.hxx
-include/OpenCASCADE/PDataStd_FieldOfHArray1OfHAsciiString.hxx
-include/OpenCASCADE/PDataStd_HArray1OfByte.hxx
-include/OpenCASCADE/PDataStd_HArray1OfHArray1OfInteger.hxx
-include/OpenCASCADE/PDataStd_HArray1OfHArray1OfReal.hxx
-include/OpenCASCADE/PDataStd_HArray1OfHAsciiString.hxx
-include/OpenCASCADE/PDataStd_IntPackedMap.hxx
-include/OpenCASCADE/PDataStd_IntPackedMap_1.hxx
-include/OpenCASCADE/PDataStd_Integer.hxx
-include/OpenCASCADE/PDataStd_IntegerArray.hxx
-include/OpenCASCADE/PDataStd_IntegerArray_1.hxx
-include/OpenCASCADE/PDataStd_IntegerList.hxx
-include/OpenCASCADE/PDataStd_Name.hxx
-include/OpenCASCADE/PDataStd_NamedData.hxx
-include/OpenCASCADE/PDataStd_NoteBook.hxx
-include/OpenCASCADE/PDataStd_Real.hxx
-include/OpenCASCADE/PDataStd_RealArray.hxx
-include/OpenCASCADE/PDataStd_RealArray_1.hxx
-include/OpenCASCADE/PDataStd_RealList.hxx
-include/OpenCASCADE/PDataStd_ReferenceArray.hxx
-include/OpenCASCADE/PDataStd_ReferenceList.hxx
-include/OpenCASCADE/PDataStd_Relation.hxx
-include/OpenCASCADE/PDataStd_Tick.hxx
-include/OpenCASCADE/PDataStd_TreeNode.hxx
-include/OpenCASCADE/PDataStd_UAttribute.hxx
-include/OpenCASCADE/PDataStd_VArrayNodeOfFieldOfHArray1OfByte.hxx
-include/OpenCASCADE/PDataStd_VArrayNodeOfFieldOfHArray1OfHArray1OfInteger.hxx
-include/OpenCASCADE/PDataStd_VArrayNodeOfFieldOfHArray1OfHArray1OfReal.hxx
-include/OpenCASCADE/PDataStd_VArrayNodeOfFieldOfHArray1OfHAsciiString.hxx
-include/OpenCASCADE/PDataStd_VArrayTNodeOfFieldOfHArray1OfByte.hxx
-include/OpenCASCADE/PDataStd_VArrayTNodeOfFieldOfHArray1OfHArray1OfInteger.hxx
-include/OpenCASCADE/PDataStd_VArrayTNodeOfFieldOfHArray1OfHArray1OfReal.hxx
-include/OpenCASCADE/PDataStd_VArrayTNodeOfFieldOfHArray1OfHAsciiString.hxx
-include/OpenCASCADE/PDataStd_Variable.hxx
-include/OpenCASCADE/PDataXtd_Axis.hxx
-include/OpenCASCADE/PDataXtd_Constraint.hxx
-include/OpenCASCADE/PDataXtd_Geometry.hxx
-include/OpenCASCADE/PDataXtd_PatternStd.hxx
-include/OpenCASCADE/PDataXtd_PatternStd.lxx
-include/OpenCASCADE/PDataXtd_Placement.hxx
-include/OpenCASCADE/PDataXtd_Plane.hxx
-include/OpenCASCADE/PDataXtd_Point.hxx
-include/OpenCASCADE/PDataXtd_Position.hxx
-include/OpenCASCADE/PDataXtd_Position.lxx
-include/OpenCASCADE/PDataXtd_Shape.hxx
-include/OpenCASCADE/PDocStd_Document.hxx
-include/OpenCASCADE/PDocStd_XLink.hxx
-include/OpenCASCADE/PFunction_Function.hxx
-include/OpenCASCADE/PGeom2d_AxisPlacement.hxx
-include/OpenCASCADE/PGeom2d_BSplineCurve.hxx
-include/OpenCASCADE/PGeom2d_BezierCurve.hxx
-include/OpenCASCADE/PGeom2d_BoundedCurve.hxx
-include/OpenCASCADE/PGeom2d_CartesianPoint.hxx
-include/OpenCASCADE/PGeom2d_Circle.hxx
-include/OpenCASCADE/PGeom2d_Conic.hxx
-include/OpenCASCADE/PGeom2d_Curve.hxx
-include/OpenCASCADE/PGeom2d_Direction.hxx
-include/OpenCASCADE/PGeom2d_Ellipse.hxx
-include/OpenCASCADE/PGeom2d_Geometry.hxx
-include/OpenCASCADE/PGeom2d_Hyperbola.hxx
-include/OpenCASCADE/PGeom2d_Line.hxx
-include/OpenCASCADE/PGeom2d_OffsetCurve.hxx
-include/OpenCASCADE/PGeom2d_Parabola.hxx
-include/OpenCASCADE/PGeom2d_Point.hxx
-include/OpenCASCADE/PGeom2d_Transformation.hxx
-include/OpenCASCADE/PGeom2d_TrimmedCurve.hxx
-include/OpenCASCADE/PGeom2d_Vector.hxx
-include/OpenCASCADE/PGeom2d_VectorWithMagnitude.hxx
-include/OpenCASCADE/PGeom_Axis1Placement.hxx
-include/OpenCASCADE/PGeom_Axis2Placement.hxx
-include/OpenCASCADE/PGeom_AxisPlacement.hxx
-include/OpenCASCADE/PGeom_BSplineCurve.hxx
-include/OpenCASCADE/PGeom_BSplineSurface.hxx
-include/OpenCASCADE/PGeom_BezierCurve.hxx
-include/OpenCASCADE/PGeom_BezierSurface.hxx
-include/OpenCASCADE/PGeom_BoundedCurve.hxx
-include/OpenCASCADE/PGeom_BoundedSurface.hxx
-include/OpenCASCADE/PGeom_CartesianPoint.hxx
-include/OpenCASCADE/PGeom_Circle.hxx
-include/OpenCASCADE/PGeom_Conic.hxx
-include/OpenCASCADE/PGeom_ConicalSurface.hxx
-include/OpenCASCADE/PGeom_Curve.hxx
-include/OpenCASCADE/PGeom_CylindricalSurface.hxx
-include/OpenCASCADE/PGeom_Direction.hxx
-include/OpenCASCADE/PGeom_ElementarySurface.hxx
-include/OpenCASCADE/PGeom_Ellipse.hxx
-include/OpenCASCADE/PGeom_Geometry.hxx
-include/OpenCASCADE/PGeom_Hyperbola.hxx
-include/OpenCASCADE/PGeom_Line.hxx
-include/OpenCASCADE/PGeom_OffsetCurve.hxx
-include/OpenCASCADE/PGeom_OffsetSurface.hxx
-include/OpenCASCADE/PGeom_Parabola.hxx
-include/OpenCASCADE/PGeom_Plane.hxx
-include/OpenCASCADE/PGeom_Point.hxx
-include/OpenCASCADE/PGeom_RectangularTrimmedSurface.hxx
-include/OpenCASCADE/PGeom_SphericalSurface.hxx
-include/OpenCASCADE/PGeom_Surface.hxx
-include/OpenCASCADE/PGeom_SurfaceOfLinearExtrusion.hxx
-include/OpenCASCADE/PGeom_SurfaceOfRevolution.hxx
-include/OpenCASCADE/PGeom_SweptSurface.hxx
-include/OpenCASCADE/PGeom_ToroidalSurface.hxx
-include/OpenCASCADE/PGeom_Transformation.hxx
-include/OpenCASCADE/PGeom_TrimmedCurve.hxx
-include/OpenCASCADE/PGeom_Vector.hxx
-include/OpenCASCADE/PGeom_VectorWithMagnitude.hxx
include/OpenCASCADE/PLib.hxx
-include/OpenCASCADE/PLib.lxx
include/OpenCASCADE/PLib_Base.hxx
include/OpenCASCADE/PLib_DoubleJacobiPolynomial.hxx
include/OpenCASCADE/PLib_DoubleJacobiPolynomial.lxx
@@ -23671,111 +21185,6 @@ include/OpenCASCADE/PLib_HermitJacobi.lxx
include/OpenCASCADE/PLib_JacobiPolynomial.hxx
include/OpenCASCADE/PLib_JacobiPolynomial.lxx
include/OpenCASCADE/PLib_JacobiPolynomial_0.hxx
-include/OpenCASCADE/PMMgt_PManaged.hxx
-include/OpenCASCADE/PNaming_FieldOfHArray1OfNamedShape.hxx
-include/OpenCASCADE/PNaming_HArray1OfNamedShape.hxx
-include/OpenCASCADE/PNaming_Name.hxx
-include/OpenCASCADE/PNaming_Name.lxx
-include/OpenCASCADE/PNaming_Name_1.hxx
-include/OpenCASCADE/PNaming_Name_1.lxx
-include/OpenCASCADE/PNaming_Name_2.hxx
-include/OpenCASCADE/PNaming_Name_2.lxx
-include/OpenCASCADE/PNaming_NamedShape.hxx
-include/OpenCASCADE/PNaming_Naming.hxx
-include/OpenCASCADE/PNaming_Naming_1.hxx
-include/OpenCASCADE/PNaming_Naming_2.hxx
-include/OpenCASCADE/PNaming_VArrayNodeOfFieldOfHArray1OfNamedShape.hxx
-include/OpenCASCADE/PNaming_VArrayTNodeOfFieldOfHArray1OfNamedShape.hxx
-include/OpenCASCADE/PPoly_FieldOfHArray1OfTriangle.hxx
-include/OpenCASCADE/PPoly_HArray1OfTriangle.hxx
-include/OpenCASCADE/PPoly_Polygon2D.hxx
-include/OpenCASCADE/PPoly_Polygon3D.hxx
-include/OpenCASCADE/PPoly_PolygonOnTriangulation.hxx
-include/OpenCASCADE/PPoly_Triangle.hxx
-include/OpenCASCADE/PPoly_Triangulation.hxx
-include/OpenCASCADE/PPoly_VArrayNodeOfFieldOfHArray1OfTriangle.hxx
-include/OpenCASCADE/PPoly_VArrayTNodeOfFieldOfHArray1OfTriangle.hxx
-include/OpenCASCADE/PPrsStd_AISPresentation.hxx
-include/OpenCASCADE/PPrsStd_AISPresentation_1.hxx
-include/OpenCASCADE/PShort_FieldOfHArray1OfShortReal.hxx
-include/OpenCASCADE/PShort_FieldOfHArray2OfShortReal.hxx
-include/OpenCASCADE/PShort_HArray1OfShortReal.hxx
-include/OpenCASCADE/PShort_HArray2OfShortReal.hxx
-include/OpenCASCADE/PShort_HSequenceOfShortReal.hxx
-include/OpenCASCADE/PShort_SeqExplorerOfHSequenceOfShortReal.hxx
-include/OpenCASCADE/PShort_SeqNodeOfHSequenceOfShortReal.hxx
-include/OpenCASCADE/PShort_VArrayNodeOfFieldOfHArray1OfShortReal.hxx
-include/OpenCASCADE/PShort_VArrayNodeOfFieldOfHArray2OfShortReal.hxx
-include/OpenCASCADE/PShort_VArrayTNodeOfFieldOfHArray1OfShortReal.hxx
-include/OpenCASCADE/PShort_VArrayTNodeOfFieldOfHArray2OfShortReal.hxx
-include/OpenCASCADE/PStandard_ArrayNode.hxx
-include/OpenCASCADE/PTColStd_DataMapIteratorOfPersistentTransientMap.hxx
-include/OpenCASCADE/PTColStd_DataMapIteratorOfTransientPersistentMap.hxx
-include/OpenCASCADE/PTColStd_DataMapNodeOfPersistentTransientMap.hxx
-include/OpenCASCADE/PTColStd_DataMapNodeOfTransientPersistentMap.hxx
-include/OpenCASCADE/PTColStd_DoubleMapIteratorOfDoubleMapOfTransientPersistent.hxx
-include/OpenCASCADE/PTColStd_DoubleMapNodeOfDoubleMapOfTransientPersistent.hxx
-include/OpenCASCADE/PTColStd_DoubleMapOfTransientPersistent.hxx
-include/OpenCASCADE/PTColStd_MapPersistentHasher.hxx
-include/OpenCASCADE/PTColStd_PersistentTransientMap.hxx
-include/OpenCASCADE/PTColStd_TransientPersistentMap.hxx
-include/OpenCASCADE/PTopLoc_Datum3D.hxx
-include/OpenCASCADE/PTopLoc_ItemLocation.hxx
-include/OpenCASCADE/PTopLoc_Location.hxx
-include/OpenCASCADE/PTopoDS_CompSolid.hxx
-include/OpenCASCADE/PTopoDS_Compound.hxx
-include/OpenCASCADE/PTopoDS_Edge.hxx
-include/OpenCASCADE/PTopoDS_Face.hxx
-include/OpenCASCADE/PTopoDS_FieldOfHArray1OfHShape.hxx
-include/OpenCASCADE/PTopoDS_FieldOfHArray1OfShape1.hxx
-include/OpenCASCADE/PTopoDS_HArray1OfHShape.hxx
-include/OpenCASCADE/PTopoDS_HArray1OfShape1.hxx
-include/OpenCASCADE/PTopoDS_HShape.hxx
-include/OpenCASCADE/PTopoDS_Shape1.hxx
-include/OpenCASCADE/PTopoDS_Shell.hxx
-include/OpenCASCADE/PTopoDS_Solid.hxx
-include/OpenCASCADE/PTopoDS_TCompSolid.hxx
-include/OpenCASCADE/PTopoDS_TCompSolid1.hxx
-include/OpenCASCADE/PTopoDS_TCompound.hxx
-include/OpenCASCADE/PTopoDS_TCompound1.hxx
-include/OpenCASCADE/PTopoDS_TEdge.hxx
-include/OpenCASCADE/PTopoDS_TEdge1.hxx
-include/OpenCASCADE/PTopoDS_TFace.hxx
-include/OpenCASCADE/PTopoDS_TFace1.hxx
-include/OpenCASCADE/PTopoDS_TShape.hxx
-include/OpenCASCADE/PTopoDS_TShape1.hxx
-include/OpenCASCADE/PTopoDS_TShell.hxx
-include/OpenCASCADE/PTopoDS_TShell1.hxx
-include/OpenCASCADE/PTopoDS_TSolid.hxx
-include/OpenCASCADE/PTopoDS_TSolid1.hxx
-include/OpenCASCADE/PTopoDS_TVertex.hxx
-include/OpenCASCADE/PTopoDS_TVertex1.hxx
-include/OpenCASCADE/PTopoDS_TWire.hxx
-include/OpenCASCADE/PTopoDS_TWire1.hxx
-include/OpenCASCADE/PTopoDS_VArrayNodeOfFieldOfHArray1OfHShape.hxx
-include/OpenCASCADE/PTopoDS_VArrayNodeOfFieldOfHArray1OfShape1.hxx
-include/OpenCASCADE/PTopoDS_VArrayTNodeOfFieldOfHArray1OfHShape.hxx
-include/OpenCASCADE/PTopoDS_VArrayTNodeOfFieldOfHArray1OfShape1.hxx
-include/OpenCASCADE/PTopoDS_Vertex.hxx
-include/OpenCASCADE/PTopoDS_Wire.hxx
-include/OpenCASCADE/PXCAFDoc_Area.hxx
-include/OpenCASCADE/PXCAFDoc_Centroid.hxx
-include/OpenCASCADE/PXCAFDoc_Color.hxx
-include/OpenCASCADE/PXCAFDoc_ColorTool.hxx
-include/OpenCASCADE/PXCAFDoc_Datum.hxx
-include/OpenCASCADE/PXCAFDoc_DimTol.hxx
-include/OpenCASCADE/PXCAFDoc_DimTolTool.hxx
-include/OpenCASCADE/PXCAFDoc_DocumentTool.hxx
-include/OpenCASCADE/PXCAFDoc_GraphNode.hxx
-include/OpenCASCADE/PXCAFDoc_GraphNodeSequence.hxx
-include/OpenCASCADE/PXCAFDoc_LayerTool.hxx
-include/OpenCASCADE/PXCAFDoc_Location.hxx
-include/OpenCASCADE/PXCAFDoc_Material.hxx
-include/OpenCASCADE/PXCAFDoc_MaterialTool.hxx
-include/OpenCASCADE/PXCAFDoc_SeqExplorerOfGraphNodeSequence.hxx
-include/OpenCASCADE/PXCAFDoc_SeqNodeOfGraphNodeSequence.hxx
-include/OpenCASCADE/PXCAFDoc_ShapeTool.hxx
-include/OpenCASCADE/PXCAFDoc_Volume.hxx
include/OpenCASCADE/Plate_Array1OfPinpointConstraint.hxx
include/OpenCASCADE/Plate_D1.hxx
include/OpenCASCADE/Plate_D1.lxx
@@ -23802,15 +21211,11 @@ include/OpenCASCADE/Plate_Plate.hxx
include/OpenCASCADE/Plate_Plate.lxx
include/OpenCASCADE/Plate_SampledCurveConstraint.hxx
include/OpenCASCADE/Plate_SampledCurveConstraint.lxx
-include/OpenCASCADE/Plate_SequenceNodeOfSequenceOfLinearScalarConstraint.hxx
-include/OpenCASCADE/Plate_SequenceNodeOfSequenceOfLinearXYZConstraint.hxx
-include/OpenCASCADE/Plate_SequenceNodeOfSequenceOfPinpointConstraint.hxx
include/OpenCASCADE/Plate_SequenceOfLinearScalarConstraint.hxx
include/OpenCASCADE/Plate_SequenceOfLinearXYZConstraint.hxx
include/OpenCASCADE/Plate_SequenceOfPinpointConstraint.hxx
include/OpenCASCADE/Plugin.hxx
include/OpenCASCADE/Plugin_DataMapIteratorOfMapOfFunctions.hxx
-include/OpenCASCADE/Plugin_DataMapNodeOfMapOfFunctions.hxx
include/OpenCASCADE/Plugin_Failure.hxx
include/OpenCASCADE/Plugin_Macro.hxx
include/OpenCASCADE/Plugin_MapOfFunctions.hxx
@@ -23837,7 +21242,6 @@ include/OpenCASCADE/Poly_Triangle.lxx
include/OpenCASCADE/Poly_Triangulation.hxx
include/OpenCASCADE/Poly_Triangulation.lxx
include/OpenCASCADE/Precision.hxx
-include/OpenCASCADE/Precision.lxx
include/OpenCASCADE/ProjLib.hxx
include/OpenCASCADE/ProjLib_CompProjectedCurve.hxx
include/OpenCASCADE/ProjLib_ComputeApprox.hxx
@@ -23854,7 +21258,6 @@ include/OpenCASCADE/ProjLib_ProjectOnPlane.hxx
include/OpenCASCADE/ProjLib_ProjectOnSurface.hxx
include/OpenCASCADE/ProjLib_ProjectedCurve.hxx
include/OpenCASCADE/ProjLib_Projector.hxx
-include/OpenCASCADE/ProjLib_SequenceNodeOfSequenceOfHSequenceOfPnt.hxx
include/OpenCASCADE/ProjLib_SequenceOfHSequenceOfPnt.hxx
include/OpenCASCADE/ProjLib_Sphere.hxx
include/OpenCASCADE/ProjLib_Torus.hxx
@@ -23886,15 +21289,17 @@ include/OpenCASCADE/Prs3d_ShadingAspect.hxx
include/OpenCASCADE/Prs3d_ShapeTool.hxx
include/OpenCASCADE/Prs3d_Text.hxx
include/OpenCASCADE/Prs3d_TextAspect.hxx
+include/OpenCASCADE/Prs3d_ToolCylinder.hxx
+include/OpenCASCADE/Prs3d_ToolDisk.hxx
+include/OpenCASCADE/Prs3d_ToolQuadric.hxx
+include/OpenCASCADE/Prs3d_ToolSphere.hxx
include/OpenCASCADE/Prs3d_TypeOfHLR.hxx
include/OpenCASCADE/Prs3d_TypeOfLinePicking.hxx
include/OpenCASCADE/Prs3d_VertexDrawMode.hxx
-include/OpenCASCADE/Prs3d_WFShape.hxx
include/OpenCASCADE/PrsMgr_ListOfPresentableObjects.hxx
include/OpenCASCADE/PrsMgr_ListOfPresentations.hxx
include/OpenCASCADE/PrsMgr_ModedPresentation.hxx
include/OpenCASCADE/PrsMgr_PresentableObject.hxx
-include/OpenCASCADE/PrsMgr_PresentableObject.lxx
include/OpenCASCADE/PrsMgr_PresentableObjectPointer.hxx
include/OpenCASCADE/PrsMgr_Presentation.hxx
include/OpenCASCADE/PrsMgr_Presentation.lxx
@@ -23905,25 +21310,19 @@ include/OpenCASCADE/PrsMgr_PresentationManager3d.hxx
include/OpenCASCADE/PrsMgr_PresentationPointer.hxx
include/OpenCASCADE/PrsMgr_Presentations.hxx
include/OpenCASCADE/PrsMgr_Prs.hxx
-include/OpenCASCADE/PrsMgr_SequenceNodeOfPresentations.hxx
include/OpenCASCADE/PrsMgr_TypeOfPresentation3d.hxx
include/OpenCASCADE/QABugs.hxx
-include/OpenCASCADE/QABugs_MyText.hxx
include/OpenCASCADE/QABugs_PresentableObject.hxx
include/OpenCASCADE/QADNaming.hxx
include/OpenCASCADE/QADraw.hxx
include/OpenCASCADE/QANCollection.hxx
include/OpenCASCADE/QANCollection_Common.hxx
include/OpenCASCADE/QANCollection_DataMapIteratorOfDataMapOfRealPnt.hxx
-include/OpenCASCADE/QANCollection_DataMapNodeOfDataMapOfRealPnt.hxx
include/OpenCASCADE/QANCollection_DataMapOfRealPnt.hxx
include/OpenCASCADE/QANCollection_DoubleMapIteratorOfDoubleMapOfRealInteger.hxx
-include/OpenCASCADE/QANCollection_DoubleMapNodeOfDoubleMapOfRealInteger.hxx
include/OpenCASCADE/QANCollection_DoubleMapOfRealInteger.hxx
-include/OpenCASCADE/QANCollection_IndexedDataMapNodeOfIndexedDataMapOfRealPnt.hxx
include/OpenCASCADE/QANCollection_IndexedDataMapOfRealPnt.hxx
include/OpenCASCADE/QANCollection_ListIteratorOfListOfPnt.hxx
-include/OpenCASCADE/QANCollection_ListNodeOfListOfPnt.hxx
include/OpenCASCADE/QANCollection_ListOfPnt.hxx
include/OpenCASCADE/QANewBRepNaming.hxx
include/OpenCASCADE/QANewBRepNaming_BooleanOperation.hxx
@@ -23973,7 +21372,7 @@ include/OpenCASCADE/Quantity_Coefficient.hxx
include/OpenCASCADE/Quantity_CoefficientOfExpansion.hxx
include/OpenCASCADE/Quantity_Color.hxx
include/OpenCASCADE/Quantity_ColorDefinitionError.hxx
-include/OpenCASCADE/Quantity_Color_1.hxx
+include/OpenCASCADE/Quantity_ColorRGBA.hxx
include/OpenCASCADE/Quantity_Concentration.hxx
include/OpenCASCADE/Quantity_Conductivity.hxx
include/OpenCASCADE/Quantity_Constant.hxx
@@ -24100,6 +21499,10 @@ include/OpenCASCADE/RWStepAP214_RWExternallyDefinedClass.hxx
include/OpenCASCADE/RWStepAP214_RWExternallyDefinedGeneralProperty.hxx
include/OpenCASCADE/RWStepAP214_RWRepItemGroup.hxx
include/OpenCASCADE/RWStepAP214_ReadWriteModule.hxx
+include/OpenCASCADE/RWStepAP242_RWDraughtingModelItemAssociation.hxx
+include/OpenCASCADE/RWStepAP242_RWGeometricItemSpecificUsage.hxx
+include/OpenCASCADE/RWStepAP242_RWIdAttribute.hxx
+include/OpenCASCADE/RWStepAP242_RWItemIdentifiedRepresentationUsage.hxx
include/OpenCASCADE/RWStepBasic_RWAction.hxx
include/OpenCASCADE/RWStepBasic_RWActionAssignment.hxx
include/OpenCASCADE/RWStepBasic_RWActionMethod.hxx
@@ -24191,6 +21594,8 @@ include/OpenCASCADE/RWStepBasic_RWProductDefinitionEffectivity.hxx
include/OpenCASCADE/RWStepBasic_RWProductDefinitionFormation.hxx
include/OpenCASCADE/RWStepBasic_RWProductDefinitionFormationRelationship.hxx
include/OpenCASCADE/RWStepBasic_RWProductDefinitionFormationWithSpecifiedSource.hxx
+include/OpenCASCADE/RWStepBasic_RWProductDefinitionReference.hxx
+include/OpenCASCADE/RWStepBasic_RWProductDefinitionReferenceWithLocalRepresentation.hxx
include/OpenCASCADE/RWStepBasic_RWProductDefinitionRelationship.hxx
include/OpenCASCADE/RWStepBasic_RWProductDefinitionWithAssociatedDocuments.hxx
include/OpenCASCADE/RWStepBasic_RWProductRelatedProductCategory.hxx
@@ -24224,23 +21629,46 @@ include/OpenCASCADE/RWStepDimTol_RWCylindricityTolerance.hxx
include/OpenCASCADE/RWStepDimTol_RWDatum.hxx
include/OpenCASCADE/RWStepDimTol_RWDatumFeature.hxx
include/OpenCASCADE/RWStepDimTol_RWDatumReference.hxx
+include/OpenCASCADE/RWStepDimTol_RWDatumReferenceCompartment.hxx
+include/OpenCASCADE/RWStepDimTol_RWDatumReferenceElement.hxx
+include/OpenCASCADE/RWStepDimTol_RWDatumReferenceModifierWithValue.hxx
+include/OpenCASCADE/RWStepDimTol_RWDatumSystem.hxx
include/OpenCASCADE/RWStepDimTol_RWDatumTarget.hxx
include/OpenCASCADE/RWStepDimTol_RWFlatnessTolerance.hxx
+include/OpenCASCADE/RWStepDimTol_RWGeneralDatumReference.hxx
+include/OpenCASCADE/RWStepDimTol_RWGeoTolAndGeoTolWthDatRef.hxx
+include/OpenCASCADE/RWStepDimTol_RWGeoTolAndGeoTolWthDatRefAndGeoTolWthMaxTol.hxx
+include/OpenCASCADE/RWStepDimTol_RWGeoTolAndGeoTolWthDatRefAndGeoTolWthMod.hxx
include/OpenCASCADE/RWStepDimTol_RWGeoTolAndGeoTolWthDatRefAndModGeoTolAndPosTol.hxx
+include/OpenCASCADE/RWStepDimTol_RWGeoTolAndGeoTolWthDatRefAndUneqDisGeoTol.hxx
+include/OpenCASCADE/RWStepDimTol_RWGeoTolAndGeoTolWthMaxTol.hxx
+include/OpenCASCADE/RWStepDimTol_RWGeoTolAndGeoTolWthMod.hxx
include/OpenCASCADE/RWStepDimTol_RWGeometricTolerance.hxx
include/OpenCASCADE/RWStepDimTol_RWGeometricToleranceRelationship.hxx
include/OpenCASCADE/RWStepDimTol_RWGeometricToleranceWithDatumReference.hxx
+include/OpenCASCADE/RWStepDimTol_RWGeometricToleranceWithDefinedAreaUnit.hxx
+include/OpenCASCADE/RWStepDimTol_RWGeometricToleranceWithDefinedUnit.hxx
+include/OpenCASCADE/RWStepDimTol_RWGeometricToleranceWithMaximumTolerance.hxx
+include/OpenCASCADE/RWStepDimTol_RWGeometricToleranceWithModifiers.hxx
include/OpenCASCADE/RWStepDimTol_RWLineProfileTolerance.hxx
include/OpenCASCADE/RWStepDimTol_RWModifiedGeometricTolerance.hxx
+include/OpenCASCADE/RWStepDimTol_RWNonUniformZoneDefinition.hxx
include/OpenCASCADE/RWStepDimTol_RWParallelismTolerance.hxx
include/OpenCASCADE/RWStepDimTol_RWPerpendicularityTolerance.hxx
include/OpenCASCADE/RWStepDimTol_RWPlacedDatumTargetFeature.hxx
include/OpenCASCADE/RWStepDimTol_RWPositionTolerance.hxx
+include/OpenCASCADE/RWStepDimTol_RWProjectedZoneDefinition.hxx
include/OpenCASCADE/RWStepDimTol_RWRoundnessTolerance.hxx
+include/OpenCASCADE/RWStepDimTol_RWRunoutZoneDefinition.hxx
+include/OpenCASCADE/RWStepDimTol_RWRunoutZoneOrientation.hxx
include/OpenCASCADE/RWStepDimTol_RWStraightnessTolerance.hxx
include/OpenCASCADE/RWStepDimTol_RWSurfaceProfileTolerance.hxx
include/OpenCASCADE/RWStepDimTol_RWSymmetryTolerance.hxx
+include/OpenCASCADE/RWStepDimTol_RWToleranceZone.hxx
+include/OpenCASCADE/RWStepDimTol_RWToleranceZoneDefinition.hxx
+include/OpenCASCADE/RWStepDimTol_RWToleranceZoneForm.hxx
include/OpenCASCADE/RWStepDimTol_RWTotalRunoutTolerance.hxx
+include/OpenCASCADE/RWStepDimTol_RWUnequallyDisposedGeometricTolerance.hxx
include/OpenCASCADE/RWStepElement_RWAnalysisItemWithinRepresentation.hxx
include/OpenCASCADE/RWStepElement_RWCurve3dElementDescriptor.hxx
include/OpenCASCADE/RWStepElement_RWCurveElementEndReleasePacket.hxx
@@ -24390,21 +21818,35 @@ include/OpenCASCADE/RWStepGeom_RWUniformCurveAndRationalBSplineCurve.hxx
include/OpenCASCADE/RWStepGeom_RWUniformSurface.hxx
include/OpenCASCADE/RWStepGeom_RWUniformSurfaceAndRationalBSplineSurface.hxx
include/OpenCASCADE/RWStepGeom_RWVector.hxx
+include/OpenCASCADE/RWStepRepr_RWAllAroundShapeAspect.hxx
+include/OpenCASCADE/RWStepRepr_RWApex.hxx
include/OpenCASCADE/RWStepRepr_RWAssemblyComponentUsage.hxx
include/OpenCASCADE/RWStepRepr_RWAssemblyComponentUsageSubstitute.hxx
+include/OpenCASCADE/RWStepRepr_RWBetweenShapeAspect.hxx
+include/OpenCASCADE/RWStepRepr_RWCentreOfSymmetry.hxx
+include/OpenCASCADE/RWStepRepr_RWCharacterizedRepresentation.hxx
+include/OpenCASCADE/RWStepRepr_RWCompGroupShAspAndCompShAspAndDatumFeatAndShAsp.hxx
+include/OpenCASCADE/RWStepRepr_RWCompShAspAndDatumFeatAndShAsp.hxx
+include/OpenCASCADE/RWStepRepr_RWCompositeGroupShapeAspect.hxx
include/OpenCASCADE/RWStepRepr_RWCompositeShapeAspect.hxx
include/OpenCASCADE/RWStepRepr_RWCompoundRepresentationItem.hxx
include/OpenCASCADE/RWStepRepr_RWConfigurationDesign.hxx
include/OpenCASCADE/RWStepRepr_RWConfigurationEffectivity.hxx
include/OpenCASCADE/RWStepRepr_RWConfigurationItem.hxx
+include/OpenCASCADE/RWStepRepr_RWConstructiveGeometryRepresentation.hxx
+include/OpenCASCADE/RWStepRepr_RWConstructiveGeometryRepresentationRelationship.hxx
+include/OpenCASCADE/RWStepRepr_RWContinuosShapeAspect.hxx
include/OpenCASCADE/RWStepRepr_RWDataEnvironment.hxx
include/OpenCASCADE/RWStepRepr_RWDefinitionalRepresentation.hxx
include/OpenCASCADE/RWStepRepr_RWDerivedShapeAspect.hxx
include/OpenCASCADE/RWStepRepr_RWDescriptiveRepresentationItem.hxx
include/OpenCASCADE/RWStepRepr_RWExtension.hxx
+include/OpenCASCADE/RWStepRepr_RWFeatureForDatumTargetRelationship.hxx
include/OpenCASCADE/RWStepRepr_RWFunctionallyDefinedTransformation.hxx
+include/OpenCASCADE/RWStepRepr_RWGeometricAlignment.hxx
include/OpenCASCADE/RWStepRepr_RWGlobalUncertaintyAssignedContext.hxx
include/OpenCASCADE/RWStepRepr_RWGlobalUnitAssignedContext.hxx
+include/OpenCASCADE/RWStepRepr_RWIntegerRepresentationItem.hxx
include/OpenCASCADE/RWStepRepr_RWItemDefinedTransformation.hxx
include/OpenCASCADE/RWStepRepr_RWMakeFromUsageOption.hxx
include/OpenCASCADE/RWStepRepr_RWMappedItem.hxx
@@ -24412,7 +21854,9 @@ include/OpenCASCADE/RWStepRepr_RWMaterialDesignation.hxx
include/OpenCASCADE/RWStepRepr_RWMaterialProperty.hxx
include/OpenCASCADE/RWStepRepr_RWMaterialPropertyRepresentation.hxx
include/OpenCASCADE/RWStepRepr_RWMeasureRepresentationItem.hxx
+include/OpenCASCADE/RWStepRepr_RWParallelOffset.hxx
include/OpenCASCADE/RWStepRepr_RWParametricRepresentationContext.hxx
+include/OpenCASCADE/RWStepRepr_RWPerpendicularTo.hxx
include/OpenCASCADE/RWStepRepr_RWProductConcept.hxx
include/OpenCASCADE/RWStepRepr_RWProductDefinitionShape.hxx
include/OpenCASCADE/RWStepRepr_RWPropertyDefinition.hxx
@@ -24420,6 +21864,9 @@ include/OpenCASCADE/RWStepRepr_RWPropertyDefinitionRelationship.hxx
include/OpenCASCADE/RWStepRepr_RWPropertyDefinitionRepresentation.hxx
include/OpenCASCADE/RWStepRepr_RWQuantifiedAssemblyComponentUsage.hxx
include/OpenCASCADE/RWStepRepr_RWReprItemAndLengthMeasureWithUnit.hxx
+include/OpenCASCADE/RWStepRepr_RWReprItemAndLengthMeasureWithUnitAndQRI.hxx
+include/OpenCASCADE/RWStepRepr_RWReprItemAndPlaneAngleMeasureWithUnit.hxx
+include/OpenCASCADE/RWStepRepr_RWReprItemAndPlaneAngleMeasureWithUnitAndQRI.hxx
include/OpenCASCADE/RWStepRepr_RWRepresentation.hxx
include/OpenCASCADE/RWStepRepr_RWRepresentationContext.hxx
include/OpenCASCADE/RWStepRepr_RWRepresentationItem.hxx
@@ -24434,6 +21881,8 @@ include/OpenCASCADE/RWStepRepr_RWShapeRepresentationRelationshipWithTransformati
include/OpenCASCADE/RWStepRepr_RWSpecifiedHigherUsageOccurrence.hxx
include/OpenCASCADE/RWStepRepr_RWStructuralResponseProperty.hxx
include/OpenCASCADE/RWStepRepr_RWStructuralResponsePropertyDefinitionRepresentation.hxx
+include/OpenCASCADE/RWStepRepr_RWTangent.hxx
+include/OpenCASCADE/RWStepRepr_RWValueRepresentationItem.hxx
include/OpenCASCADE/RWStepShape_RWAdvancedBrepShapeRepresentation.hxx
include/OpenCASCADE/RWStepShape_RWAdvancedFace.hxx
include/OpenCASCADE/RWStepShape_RWAngularLocation.hxx
@@ -24521,9 +21970,13 @@ include/OpenCASCADE/RWStepShape_RWTopologicalRepresentationItem.hxx
include/OpenCASCADE/RWStepShape_RWTorus.hxx
include/OpenCASCADE/RWStepShape_RWTransitionalShapeRepresentation.hxx
include/OpenCASCADE/RWStepShape_RWTypeQualifier.hxx
+include/OpenCASCADE/RWStepShape_RWValueFormatTypeQualifier.hxx
include/OpenCASCADE/RWStepShape_RWVertex.hxx
include/OpenCASCADE/RWStepShape_RWVertexLoop.hxx
include/OpenCASCADE/RWStepShape_RWVertexPoint.hxx
+include/OpenCASCADE/RWStepVisual_RWAnnotationCurveOccurrence.hxx
+include/OpenCASCADE/RWStepVisual_RWAnnotationOccurrence.hxx
+include/OpenCASCADE/RWStepVisual_RWAnnotationPlane.hxx
include/OpenCASCADE/RWStepVisual_RWAreaInSet.hxx
include/OpenCASCADE/RWStepVisual_RWBackgroundColour.hxx
include/OpenCASCADE/RWStepVisual_RWCameraImage.hxx
@@ -24531,6 +21984,7 @@ include/OpenCASCADE/RWStepVisual_RWCameraModel.hxx
include/OpenCASCADE/RWStepVisual_RWCameraModelD2.hxx
include/OpenCASCADE/RWStepVisual_RWCameraModelD3.hxx
include/OpenCASCADE/RWStepVisual_RWCameraUsage.hxx
+include/OpenCASCADE/RWStepVisual_RWCharacterizedObjectAndCharacterizedRepresentationAndDraughtingModelAndRepresentation.hxx
include/OpenCASCADE/RWStepVisual_RWColour.hxx
include/OpenCASCADE/RWStepVisual_RWColourRgb.hxx
include/OpenCASCADE/RWStepVisual_RWColourSpecification.hxx
@@ -24538,9 +21992,11 @@ include/OpenCASCADE/RWStepVisual_RWCompositeText.hxx
include/OpenCASCADE/RWStepVisual_RWCompositeTextWithExtent.hxx
include/OpenCASCADE/RWStepVisual_RWContextDependentInvisibility.hxx
include/OpenCASCADE/RWStepVisual_RWContextDependentOverRidingStyledItem.hxx
+include/OpenCASCADE/RWStepVisual_RWCoordinatesList.hxx
include/OpenCASCADE/RWStepVisual_RWCurveStyle.hxx
include/OpenCASCADE/RWStepVisual_RWCurveStyleFont.hxx
include/OpenCASCADE/RWStepVisual_RWCurveStyleFontPattern.hxx
+include/OpenCASCADE/RWStepVisual_RWDraughtingCallout.hxx
include/OpenCASCADE/RWStepVisual_RWDraughtingModel.hxx
include/OpenCASCADE/RWStepVisual_RWDraughtingPreDefinedColour.hxx
include/OpenCASCADE/RWStepVisual_RWDraughtingPreDefinedCurveFont.hxx
@@ -24578,6 +22034,10 @@ include/OpenCASCADE/RWStepVisual_RWSurfaceStyleSilhouette.hxx
include/OpenCASCADE/RWStepVisual_RWSurfaceStyleUsage.hxx
include/OpenCASCADE/RWStepVisual_RWTemplate.hxx
include/OpenCASCADE/RWStepVisual_RWTemplateInstance.hxx
+include/OpenCASCADE/RWStepVisual_RWTessellatedAnnotationOccurrence.hxx
+include/OpenCASCADE/RWStepVisual_RWTessellatedCurveSet.hxx
+include/OpenCASCADE/RWStepVisual_RWTessellatedGeometricSet.hxx
+include/OpenCASCADE/RWStepVisual_RWTessellatedItem.hxx
include/OpenCASCADE/RWStepVisual_RWTextLiteral.hxx
include/OpenCASCADE/RWStepVisual_RWTextStyle.hxx
include/OpenCASCADE/RWStepVisual_RWTextStyleForDefinedFont.hxx
@@ -24587,15 +22047,12 @@ include/OpenCASCADE/RWStl.hxx
include/OpenCASCADE/Resource_ConvertUnicode.hxx
include/OpenCASCADE/Resource_DataMapIteratorOfDataMapOfAsciiStringAsciiString.hxx
include/OpenCASCADE/Resource_DataMapIteratorOfDataMapOfAsciiStringExtendedString.hxx
-include/OpenCASCADE/Resource_DataMapNodeOfDataMapOfAsciiStringAsciiString.hxx
-include/OpenCASCADE/Resource_DataMapNodeOfDataMapOfAsciiStringExtendedString.hxx
include/OpenCASCADE/Resource_DataMapOfAsciiStringAsciiString.hxx
include/OpenCASCADE/Resource_DataMapOfAsciiStringExtendedString.hxx
include/OpenCASCADE/Resource_FormatType.hxx
include/OpenCASCADE/Resource_LexicalCompare.hxx
include/OpenCASCADE/Resource_Manager.hxx
include/OpenCASCADE/Resource_NoSuchResource.hxx
-include/OpenCASCADE/Resource_QuickSortOfArray1.hxx
include/OpenCASCADE/Resource_Shiftjis.h
include/OpenCASCADE/Resource_Unicode.hxx
include/OpenCASCADE/Resource_gb2312.h
@@ -24607,24 +22064,16 @@ include/OpenCASCADE/STEPCAFControl_DataMapIteratorOfDataMapOfPDExternFile.hxx
include/OpenCASCADE/STEPCAFControl_DataMapIteratorOfDataMapOfSDRExternFile.hxx
include/OpenCASCADE/STEPCAFControl_DataMapIteratorOfDataMapOfShapePD.hxx
include/OpenCASCADE/STEPCAFControl_DataMapIteratorOfDataMapOfShapeSDR.hxx
-include/OpenCASCADE/STEPCAFControl_DataMapNodeOfDataMapOfLabelExternFile.hxx
-include/OpenCASCADE/STEPCAFControl_DataMapNodeOfDataMapOfLabelShape.hxx
-include/OpenCASCADE/STEPCAFControl_DataMapNodeOfDataMapOfPDExternFile.hxx
-include/OpenCASCADE/STEPCAFControl_DataMapNodeOfDataMapOfSDRExternFile.hxx
-include/OpenCASCADE/STEPCAFControl_DataMapNodeOfDataMapOfShapePD.hxx
-include/OpenCASCADE/STEPCAFControl_DataMapNodeOfDataMapOfShapeSDR.hxx
include/OpenCASCADE/STEPCAFControl_DataMapOfLabelExternFile.hxx
include/OpenCASCADE/STEPCAFControl_DataMapOfLabelShape.hxx
include/OpenCASCADE/STEPCAFControl_DataMapOfPDExternFile.hxx
include/OpenCASCADE/STEPCAFControl_DataMapOfSDRExternFile.hxx
include/OpenCASCADE/STEPCAFControl_DataMapOfShapePD.hxx
include/OpenCASCADE/STEPCAFControl_DataMapOfShapeSDR.hxx
-include/OpenCASCADE/STEPCAFControl_DictionaryOfExternFile.hxx
include/OpenCASCADE/STEPCAFControl_ExternFile.hxx
include/OpenCASCADE/STEPCAFControl_ExternFile.lxx
-include/OpenCASCADE/STEPCAFControl_IteratorOfDictionaryOfExternFile.hxx
+include/OpenCASCADE/STEPCAFControl_GDTProperty.hxx
include/OpenCASCADE/STEPCAFControl_Reader.hxx
-include/OpenCASCADE/STEPCAFControl_StackItemOfDictionaryOfExternFile.hxx
include/OpenCASCADE/STEPCAFControl_Writer.hxx
include/OpenCASCADE/STEPConstruct.hxx
include/OpenCASCADE/STEPConstruct_AP203Context.hxx
@@ -24632,8 +22081,6 @@ include/OpenCASCADE/STEPConstruct_Assembly.hxx
include/OpenCASCADE/STEPConstruct_ContextTool.hxx
include/OpenCASCADE/STEPConstruct_DataMapIteratorOfDataMapOfAsciiStringTransient.hxx
include/OpenCASCADE/STEPConstruct_DataMapIteratorOfDataMapOfPointTransient.hxx
-include/OpenCASCADE/STEPConstruct_DataMapNodeOfDataMapOfAsciiStringTransient.hxx
-include/OpenCASCADE/STEPConstruct_DataMapNodeOfDataMapOfPointTransient.hxx
include/OpenCASCADE/STEPConstruct_DataMapOfAsciiStringTransient.hxx
include/OpenCASCADE/STEPConstruct_DataMapOfPointTransient.hxx
include/OpenCASCADE/STEPConstruct_ExternRefs.hxx
@@ -24669,8 +22116,6 @@ include/OpenCASCADE/STEPSelections_SelectFaces.hxx
include/OpenCASCADE/STEPSelections_SelectForTransfer.hxx
include/OpenCASCADE/STEPSelections_SelectGSCurves.hxx
include/OpenCASCADE/STEPSelections_SelectInstances.hxx
-include/OpenCASCADE/STEPSelections_SequenceNodeOfSequenceOfAssemblyComponent.hxx
-include/OpenCASCADE/STEPSelections_SequenceNodeOfSequenceOfAssemblyLink.hxx
include/OpenCASCADE/STEPSelections_SequenceOfAssemblyComponent.hxx
include/OpenCASCADE/STEPSelections_SequenceOfAssemblyLink.hxx
include/OpenCASCADE/SWDRAW.hxx
@@ -24682,7 +22127,7 @@ include/OpenCASCADE/SWDRAW_ShapeProcess.hxx
include/OpenCASCADE/SWDRAW_ShapeProcessAPI.hxx
include/OpenCASCADE/SWDRAW_ShapeTool.hxx
include/OpenCASCADE/SWDRAW_ShapeUpgrade.hxx
-include/OpenCASCADE/Select3D_BVHPrimitiveContent.hxx
+include/OpenCASCADE/Select3D_BVHIndexBuffer.hxx
include/OpenCASCADE/Select3D_BndBox3d.hxx
include/OpenCASCADE/Select3D_EntitySequence.hxx
include/OpenCASCADE/Select3D_InteriorSensitivePointSet.hxx
@@ -24699,6 +22144,7 @@ include/OpenCASCADE/Select3D_SensitiveGroup.lxx
include/OpenCASCADE/Select3D_SensitivePoint.hxx
include/OpenCASCADE/Select3D_SensitivePoly.hxx
include/OpenCASCADE/Select3D_SensitivePoly.lxx
+include/OpenCASCADE/Select3D_SensitivePrimitiveArray.hxx
include/OpenCASCADE/Select3D_SensitiveSegment.hxx
include/OpenCASCADE/Select3D_SensitiveSegment.lxx
include/OpenCASCADE/Select3D_SensitiveSet.hxx
@@ -24716,11 +22162,9 @@ include/OpenCASCADE/SelectBasics_SensitiveEntity.hxx
include/OpenCASCADE/SelectBasics_SensitiveEntity.lxx
include/OpenCASCADE/SelectMgr_AndFilter.hxx
include/OpenCASCADE/SelectMgr_BaseFrustum.hxx
-include/OpenCASCADE/SelectMgr_CompareResults.hxx
include/OpenCASCADE/SelectMgr_CompositionFilter.hxx
include/OpenCASCADE/SelectMgr_CompositionFilter.lxx
include/OpenCASCADE/SelectMgr_DataMapIteratorOfDataMapOfObjectSelectors.hxx
-include/OpenCASCADE/SelectMgr_DataMapNodeOfDataMapOfObjectSelectors.hxx
include/OpenCASCADE/SelectMgr_DataMapOfObjectSelectors.hxx
include/OpenCASCADE/SelectMgr_EntityOwner.hxx
include/OpenCASCADE/SelectMgr_EntityOwner.lxx
@@ -24728,17 +22172,14 @@ include/OpenCASCADE/SelectMgr_Filter.hxx
include/OpenCASCADE/SelectMgr_Frustum.hxx
include/OpenCASCADE/SelectMgr_Frustum.lxx
include/OpenCASCADE/SelectMgr_FrustumBuilder.hxx
-include/OpenCASCADE/SelectMgr_IndexedDataMapNodeOfIndexedDataMapOfOwnerCriterion.hxx
include/OpenCASCADE/SelectMgr_IndexedDataMapOfOwnerCriterion.hxx
include/OpenCASCADE/SelectMgr_IndexedMapOfOwner.hxx
include/OpenCASCADE/SelectMgr_ListIteratorOfListOfFilter.hxx
-include/OpenCASCADE/SelectMgr_ListNodeOfListOfFilter.hxx
include/OpenCASCADE/SelectMgr_ListOfFilter.hxx
include/OpenCASCADE/SelectMgr_OrFilter.hxx
include/OpenCASCADE/SelectMgr_RectangularFrustum.hxx
include/OpenCASCADE/SelectMgr_SOPtr.hxx
include/OpenCASCADE/SelectMgr_SelectableObject.hxx
-include/OpenCASCADE/SelectMgr_SelectableObject.lxx
include/OpenCASCADE/SelectMgr_SelectableObjectSet.hxx
include/OpenCASCADE/SelectMgr_SelectingVolumeManager.hxx
include/OpenCASCADE/SelectMgr_Selection.hxx
@@ -24746,23 +22187,20 @@ include/OpenCASCADE/SelectMgr_Selection.lxx
include/OpenCASCADE/SelectMgr_SelectionManager.hxx
include/OpenCASCADE/SelectMgr_SensitiveEntity.hxx
include/OpenCASCADE/SelectMgr_SensitiveEntitySet.hxx
-include/OpenCASCADE/SelectMgr_SequenceNodeOfSequenceOfFilter.hxx
-include/OpenCASCADE/SelectMgr_SequenceNodeOfSequenceOfOwner.hxx
-include/OpenCASCADE/SelectMgr_SequenceNodeOfSequenceOfSelector.hxx
include/OpenCASCADE/SelectMgr_SequenceOfFilter.hxx
include/OpenCASCADE/SelectMgr_SequenceOfOwner.hxx
include/OpenCASCADE/SelectMgr_SequenceOfSelection.hxx
include/OpenCASCADE/SelectMgr_SequenceOfSelector.hxx
include/OpenCASCADE/SelectMgr_SortCriterion.hxx
-include/OpenCASCADE/SelectMgr_SortCriterion.lxx
include/OpenCASCADE/SelectMgr_StateOfSelection.hxx
+include/OpenCASCADE/SelectMgr_ToleranceMap.hxx
include/OpenCASCADE/SelectMgr_TriangularFrustum.hxx
include/OpenCASCADE/SelectMgr_TriangularFrustumSet.hxx
include/OpenCASCADE/SelectMgr_TypeOfBVHUpdate.hxx
include/OpenCASCADE/SelectMgr_TypeOfUpdate.hxx
include/OpenCASCADE/SelectMgr_VectorTypes.hxx
+include/OpenCASCADE/SelectMgr_ViewClipRange.hxx
include/OpenCASCADE/SelectMgr_ViewerSelector.hxx
-include/OpenCASCADE/SelectMgr_ViewerSelector.lxx
include/OpenCASCADE/ShapeAlgo.hxx
include/OpenCASCADE/ShapeAlgo_AlgoContainer.hxx
include/OpenCASCADE/ShapeAlgo_AlgoContainer.lxx
@@ -24773,7 +22211,6 @@ include/OpenCASCADE/ShapeAnalysis_CheckSmallFace.hxx
include/OpenCASCADE/ShapeAnalysis_CheckSmallFace.lxx
include/OpenCASCADE/ShapeAnalysis_Curve.hxx
include/OpenCASCADE/ShapeAnalysis_DataMapIteratorOfDataMapOfShapeListOfReal.hxx
-include/OpenCASCADE/ShapeAnalysis_DataMapNodeOfDataMapOfShapeListOfReal.hxx
include/OpenCASCADE/ShapeAnalysis_DataMapOfShapeListOfReal.hxx
include/OpenCASCADE/ShapeAnalysis_Edge.hxx
include/OpenCASCADE/ShapeAnalysis_FreeBoundData.hxx
@@ -24784,7 +22221,6 @@ include/OpenCASCADE/ShapeAnalysis_FreeBoundsProperties.hxx
include/OpenCASCADE/ShapeAnalysis_FreeBoundsProperties.lxx
include/OpenCASCADE/ShapeAnalysis_Geom.hxx
include/OpenCASCADE/ShapeAnalysis_HSequenceOfFreeBounds.hxx
-include/OpenCASCADE/ShapeAnalysis_SequenceNodeOfSequenceOfFreeBounds.hxx
include/OpenCASCADE/ShapeAnalysis_SequenceOfFreeBounds.hxx
include/OpenCASCADE/ShapeAnalysis_ShapeContents.hxx
include/OpenCASCADE/ShapeAnalysis_ShapeContents.lxx
@@ -24803,8 +22239,6 @@ include/OpenCASCADE/ShapeBuild_Edge.hxx
include/OpenCASCADE/ShapeBuild_ReShape.hxx
include/OpenCASCADE/ShapeBuild_Vertex.hxx
include/OpenCASCADE/ShapeConstruct.hxx
-include/OpenCASCADE/ShapeConstruct_CompBezierCurves2dToBSplineCurve2d.hxx
-include/OpenCASCADE/ShapeConstruct_CompBezierCurvesToBSplineCurve.hxx
include/OpenCASCADE/ShapeConstruct_Curve.hxx
include/OpenCASCADE/ShapeConstruct_MakeTriangulation.hxx
include/OpenCASCADE/ShapeConstruct_ProjectCurveOnSurface.hxx
@@ -24830,8 +22264,6 @@ include/OpenCASCADE/ShapeExtend_ComplexCurve.lxx
include/OpenCASCADE/ShapeExtend_CompositeSurface.hxx
include/OpenCASCADE/ShapeExtend_DataMapIteratorOfDataMapOfShapeListOfMsg.hxx
include/OpenCASCADE/ShapeExtend_DataMapIteratorOfDataMapOfTransientListOfMsg.hxx
-include/OpenCASCADE/ShapeExtend_DataMapNodeOfDataMapOfShapeListOfMsg.hxx
-include/OpenCASCADE/ShapeExtend_DataMapNodeOfDataMapOfTransientListOfMsg.hxx
include/OpenCASCADE/ShapeExtend_DataMapOfShapeListOfMsg.hxx
include/OpenCASCADE/ShapeExtend_DataMapOfTransientListOfMsg.hxx
include/OpenCASCADE/ShapeExtend_Explorer.hxx
@@ -24843,7 +22275,6 @@ include/OpenCASCADE/ShapeExtend_WireData.hxx
include/OpenCASCADE/ShapeFix.hxx
include/OpenCASCADE/ShapeFix_ComposeShell.hxx
include/OpenCASCADE/ShapeFix_DataMapIteratorOfDataMapOfShapeBox2d.hxx
-include/OpenCASCADE/ShapeFix_DataMapNodeOfDataMapOfShapeBox2d.hxx
include/OpenCASCADE/ShapeFix_DataMapOfShapeBox2d.hxx
include/OpenCASCADE/ShapeFix_Edge.hxx
include/OpenCASCADE/ShapeFix_EdgeConnect.hxx
@@ -24859,7 +22290,6 @@ include/OpenCASCADE/ShapeFix_IntersectionTool.hxx
include/OpenCASCADE/ShapeFix_IntersectionTool.lxx
include/OpenCASCADE/ShapeFix_Root.hxx
include/OpenCASCADE/ShapeFix_Root.lxx
-include/OpenCASCADE/ShapeFix_SequenceNodeOfSequenceOfWireSegment.hxx
include/OpenCASCADE/ShapeFix_SequenceOfWireSegment.hxx
include/OpenCASCADE/ShapeFix_Shape.hxx
include/OpenCASCADE/ShapeFix_Shape.lxx
@@ -24876,225 +22306,26 @@ include/OpenCASCADE/ShapeFix_WireSegment.hxx
include/OpenCASCADE/ShapeFix_WireVertex.hxx
include/OpenCASCADE/ShapeFix_Wireframe.hxx
include/OpenCASCADE/ShapeFix_Wireframe.lxx
+include/OpenCASCADE/ShapePersistent.hxx
+include/OpenCASCADE/ShapePersistent_BRep.hxx
+include/OpenCASCADE/ShapePersistent_Geom.hxx
+include/OpenCASCADE/ShapePersistent_Geom2d.hxx
+include/OpenCASCADE/ShapePersistent_Geom2d_Curve.hxx
+include/OpenCASCADE/ShapePersistent_Geom_Curve.hxx
+include/OpenCASCADE/ShapePersistent_Geom_Surface.hxx
+include/OpenCASCADE/ShapePersistent_HArray1.hxx
+include/OpenCASCADE/ShapePersistent_HArray2.hxx
+include/OpenCASCADE/ShapePersistent_HSequence.hxx
+include/OpenCASCADE/ShapePersistent_Poly.hxx
+include/OpenCASCADE/ShapePersistent_TopoDS.hxx
include/OpenCASCADE/ShapeProcess.hxx
include/OpenCASCADE/ShapeProcessAPI_ApplySequence.hxx
include/OpenCASCADE/ShapeProcess_Context.hxx
-include/OpenCASCADE/ShapeProcess_DictionaryOfOperator.hxx
-include/OpenCASCADE/ShapeProcess_IteratorOfDictionaryOfOperator.hxx
include/OpenCASCADE/ShapeProcess_OperFunc.hxx
include/OpenCASCADE/ShapeProcess_OperLibrary.hxx
include/OpenCASCADE/ShapeProcess_Operator.hxx
include/OpenCASCADE/ShapeProcess_ShapeContext.hxx
-include/OpenCASCADE/ShapeProcess_StackItemOfDictionaryOfOperator.hxx
include/OpenCASCADE/ShapeProcess_UOperator.hxx
-include/OpenCASCADE/ShapeSchema.hxx
-include/OpenCASCADE/ShapeSchema_DBC_VArrayOfCharacter.hxx
-include/OpenCASCADE/ShapeSchema_DBC_VArrayOfExtCharacter.hxx
-include/OpenCASCADE/ShapeSchema_ObjMgt_ExternRef.hxx
-include/OpenCASCADE/ShapeSchema_ObjMgt_ExternShareable.hxx
-include/OpenCASCADE/ShapeSchema_ObjMgt_PSeqOfExtRef.hxx
-include/OpenCASCADE/ShapeSchema_ObjMgt_SeqNodeOfPSeqOfExtRef.hxx
-include/OpenCASCADE/ShapeSchema_PBRep_Curve3D.hxx
-include/OpenCASCADE/ShapeSchema_PBRep_CurveOn2Surfaces.hxx
-include/OpenCASCADE/ShapeSchema_PBRep_CurveOnClosedSurface.hxx
-include/OpenCASCADE/ShapeSchema_PBRep_CurveOnSurface.hxx
-include/OpenCASCADE/ShapeSchema_PBRep_CurveRepresentation.hxx
-include/OpenCASCADE/ShapeSchema_PBRep_GCurve.hxx
-include/OpenCASCADE/ShapeSchema_PBRep_PointOnCurve.hxx
-include/OpenCASCADE/ShapeSchema_PBRep_PointOnCurveOnSurface.hxx
-include/OpenCASCADE/ShapeSchema_PBRep_PointOnSurface.hxx
-include/OpenCASCADE/ShapeSchema_PBRep_PointRepresentation.hxx
-include/OpenCASCADE/ShapeSchema_PBRep_PointsOnSurface.hxx
-include/OpenCASCADE/ShapeSchema_PBRep_Polygon3D.hxx
-include/OpenCASCADE/ShapeSchema_PBRep_PolygonOnClosedSurface.hxx
-include/OpenCASCADE/ShapeSchema_PBRep_PolygonOnClosedTriangulation.hxx
-include/OpenCASCADE/ShapeSchema_PBRep_PolygonOnSurface.hxx
-include/OpenCASCADE/ShapeSchema_PBRep_PolygonOnTriangulation.hxx
-include/OpenCASCADE/ShapeSchema_PBRep_TEdge.hxx
-include/OpenCASCADE/ShapeSchema_PBRep_TEdge1.hxx
-include/OpenCASCADE/ShapeSchema_PBRep_TFace.hxx
-include/OpenCASCADE/ShapeSchema_PBRep_TFace1.hxx
-include/OpenCASCADE/ShapeSchema_PBRep_TVertex.hxx
-include/OpenCASCADE/ShapeSchema_PBRep_TVertex1.hxx
-include/OpenCASCADE/ShapeSchema_PCDMShape_Document.hxx
-include/OpenCASCADE/ShapeSchema_PCDM_Document.hxx
-include/OpenCASCADE/ShapeSchema_PColStd_FieldOfHArray1OfInteger.hxx
-include/OpenCASCADE/ShapeSchema_PColStd_FieldOfHArray1OfReal.hxx
-include/OpenCASCADE/ShapeSchema_PColStd_FieldOfHArray2OfReal.hxx
-include/OpenCASCADE/ShapeSchema_PColStd_HArray1OfInteger.hxx
-include/OpenCASCADE/ShapeSchema_PColStd_HArray1OfReal.hxx
-include/OpenCASCADE/ShapeSchema_PColStd_HArray2OfReal.hxx
-include/OpenCASCADE/ShapeSchema_PColgp_FieldOfHArray1OfCirc2d.hxx
-include/OpenCASCADE/ShapeSchema_PColgp_FieldOfHArray1OfDir.hxx
-include/OpenCASCADE/ShapeSchema_PColgp_FieldOfHArray1OfDir2d.hxx
-include/OpenCASCADE/ShapeSchema_PColgp_FieldOfHArray1OfLin2d.hxx
-include/OpenCASCADE/ShapeSchema_PColgp_FieldOfHArray1OfPnt.hxx
-include/OpenCASCADE/ShapeSchema_PColgp_FieldOfHArray1OfPnt2d.hxx
-include/OpenCASCADE/ShapeSchema_PColgp_FieldOfHArray1OfVec.hxx
-include/OpenCASCADE/ShapeSchema_PColgp_FieldOfHArray1OfVec2d.hxx
-include/OpenCASCADE/ShapeSchema_PColgp_FieldOfHArray1OfXY.hxx
-include/OpenCASCADE/ShapeSchema_PColgp_FieldOfHArray1OfXYZ.hxx
-include/OpenCASCADE/ShapeSchema_PColgp_FieldOfHArray2OfCirc2d.hxx
-include/OpenCASCADE/ShapeSchema_PColgp_FieldOfHArray2OfDir.hxx
-include/OpenCASCADE/ShapeSchema_PColgp_FieldOfHArray2OfDir2d.hxx
-include/OpenCASCADE/ShapeSchema_PColgp_FieldOfHArray2OfLin2d.hxx
-include/OpenCASCADE/ShapeSchema_PColgp_FieldOfHArray2OfPnt.hxx
-include/OpenCASCADE/ShapeSchema_PColgp_FieldOfHArray2OfPnt2d.hxx
-include/OpenCASCADE/ShapeSchema_PColgp_FieldOfHArray2OfVec.hxx
-include/OpenCASCADE/ShapeSchema_PColgp_FieldOfHArray2OfVec2d.hxx
-include/OpenCASCADE/ShapeSchema_PColgp_FieldOfHArray2OfXY.hxx
-include/OpenCASCADE/ShapeSchema_PColgp_FieldOfHArray2OfXYZ.hxx
-include/OpenCASCADE/ShapeSchema_PColgp_HArray1OfCirc2d.hxx
-include/OpenCASCADE/ShapeSchema_PColgp_HArray1OfDir.hxx
-include/OpenCASCADE/ShapeSchema_PColgp_HArray1OfDir2d.hxx
-include/OpenCASCADE/ShapeSchema_PColgp_HArray1OfLin2d.hxx
-include/OpenCASCADE/ShapeSchema_PColgp_HArray1OfPnt.hxx
-include/OpenCASCADE/ShapeSchema_PColgp_HArray1OfPnt2d.hxx
-include/OpenCASCADE/ShapeSchema_PColgp_HArray1OfVec.hxx
-include/OpenCASCADE/ShapeSchema_PColgp_HArray1OfVec2d.hxx
-include/OpenCASCADE/ShapeSchema_PColgp_HArray1OfXY.hxx
-include/OpenCASCADE/ShapeSchema_PColgp_HArray1OfXYZ.hxx
-include/OpenCASCADE/ShapeSchema_PColgp_HArray2OfCirc2d.hxx
-include/OpenCASCADE/ShapeSchema_PColgp_HArray2OfDir.hxx
-include/OpenCASCADE/ShapeSchema_PColgp_HArray2OfDir2d.hxx
-include/OpenCASCADE/ShapeSchema_PColgp_HArray2OfLin2d.hxx
-include/OpenCASCADE/ShapeSchema_PColgp_HArray2OfPnt.hxx
-include/OpenCASCADE/ShapeSchema_PColgp_HArray2OfPnt2d.hxx
-include/OpenCASCADE/ShapeSchema_PColgp_HArray2OfVec.hxx
-include/OpenCASCADE/ShapeSchema_PColgp_HArray2OfVec2d.hxx
-include/OpenCASCADE/ShapeSchema_PColgp_HArray2OfXY.hxx
-include/OpenCASCADE/ShapeSchema_PColgp_HArray2OfXYZ.hxx
-include/OpenCASCADE/ShapeSchema_PColgp_HSequenceOfDir.hxx
-include/OpenCASCADE/ShapeSchema_PColgp_HSequenceOfPnt.hxx
-include/OpenCASCADE/ShapeSchema_PColgp_HSequenceOfVec.hxx
-include/OpenCASCADE/ShapeSchema_PColgp_HSequenceOfXYZ.hxx
-include/OpenCASCADE/ShapeSchema_PColgp_SeqNodeOfHSequenceOfDir.hxx
-include/OpenCASCADE/ShapeSchema_PColgp_SeqNodeOfHSequenceOfPnt.hxx
-include/OpenCASCADE/ShapeSchema_PColgp_SeqNodeOfHSequenceOfVec.hxx
-include/OpenCASCADE/ShapeSchema_PColgp_SeqNodeOfHSequenceOfXYZ.hxx
-include/OpenCASCADE/ShapeSchema_PCollection_HAsciiString.hxx
-include/OpenCASCADE/ShapeSchema_PCollection_HExtendedString.hxx
-include/OpenCASCADE/ShapeSchema_PGeom2d_AxisPlacement.hxx
-include/OpenCASCADE/ShapeSchema_PGeom2d_BSplineCurve.hxx
-include/OpenCASCADE/ShapeSchema_PGeom2d_BezierCurve.hxx
-include/OpenCASCADE/ShapeSchema_PGeom2d_BoundedCurve.hxx
-include/OpenCASCADE/ShapeSchema_PGeom2d_CartesianPoint.hxx
-include/OpenCASCADE/ShapeSchema_PGeom2d_Circle.hxx
-include/OpenCASCADE/ShapeSchema_PGeom2d_Conic.hxx
-include/OpenCASCADE/ShapeSchema_PGeom2d_Curve.hxx
-include/OpenCASCADE/ShapeSchema_PGeom2d_Direction.hxx
-include/OpenCASCADE/ShapeSchema_PGeom2d_Ellipse.hxx
-include/OpenCASCADE/ShapeSchema_PGeom2d_Geometry.hxx
-include/OpenCASCADE/ShapeSchema_PGeom2d_Hyperbola.hxx
-include/OpenCASCADE/ShapeSchema_PGeom2d_Line.hxx
-include/OpenCASCADE/ShapeSchema_PGeom2d_OffsetCurve.hxx
-include/OpenCASCADE/ShapeSchema_PGeom2d_Parabola.hxx
-include/OpenCASCADE/ShapeSchema_PGeom2d_Point.hxx
-include/OpenCASCADE/ShapeSchema_PGeom2d_Transformation.hxx
-include/OpenCASCADE/ShapeSchema_PGeom2d_TrimmedCurve.hxx
-include/OpenCASCADE/ShapeSchema_PGeom2d_Vector.hxx
-include/OpenCASCADE/ShapeSchema_PGeom2d_VectorWithMagnitude.hxx
-include/OpenCASCADE/ShapeSchema_PGeom_Axis1Placement.hxx
-include/OpenCASCADE/ShapeSchema_PGeom_Axis2Placement.hxx
-include/OpenCASCADE/ShapeSchema_PGeom_AxisPlacement.hxx
-include/OpenCASCADE/ShapeSchema_PGeom_BSplineCurve.hxx
-include/OpenCASCADE/ShapeSchema_PGeom_BSplineSurface.hxx
-include/OpenCASCADE/ShapeSchema_PGeom_BezierCurve.hxx
-include/OpenCASCADE/ShapeSchema_PGeom_BezierSurface.hxx
-include/OpenCASCADE/ShapeSchema_PGeom_BoundedCurve.hxx
-include/OpenCASCADE/ShapeSchema_PGeom_BoundedSurface.hxx
-include/OpenCASCADE/ShapeSchema_PGeom_CartesianPoint.hxx
-include/OpenCASCADE/ShapeSchema_PGeom_Circle.hxx
-include/OpenCASCADE/ShapeSchema_PGeom_Conic.hxx
-include/OpenCASCADE/ShapeSchema_PGeom_ConicalSurface.hxx
-include/OpenCASCADE/ShapeSchema_PGeom_Curve.hxx
-include/OpenCASCADE/ShapeSchema_PGeom_CylindricalSurface.hxx
-include/OpenCASCADE/ShapeSchema_PGeom_Direction.hxx
-include/OpenCASCADE/ShapeSchema_PGeom_ElementarySurface.hxx
-include/OpenCASCADE/ShapeSchema_PGeom_Ellipse.hxx
-include/OpenCASCADE/ShapeSchema_PGeom_Geometry.hxx
-include/OpenCASCADE/ShapeSchema_PGeom_Hyperbola.hxx
-include/OpenCASCADE/ShapeSchema_PGeom_Line.hxx
-include/OpenCASCADE/ShapeSchema_PGeom_OffsetCurve.hxx
-include/OpenCASCADE/ShapeSchema_PGeom_OffsetSurface.hxx
-include/OpenCASCADE/ShapeSchema_PGeom_Parabola.hxx
-include/OpenCASCADE/ShapeSchema_PGeom_Plane.hxx
-include/OpenCASCADE/ShapeSchema_PGeom_Point.hxx
-include/OpenCASCADE/ShapeSchema_PGeom_RectangularTrimmedSurface.hxx
-include/OpenCASCADE/ShapeSchema_PGeom_SphericalSurface.hxx
-include/OpenCASCADE/ShapeSchema_PGeom_Surface.hxx
-include/OpenCASCADE/ShapeSchema_PGeom_SurfaceOfLinearExtrusion.hxx
-include/OpenCASCADE/ShapeSchema_PGeom_SurfaceOfRevolution.hxx
-include/OpenCASCADE/ShapeSchema_PGeom_SweptSurface.hxx
-include/OpenCASCADE/ShapeSchema_PGeom_ToroidalSurface.hxx
-include/OpenCASCADE/ShapeSchema_PGeom_Transformation.hxx
-include/OpenCASCADE/ShapeSchema_PGeom_TrimmedCurve.hxx
-include/OpenCASCADE/ShapeSchema_PGeom_Vector.hxx
-include/OpenCASCADE/ShapeSchema_PGeom_VectorWithMagnitude.hxx
-include/OpenCASCADE/ShapeSchema_PMMgt_PManaged.hxx
-include/OpenCASCADE/ShapeSchema_PPoly_FieldOfHArray1OfTriangle.hxx
-include/OpenCASCADE/ShapeSchema_PPoly_HArray1OfTriangle.hxx
-include/OpenCASCADE/ShapeSchema_PPoly_Polygon2D.hxx
-include/OpenCASCADE/ShapeSchema_PPoly_Polygon3D.hxx
-include/OpenCASCADE/ShapeSchema_PPoly_PolygonOnTriangulation.hxx
-include/OpenCASCADE/ShapeSchema_PPoly_Triangle.hxx
-include/OpenCASCADE/ShapeSchema_PPoly_Triangulation.hxx
-include/OpenCASCADE/ShapeSchema_PTopLoc_Datum3D.hxx
-include/OpenCASCADE/ShapeSchema_PTopLoc_ItemLocation.hxx
-include/OpenCASCADE/ShapeSchema_PTopLoc_Location.hxx
-include/OpenCASCADE/ShapeSchema_PTopoDS_CompSolid.hxx
-include/OpenCASCADE/ShapeSchema_PTopoDS_Compound.hxx
-include/OpenCASCADE/ShapeSchema_PTopoDS_Edge.hxx
-include/OpenCASCADE/ShapeSchema_PTopoDS_Face.hxx
-include/OpenCASCADE/ShapeSchema_PTopoDS_FieldOfHArray1OfHShape.hxx
-include/OpenCASCADE/ShapeSchema_PTopoDS_FieldOfHArray1OfShape1.hxx
-include/OpenCASCADE/ShapeSchema_PTopoDS_HArray1OfHShape.hxx
-include/OpenCASCADE/ShapeSchema_PTopoDS_HArray1OfShape1.hxx
-include/OpenCASCADE/ShapeSchema_PTopoDS_HShape.hxx
-include/OpenCASCADE/ShapeSchema_PTopoDS_Shape1.hxx
-include/OpenCASCADE/ShapeSchema_PTopoDS_Shell.hxx
-include/OpenCASCADE/ShapeSchema_PTopoDS_Solid.hxx
-include/OpenCASCADE/ShapeSchema_PTopoDS_TCompSolid.hxx
-include/OpenCASCADE/ShapeSchema_PTopoDS_TCompSolid1.hxx
-include/OpenCASCADE/ShapeSchema_PTopoDS_TCompound.hxx
-include/OpenCASCADE/ShapeSchema_PTopoDS_TCompound1.hxx
-include/OpenCASCADE/ShapeSchema_PTopoDS_TEdge.hxx
-include/OpenCASCADE/ShapeSchema_PTopoDS_TEdge1.hxx
-include/OpenCASCADE/ShapeSchema_PTopoDS_TFace.hxx
-include/OpenCASCADE/ShapeSchema_PTopoDS_TFace1.hxx
-include/OpenCASCADE/ShapeSchema_PTopoDS_TShape.hxx
-include/OpenCASCADE/ShapeSchema_PTopoDS_TShape1.hxx
-include/OpenCASCADE/ShapeSchema_PTopoDS_TShell.hxx
-include/OpenCASCADE/ShapeSchema_PTopoDS_TShell1.hxx
-include/OpenCASCADE/ShapeSchema_PTopoDS_TSolid.hxx
-include/OpenCASCADE/ShapeSchema_PTopoDS_TSolid1.hxx
-include/OpenCASCADE/ShapeSchema_PTopoDS_TVertex.hxx
-include/OpenCASCADE/ShapeSchema_PTopoDS_TVertex1.hxx
-include/OpenCASCADE/ShapeSchema_PTopoDS_TWire.hxx
-include/OpenCASCADE/ShapeSchema_PTopoDS_TWire1.hxx
-include/OpenCASCADE/ShapeSchema_PTopoDS_Vertex.hxx
-include/OpenCASCADE/ShapeSchema_PTopoDS_Wire.hxx
-include/OpenCASCADE/ShapeSchema_Standard_Persistent.hxx
-include/OpenCASCADE/ShapeSchema_Standard_Storable.hxx
-include/OpenCASCADE/ShapeSchema_gp_Ax1.hxx
-include/OpenCASCADE/ShapeSchema_gp_Ax2.hxx
-include/OpenCASCADE/ShapeSchema_gp_Ax22d.hxx
-include/OpenCASCADE/ShapeSchema_gp_Ax2d.hxx
-include/OpenCASCADE/ShapeSchema_gp_Ax3.hxx
-include/OpenCASCADE/ShapeSchema_gp_Circ2d.hxx
-include/OpenCASCADE/ShapeSchema_gp_Dir.hxx
-include/OpenCASCADE/ShapeSchema_gp_Dir2d.hxx
-include/OpenCASCADE/ShapeSchema_gp_Lin2d.hxx
-include/OpenCASCADE/ShapeSchema_gp_Mat.hxx
-include/OpenCASCADE/ShapeSchema_gp_Mat2d.hxx
-include/OpenCASCADE/ShapeSchema_gp_Pnt.hxx
-include/OpenCASCADE/ShapeSchema_gp_Pnt2d.hxx
-include/OpenCASCADE/ShapeSchema_gp_Trsf.hxx
-include/OpenCASCADE/ShapeSchema_gp_Trsf2d.hxx
-include/OpenCASCADE/ShapeSchema_gp_Vec.hxx
-include/OpenCASCADE/ShapeSchema_gp_Vec2d.hxx
-include/OpenCASCADE/ShapeSchema_gp_XY.hxx
-include/OpenCASCADE/ShapeSchema_gp_XYZ.hxx
include/OpenCASCADE/ShapeUpgrade.hxx
include/OpenCASCADE/ShapeUpgrade_ClosedEdgeDivide.hxx
include/OpenCASCADE/ShapeUpgrade_ClosedFaceDivide.hxx
@@ -25138,28 +22369,14 @@ include/OpenCASCADE/ShapeUpgrade_Tool.hxx
include/OpenCASCADE/ShapeUpgrade_Tool.lxx
include/OpenCASCADE/ShapeUpgrade_UnifySameDomain.hxx
include/OpenCASCADE/ShapeUpgrade_WireDivide.hxx
-include/OpenCASCADE/SortTools_HeapSort.gxx
-include/OpenCASCADE/SortTools_HeapSortOfInteger.hxx
-include/OpenCASCADE/SortTools_HeapSortOfReal.hxx
-include/OpenCASCADE/SortTools_QuickSort.gxx
-include/OpenCASCADE/SortTools_QuickSortOfInteger.hxx
-include/OpenCASCADE/SortTools_QuickSortOfReal.hxx
-include/OpenCASCADE/SortTools_ShellSort.gxx
-include/OpenCASCADE/SortTools_ShellSortOfInteger.hxx
-include/OpenCASCADE/SortTools_ShellSortOfReal.hxx
-include/OpenCASCADE/SortTools_StraightInsertionSort.gxx
-include/OpenCASCADE/SortTools_StraightInsertionSortOfInteger.hxx
-include/OpenCASCADE/SortTools_StraightInsertionSortOfReal.hxx
include/OpenCASCADE/Standard.hxx
include/OpenCASCADE/Standard_AbortiveTransaction.hxx
include/OpenCASCADE/Standard_Address.hxx
-include/OpenCASCADE/Standard_AncestorIterator.hxx
include/OpenCASCADE/Standard_Assert.hxx
include/OpenCASCADE/Standard_Atomic.hxx
include/OpenCASCADE/Standard_Boolean.hxx
include/OpenCASCADE/Standard_Byte.hxx
include/OpenCASCADE/Standard_CLocaleSentry.hxx
-include/OpenCASCADE/Standard_CLocaleSentry.hxx.orig
include/OpenCASCADE/Standard_CString.hxx
include/OpenCASCADE/Standard_Character.hxx
include/OpenCASCADE/Standard_ConstructionError.hxx
@@ -25171,21 +22388,16 @@ include/OpenCASCADE/Standard_DimensionMismatch.hxx
include/OpenCASCADE/Standard_DivideByZero.hxx
include/OpenCASCADE/Standard_DomainError.hxx
include/OpenCASCADE/Standard_ErrorHandler.hxx
-include/OpenCASCADE/Standard_ErrorHandler.lxx
-include/OpenCASCADE/Standard_ErrorHandlerCallback.hxx
-include/OpenCASCADE/Standard_ErrorHandlerCallback.lxx
include/OpenCASCADE/Standard_ExtCharacter.hxx
include/OpenCASCADE/Standard_ExtString.hxx
include/OpenCASCADE/Standard_Failure.hxx
-include/OpenCASCADE/Standard_Failure.lxx
include/OpenCASCADE/Standard_GUID.hxx
+include/OpenCASCADE/Standard_Handle.hxx
include/OpenCASCADE/Standard_HandlerStatus.hxx
include/OpenCASCADE/Standard_IStream.hxx
include/OpenCASCADE/Standard_ImmutableObject.hxx
include/OpenCASCADE/Standard_Integer.hxx
-include/OpenCASCADE/Standard_InternalType.hxx
include/OpenCASCADE/Standard_JmpBuf.hxx
-include/OpenCASCADE/Standard_KindOfType.hxx
include/OpenCASCADE/Standard_LicenseError.hxx
include/OpenCASCADE/Standard_LicenseNotFound.hxx
include/OpenCASCADE/Standard_MMgrOpt.hxx
@@ -25211,7 +22423,6 @@ include/OpenCASCADE/Standard_PCharacter.hxx
include/OpenCASCADE/Standard_PErrorHandler.hxx
include/OpenCASCADE/Standard_PExtCharacter.hxx
include/OpenCASCADE/Standard_Persistent.hxx
-include/OpenCASCADE/Standard_Persistent_proto.hxx
include/OpenCASCADE/Standard_PrimitiveTypes.hxx
include/OpenCASCADE/Standard_ProgramError.hxx
include/OpenCASCADE/Standard_RangeError.hxx
@@ -25219,27 +22430,21 @@ include/OpenCASCADE/Standard_Real.hxx
include/OpenCASCADE/Standard_SStream.hxx
include/OpenCASCADE/Standard_ShortReal.hxx
include/OpenCASCADE/Standard_Size.hxx
-include/OpenCASCADE/Standard_Storable.hxx
include/OpenCASCADE/Standard_Stream.hxx
include/OpenCASCADE/Standard_ThreadId.hxx
include/OpenCASCADE/Standard_Time.hxx
-include/OpenCASCADE/Standard_Time.hxx.orig
include/OpenCASCADE/Standard_TooManyUsers.hxx
include/OpenCASCADE/Standard_Transient.hxx
-include/OpenCASCADE/Standard_Transient_proto.hxx
include/OpenCASCADE/Standard_Type.hxx
-include/OpenCASCADE/Standard_Type.lxx
include/OpenCASCADE/Standard_TypeDef.hxx
include/OpenCASCADE/Standard_TypeMismatch.hxx
include/OpenCASCADE/Standard_UUID.hxx
include/OpenCASCADE/Standard_Underflow.hxx
include/OpenCASCADE/Standard_Version.hxx
-include/OpenCASCADE/Standard_WayOfLife.hxx
include/OpenCASCADE/Standard_math.hxx
include/OpenCASCADE/Standard_values.h
include/OpenCASCADE/StdDrivers.hxx
include/OpenCASCADE/StdDrivers_DocumentRetrievalDriver.hxx
-include/OpenCASCADE/StdDrivers_DocumentStorageDriver.hxx
include/OpenCASCADE/StdFail_InfiniteSolutions.hxx
include/OpenCASCADE/StdFail_NotDone.hxx
include/OpenCASCADE/StdFail_Undefined.hxx
@@ -25247,77 +22452,50 @@ include/OpenCASCADE/StdFail_UndefinedDerivative.hxx
include/OpenCASCADE/StdFail_UndefinedValue.hxx
include/OpenCASCADE/StdLDrivers.hxx
include/OpenCASCADE/StdLDrivers_DocumentRetrievalDriver.hxx
-include/OpenCASCADE/StdLDrivers_DocumentStorageDriver.hxx
-include/OpenCASCADE/StdLSchema.hxx
-include/OpenCASCADE/StdLSchema_DBC_VArrayOfCharacter.hxx
-include/OpenCASCADE/StdLSchema_DBC_VArrayOfExtCharacter.hxx
-include/OpenCASCADE/StdLSchema_PCDM_Document.hxx
-include/OpenCASCADE/StdLSchema_PColStd_FieldOfHArray1OfExtendedString.hxx
-include/OpenCASCADE/StdLSchema_PColStd_FieldOfHArray1OfInteger.hxx
-include/OpenCASCADE/StdLSchema_PColStd_FieldOfHArray1OfReal.hxx
-include/OpenCASCADE/StdLSchema_PColStd_FieldOfHArray2OfInteger.hxx
-include/OpenCASCADE/StdLSchema_PColStd_HArray1OfExtendedString.hxx
-include/OpenCASCADE/StdLSchema_PColStd_HArray1OfInteger.hxx
-include/OpenCASCADE/StdLSchema_PColStd_HArray1OfReal.hxx
-include/OpenCASCADE/StdLSchema_PColStd_HArray2OfInteger.hxx
-include/OpenCASCADE/StdLSchema_PCollection_HAsciiString.hxx
-include/OpenCASCADE/StdLSchema_PCollection_HExtendedString.hxx
-include/OpenCASCADE/StdLSchema_PDF_Attribute.hxx
-include/OpenCASCADE/StdLSchema_PDF_Data.hxx
-include/OpenCASCADE/StdLSchema_PDF_FieldOfHAttributeArray1.hxx
-include/OpenCASCADE/StdLSchema_PDF_HAttributeArray1.hxx
-include/OpenCASCADE/StdLSchema_PDF_Reference.hxx
-include/OpenCASCADE/StdLSchema_PDF_TagSource.hxx
-include/OpenCASCADE/StdLSchema_PDataStd_AsciiString.hxx
-include/OpenCASCADE/StdLSchema_PDataStd_BooleanArray.hxx
-include/OpenCASCADE/StdLSchema_PDataStd_BooleanList.hxx
-include/OpenCASCADE/StdLSchema_PDataStd_ByteArray.hxx
-include/OpenCASCADE/StdLSchema_PDataStd_ByteArray_1.hxx
-include/OpenCASCADE/StdLSchema_PDataStd_Comment.hxx
-include/OpenCASCADE/StdLSchema_PDataStd_Directory.hxx
-include/OpenCASCADE/StdLSchema_PDataStd_Expression.hxx
-include/OpenCASCADE/StdLSchema_PDataStd_ExtStringArray.hxx
-include/OpenCASCADE/StdLSchema_PDataStd_ExtStringArray_1.hxx
-include/OpenCASCADE/StdLSchema_PDataStd_ExtStringList.hxx
-include/OpenCASCADE/StdLSchema_PDataStd_FieldOfHArray1OfByte.hxx
-include/OpenCASCADE/StdLSchema_PDataStd_FieldOfHArray1OfHArray1OfInteger.hxx
-include/OpenCASCADE/StdLSchema_PDataStd_FieldOfHArray1OfHArray1OfReal.hxx
-include/OpenCASCADE/StdLSchema_PDataStd_FieldOfHArray1OfHAsciiString.hxx
-include/OpenCASCADE/StdLSchema_PDataStd_HArray1OfByte.hxx
-include/OpenCASCADE/StdLSchema_PDataStd_HArray1OfHArray1OfInteger.hxx
-include/OpenCASCADE/StdLSchema_PDataStd_HArray1OfHArray1OfReal.hxx
-include/OpenCASCADE/StdLSchema_PDataStd_HArray1OfHAsciiString.hxx
-include/OpenCASCADE/StdLSchema_PDataStd_IntPackedMap.hxx
-include/OpenCASCADE/StdLSchema_PDataStd_IntPackedMap_1.hxx
-include/OpenCASCADE/StdLSchema_PDataStd_Integer.hxx
-include/OpenCASCADE/StdLSchema_PDataStd_IntegerArray.hxx
-include/OpenCASCADE/StdLSchema_PDataStd_IntegerArray_1.hxx
-include/OpenCASCADE/StdLSchema_PDataStd_IntegerList.hxx
-include/OpenCASCADE/StdLSchema_PDataStd_Name.hxx
-include/OpenCASCADE/StdLSchema_PDataStd_NamedData.hxx
-include/OpenCASCADE/StdLSchema_PDataStd_NoteBook.hxx
-include/OpenCASCADE/StdLSchema_PDataStd_Real.hxx
-include/OpenCASCADE/StdLSchema_PDataStd_RealArray.hxx
-include/OpenCASCADE/StdLSchema_PDataStd_RealArray_1.hxx
-include/OpenCASCADE/StdLSchema_PDataStd_RealList.hxx
-include/OpenCASCADE/StdLSchema_PDataStd_ReferenceArray.hxx
-include/OpenCASCADE/StdLSchema_PDataStd_ReferenceList.hxx
-include/OpenCASCADE/StdLSchema_PDataStd_Relation.hxx
-include/OpenCASCADE/StdLSchema_PDataStd_Tick.hxx
-include/OpenCASCADE/StdLSchema_PDataStd_TreeNode.hxx
-include/OpenCASCADE/StdLSchema_PDataStd_UAttribute.hxx
-include/OpenCASCADE/StdLSchema_PDataStd_Variable.hxx
-include/OpenCASCADE/StdLSchema_PDocStd_Document.hxx
-include/OpenCASCADE/StdLSchema_PDocStd_XLink.hxx
-include/OpenCASCADE/StdLSchema_PFunction_Function.hxx
-include/OpenCASCADE/StdLSchema_Standard_GUID.hxx
-include/OpenCASCADE/StdLSchema_Standard_Persistent.hxx
-include/OpenCASCADE/StdLSchema_Standard_Storable.hxx
+include/OpenCASCADE/StdLPersistent.hxx
+include/OpenCASCADE/StdLPersistent_Collection.hxx
+include/OpenCASCADE/StdLPersistent_Data.hxx
+include/OpenCASCADE/StdLPersistent_Dependency.hxx
+include/OpenCASCADE/StdLPersistent_Document.hxx
+include/OpenCASCADE/StdLPersistent_Function.hxx
+include/OpenCASCADE/StdLPersistent_HArray1.hxx
+include/OpenCASCADE/StdLPersistent_HArray2.hxx
+include/OpenCASCADE/StdLPersistent_HString.hxx
+include/OpenCASCADE/StdLPersistent_NamedData.hxx
+include/OpenCASCADE/StdLPersistent_Real.hxx
+include/OpenCASCADE/StdLPersistent_TreeNode.hxx
+include/OpenCASCADE/StdLPersistent_Value.hxx
+include/OpenCASCADE/StdLPersistent_Variable.hxx
+include/OpenCASCADE/StdLPersistent_Void.hxx
+include/OpenCASCADE/StdLPersistent_XLink.hxx
+include/OpenCASCADE/StdObjMgt_Attribute.hxx
+include/OpenCASCADE/StdObjMgt_MapOfInstantiators.hxx
+include/OpenCASCADE/StdObjMgt_Persistent.hxx
+include/OpenCASCADE/StdObjMgt_ReadData.hxx
+include/OpenCASCADE/StdObjMgt_SharedObject.hxx
+include/OpenCASCADE/StdObject_Location.hxx
+include/OpenCASCADE/StdObject_Shape.hxx
+include/OpenCASCADE/StdObject_gp_Axes.hxx
+include/OpenCASCADE/StdObject_gp_Curves.hxx
+include/OpenCASCADE/StdObject_gp_Surfaces.hxx
+include/OpenCASCADE/StdObject_gp_Trsfs.hxx
+include/OpenCASCADE/StdObject_gp_Vectors.hxx
+include/OpenCASCADE/StdPersistent.hxx
+include/OpenCASCADE/StdPersistent_DataXtd.hxx
+include/OpenCASCADE/StdPersistent_DataXtd_Constraint.hxx
+include/OpenCASCADE/StdPersistent_DataXtd_PatternStd.hxx
+include/OpenCASCADE/StdPersistent_HArray1.hxx
+include/OpenCASCADE/StdPersistent_Naming.hxx
+include/OpenCASCADE/StdPersistent_PPrsStd.hxx
+include/OpenCASCADE/StdPersistent_TopLoc.hxx
+include/OpenCASCADE/StdPersistent_TopoDS.hxx
+include/OpenCASCADE/StdPrs_BndBox.hxx
include/OpenCASCADE/StdPrs_Curve.hxx
include/OpenCASCADE/StdPrs_DeflectionCurve.hxx
include/OpenCASCADE/StdPrs_HLRPolyShape.hxx
include/OpenCASCADE/StdPrs_HLRShape.hxx
include/OpenCASCADE/StdPrs_HLRToolShape.hxx
+include/OpenCASCADE/StdPrs_Isolines.hxx
include/OpenCASCADE/StdPrs_Plane.hxx
include/OpenCASCADE/StdPrs_Point.hxx
include/OpenCASCADE/StdPrs_PoleCurve.hxx
@@ -25325,74 +22503,16 @@ include/OpenCASCADE/StdPrs_ShadedShape.hxx
include/OpenCASCADE/StdPrs_ShadedSurface.hxx
include/OpenCASCADE/StdPrs_ToolPoint.hxx
include/OpenCASCADE/StdPrs_ToolRFace.hxx
-include/OpenCASCADE/StdPrs_ToolShadedShape.hxx
+include/OpenCASCADE/StdPrs_ToolTriangulatedShape.hxx
include/OpenCASCADE/StdPrs_ToolVertex.hxx
include/OpenCASCADE/StdPrs_Vertex.hxx
include/OpenCASCADE/StdPrs_Volume.hxx
include/OpenCASCADE/StdPrs_WFDeflectionRestrictedFace.hxx
-include/OpenCASCADE/StdPrs_WFDeflectionShape.hxx
include/OpenCASCADE/StdPrs_WFDeflectionSurface.hxx
include/OpenCASCADE/StdPrs_WFPoleSurface.hxx
include/OpenCASCADE/StdPrs_WFRestrictedFace.hxx
include/OpenCASCADE/StdPrs_WFShape.hxx
include/OpenCASCADE/StdPrs_WFSurface.hxx
-include/OpenCASCADE/StdSchema.hxx
-include/OpenCASCADE/StdSchema_DBC_VArrayOfCharacter.hxx
-include/OpenCASCADE/StdSchema_DBC_VArrayOfExtCharacter.hxx
-include/OpenCASCADE/StdSchema_PColStd_FieldOfHArray1OfInteger.hxx
-include/OpenCASCADE/StdSchema_PColStd_HArray1OfInteger.hxx
-include/OpenCASCADE/StdSchema_PCollection_HAsciiString.hxx
-include/OpenCASCADE/StdSchema_PCollection_HExtendedString.hxx
-include/OpenCASCADE/StdSchema_PDF_Attribute.hxx
-include/OpenCASCADE/StdSchema_PDF_FieldOfHAttributeArray1.hxx
-include/OpenCASCADE/StdSchema_PDF_HAttributeArray1.hxx
-include/OpenCASCADE/StdSchema_PDataStd_Integer.hxx
-include/OpenCASCADE/StdSchema_PDataStd_Real.hxx
-include/OpenCASCADE/StdSchema_PDataXtd_Axis.hxx
-include/OpenCASCADE/StdSchema_PDataXtd_Constraint.hxx
-include/OpenCASCADE/StdSchema_PDataXtd_Geometry.hxx
-include/OpenCASCADE/StdSchema_PDataXtd_PatternStd.hxx
-include/OpenCASCADE/StdSchema_PDataXtd_Placement.hxx
-include/OpenCASCADE/StdSchema_PDataXtd_Plane.hxx
-include/OpenCASCADE/StdSchema_PDataXtd_Point.hxx
-include/OpenCASCADE/StdSchema_PDataXtd_Position.hxx
-include/OpenCASCADE/StdSchema_PDataXtd_Shape.hxx
-include/OpenCASCADE/StdSchema_PNaming_FieldOfHArray1OfNamedShape.hxx
-include/OpenCASCADE/StdSchema_PNaming_HArray1OfNamedShape.hxx
-include/OpenCASCADE/StdSchema_PNaming_Name.hxx
-include/OpenCASCADE/StdSchema_PNaming_Name_1.hxx
-include/OpenCASCADE/StdSchema_PNaming_Name_2.hxx
-include/OpenCASCADE/StdSchema_PNaming_NamedShape.hxx
-include/OpenCASCADE/StdSchema_PNaming_Naming.hxx
-include/OpenCASCADE/StdSchema_PNaming_Naming_1.hxx
-include/OpenCASCADE/StdSchema_PNaming_Naming_2.hxx
-include/OpenCASCADE/StdSchema_PPrsStd_AISPresentation.hxx
-include/OpenCASCADE/StdSchema_PPrsStd_AISPresentation_1.hxx
-include/OpenCASCADE/StdSchema_PTopLoc_Datum3D.hxx
-include/OpenCASCADE/StdSchema_PTopLoc_ItemLocation.hxx
-include/OpenCASCADE/StdSchema_PTopLoc_Location.hxx
-include/OpenCASCADE/StdSchema_PTopoDS_FieldOfHArray1OfShape1.hxx
-include/OpenCASCADE/StdSchema_PTopoDS_HArray1OfShape1.hxx
-include/OpenCASCADE/StdSchema_PTopoDS_Shape1.hxx
-include/OpenCASCADE/StdSchema_PTopoDS_TShape1.hxx
-include/OpenCASCADE/StdSchema_Standard_Persistent.hxx
-include/OpenCASCADE/StdSchema_Standard_Storable.hxx
-include/OpenCASCADE/StdSchema_gp_Ax1.hxx
-include/OpenCASCADE/StdSchema_gp_Ax2.hxx
-include/OpenCASCADE/StdSchema_gp_Ax2d.hxx
-include/OpenCASCADE/StdSchema_gp_Ax3.hxx
-include/OpenCASCADE/StdSchema_gp_Dir.hxx
-include/OpenCASCADE/StdSchema_gp_Dir2d.hxx
-include/OpenCASCADE/StdSchema_gp_Mat.hxx
-include/OpenCASCADE/StdSchema_gp_Mat2d.hxx
-include/OpenCASCADE/StdSchema_gp_Pnt.hxx
-include/OpenCASCADE/StdSchema_gp_Pnt2d.hxx
-include/OpenCASCADE/StdSchema_gp_Trsf.hxx
-include/OpenCASCADE/StdSchema_gp_Trsf2d.hxx
-include/OpenCASCADE/StdSchema_gp_Vec.hxx
-include/OpenCASCADE/StdSchema_gp_Vec2d.hxx
-include/OpenCASCADE/StdSchema_gp_XY.hxx
-include/OpenCASCADE/StdSchema_gp_XYZ.hxx
include/OpenCASCADE/StdSelect.hxx
include/OpenCASCADE/StdSelect_BRepOwner.hxx
include/OpenCASCADE/StdSelect_BRepOwner.lxx
@@ -25400,7 +22520,6 @@ include/OpenCASCADE/StdSelect_BRepSelectionTool.hxx
include/OpenCASCADE/StdSelect_DisplayMode.hxx
include/OpenCASCADE/StdSelect_EdgeFilter.hxx
include/OpenCASCADE/StdSelect_FaceFilter.hxx
-include/OpenCASCADE/StdSelect_IndexedDataMapNodeOfIndexedDataMapOfOwnerPrs.hxx
include/OpenCASCADE/StdSelect_IndexedDataMapOfOwnerPrs.hxx
include/OpenCASCADE/StdSelect_Prs.hxx
include/OpenCASCADE/StdSelect_Prs.lxx
@@ -25536,6 +22655,12 @@ include/OpenCASCADE/StepAP214_PresentedItemSelect.hxx
include/OpenCASCADE/StepAP214_Protocol.hxx
include/OpenCASCADE/StepAP214_RepItemGroup.hxx
include/OpenCASCADE/StepAP214_SecurityClassificationItem.hxx
+include/OpenCASCADE/StepAP242_DraughtingModelItemAssociation.hxx
+include/OpenCASCADE/StepAP242_GeometricItemSpecificUsage.hxx
+include/OpenCASCADE/StepAP242_IdAttribute.hxx
+include/OpenCASCADE/StepAP242_IdAttributeSelect.hxx
+include/OpenCASCADE/StepAP242_ItemIdentifiedRepresentationUsage.hxx
+include/OpenCASCADE/StepAP242_ItemIdentifiedRepresentationUsageDefinition.hxx
include/OpenCASCADE/StepBasic_Action.hxx
include/OpenCASCADE/StepBasic_ActionAssignment.hxx
include/OpenCASCADE/StepBasic_ActionMethod.hxx
@@ -25661,6 +22786,9 @@ include/OpenCASCADE/StepBasic_ProductDefinitionEffectivity.hxx
include/OpenCASCADE/StepBasic_ProductDefinitionFormation.hxx
include/OpenCASCADE/StepBasic_ProductDefinitionFormationRelationship.hxx
include/OpenCASCADE/StepBasic_ProductDefinitionFormationWithSpecifiedSource.hxx
+include/OpenCASCADE/StepBasic_ProductDefinitionOrReference.hxx
+include/OpenCASCADE/StepBasic_ProductDefinitionReference.hxx
+include/OpenCASCADE/StepBasic_ProductDefinitionReferenceWithLocalRepresentation.hxx
include/OpenCASCADE/StepBasic_ProductDefinitionRelationship.hxx
include/OpenCASCADE/StepBasic_ProductDefinitionWithAssociatedDocuments.hxx
include/OpenCASCADE/StepBasic_ProductOrFormationOrDefinition.hxx
@@ -25743,7 +22871,14 @@ include/OpenCASCADE/StepData_StepWriter.hxx
include/OpenCASCADE/StepData_UndefinedEntity.hxx
include/OpenCASCADE/StepData_WriterLib.hxx
include/OpenCASCADE/StepDimTol_AngularityTolerance.hxx
+include/OpenCASCADE/StepDimTol_AreaUnitType.hxx
include/OpenCASCADE/StepDimTol_Array1OfDatumReference.hxx
+include/OpenCASCADE/StepDimTol_Array1OfDatumReferenceCompartment.hxx
+include/OpenCASCADE/StepDimTol_Array1OfDatumReferenceElement.hxx
+include/OpenCASCADE/StepDimTol_Array1OfDatumReferenceModifier.hxx
+include/OpenCASCADE/StepDimTol_Array1OfDatumSystemOrReference.hxx
+include/OpenCASCADE/StepDimTol_Array1OfGeometricToleranceModifier.hxx
+include/OpenCASCADE/StepDimTol_Array1OfToleranceZoneTarget.hxx
include/OpenCASCADE/StepDimTol_CircularRunoutTolerance.hxx
include/OpenCASCADE/StepDimTol_CoaxialityTolerance.hxx
include/OpenCASCADE/StepDimTol_CommonDatum.hxx
@@ -25751,27 +22886,66 @@ include/OpenCASCADE/StepDimTol_ConcentricityTolerance.hxx
include/OpenCASCADE/StepDimTol_CylindricityTolerance.hxx
include/OpenCASCADE/StepDimTol_Datum.hxx
include/OpenCASCADE/StepDimTol_DatumFeature.hxx
+include/OpenCASCADE/StepDimTol_DatumOrCommonDatum.hxx
include/OpenCASCADE/StepDimTol_DatumReference.hxx
+include/OpenCASCADE/StepDimTol_DatumReferenceCompartment.hxx
+include/OpenCASCADE/StepDimTol_DatumReferenceElement.hxx
+include/OpenCASCADE/StepDimTol_DatumReferenceModifier.hxx
+include/OpenCASCADE/StepDimTol_DatumReferenceModifierType.hxx
+include/OpenCASCADE/StepDimTol_DatumReferenceModifierWithValue.hxx
+include/OpenCASCADE/StepDimTol_DatumSystem.hxx
+include/OpenCASCADE/StepDimTol_DatumSystemOrReference.hxx
include/OpenCASCADE/StepDimTol_DatumTarget.hxx
include/OpenCASCADE/StepDimTol_FlatnessTolerance.hxx
+include/OpenCASCADE/StepDimTol_GeneralDatumReference.hxx
+include/OpenCASCADE/StepDimTol_GeoTolAndGeoTolWthDatRef.hxx
+include/OpenCASCADE/StepDimTol_GeoTolAndGeoTolWthDatRefAndGeoTolWthMaxTol.hxx
+include/OpenCASCADE/StepDimTol_GeoTolAndGeoTolWthDatRefAndGeoTolWthMod.hxx
include/OpenCASCADE/StepDimTol_GeoTolAndGeoTolWthDatRefAndModGeoTolAndPosTol.hxx
+include/OpenCASCADE/StepDimTol_GeoTolAndGeoTolWthDatRefAndUneqDisGeoTol.hxx
+include/OpenCASCADE/StepDimTol_GeoTolAndGeoTolWthMaxTol.hxx
+include/OpenCASCADE/StepDimTol_GeoTolAndGeoTolWthMod.hxx
include/OpenCASCADE/StepDimTol_GeometricTolerance.hxx
+include/OpenCASCADE/StepDimTol_GeometricToleranceModifier.hxx
include/OpenCASCADE/StepDimTol_GeometricToleranceRelationship.hxx
+include/OpenCASCADE/StepDimTol_GeometricToleranceTarget.hxx
+include/OpenCASCADE/StepDimTol_GeometricToleranceType.hxx
include/OpenCASCADE/StepDimTol_GeometricToleranceWithDatumReference.hxx
+include/OpenCASCADE/StepDimTol_GeometricToleranceWithDefinedAreaUnit.hxx
+include/OpenCASCADE/StepDimTol_GeometricToleranceWithDefinedUnit.hxx
+include/OpenCASCADE/StepDimTol_GeometricToleranceWithMaximumTolerance.hxx
+include/OpenCASCADE/StepDimTol_GeometricToleranceWithModifiers.hxx
include/OpenCASCADE/StepDimTol_HArray1OfDatumReference.hxx
+include/OpenCASCADE/StepDimTol_HArray1OfDatumReferenceCompartment.hxx
+include/OpenCASCADE/StepDimTol_HArray1OfDatumReferenceElement.hxx
+include/OpenCASCADE/StepDimTol_HArray1OfDatumReferenceModifier.hxx
+include/OpenCASCADE/StepDimTol_HArray1OfDatumSystemOrReference.hxx
+include/OpenCASCADE/StepDimTol_HArray1OfGeometricToleranceModifier.hxx
+include/OpenCASCADE/StepDimTol_HArray1OfToleranceZoneTarget.hxx
include/OpenCASCADE/StepDimTol_LimitCondition.hxx
include/OpenCASCADE/StepDimTol_LineProfileTolerance.hxx
include/OpenCASCADE/StepDimTol_ModifiedGeometricTolerance.hxx
+include/OpenCASCADE/StepDimTol_NonUniformZoneDefinition.hxx
include/OpenCASCADE/StepDimTol_ParallelismTolerance.hxx
include/OpenCASCADE/StepDimTol_PerpendicularityTolerance.hxx
include/OpenCASCADE/StepDimTol_PlacedDatumTargetFeature.hxx
include/OpenCASCADE/StepDimTol_PositionTolerance.hxx
+include/OpenCASCADE/StepDimTol_ProjectedZoneDefinition.hxx
include/OpenCASCADE/StepDimTol_RoundnessTolerance.hxx
+include/OpenCASCADE/StepDimTol_RunoutZoneDefinition.hxx
+include/OpenCASCADE/StepDimTol_RunoutZoneOrientation.hxx
include/OpenCASCADE/StepDimTol_ShapeToleranceSelect.hxx
+include/OpenCASCADE/StepDimTol_SimpleDatumReferenceModifier.hxx
+include/OpenCASCADE/StepDimTol_SimpleDatumReferenceModifierMember.hxx
include/OpenCASCADE/StepDimTol_StraightnessTolerance.hxx
include/OpenCASCADE/StepDimTol_SurfaceProfileTolerance.hxx
include/OpenCASCADE/StepDimTol_SymmetryTolerance.hxx
+include/OpenCASCADE/StepDimTol_ToleranceZone.hxx
+include/OpenCASCADE/StepDimTol_ToleranceZoneDefinition.hxx
+include/OpenCASCADE/StepDimTol_ToleranceZoneForm.hxx
+include/OpenCASCADE/StepDimTol_ToleranceZoneTarget.hxx
include/OpenCASCADE/StepDimTol_TotalRunoutTolerance.hxx
+include/OpenCASCADE/StepDimTol_UnequallyDisposedGeometricTolerance.hxx
include/OpenCASCADE/StepElement_AnalysisItemWithinRepresentation.hxx
include/OpenCASCADE/StepElement_Array1OfCurveElementEndReleasePacket.hxx
include/OpenCASCADE/StepElement_Array1OfCurveElementSectionDefinition.hxx
@@ -25821,10 +22995,6 @@ include/OpenCASCADE/StepElement_HSequenceOfElementMaterial.hxx
include/OpenCASCADE/StepElement_HSequenceOfSurfaceElementPurposeMember.hxx
include/OpenCASCADE/StepElement_MeasureOrUnspecifiedValue.hxx
include/OpenCASCADE/StepElement_MeasureOrUnspecifiedValueMember.hxx
-include/OpenCASCADE/StepElement_SequenceNodeOfSequenceOfCurveElementPurposeMember.hxx
-include/OpenCASCADE/StepElement_SequenceNodeOfSequenceOfCurveElementSectionDefinition.hxx
-include/OpenCASCADE/StepElement_SequenceNodeOfSequenceOfElementMaterial.hxx
-include/OpenCASCADE/StepElement_SequenceNodeOfSequenceOfSurfaceElementPurposeMember.hxx
include/OpenCASCADE/StepElement_SequenceOfCurveElementPurposeMember.hxx
include/OpenCASCADE/StepElement_SequenceOfCurveElementSectionDefinition.hxx
include/OpenCASCADE/StepElement_SequenceOfElementMaterial.hxx
@@ -25917,10 +23087,6 @@ include/OpenCASCADE/StepFEA_NodeWithVector.hxx
include/OpenCASCADE/StepFEA_ParametricCurve3dElementCoordinateDirection.hxx
include/OpenCASCADE/StepFEA_ParametricCurve3dElementCoordinateSystem.hxx
include/OpenCASCADE/StepFEA_ParametricSurface3dElementCoordinateSystem.hxx
-include/OpenCASCADE/StepFEA_SequenceNodeOfSequenceOfCurve3dElementProperty.hxx
-include/OpenCASCADE/StepFEA_SequenceNodeOfSequenceOfElementGeometricRelationship.hxx
-include/OpenCASCADE/StepFEA_SequenceNodeOfSequenceOfElementRepresentation.hxx
-include/OpenCASCADE/StepFEA_SequenceNodeOfSequenceOfNodeRepresentation.hxx
include/OpenCASCADE/StepFEA_SequenceOfCurve3dElementProperty.hxx
include/OpenCASCADE/StepFEA_SequenceOfElementGeometricRelationship.hxx
include/OpenCASCADE/StepFEA_SequenceOfElementRepresentation.hxx
@@ -26051,32 +23217,48 @@ include/OpenCASCADE/StepGeom_UniformSurface.hxx
include/OpenCASCADE/StepGeom_UniformSurfaceAndRationalBSplineSurface.hxx
include/OpenCASCADE/StepGeom_Vector.hxx
include/OpenCASCADE/StepGeom_VectorOrDirection.hxx
+include/OpenCASCADE/StepRepr_AllAroundShapeAspect.hxx
+include/OpenCASCADE/StepRepr_Apex.hxx
include/OpenCASCADE/StepRepr_Array1OfMaterialPropertyRepresentation.hxx
include/OpenCASCADE/StepRepr_Array1OfPropertyDefinitionRepresentation.hxx
include/OpenCASCADE/StepRepr_Array1OfRepresentationItem.hxx
+include/OpenCASCADE/StepRepr_Array1OfShapeAspect.hxx
include/OpenCASCADE/StepRepr_AssemblyComponentUsage.hxx
include/OpenCASCADE/StepRepr_AssemblyComponentUsageSubstitute.hxx
+include/OpenCASCADE/StepRepr_BetweenShapeAspect.hxx
+include/OpenCASCADE/StepRepr_CentreOfSymmetry.hxx
include/OpenCASCADE/StepRepr_CharacterizedDefinition.hxx
+include/OpenCASCADE/StepRepr_CharacterizedRepresentation.hxx
+include/OpenCASCADE/StepRepr_CompGroupShAspAndCompShAspAndDatumFeatAndShAsp.hxx
+include/OpenCASCADE/StepRepr_CompShAspAndDatumFeatAndShAsp.hxx
+include/OpenCASCADE/StepRepr_CompositeGroupShapeAspect.hxx
include/OpenCASCADE/StepRepr_CompositeShapeAspect.hxx
include/OpenCASCADE/StepRepr_CompoundRepresentationItem.hxx
include/OpenCASCADE/StepRepr_ConfigurationDesign.hxx
include/OpenCASCADE/StepRepr_ConfigurationDesignItem.hxx
include/OpenCASCADE/StepRepr_ConfigurationEffectivity.hxx
include/OpenCASCADE/StepRepr_ConfigurationItem.hxx
+include/OpenCASCADE/StepRepr_ConstructiveGeometryRepresentation.hxx
+include/OpenCASCADE/StepRepr_ConstructiveGeometryRepresentationRelationship.hxx
+include/OpenCASCADE/StepRepr_ContinuosShapeAspect.hxx
include/OpenCASCADE/StepRepr_DataEnvironment.hxx
include/OpenCASCADE/StepRepr_DefinitionalRepresentation.hxx
include/OpenCASCADE/StepRepr_DerivedShapeAspect.hxx
include/OpenCASCADE/StepRepr_DescriptiveRepresentationItem.hxx
include/OpenCASCADE/StepRepr_Extension.hxx
include/OpenCASCADE/StepRepr_ExternallyDefinedRepresentation.hxx
+include/OpenCASCADE/StepRepr_FeatureForDatumTargetRelationship.hxx
include/OpenCASCADE/StepRepr_FunctionallyDefinedTransformation.hxx
+include/OpenCASCADE/StepRepr_GeometricAlignment.hxx
include/OpenCASCADE/StepRepr_GlobalUncertaintyAssignedContext.hxx
include/OpenCASCADE/StepRepr_GlobalUnitAssignedContext.hxx
include/OpenCASCADE/StepRepr_HArray1OfMaterialPropertyRepresentation.hxx
include/OpenCASCADE/StepRepr_HArray1OfPropertyDefinitionRepresentation.hxx
include/OpenCASCADE/StepRepr_HArray1OfRepresentationItem.hxx
+include/OpenCASCADE/StepRepr_HArray1OfShapeAspect.hxx
include/OpenCASCADE/StepRepr_HSequenceOfMaterialPropertyRepresentation.hxx
include/OpenCASCADE/StepRepr_HSequenceOfRepresentationItem.hxx
+include/OpenCASCADE/StepRepr_IntegerRepresentationItem.hxx
include/OpenCASCADE/StepRepr_ItemDefinedTransformation.hxx
include/OpenCASCADE/StepRepr_MakeFromUsageOption.hxx
include/OpenCASCADE/StepRepr_MappedItem.hxx
@@ -26085,7 +23267,9 @@ include/OpenCASCADE/StepRepr_MaterialProperty.hxx
include/OpenCASCADE/StepRepr_MaterialPropertyRepresentation.hxx
include/OpenCASCADE/StepRepr_MeasureRepresentationItem.hxx
include/OpenCASCADE/StepRepr_NextAssemblyUsageOccurrence.hxx
+include/OpenCASCADE/StepRepr_ParallelOffset.hxx
include/OpenCASCADE/StepRepr_ParametricRepresentationContext.hxx
+include/OpenCASCADE/StepRepr_PerpendicularTo.hxx
include/OpenCASCADE/StepRepr_ProductConcept.hxx
include/OpenCASCADE/StepRepr_ProductDefinitionShape.hxx
include/OpenCASCADE/StepRepr_ProductDefinitionUsage.hxx
@@ -26095,6 +23279,11 @@ include/OpenCASCADE/StepRepr_PropertyDefinitionRelationship.hxx
include/OpenCASCADE/StepRepr_PropertyDefinitionRepresentation.hxx
include/OpenCASCADE/StepRepr_QuantifiedAssemblyComponentUsage.hxx
include/OpenCASCADE/StepRepr_ReprItemAndLengthMeasureWithUnit.hxx
+include/OpenCASCADE/StepRepr_ReprItemAndLengthMeasureWithUnitAndQRI.hxx
+include/OpenCASCADE/StepRepr_ReprItemAndMeasureWithUnit.hxx
+include/OpenCASCADE/StepRepr_ReprItemAndMeasureWithUnitAndQRI.hxx
+include/OpenCASCADE/StepRepr_ReprItemAndPlaneAngleMeasureWithUnit.hxx
+include/OpenCASCADE/StepRepr_ReprItemAndPlaneAngleMeasureWithUnitAndQRI.hxx
include/OpenCASCADE/StepRepr_Representation.hxx
include/OpenCASCADE/StepRepr_RepresentationContext.hxx
include/OpenCASCADE/StepRepr_RepresentationItem.hxx
@@ -26102,8 +23291,6 @@ include/OpenCASCADE/StepRepr_RepresentationMap.hxx
include/OpenCASCADE/StepRepr_RepresentationRelationship.hxx
include/OpenCASCADE/StepRepr_RepresentationRelationshipWithTransformation.hxx
include/OpenCASCADE/StepRepr_RepresentedDefinition.hxx
-include/OpenCASCADE/StepRepr_SequenceNodeOfSequenceOfMaterialPropertyRepresentation.hxx
-include/OpenCASCADE/StepRepr_SequenceNodeOfSequenceOfRepresentationItem.hxx
include/OpenCASCADE/StepRepr_SequenceOfMaterialPropertyRepresentation.hxx
include/OpenCASCADE/StepRepr_SequenceOfRepresentationItem.hxx
include/OpenCASCADE/StepRepr_ShapeAspect.hxx
@@ -26117,8 +23304,10 @@ include/OpenCASCADE/StepRepr_SpecifiedHigherUsageOccurrence.hxx
include/OpenCASCADE/StepRepr_StructuralResponseProperty.hxx
include/OpenCASCADE/StepRepr_StructuralResponsePropertyDefinitionRepresentation.hxx
include/OpenCASCADE/StepRepr_SuppliedPartRelationship.hxx
+include/OpenCASCADE/StepRepr_Tangent.hxx
include/OpenCASCADE/StepRepr_Transformation.hxx
include/OpenCASCADE/StepRepr_ValueRange.hxx
+include/OpenCASCADE/StepRepr_ValueRepresentationItem.hxx
include/OpenCASCADE/StepSelect_Activator.hxx
include/OpenCASCADE/StepSelect_FileModifier.hxx
include/OpenCASCADE/StepSelect_FloatFormat.hxx
@@ -26138,6 +23327,7 @@ include/OpenCASCADE/StepShape_Array1OfFaceBound.hxx
include/OpenCASCADE/StepShape_Array1OfGeometricSetSelect.hxx
include/OpenCASCADE/StepShape_Array1OfOrientedClosedShell.hxx
include/OpenCASCADE/StepShape_Array1OfOrientedEdge.hxx
+include/OpenCASCADE/StepShape_Array1OfShapeDimensionRepresentationItem.hxx
include/OpenCASCADE/StepShape_Array1OfShell.hxx
include/OpenCASCADE/StepShape_Array1OfValueQualifier.hxx
include/OpenCASCADE/StepShape_Block.hxx
@@ -26194,6 +23384,7 @@ include/OpenCASCADE/StepShape_HArray1OfFaceBound.hxx
include/OpenCASCADE/StepShape_HArray1OfGeometricSetSelect.hxx
include/OpenCASCADE/StepShape_HArray1OfOrientedClosedShell.hxx
include/OpenCASCADE/StepShape_HArray1OfOrientedEdge.hxx
+include/OpenCASCADE/StepShape_HArray1OfShapeDimensionRepresentationItem.hxx
include/OpenCASCADE/StepShape_HArray1OfShell.hxx
include/OpenCASCADE/StepShape_HArray1OfValueQualifier.hxx
include/OpenCASCADE/StepShape_HalfSpaceSolid.hxx
@@ -26226,6 +23417,7 @@ include/OpenCASCADE/StepShape_RightCircularCylinder.hxx
include/OpenCASCADE/StepShape_SeamEdge.hxx
include/OpenCASCADE/StepShape_ShapeDefinitionRepresentation.hxx
include/OpenCASCADE/StepShape_ShapeDimensionRepresentation.hxx
+include/OpenCASCADE/StepShape_ShapeDimensionRepresentationItem.hxx
include/OpenCASCADE/StepShape_ShapeRepresentation.hxx
include/OpenCASCADE/StepShape_ShapeRepresentationWithParameters.hxx
include/OpenCASCADE/StepShape_Shell.hxx
@@ -26244,57 +23436,12 @@ include/OpenCASCADE/StepShape_TopologicalRepresentationItem.hxx
include/OpenCASCADE/StepShape_Torus.hxx
include/OpenCASCADE/StepShape_TransitionalShapeRepresentation.hxx
include/OpenCASCADE/StepShape_TypeQualifier.hxx
+include/OpenCASCADE/StepShape_ValueFormatTypeQualifier.hxx
include/OpenCASCADE/StepShape_ValueQualifier.hxx
include/OpenCASCADE/StepShape_Vertex.hxx
include/OpenCASCADE/StepShape_VertexLoop.hxx
include/OpenCASCADE/StepShape_VertexPoint.hxx
-include/OpenCASCADE/StepToGeom_MakeAxis1Placement.hxx
-include/OpenCASCADE/StepToGeom_MakeAxis2Placement.hxx
-include/OpenCASCADE/StepToGeom_MakeAxisPlacement.hxx
-include/OpenCASCADE/StepToGeom_MakeBSplineCurve.hxx
-include/OpenCASCADE/StepToGeom_MakeBSplineCurve2d.hxx
-include/OpenCASCADE/StepToGeom_MakeBSplineSurface.hxx
-include/OpenCASCADE/StepToGeom_MakeBoundedCurve.hxx
-include/OpenCASCADE/StepToGeom_MakeBoundedCurve2d.hxx
-include/OpenCASCADE/StepToGeom_MakeBoundedSurface.hxx
-include/OpenCASCADE/StepToGeom_MakeCartesianPoint.hxx
-include/OpenCASCADE/StepToGeom_MakeCartesianPoint2d.hxx
-include/OpenCASCADE/StepToGeom_MakeCircle.hxx
-include/OpenCASCADE/StepToGeom_MakeCircle2d.hxx
-include/OpenCASCADE/StepToGeom_MakeConic.hxx
-include/OpenCASCADE/StepToGeom_MakeConic2d.hxx
-include/OpenCASCADE/StepToGeom_MakeConicalSurface.hxx
-include/OpenCASCADE/StepToGeom_MakeCurve.hxx
-include/OpenCASCADE/StepToGeom_MakeCurve2d.hxx
-include/OpenCASCADE/StepToGeom_MakeCylindricalSurface.hxx
-include/OpenCASCADE/StepToGeom_MakeDirection.hxx
-include/OpenCASCADE/StepToGeom_MakeDirection2d.hxx
-include/OpenCASCADE/StepToGeom_MakeElementarySurface.hxx
-include/OpenCASCADE/StepToGeom_MakeEllipse.hxx
-include/OpenCASCADE/StepToGeom_MakeEllipse2d.hxx
-include/OpenCASCADE/StepToGeom_MakeHyperbola.hxx
-include/OpenCASCADE/StepToGeom_MakeHyperbola2d.hxx
-include/OpenCASCADE/StepToGeom_MakeLine.hxx
-include/OpenCASCADE/StepToGeom_MakeLine2d.hxx
-include/OpenCASCADE/StepToGeom_MakeParabola.hxx
-include/OpenCASCADE/StepToGeom_MakeParabola2d.hxx
-include/OpenCASCADE/StepToGeom_MakePlane.hxx
-include/OpenCASCADE/StepToGeom_MakePolyline.hxx
-include/OpenCASCADE/StepToGeom_MakePolyline2d.hxx
-include/OpenCASCADE/StepToGeom_MakeRectangularTrimmedSurface.hxx
-include/OpenCASCADE/StepToGeom_MakeSphericalSurface.hxx
-include/OpenCASCADE/StepToGeom_MakeSurface.hxx
-include/OpenCASCADE/StepToGeom_MakeSurfaceOfLinearExtrusion.hxx
-include/OpenCASCADE/StepToGeom_MakeSurfaceOfRevolution.hxx
-include/OpenCASCADE/StepToGeom_MakeSweptSurface.hxx
-include/OpenCASCADE/StepToGeom_MakeToroidalSurface.hxx
-include/OpenCASCADE/StepToGeom_MakeTransformation2d.hxx
-include/OpenCASCADE/StepToGeom_MakeTransformation3d.hxx
-include/OpenCASCADE/StepToGeom_MakeTrimmedCurve.hxx
-include/OpenCASCADE/StepToGeom_MakeTrimmedCurve2d.hxx
-include/OpenCASCADE/StepToGeom_MakeVectorWithMagnitude.hxx
-include/OpenCASCADE/StepToGeom_MakeVectorWithMagnitude2d.hxx
-include/OpenCASCADE/StepToGeom_Root.hxx
+include/OpenCASCADE/StepToGeom.hxx
include/OpenCASCADE/StepToTopoDS.hxx
include/OpenCASCADE/StepToTopoDS_Builder.hxx
include/OpenCASCADE/StepToTopoDS_BuilderError.hxx
@@ -26304,11 +23451,6 @@ include/OpenCASCADE/StepToTopoDS_DataMapIteratorOfDataMapOfRINames.hxx
include/OpenCASCADE/StepToTopoDS_DataMapIteratorOfDataMapOfTRI.hxx
include/OpenCASCADE/StepToTopoDS_DataMapIteratorOfPointEdgeMap.hxx
include/OpenCASCADE/StepToTopoDS_DataMapIteratorOfPointVertexMap.hxx
-include/OpenCASCADE/StepToTopoDS_DataMapNodeOfDataMapOfRI.hxx
-include/OpenCASCADE/StepToTopoDS_DataMapNodeOfDataMapOfRINames.hxx
-include/OpenCASCADE/StepToTopoDS_DataMapNodeOfDataMapOfTRI.hxx
-include/OpenCASCADE/StepToTopoDS_DataMapNodeOfPointEdgeMap.hxx
-include/OpenCASCADE/StepToTopoDS_DataMapNodeOfPointVertexMap.hxx
include/OpenCASCADE/StepToTopoDS_DataMapOfRI.hxx
include/OpenCASCADE/StepToTopoDS_DataMapOfRINames.hxx
include/OpenCASCADE/StepToTopoDS_DataMapOfTRI.hxx
@@ -26340,14 +23482,19 @@ include/OpenCASCADE/StepToTopoDS_TranslateVertex.hxx
include/OpenCASCADE/StepToTopoDS_TranslateVertexError.hxx
include/OpenCASCADE/StepToTopoDS_TranslateVertexLoop.hxx
include/OpenCASCADE/StepToTopoDS_TranslateVertexLoopError.hxx
+include/OpenCASCADE/StepVisual_AnnotationCurveOccurrence.hxx
include/OpenCASCADE/StepVisual_AnnotationOccurrence.hxx
+include/OpenCASCADE/StepVisual_AnnotationPlane.hxx
+include/OpenCASCADE/StepVisual_AnnotationPlaneElement.hxx
include/OpenCASCADE/StepVisual_AnnotationText.hxx
include/OpenCASCADE/StepVisual_AnnotationTextOccurrence.hxx
include/OpenCASCADE/StepVisual_AreaInSet.hxx
include/OpenCASCADE/StepVisual_AreaOrView.hxx
+include/OpenCASCADE/StepVisual_Array1OfAnnotationPlaneElement.hxx
include/OpenCASCADE/StepVisual_Array1OfBoxCharacteristicSelect.hxx
include/OpenCASCADE/StepVisual_Array1OfCurveStyleFontPattern.hxx
include/OpenCASCADE/StepVisual_Array1OfDirectionCountSelect.hxx
+include/OpenCASCADE/StepVisual_Array1OfDraughtingCalloutElement.hxx
include/OpenCASCADE/StepVisual_Array1OfFillStyleSelect.hxx
include/OpenCASCADE/StepVisual_Array1OfInvisibleItem.hxx
include/OpenCASCADE/StepVisual_Array1OfLayeredItem.hxx
@@ -26366,6 +23513,7 @@ include/OpenCASCADE/StepVisual_CameraModelD2.hxx
include/OpenCASCADE/StepVisual_CameraModelD3.hxx
include/OpenCASCADE/StepVisual_CameraUsage.hxx
include/OpenCASCADE/StepVisual_CentralOrParallel.hxx
+include/OpenCASCADE/StepVisual_CharacterizedObjectAndCharacterizedRepresentationAndDraughtingModelAndRepresentation.hxx
include/OpenCASCADE/StepVisual_Colour.hxx
include/OpenCASCADE/StepVisual_ColourRgb.hxx
include/OpenCASCADE/StepVisual_ColourSpecification.hxx
@@ -26373,12 +23521,15 @@ include/OpenCASCADE/StepVisual_CompositeText.hxx
include/OpenCASCADE/StepVisual_CompositeTextWithExtent.hxx
include/OpenCASCADE/StepVisual_ContextDependentInvisibility.hxx
include/OpenCASCADE/StepVisual_ContextDependentOverRidingStyledItem.hxx
+include/OpenCASCADE/StepVisual_CoordinatesList.hxx
include/OpenCASCADE/StepVisual_CurveStyle.hxx
include/OpenCASCADE/StepVisual_CurveStyleFont.hxx
include/OpenCASCADE/StepVisual_CurveStyleFontPattern.hxx
include/OpenCASCADE/StepVisual_CurveStyleFontSelect.hxx
include/OpenCASCADE/StepVisual_DirectionCountSelect.hxx
include/OpenCASCADE/StepVisual_DraughtingAnnotationOccurrence.hxx
+include/OpenCASCADE/StepVisual_DraughtingCallout.hxx
+include/OpenCASCADE/StepVisual_DraughtingCalloutElement.hxx
include/OpenCASCADE/StepVisual_DraughtingModel.hxx
include/OpenCASCADE/StepVisual_DraughtingPreDefinedColour.hxx
include/OpenCASCADE/StepVisual_DraughtingPreDefinedCurveFont.hxx
@@ -26388,9 +23539,11 @@ include/OpenCASCADE/StepVisual_FillAreaStyle.hxx
include/OpenCASCADE/StepVisual_FillAreaStyleColour.hxx
include/OpenCASCADE/StepVisual_FillStyleSelect.hxx
include/OpenCASCADE/StepVisual_FontSelect.hxx
+include/OpenCASCADE/StepVisual_HArray1OfAnnotationPlaneElement.hxx
include/OpenCASCADE/StepVisual_HArray1OfBoxCharacteristicSelect.hxx
include/OpenCASCADE/StepVisual_HArray1OfCurveStyleFontPattern.hxx
include/OpenCASCADE/StepVisual_HArray1OfDirectionCountSelect.hxx
+include/OpenCASCADE/StepVisual_HArray1OfDraughtingCalloutElement.hxx
include/OpenCASCADE/StepVisual_HArray1OfFillStyleSelect.hxx
include/OpenCASCADE/StepVisual_HArray1OfInvisibleItem.hxx
include/OpenCASCADE/StepVisual_HArray1OfLayeredItem.hxx
@@ -26408,6 +23561,8 @@ include/OpenCASCADE/StepVisual_MarkerSelect.hxx
include/OpenCASCADE/StepVisual_MarkerType.hxx
include/OpenCASCADE/StepVisual_MechanicalDesignGeometricPresentationArea.hxx
include/OpenCASCADE/StepVisual_MechanicalDesignGeometricPresentationRepresentation.hxx
+include/OpenCASCADE/StepVisual_NullStyle.hxx
+include/OpenCASCADE/StepVisual_NullStyleMember.hxx
include/OpenCASCADE/StepVisual_OverRidingStyledItem.hxx
include/OpenCASCADE/StepVisual_PlanarBox.hxx
include/OpenCASCADE/StepVisual_PlanarExtent.hxx
@@ -26432,6 +23587,7 @@ include/OpenCASCADE/StepVisual_PresentedItem.hxx
include/OpenCASCADE/StepVisual_PresentedItemRepresentation.hxx
include/OpenCASCADE/StepVisual_StyleContextSelect.hxx
include/OpenCASCADE/StepVisual_StyledItem.hxx
+include/OpenCASCADE/StepVisual_StyledItemTarget.hxx
include/OpenCASCADE/StepVisual_SurfaceSide.hxx
include/OpenCASCADE/StepVisual_SurfaceSideStyle.hxx
include/OpenCASCADE/StepVisual_SurfaceStyleBoundary.hxx
@@ -26444,6 +23600,10 @@ include/OpenCASCADE/StepVisual_SurfaceStyleSilhouette.hxx
include/OpenCASCADE/StepVisual_SurfaceStyleUsage.hxx
include/OpenCASCADE/StepVisual_Template.hxx
include/OpenCASCADE/StepVisual_TemplateInstance.hxx
+include/OpenCASCADE/StepVisual_TessellatedAnnotationOccurrence.hxx
+include/OpenCASCADE/StepVisual_TessellatedCurveSet.hxx
+include/OpenCASCADE/StepVisual_TessellatedGeometricSet.hxx
+include/OpenCASCADE/StepVisual_TessellatedItem.hxx
include/OpenCASCADE/StepVisual_TextLiteral.hxx
include/OpenCASCADE/StepVisual_TextOrCharacter.hxx
include/OpenCASCADE/StepVisual_TextPath.hxx
@@ -26463,9 +23623,6 @@ include/OpenCASCADE/StlMesh_MeshDomain.lxx
include/OpenCASCADE/StlMesh_MeshExplorer.hxx
include/OpenCASCADE/StlMesh_MeshExplorer.lxx
include/OpenCASCADE/StlMesh_MeshTriangle.hxx
-include/OpenCASCADE/StlMesh_SequenceNodeOfSequenceOfMesh.hxx
-include/OpenCASCADE/StlMesh_SequenceNodeOfSequenceOfMeshDomain.hxx
-include/OpenCASCADE/StlMesh_SequenceNodeOfSequenceOfMeshTriangle.hxx
include/OpenCASCADE/StlMesh_SequenceOfMesh.hxx
include/OpenCASCADE/StlMesh_SequenceOfMeshDomain.hxx
include/OpenCASCADE/StlMesh_SequenceOfMeshTriangle.hxx
@@ -26477,12 +23634,9 @@ include/OpenCASCADE/Storage_BaseDriver.hxx
include/OpenCASCADE/Storage_BaseDriver.lxx
include/OpenCASCADE/Storage_BucketOfPersistent.hxx
include/OpenCASCADE/Storage_CallBack.hxx
-include/OpenCASCADE/Storage_Container.hxx
include/OpenCASCADE/Storage_Data.hxx
include/OpenCASCADE/Storage_DataMapIteratorOfMapOfCallBack.hxx
include/OpenCASCADE/Storage_DataMapIteratorOfMapOfPers.hxx
-include/OpenCASCADE/Storage_DataMapNodeOfMapOfCallBack.hxx
-include/OpenCASCADE/Storage_DataMapNodeOfMapOfPers.hxx
include/OpenCASCADE/Storage_DefaultCallBack.hxx
include/OpenCASCADE/Storage_Error.hxx
include/OpenCASCADE/Storage_HArrayOfCallBack.hxx
@@ -26490,7 +23644,6 @@ include/OpenCASCADE/Storage_HArrayOfSchema.hxx
include/OpenCASCADE/Storage_HPArray.hxx
include/OpenCASCADE/Storage_HSeqOfRoot.hxx
include/OpenCASCADE/Storage_HeaderData.hxx
-include/OpenCASCADE/Storage_IndexedDataMapNodeOfPType.hxx
include/OpenCASCADE/Storage_InternalData.hxx
include/OpenCASCADE/Storage_Macros.hxx
include/OpenCASCADE/Storage_MapOfCallBack.hxx
@@ -26504,7 +23657,6 @@ include/OpenCASCADE/Storage_RootData.hxx
include/OpenCASCADE/Storage_Schema.hxx
include/OpenCASCADE/Storage_Schema.lxx
include/OpenCASCADE/Storage_SeqOfRoot.hxx
-include/OpenCASCADE/Storage_SequenceNodeOfSeqOfRoot.hxx
include/OpenCASCADE/Storage_SolveMode.hxx
include/OpenCASCADE/Storage_StreamExtCharParityError.hxx
include/OpenCASCADE/Storage_StreamFormatError.hxx
@@ -26529,9 +23681,6 @@ include/OpenCASCADE/TColGeom2d_HArray1OfBezierCurve.hxx
include/OpenCASCADE/TColGeom2d_HArray1OfCurve.hxx
include/OpenCASCADE/TColGeom2d_HSequenceOfBoundedCurve.hxx
include/OpenCASCADE/TColGeom2d_HSequenceOfCurve.hxx
-include/OpenCASCADE/TColGeom2d_SequenceNodeOfSequenceOfBoundedCurve.hxx
-include/OpenCASCADE/TColGeom2d_SequenceNodeOfSequenceOfCurve.hxx
-include/OpenCASCADE/TColGeom2d_SequenceNodeOfSequenceOfGeometry.hxx
include/OpenCASCADE/TColGeom2d_SequenceOfBoundedCurve.hxx
include/OpenCASCADE/TColGeom2d_SequenceOfCurve.hxx
include/OpenCASCADE/TColGeom2d_SequenceOfGeometry.hxx
@@ -26548,9 +23697,6 @@ include/OpenCASCADE/TColGeom_HArray1OfSurface.hxx
include/OpenCASCADE/TColGeom_HArray2OfSurface.hxx
include/OpenCASCADE/TColGeom_HSequenceOfBoundedCurve.hxx
include/OpenCASCADE/TColGeom_HSequenceOfCurve.hxx
-include/OpenCASCADE/TColGeom_SequenceNodeOfSequenceOfBoundedCurve.hxx
-include/OpenCASCADE/TColGeom_SequenceNodeOfSequenceOfCurve.hxx
-include/OpenCASCADE/TColGeom_SequenceNodeOfSequenceOfSurface.hxx
include/OpenCASCADE/TColGeom_SequenceOfBoundedCurve.hxx
include/OpenCASCADE/TColGeom_SequenceOfCurve.hxx
include/OpenCASCADE/TColGeom_SequenceOfSurface.hxx
@@ -26579,13 +23725,6 @@ include/OpenCASCADE/TColStd_DataMapIteratorOfDataMapOfIntegerReal.hxx
include/OpenCASCADE/TColStd_DataMapIteratorOfDataMapOfIntegerTransient.hxx
include/OpenCASCADE/TColStd_DataMapIteratorOfDataMapOfStringInteger.hxx
include/OpenCASCADE/TColStd_DataMapIteratorOfDataMapOfTransientTransient.hxx
-include/OpenCASCADE/TColStd_DataMapNodeOfDataMapOfAsciiStringInteger.hxx
-include/OpenCASCADE/TColStd_DataMapNodeOfDataMapOfIntegerInteger.hxx
-include/OpenCASCADE/TColStd_DataMapNodeOfDataMapOfIntegerListOfInteger.hxx
-include/OpenCASCADE/TColStd_DataMapNodeOfDataMapOfIntegerReal.hxx
-include/OpenCASCADE/TColStd_DataMapNodeOfDataMapOfIntegerTransient.hxx
-include/OpenCASCADE/TColStd_DataMapNodeOfDataMapOfStringInteger.hxx
-include/OpenCASCADE/TColStd_DataMapNodeOfDataMapOfTransientTransient.hxx
include/OpenCASCADE/TColStd_DataMapOfAsciiStringInteger.hxx
include/OpenCASCADE/TColStd_DataMapOfIntegerInteger.hxx
include/OpenCASCADE/TColStd_DataMapOfIntegerListOfInteger.hxx
@@ -26616,11 +23755,8 @@ include/OpenCASCADE/TColStd_HSequenceOfHExtendedString.hxx
include/OpenCASCADE/TColStd_HSequenceOfInteger.hxx
include/OpenCASCADE/TColStd_HSequenceOfReal.hxx
include/OpenCASCADE/TColStd_HSequenceOfTransient.hxx
-include/OpenCASCADE/TColStd_IndexedDataMapNodeOfIndexedDataMapOfTransientTransient.hxx
+include/OpenCASCADE/TColStd_IndexedDataMapOfStringString.hxx
include/OpenCASCADE/TColStd_IndexedDataMapOfTransientTransient.hxx
-include/OpenCASCADE/TColStd_IndexedMapNodeOfIndexedMapOfInteger.hxx
-include/OpenCASCADE/TColStd_IndexedMapNodeOfIndexedMapOfReal.hxx
-include/OpenCASCADE/TColStd_IndexedMapNodeOfIndexedMapOfTransient.hxx
include/OpenCASCADE/TColStd_IndexedMapOfInteger.hxx
include/OpenCASCADE/TColStd_IndexedMapOfReal.hxx
include/OpenCASCADE/TColStd_IndexedMapOfTransient.hxx
@@ -26628,10 +23764,6 @@ include/OpenCASCADE/TColStd_ListIteratorOfListOfAsciiString.hxx
include/OpenCASCADE/TColStd_ListIteratorOfListOfInteger.hxx
include/OpenCASCADE/TColStd_ListIteratorOfListOfReal.hxx
include/OpenCASCADE/TColStd_ListIteratorOfListOfTransient.hxx
-include/OpenCASCADE/TColStd_ListNodeOfListOfAsciiString.hxx
-include/OpenCASCADE/TColStd_ListNodeOfListOfInteger.hxx
-include/OpenCASCADE/TColStd_ListNodeOfListOfReal.hxx
-include/OpenCASCADE/TColStd_ListNodeOfListOfTransient.hxx
include/OpenCASCADE/TColStd_ListOfAsciiString.hxx
include/OpenCASCADE/TColStd_ListOfInteger.hxx
include/OpenCASCADE/TColStd_ListOfReal.hxx
@@ -26649,15 +23781,6 @@ include/OpenCASCADE/TColStd_MapOfTransient.hxx
include/OpenCASCADE/TColStd_MapRealHasher.hxx
include/OpenCASCADE/TColStd_MapTransientHasher.hxx
include/OpenCASCADE/TColStd_PackedMapOfInteger.hxx
-include/OpenCASCADE/TColStd_SequenceNodeOfSequenceOfAddress.hxx
-include/OpenCASCADE/TColStd_SequenceNodeOfSequenceOfAsciiString.hxx
-include/OpenCASCADE/TColStd_SequenceNodeOfSequenceOfBoolean.hxx
-include/OpenCASCADE/TColStd_SequenceNodeOfSequenceOfExtendedString.hxx
-include/OpenCASCADE/TColStd_SequenceNodeOfSequenceOfHAsciiString.hxx
-include/OpenCASCADE/TColStd_SequenceNodeOfSequenceOfHExtendedString.hxx
-include/OpenCASCADE/TColStd_SequenceNodeOfSequenceOfInteger.hxx
-include/OpenCASCADE/TColStd_SequenceNodeOfSequenceOfReal.hxx
-include/OpenCASCADE/TColStd_SequenceNodeOfSequenceOfTransient.hxx
include/OpenCASCADE/TColStd_SequenceOfAddress.hxx
include/OpenCASCADE/TColStd_SequenceOfAsciiString.hxx
include/OpenCASCADE/TColStd_SequenceOfBoolean.hxx
@@ -26667,10 +23790,6 @@ include/OpenCASCADE/TColStd_SequenceOfHExtendedString.hxx
include/OpenCASCADE/TColStd_SequenceOfInteger.hxx
include/OpenCASCADE/TColStd_SequenceOfReal.hxx
include/OpenCASCADE/TColStd_SequenceOfTransient.hxx
-include/OpenCASCADE/TColStd_StdMapNodeOfMapOfAsciiString.hxx
-include/OpenCASCADE/TColStd_StdMapNodeOfMapOfInteger.hxx
-include/OpenCASCADE/TColStd_StdMapNodeOfMapOfReal.hxx
-include/OpenCASCADE/TColStd_StdMapNodeOfMapOfTransient.hxx
include/OpenCASCADE/TColgp_Array1OfCirc2d.hxx
include/OpenCASCADE/TColgp_Array1OfDir.hxx
include/OpenCASCADE/TColgp_Array1OfDir2d.hxx
@@ -26719,16 +23838,6 @@ include/OpenCASCADE/TColgp_HSequenceOfVec.hxx
include/OpenCASCADE/TColgp_HSequenceOfVec2d.hxx
include/OpenCASCADE/TColgp_HSequenceOfXY.hxx
include/OpenCASCADE/TColgp_HSequenceOfXYZ.hxx
-include/OpenCASCADE/TColgp_SequenceNodeOfSequenceOfArray1OfPnt2d.hxx
-include/OpenCASCADE/TColgp_SequenceNodeOfSequenceOfAx1.hxx
-include/OpenCASCADE/TColgp_SequenceNodeOfSequenceOfDir.hxx
-include/OpenCASCADE/TColgp_SequenceNodeOfSequenceOfDir2d.hxx
-include/OpenCASCADE/TColgp_SequenceNodeOfSequenceOfPnt.hxx
-include/OpenCASCADE/TColgp_SequenceNodeOfSequenceOfPnt2d.hxx
-include/OpenCASCADE/TColgp_SequenceNodeOfSequenceOfVec.hxx
-include/OpenCASCADE/TColgp_SequenceNodeOfSequenceOfVec2d.hxx
-include/OpenCASCADE/TColgp_SequenceNodeOfSequenceOfXY.hxx
-include/OpenCASCADE/TColgp_SequenceNodeOfSequenceOfXYZ.hxx
include/OpenCASCADE/TColgp_SequenceOfArray1OfPnt2d.hxx
include/OpenCASCADE/TColgp_SequenceOfAx1.hxx
include/OpenCASCADE/TColgp_SequenceOfDir.hxx
@@ -26752,9 +23861,6 @@ include/OpenCASCADE/TCollection_BasicMap.hxx
include/OpenCASCADE/TCollection_BasicMap.lxx
include/OpenCASCADE/TCollection_BasicMapIterator.hxx
include/OpenCASCADE/TCollection_BasicMapIterator.lxx
-include/OpenCASCADE/TCollection_Compare.gxx
-include/OpenCASCADE/TCollection_CompareOfInteger.hxx
-include/OpenCASCADE/TCollection_CompareOfReal.hxx
include/OpenCASCADE/TCollection_DataMap.gxx
include/OpenCASCADE/TCollection_DataMapIterator.gxx
include/OpenCASCADE/TCollection_DataMapNode.gxx
@@ -26764,7 +23870,6 @@ include/OpenCASCADE/TCollection_DoubleMapIterator.gxx
include/OpenCASCADE/TCollection_DoubleMapNode.gxx
include/OpenCASCADE/TCollection_DoubleMapNode.lxx
include/OpenCASCADE/TCollection_ExtendedString.hxx
-include/OpenCASCADE/TCollection_ExtendedString.lxx
include/OpenCASCADE/TCollection_HArray1.gxx
include/OpenCASCADE/TCollection_HArray1.lxx
include/OpenCASCADE/TCollection_HArray2.gxx
@@ -26792,8 +23897,6 @@ include/OpenCASCADE/TCollection_MapIterator.gxx
include/OpenCASCADE/TCollection_MapNode.hxx
include/OpenCASCADE/TCollection_MapNode.lxx
include/OpenCASCADE/TCollection_MapNodePtr.hxx
-include/OpenCASCADE/TCollection_PrivCompareOfInteger.hxx
-include/OpenCASCADE/TCollection_PrivCompareOfReal.hxx
include/OpenCASCADE/TCollection_SeqNode.hxx
include/OpenCASCADE/TCollection_SeqNode.lxx
include/OpenCASCADE/TCollection_SeqNodePtr.hxx
@@ -26833,9 +23936,6 @@ include/OpenCASCADE/TDF_Data.lxx
include/OpenCASCADE/TDF_DataMapIteratorOfAttributeDataMap.hxx
include/OpenCASCADE/TDF_DataMapIteratorOfLabelDataMap.hxx
include/OpenCASCADE/TDF_DataMapIteratorOfLabelIntegerMap.hxx
-include/OpenCASCADE/TDF_DataMapNodeOfAttributeDataMap.hxx
-include/OpenCASCADE/TDF_DataMapNodeOfLabelDataMap.hxx
-include/OpenCASCADE/TDF_DataMapNodeOfLabelIntegerMap.hxx
include/OpenCASCADE/TDF_DataSet.hxx
include/OpenCASCADE/TDF_DataSet.lxx
include/OpenCASCADE/TDF_DefaultDeltaOnModification.hxx
@@ -26851,9 +23951,6 @@ include/OpenCASCADE/TDF_DeltaOnResume.hxx
include/OpenCASCADE/TDF_DoubleMapIteratorOfAttributeDoubleMap.hxx
include/OpenCASCADE/TDF_DoubleMapIteratorOfGUIDProgIDMap.hxx
include/OpenCASCADE/TDF_DoubleMapIteratorOfLabelDoubleMap.hxx
-include/OpenCASCADE/TDF_DoubleMapNodeOfAttributeDoubleMap.hxx
-include/OpenCASCADE/TDF_DoubleMapNodeOfGUIDProgIDMap.hxx
-include/OpenCASCADE/TDF_DoubleMapNodeOfLabelDoubleMap.hxx
include/OpenCASCADE/TDF_GUIDProgIDMap.hxx
include/OpenCASCADE/TDF_HAllocator.hxx
include/OpenCASCADE/TDF_HAttributeArray1.hxx
@@ -26861,8 +23958,6 @@ include/OpenCASCADE/TDF_IDFilter.hxx
include/OpenCASCADE/TDF_IDFilter.lxx
include/OpenCASCADE/TDF_IDList.hxx
include/OpenCASCADE/TDF_IDMap.hxx
-include/OpenCASCADE/TDF_IndexedMapNodeOfAttributeIndexedMap.hxx
-include/OpenCASCADE/TDF_IndexedMapNodeOfLabelIndexedMap.hxx
include/OpenCASCADE/TDF_Label.hxx
include/OpenCASCADE/TDF_Label.lxx
include/OpenCASCADE/TDF_LabelDataMap.hxx
@@ -26872,7 +23967,6 @@ include/OpenCASCADE/TDF_LabelIntegerMap.hxx
include/OpenCASCADE/TDF_LabelList.hxx
include/OpenCASCADE/TDF_LabelMap.hxx
include/OpenCASCADE/TDF_LabelMapHasher.hxx
-include/OpenCASCADE/TDF_LabelMapHasher.lxx
include/OpenCASCADE/TDF_LabelNode.hxx
include/OpenCASCADE/TDF_LabelNodePtr.hxx
include/OpenCASCADE/TDF_LabelSequence.hxx
@@ -26881,21 +23975,11 @@ include/OpenCASCADE/TDF_ListIteratorOfAttributeList.hxx
include/OpenCASCADE/TDF_ListIteratorOfDeltaList.hxx
include/OpenCASCADE/TDF_ListIteratorOfIDList.hxx
include/OpenCASCADE/TDF_ListIteratorOfLabelList.hxx
-include/OpenCASCADE/TDF_ListNodeOfAttributeDeltaList.hxx
-include/OpenCASCADE/TDF_ListNodeOfAttributeList.hxx
-include/OpenCASCADE/TDF_ListNodeOfDeltaList.hxx
-include/OpenCASCADE/TDF_ListNodeOfIDList.hxx
-include/OpenCASCADE/TDF_ListNodeOfLabelList.hxx
include/OpenCASCADE/TDF_MapIteratorOfAttributeMap.hxx
include/OpenCASCADE/TDF_MapIteratorOfIDMap.hxx
include/OpenCASCADE/TDF_MapIteratorOfLabelMap.hxx
include/OpenCASCADE/TDF_Reference.hxx
include/OpenCASCADE/TDF_RelocationTable.hxx
-include/OpenCASCADE/TDF_SequenceNodeOfAttributeSequence.hxx
-include/OpenCASCADE/TDF_SequenceNodeOfLabelSequence.hxx
-include/OpenCASCADE/TDF_StdMapNodeOfAttributeMap.hxx
-include/OpenCASCADE/TDF_StdMapNodeOfIDMap.hxx
-include/OpenCASCADE/TDF_StdMapNodeOfLabelMap.hxx
include/OpenCASCADE/TDF_TagSource.hxx
include/OpenCASCADE/TDF_Tool.hxx
include/OpenCASCADE/TDF_Transaction.hxx
@@ -26915,11 +23999,6 @@ include/OpenCASCADE/TDataStd_DataMapIteratorOfDataMapOfStringHArray1OfInteger.hx
include/OpenCASCADE/TDataStd_DataMapIteratorOfDataMapOfStringHArray1OfReal.hxx
include/OpenCASCADE/TDataStd_DataMapIteratorOfDataMapOfStringReal.hxx
include/OpenCASCADE/TDataStd_DataMapIteratorOfDataMapOfStringString.hxx
-include/OpenCASCADE/TDataStd_DataMapNodeOfDataMapOfStringByte.hxx
-include/OpenCASCADE/TDataStd_DataMapNodeOfDataMapOfStringHArray1OfInteger.hxx
-include/OpenCASCADE/TDataStd_DataMapNodeOfDataMapOfStringHArray1OfReal.hxx
-include/OpenCASCADE/TDataStd_DataMapNodeOfDataMapOfStringReal.hxx
-include/OpenCASCADE/TDataStd_DataMapNodeOfDataMapOfStringString.hxx
include/OpenCASCADE/TDataStd_DataMapOfStringByte.hxx
include/OpenCASCADE/TDataStd_DataMapOfStringHArray1OfInteger.hxx
include/OpenCASCADE/TDataStd_DataMapOfStringHArray1OfReal.hxx
@@ -26957,8 +24036,6 @@ include/OpenCASCADE/TDataStd_IntegerList.hxx
include/OpenCASCADE/TDataStd_LabelArray1.hxx
include/OpenCASCADE/TDataStd_ListIteratorOfListOfByte.hxx
include/OpenCASCADE/TDataStd_ListIteratorOfListOfExtendedString.hxx
-include/OpenCASCADE/TDataStd_ListNodeOfListOfByte.hxx
-include/OpenCASCADE/TDataStd_ListNodeOfListOfExtendedString.hxx
include/OpenCASCADE/TDataStd_ListOfByte.hxx
include/OpenCASCADE/TDataStd_ListOfExtendedString.hxx
include/OpenCASCADE/TDataStd_Name.hxx
@@ -26994,6 +24071,7 @@ include/OpenCASCADE/TDataXtd_Placement.hxx
include/OpenCASCADE/TDataXtd_Plane.hxx
include/OpenCASCADE/TDataXtd_Point.hxx
include/OpenCASCADE/TDataXtd_Position.hxx
+include/OpenCASCADE/TDataXtd_Presentation.hxx
include/OpenCASCADE/TDataXtd_Shape.hxx
include/OpenCASCADE/TDocStd.hxx
include/OpenCASCADE/TDocStd_Application.hxx
@@ -27002,7 +24080,6 @@ include/OpenCASCADE/TDocStd_ApplicationDelta.lxx
include/OpenCASCADE/TDocStd_CompoundDelta.hxx
include/OpenCASCADE/TDocStd_Context.hxx
include/OpenCASCADE/TDocStd_DataMapIteratorOfLabelIDMapDataMap.hxx
-include/OpenCASCADE/TDocStd_DataMapNodeOfLabelIDMapDataMap.hxx
include/OpenCASCADE/TDocStd_Document.hxx
include/OpenCASCADE/TDocStd_Document.lxx
include/OpenCASCADE/TDocStd_LabelIDMapDataMap.hxx
@@ -27011,8 +24088,6 @@ include/OpenCASCADE/TDocStd_MultiTransactionManager.hxx
include/OpenCASCADE/TDocStd_MultiTransactionManager.lxx
include/OpenCASCADE/TDocStd_Owner.hxx
include/OpenCASCADE/TDocStd_PathParser.hxx
-include/OpenCASCADE/TDocStd_SequenceNodeOfSequenceOfApplicationDelta.hxx
-include/OpenCASCADE/TDocStd_SequenceNodeOfSequenceOfDocument.hxx
include/OpenCASCADE/TDocStd_SequenceOfApplicationDelta.hxx
include/OpenCASCADE/TDocStd_SequenceOfDocument.hxx
include/OpenCASCADE/TDocStd_XLink.hxx
@@ -27026,19 +24101,15 @@ include/OpenCASCADE/TDocStd_XLinkTool.hxx
include/OpenCASCADE/TFunction_Array1OfDataMapOfGUIDDriver.hxx
include/OpenCASCADE/TFunction_DataMapIteratorOfDataMapOfGUIDDriver.hxx
include/OpenCASCADE/TFunction_DataMapIteratorOfDataMapOfLabelListOfLabel.hxx
-include/OpenCASCADE/TFunction_DataMapNodeOfDataMapOfGUIDDriver.hxx
-include/OpenCASCADE/TFunction_DataMapNodeOfDataMapOfLabelListOfLabel.hxx
include/OpenCASCADE/TFunction_DataMapOfGUIDDriver.hxx
include/OpenCASCADE/TFunction_DataMapOfLabelListOfLabel.hxx
include/OpenCASCADE/TFunction_DoubleMapIteratorOfDoubleMapOfIntegerLabel.hxx
-include/OpenCASCADE/TFunction_DoubleMapNodeOfDoubleMapOfIntegerLabel.hxx
include/OpenCASCADE/TFunction_DoubleMapOfIntegerLabel.hxx
include/OpenCASCADE/TFunction_Driver.hxx
include/OpenCASCADE/TFunction_Driver.lxx
include/OpenCASCADE/TFunction_DriverTable.hxx
include/OpenCASCADE/TFunction_ExecutionStatus.hxx
include/OpenCASCADE/TFunction_Function.hxx
-include/OpenCASCADE/TFunction_Function.lxx
include/OpenCASCADE/TFunction_GraphNode.hxx
include/OpenCASCADE/TFunction_HArray1OfDataMapOfGUIDDriver.hxx
include/OpenCASCADE/TFunction_IFunction.hxx
@@ -27051,8 +24122,6 @@ include/OpenCASCADE/TNaming_Builder.hxx
include/OpenCASCADE/TNaming_CopyShape.hxx
include/OpenCASCADE/TNaming_DataMapIteratorOfDataMapOfShapePtrRefShape.hxx
include/OpenCASCADE/TNaming_DataMapIteratorOfDataMapOfShapeShapesSet.hxx
-include/OpenCASCADE/TNaming_DataMapNodeOfDataMapOfShapePtrRefShape.hxx
-include/OpenCASCADE/TNaming_DataMapNodeOfDataMapOfShapeShapesSet.hxx
include/OpenCASCADE/TNaming_DataMapOfShapePtrRefShape.hxx
include/OpenCASCADE/TNaming_DataMapOfShapeShapesSet.hxx
include/OpenCASCADE/TNaming_DeltaOnModification.hxx
@@ -27066,9 +24135,6 @@ include/OpenCASCADE/TNaming_IteratorOnShapesSet.lxx
include/OpenCASCADE/TNaming_ListIteratorOfListOfIndexedDataMapOfShapeListOfShape.hxx
include/OpenCASCADE/TNaming_ListIteratorOfListOfMapOfShape.hxx
include/OpenCASCADE/TNaming_ListIteratorOfListOfNamedShape.hxx
-include/OpenCASCADE/TNaming_ListNodeOfListOfIndexedDataMapOfShapeListOfShape.hxx
-include/OpenCASCADE/TNaming_ListNodeOfListOfMapOfShape.hxx
-include/OpenCASCADE/TNaming_ListNodeOfListOfNamedShape.hxx
include/OpenCASCADE/TNaming_ListOfIndexedDataMapOfShapeListOfShape.hxx
include/OpenCASCADE/TNaming_ListOfMapOfShape.hxx
include/OpenCASCADE/TNaming_ListOfNamedShape.hxx
@@ -27077,7 +24143,6 @@ include/OpenCASCADE/TNaming_MapIteratorOfMapOfNamedShape.hxx
include/OpenCASCADE/TNaming_MapOfNamedShape.hxx
include/OpenCASCADE/TNaming_NCollections.hxx
include/OpenCASCADE/TNaming_Name.hxx
-include/OpenCASCADE/TNaming_Name.lxx
include/OpenCASCADE/TNaming_NameType.hxx
include/OpenCASCADE/TNaming_NamedShape.hxx
include/OpenCASCADE/TNaming_NamedShape.lxx
@@ -27089,7 +24154,6 @@ include/OpenCASCADE/TNaming_NewShapeIterator.lxx
include/OpenCASCADE/TNaming_OldShapeIterator.hxx
include/OpenCASCADE/TNaming_OldShapeIterator.lxx
include/OpenCASCADE/TNaming_PtrAttribute.hxx
-include/OpenCASCADE/TNaming_PtrDataMapOfShapePtrRefShape.hxx
include/OpenCASCADE/TNaming_PtrNode.hxx
include/OpenCASCADE/TNaming_PtrRefShape.hxx
include/OpenCASCADE/TNaming_RefShape.hxx
@@ -27100,7 +24164,6 @@ include/OpenCASCADE/TNaming_Scope.hxx
include/OpenCASCADE/TNaming_Selector.hxx
include/OpenCASCADE/TNaming_ShapesSet.hxx
include/OpenCASCADE/TNaming_ShapesSet.lxx
-include/OpenCASCADE/TNaming_StdMapNodeOfMapOfNamedShape.hxx
include/OpenCASCADE/TNaming_Tool.hxx
include/OpenCASCADE/TNaming_TranslateTool.hxx
include/OpenCASCADE/TNaming_Translator.hxx
@@ -27138,7 +24201,6 @@ include/OpenCASCADE/TPrsStd_AxisDriver.hxx
include/OpenCASCADE/TPrsStd_ConstraintDriver.hxx
include/OpenCASCADE/TPrsStd_ConstraintTools.hxx
include/OpenCASCADE/TPrsStd_DataMapIteratorOfDataMapOfGUIDDriver.hxx
-include/OpenCASCADE/TPrsStd_DataMapNodeOfDataMapOfGUIDDriver.hxx
include/OpenCASCADE/TPrsStd_DataMapOfGUIDDriver.hxx
include/OpenCASCADE/TPrsStd_Driver.hxx
include/OpenCASCADE/TPrsStd_DriverTable.hxx
@@ -27151,7 +24213,6 @@ include/OpenCASCADE/TShort_Array2OfShortReal.hxx
include/OpenCASCADE/TShort_HArray1OfShortReal.hxx
include/OpenCASCADE/TShort_HArray2OfShortReal.hxx
include/OpenCASCADE/TShort_HSequenceOfShortReal.hxx
-include/OpenCASCADE/TShort_SequenceNodeOfSequenceOfShortReal.hxx
include/OpenCASCADE/TShort_SequenceOfShortReal.hxx
include/OpenCASCADE/TestTopOpe.hxx
include/OpenCASCADE/TestTopOpeDraw.hxx
@@ -27168,7 +24229,6 @@ include/OpenCASCADE/TestTopOpeDraw_DrawableSUR.hxx
include/OpenCASCADE/TestTopOpeDraw_HArray1OfDrawableMesure.hxx
include/OpenCASCADE/TestTopOpeDraw_HArray1OfDrawableP3D.hxx
include/OpenCASCADE/TestTopOpeDraw_ListIteratorOfListOfPnt2d.hxx
-include/OpenCASCADE/TestTopOpeDraw_ListNodeOfListOfPnt2d.hxx
include/OpenCASCADE/TestTopOpeDraw_ListOfPnt2d.hxx
include/OpenCASCADE/TestTopOpeDraw_TTOT.hxx
include/OpenCASCADE/TestTopOpeTools.hxx
@@ -27187,7 +24247,6 @@ include/OpenCASCADE/TopAbs_State.hxx
include/OpenCASCADE/TopBas_Interference.gxx
include/OpenCASCADE/TopBas_Interference.lxx
include/OpenCASCADE/TopBas_ListIteratorOfListOfTestInterference.hxx
-include/OpenCASCADE/TopBas_ListNodeOfListOfTestInterference.hxx
include/OpenCASCADE/TopBas_ListOfTestInterference.hxx
include/OpenCASCADE/TopBas_TestInterference.hxx
include/OpenCASCADE/TopClass_Classifier2d.gxx
@@ -27206,7 +24265,6 @@ include/OpenCASCADE/TopExp_Explorer.lxx
include/OpenCASCADE/TopExp_Stack.hxx
include/OpenCASCADE/TopLoc_Datum3D.hxx
include/OpenCASCADE/TopLoc_Datum3D.lxx
-include/OpenCASCADE/TopLoc_IndexedMapNodeOfIndexedMapOfLocation.hxx
include/OpenCASCADE/TopLoc_IndexedMapOfLocation.hxx
include/OpenCASCADE/TopLoc_ItemLocation.hxx
include/OpenCASCADE/TopLoc_Location.hxx
@@ -27218,7 +24276,6 @@ include/OpenCASCADE/TopLoc_SListNodeOfItemLocation.hxx
include/OpenCASCADE/TopLoc_SListNodeOfItemLocation.lxx
include/OpenCASCADE/TopLoc_SListOfItemLocation.hxx
include/OpenCASCADE/TopLoc_SListOfItemLocation.lxx
-include/OpenCASCADE/TopLoc_StdMapNodeOfMapOfLocation.hxx
include/OpenCASCADE/TopOpeBRep.hxx
include/OpenCASCADE/TopOpeBRepBuild_Area1dBuilder.hxx
include/OpenCASCADE/TopOpeBRepBuild_Area2dBuilder.hxx
@@ -27233,7 +24290,6 @@ include/OpenCASCADE/TopOpeBRepBuild_BuilderON.hxx
include/OpenCASCADE/TopOpeBRepBuild_CompositeClassifier.hxx
include/OpenCASCADE/TopOpeBRepBuild_CorrectFace2d.hxx
include/OpenCASCADE/TopOpeBRepBuild_DataMapIteratorOfDataMapOfShapeListOfShapeListOfShape.hxx
-include/OpenCASCADE/TopOpeBRepBuild_DataMapNodeOfDataMapOfShapeListOfShapeListOfShape.hxx
include/OpenCASCADE/TopOpeBRepBuild_DataMapOfShapeListOfShapeListOfShape.hxx
include/OpenCASCADE/TopOpeBRepBuild_EdgeBuilder.hxx
include/OpenCASCADE/TopOpeBRepBuild_FaceAreaBuilder.hxx
@@ -27245,16 +24301,11 @@ include/OpenCASCADE/TopOpeBRepBuild_GIter.hxx
include/OpenCASCADE/TopOpeBRepBuild_GTool.hxx
include/OpenCASCADE/TopOpeBRepBuild_GTopo.hxx
include/OpenCASCADE/TopOpeBRepBuild_HBuilder.hxx
-include/OpenCASCADE/TopOpeBRepBuild_IndexedDataMapNodeOfIndexedDataMapOfShapeVertexInfo.hxx
include/OpenCASCADE/TopOpeBRepBuild_IndexedDataMapOfShapeVertexInfo.hxx
include/OpenCASCADE/TopOpeBRepBuild_ListIteratorOfListOfListOfLoop.hxx
include/OpenCASCADE/TopOpeBRepBuild_ListIteratorOfListOfLoop.hxx
include/OpenCASCADE/TopOpeBRepBuild_ListIteratorOfListOfPave.hxx
include/OpenCASCADE/TopOpeBRepBuild_ListIteratorOfListOfShapeListOfShape.hxx
-include/OpenCASCADE/TopOpeBRepBuild_ListNodeOfListOfListOfLoop.hxx
-include/OpenCASCADE/TopOpeBRepBuild_ListNodeOfListOfLoop.hxx
-include/OpenCASCADE/TopOpeBRepBuild_ListNodeOfListOfPave.hxx
-include/OpenCASCADE/TopOpeBRepBuild_ListNodeOfListOfShapeListOfShape.hxx
include/OpenCASCADE/TopOpeBRepBuild_ListOfListOfLoop.hxx
include/OpenCASCADE/TopOpeBRepBuild_ListOfLoop.hxx
include/OpenCASCADE/TopOpeBRepBuild_ListOfPave.hxx
@@ -27301,8 +24352,6 @@ include/OpenCASCADE/TopOpeBRepDS_CurveExplorer.hxx
include/OpenCASCADE/TopOpeBRepDS_CurveIterator.hxx
include/OpenCASCADE/TopOpeBRepDS_CurvePointInterference.hxx
include/OpenCASCADE/TopOpeBRepDS_DRAW.hxx
-include/OpenCASCADE/TopOpeBRepDS_DSS.hxx
-include/OpenCASCADE/TopOpeBRepDS_DSX.hxx
include/OpenCASCADE/TopOpeBRepDS_DataMapIteratorOfDataMapOfCheckStatus.hxx
include/OpenCASCADE/TopOpeBRepDS_DataMapIteratorOfDataMapOfIntegerListOfInterference.hxx
include/OpenCASCADE/TopOpeBRepDS_DataMapIteratorOfDataMapOfInterferenceListOfInterference.hxx
@@ -27314,17 +24363,6 @@ include/OpenCASCADE/TopOpeBRepDS_DataMapIteratorOfMapOfIntegerShapeData.hxx
include/OpenCASCADE/TopOpeBRepDS_DataMapIteratorOfMapOfPoint.hxx
include/OpenCASCADE/TopOpeBRepDS_DataMapIteratorOfMapOfSurface.hxx
include/OpenCASCADE/TopOpeBRepDS_DataMapIteratorOfShapeSurface.hxx
-include/OpenCASCADE/TopOpeBRepDS_DataMapNodeOfDataMapOfCheckStatus.hxx
-include/OpenCASCADE/TopOpeBRepDS_DataMapNodeOfDataMapOfIntegerListOfInterference.hxx
-include/OpenCASCADE/TopOpeBRepDS_DataMapNodeOfDataMapOfInterferenceListOfInterference.hxx
-include/OpenCASCADE/TopOpeBRepDS_DataMapNodeOfDataMapOfInterferenceShape.hxx
-include/OpenCASCADE/TopOpeBRepDS_DataMapNodeOfDataMapOfShapeListOfShapeOn1State.hxx
-include/OpenCASCADE/TopOpeBRepDS_DataMapNodeOfDataMapOfShapeState.hxx
-include/OpenCASCADE/TopOpeBRepDS_DataMapNodeOfMapOfCurve.hxx
-include/OpenCASCADE/TopOpeBRepDS_DataMapNodeOfMapOfIntegerShapeData.hxx
-include/OpenCASCADE/TopOpeBRepDS_DataMapNodeOfMapOfPoint.hxx
-include/OpenCASCADE/TopOpeBRepDS_DataMapNodeOfMapOfSurface.hxx
-include/OpenCASCADE/TopOpeBRepDS_DataMapNodeOfShapeSurface.hxx
include/OpenCASCADE/TopOpeBRepDS_DataMapOfCheckStatus.hxx
include/OpenCASCADE/TopOpeBRepDS_DataMapOfIntegerListOfInterference.hxx
include/OpenCASCADE/TopOpeBRepDS_DataMapOfInterferenceListOfInterference.hxx
@@ -27333,7 +24371,6 @@ include/OpenCASCADE/TopOpeBRepDS_DataMapOfShapeListOfShapeOn1State.hxx
include/OpenCASCADE/TopOpeBRepDS_DataMapOfShapeState.hxx
include/OpenCASCADE/TopOpeBRepDS_DataStructure.hxx
include/OpenCASCADE/TopOpeBRepDS_DoubleMapIteratorOfDoubleMapOfIntegerShape.hxx
-include/OpenCASCADE/TopOpeBRepDS_DoubleMapNodeOfDoubleMapOfIntegerShape.hxx
include/OpenCASCADE/TopOpeBRepDS_DoubleMapOfIntegerShape.hxx
include/OpenCASCADE/TopOpeBRepDS_Dumper.hxx
include/OpenCASCADE/TopOpeBRepDS_EIR.hxx
@@ -27351,9 +24388,6 @@ include/OpenCASCADE/TopOpeBRepDS_GapTool.hxx
include/OpenCASCADE/TopOpeBRepDS_GeometryData.hxx
include/OpenCASCADE/TopOpeBRepDS_HArray1OfDataMapOfIntegerListOfInterference.hxx
include/OpenCASCADE/TopOpeBRepDS_HDataStructure.hxx
-include/OpenCASCADE/TopOpeBRepDS_IndexedDataMapNodeOfIndexedDataMapOfShapeWithState.hxx
-include/OpenCASCADE/TopOpeBRepDS_IndexedDataMapNodeOfIndexedDataMapOfVertexPoint.hxx
-include/OpenCASCADE/TopOpeBRepDS_IndexedDataMapNodeOfMapOfShapeData.hxx
include/OpenCASCADE/TopOpeBRepDS_IndexedDataMapOfShapeWithState.hxx
include/OpenCASCADE/TopOpeBRepDS_IndexedDataMapOfVertexPoint.hxx
include/OpenCASCADE/TopOpeBRepDS_Interference.hxx
@@ -27361,7 +24395,6 @@ include/OpenCASCADE/TopOpeBRepDS_InterferenceIterator.hxx
include/OpenCASCADE/TopOpeBRepDS_InterferenceTool.hxx
include/OpenCASCADE/TopOpeBRepDS_Kind.hxx
include/OpenCASCADE/TopOpeBRepDS_ListIteratorOfListOfInterference.hxx
-include/OpenCASCADE/TopOpeBRepDS_ListNodeOfListOfInterference.hxx
include/OpenCASCADE/TopOpeBRepDS_ListOfInterference.hxx
include/OpenCASCADE/TopOpeBRepDS_ListOfShapeOn1State.hxx
include/OpenCASCADE/TopOpeBRepDS_MapOfCurve.hxx
@@ -27392,10 +24425,8 @@ include/OpenCASCADE/TopOpeBRepDS_TOOL.hxx
include/OpenCASCADE/TopOpeBRepDS_Transition.hxx
include/OpenCASCADE/TopOpeBRepDS_connex.hxx
include/OpenCASCADE/TopOpeBRepDS_define.hxx
-include/OpenCASCADE/TopOpeBRepDS_reDEB.hxx
include/OpenCASCADE/TopOpeBRepDS_repvg.hxx
include/OpenCASCADE/TopOpeBRepDS_samdom.hxx
-include/OpenCASCADE/TopOpeBRepDS_traceDSX.hxx
include/OpenCASCADE/TopOpeBRepTool.hxx
include/OpenCASCADE/TopOpeBRepTool_2d.hxx
include/OpenCASCADE/TopOpeBRepTool_AncestorsTool.hxx
@@ -27408,9 +24439,6 @@ include/OpenCASCADE/TopOpeBRepTool_DRAW.hxx
include/OpenCASCADE/TopOpeBRepTool_DataMapIteratorOfDataMapOfOrientedShapeC2DF.hxx
include/OpenCASCADE/TopOpeBRepTool_DataMapIteratorOfDataMapOfShapeListOfC2DF.hxx
include/OpenCASCADE/TopOpeBRepTool_DataMapIteratorOfDataMapOfShapeface.hxx
-include/OpenCASCADE/TopOpeBRepTool_DataMapNodeOfDataMapOfOrientedShapeC2DF.hxx
-include/OpenCASCADE/TopOpeBRepTool_DataMapNodeOfDataMapOfShapeListOfC2DF.hxx
-include/OpenCASCADE/TopOpeBRepTool_DataMapNodeOfDataMapOfShapeface.hxx
include/OpenCASCADE/TopOpeBRepTool_DataMapOfOrientedShapeC2DF.hxx
include/OpenCASCADE/TopOpeBRepTool_DataMapOfShapeListOfC2DF.hxx
include/OpenCASCADE/TopOpeBRepTool_DataMapOfShapeface.hxx
@@ -27419,17 +24447,12 @@ include/OpenCASCADE/TopOpeBRepTool_FuseEdges.hxx
include/OpenCASCADE/TopOpeBRepTool_GEOMETRY.hxx
include/OpenCASCADE/TopOpeBRepTool_GeomTool.hxx
include/OpenCASCADE/TopOpeBRepTool_HBoxTool.hxx
-include/OpenCASCADE/TopOpeBRepTool_IndexedDataMapNodeOfIndexedDataMapOfShapeBox.hxx
-include/OpenCASCADE/TopOpeBRepTool_IndexedDataMapNodeOfIndexedDataMapOfShapeBox2d.hxx
-include/OpenCASCADE/TopOpeBRepTool_IndexedDataMapNodeOfIndexedDataMapOfShapeconnexity.hxx
-include/OpenCASCADE/TopOpeBRepTool_IndexedDataMapNodeOfIndexedDataMapOfSolidClassifier.hxx
include/OpenCASCADE/TopOpeBRepTool_IndexedDataMapOfShapeBox.hxx
include/OpenCASCADE/TopOpeBRepTool_IndexedDataMapOfShapeBox2d.hxx
include/OpenCASCADE/TopOpeBRepTool_IndexedDataMapOfShapeconnexity.hxx
include/OpenCASCADE/TopOpeBRepTool_IndexedDataMapOfSolidClassifier.hxx
include/OpenCASCADE/TopOpeBRepTool_KRO.hxx
include/OpenCASCADE/TopOpeBRepTool_ListIteratorOfListOfC2DF.hxx
-include/OpenCASCADE/TopOpeBRepTool_ListNodeOfListOfC2DF.hxx
include/OpenCASCADE/TopOpeBRepTool_ListOfC2DF.hxx
include/OpenCASCADE/TopOpeBRepTool_OutCurveType.hxx
include/OpenCASCADE/TopOpeBRepTool_PROJECT.hxx
@@ -27438,7 +24461,6 @@ include/OpenCASCADE/TopOpeBRepTool_PSoClassif.hxx
include/OpenCASCADE/TopOpeBRepTool_PURGE.hxx
include/OpenCASCADE/TopOpeBRepTool_Plos.hxx
include/OpenCASCADE/TopOpeBRepTool_PurgeInternalEdges.hxx
-include/OpenCASCADE/TopOpeBRepTool_PurgeInternalEdges.lxx
include/OpenCASCADE/TopOpeBRepTool_REGUS.hxx
include/OpenCASCADE/TopOpeBRepTool_REGUW.hxx
include/OpenCASCADE/TopOpeBRepTool_SC.hxx
@@ -27463,7 +24485,6 @@ include/OpenCASCADE/TopOpeBRep_Bipoint.hxx
include/OpenCASCADE/TopOpeBRep_DRAW.hxx
include/OpenCASCADE/TopOpeBRep_DSFiller.hxx
include/OpenCASCADE/TopOpeBRep_DataMapIteratorOfDataMapOfTopolTool.hxx
-include/OpenCASCADE/TopOpeBRep_DataMapNodeOfDataMapOfTopolTool.hxx
include/OpenCASCADE/TopOpeBRep_DataMapOfTopolTool.hxx
include/OpenCASCADE/TopOpeBRep_EdgesFiller.hxx
include/OpenCASCADE/TopOpeBRep_EdgesIntersector.hxx
@@ -27481,7 +24502,6 @@ include/OpenCASCADE/TopOpeBRep_Hctxff2d.hxx
include/OpenCASCADE/TopOpeBRep_LineInter.hxx
include/OpenCASCADE/TopOpeBRep_LineInter.lxx
include/OpenCASCADE/TopOpeBRep_ListIteratorOfListOfBipoint.hxx
-include/OpenCASCADE/TopOpeBRep_ListNodeOfListOfBipoint.hxx
include/OpenCASCADE/TopOpeBRep_ListOfBipoint.hxx
include/OpenCASCADE/TopOpeBRep_P2Dstatus.hxx
include/OpenCASCADE/TopOpeBRep_PEdgesIntersector.hxx
@@ -27495,7 +24515,6 @@ include/OpenCASCADE/TopOpeBRep_Point2d.hxx
include/OpenCASCADE/TopOpeBRep_Point2d.lxx
include/OpenCASCADE/TopOpeBRep_PointClassifier.hxx
include/OpenCASCADE/TopOpeBRep_PointGeomTool.hxx
-include/OpenCASCADE/TopOpeBRep_SequenceNodeOfSequenceOfPoint2d.hxx
include/OpenCASCADE/TopOpeBRep_SequenceOfPoint2d.hxx
include/OpenCASCADE/TopOpeBRep_ShapeIntersector.hxx
include/OpenCASCADE/TopOpeBRep_ShapeIntersector2d.hxx
@@ -27508,7 +24527,6 @@ include/OpenCASCADE/TopOpeBRep_VPointInterIterator.hxx
include/OpenCASCADE/TopOpeBRep_WPointInter.hxx
include/OpenCASCADE/TopOpeBRep_WPointInterIterator.hxx
include/OpenCASCADE/TopOpeBRep_define.hxx
-include/OpenCASCADE/TopOpeBRep_tools.hxx
include/OpenCASCADE/TopOpeBRep_traceSIFF.hxx
include/OpenCASCADE/TopTools.hxx
include/OpenCASCADE/TopTools_Array1OfListOfShape.hxx
@@ -27524,16 +24542,6 @@ include/OpenCASCADE/TopTools_DataMapIteratorOfDataMapOfShapeListOfShape.hxx
include/OpenCASCADE/TopTools_DataMapIteratorOfDataMapOfShapeReal.hxx
include/OpenCASCADE/TopTools_DataMapIteratorOfDataMapOfShapeSequenceOfShape.hxx
include/OpenCASCADE/TopTools_DataMapIteratorOfDataMapOfShapeShape.hxx
-include/OpenCASCADE/TopTools_DataMapNodeOfDataMapOfIntegerListOfShape.hxx
-include/OpenCASCADE/TopTools_DataMapNodeOfDataMapOfIntegerShape.hxx
-include/OpenCASCADE/TopTools_DataMapNodeOfDataMapOfOrientedShapeInteger.hxx
-include/OpenCASCADE/TopTools_DataMapNodeOfDataMapOfOrientedShapeShape.hxx
-include/OpenCASCADE/TopTools_DataMapNodeOfDataMapOfShapeInteger.hxx
-include/OpenCASCADE/TopTools_DataMapNodeOfDataMapOfShapeListOfInteger.hxx
-include/OpenCASCADE/TopTools_DataMapNodeOfDataMapOfShapeListOfShape.hxx
-include/OpenCASCADE/TopTools_DataMapNodeOfDataMapOfShapeReal.hxx
-include/OpenCASCADE/TopTools_DataMapNodeOfDataMapOfShapeSequenceOfShape.hxx
-include/OpenCASCADE/TopTools_DataMapNodeOfDataMapOfShapeShape.hxx
include/OpenCASCADE/TopTools_DataMapOfIntegerListOfShape.hxx
include/OpenCASCADE/TopTools_DataMapOfIntegerShape.hxx
include/OpenCASCADE/TopTools_DataMapOfOrientedShapeInteger.hxx
@@ -27548,18 +24556,12 @@ include/OpenCASCADE/TopTools_HArray1OfListOfShape.hxx
include/OpenCASCADE/TopTools_HArray1OfShape.hxx
include/OpenCASCADE/TopTools_HArray2OfShape.hxx
include/OpenCASCADE/TopTools_HSequenceOfShape.hxx
-include/OpenCASCADE/TopTools_IndexedDataMapNodeOfIndexedDataMapOfShapeAddress.hxx
-include/OpenCASCADE/TopTools_IndexedDataMapNodeOfIndexedDataMapOfShapeListOfShape.hxx
-include/OpenCASCADE/TopTools_IndexedDataMapNodeOfIndexedDataMapOfShapeShape.hxx
include/OpenCASCADE/TopTools_IndexedDataMapOfShapeAddress.hxx
include/OpenCASCADE/TopTools_IndexedDataMapOfShapeListOfShape.hxx
include/OpenCASCADE/TopTools_IndexedDataMapOfShapeShape.hxx
-include/OpenCASCADE/TopTools_IndexedMapNodeOfIndexedMapOfOrientedShape.hxx
-include/OpenCASCADE/TopTools_IndexedMapNodeOfIndexedMapOfShape.hxx
include/OpenCASCADE/TopTools_IndexedMapOfOrientedShape.hxx
include/OpenCASCADE/TopTools_IndexedMapOfShape.hxx
include/OpenCASCADE/TopTools_ListIteratorOfListOfShape.hxx
-include/OpenCASCADE/TopTools_ListNodeOfListOfShape.hxx
include/OpenCASCADE/TopTools_ListOfShape.hxx
include/OpenCASCADE/TopTools_LocationSet.hxx
include/OpenCASCADE/TopTools_LocationSetPtr.hxx
@@ -27570,13 +24572,10 @@ include/OpenCASCADE/TopTools_MapOfShape.hxx
include/OpenCASCADE/TopTools_MutexForShapeProvider.hxx
include/OpenCASCADE/TopTools_OrientedShapeMapHasher.hxx
include/OpenCASCADE/TopTools_OrientedShapeMapHasher.lxx
-include/OpenCASCADE/TopTools_SequenceNodeOfSequenceOfShape.hxx
include/OpenCASCADE/TopTools_SequenceOfShape.hxx
include/OpenCASCADE/TopTools_ShapeMapHasher.hxx
include/OpenCASCADE/TopTools_ShapeMapHasher.lxx
include/OpenCASCADE/TopTools_ShapeSet.hxx
-include/OpenCASCADE/TopTools_StdMapNodeOfMapOfOrientedShape.hxx
-include/OpenCASCADE/TopTools_StdMapNodeOfMapOfShape.hxx
include/OpenCASCADE/TopTrans_Array2OfOrientation.hxx
include/OpenCASCADE/TopTrans_CurveTransition.hxx
include/OpenCASCADE/TopTrans_SurfaceTransition.hxx
@@ -27620,7 +24619,6 @@ include/OpenCASCADE/TopoDS_HShape.lxx
include/OpenCASCADE/TopoDS_Iterator.hxx
include/OpenCASCADE/TopoDS_Iterator.lxx
include/OpenCASCADE/TopoDS_ListIteratorOfListOfShape.hxx
-include/OpenCASCADE/TopoDS_ListNodeOfListOfShape.hxx
include/OpenCASCADE/TopoDS_ListOfShape.hxx
include/OpenCASCADE/TopoDS_LockedShape.hxx
include/OpenCASCADE/TopoDS_Shape.hxx
@@ -27657,7 +24655,6 @@ include/OpenCASCADE/TransferBRep_BinderOfShape.hxx
include/OpenCASCADE/TransferBRep_HSequenceOfTransferResultInfo.hxx
include/OpenCASCADE/TransferBRep_OrientedShapeMapper.hxx
include/OpenCASCADE/TransferBRep_Reader.hxx
-include/OpenCASCADE/TransferBRep_SequenceNodeOfSequenceOfTransferResultInfo.hxx
include/OpenCASCADE/TransferBRep_SequenceOfTransferResultInfo.hxx
include/OpenCASCADE/TransferBRep_ShapeBinder.hxx
include/OpenCASCADE/TransferBRep_ShapeInfo.hxx
@@ -27680,8 +24677,6 @@ include/OpenCASCADE/Transfer_Finder.hxx
include/OpenCASCADE/Transfer_FinderProcess.hxx
include/OpenCASCADE/Transfer_HSequenceOfBinder.hxx
include/OpenCASCADE/Transfer_HSequenceOfFinder.hxx
-include/OpenCASCADE/Transfer_IndexedDataMapNodeOfTransferMapOfProcessForFinder.hxx
-include/OpenCASCADE/Transfer_IndexedDataMapNodeOfTransferMapOfProcessForTransient.hxx
include/OpenCASCADE/Transfer_Iterator.gxx
include/OpenCASCADE/Transfer_IteratorOfProcessForFinder.hxx
include/OpenCASCADE/Transfer_IteratorOfProcessForTransient.hxx
@@ -27692,8 +24687,6 @@ include/OpenCASCADE/Transfer_ProcessForFinder.hxx
include/OpenCASCADE/Transfer_ProcessForTransient.hxx
include/OpenCASCADE/Transfer_ResultFromModel.hxx
include/OpenCASCADE/Transfer_ResultFromTransient.hxx
-include/OpenCASCADE/Transfer_SequenceNodeOfSequenceOfBinder.hxx
-include/OpenCASCADE/Transfer_SequenceNodeOfSequenceOfFinder.hxx
include/OpenCASCADE/Transfer_SequenceOfBinder.hxx
include/OpenCASCADE/Transfer_SequenceOfFinder.hxx
include/OpenCASCADE/Transfer_SimpleBinderOfTransient.hxx
@@ -27734,9 +24727,6 @@ include/OpenCASCADE/Units_Quantity.hxx
include/OpenCASCADE/Units_Quantity.lxx
include/OpenCASCADE/Units_Sentence.hxx
include/OpenCASCADE/Units_Sentence.lxx
-include/OpenCASCADE/Units_SequenceNodeOfQtsSequence.hxx
-include/OpenCASCADE/Units_SequenceNodeOfTksSequence.hxx
-include/OpenCASCADE/Units_SequenceNodeOfUtsSequence.hxx
include/OpenCASCADE/Units_ShiftedToken.hxx
include/OpenCASCADE/Units_ShiftedUnit.hxx
include/OpenCASCADE/Units_TksSequence.hxx
@@ -27757,15 +24747,12 @@ include/OpenCASCADE/V3d.hxx
include/OpenCASCADE/V3d_AmbientLight.hxx
include/OpenCASCADE/V3d_BadValue.hxx
include/OpenCASCADE/V3d_CircularGrid.hxx
-include/OpenCASCADE/V3d_ColorScale.hxx
-include/OpenCASCADE/V3d_ColorScaleLayerItem.hxx
include/OpenCASCADE/V3d_Coordinate.hxx
include/OpenCASCADE/V3d_DirectionalLight.hxx
-include/OpenCASCADE/V3d_LayerMgr.hxx
-include/OpenCASCADE/V3d_LayerMgr.lxx
-include/OpenCASCADE/V3d_LayerMgrPointer.hxx
+include/OpenCASCADE/V3d_ImageDumpOptions.hxx
include/OpenCASCADE/V3d_Light.hxx
-include/OpenCASCADE/V3d_ListOfTransient.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
@@ -27773,6 +24760,7 @@ include/OpenCASCADE/V3d_PositionalLight.hxx
include/OpenCASCADE/V3d_RectangularGrid.hxx
include/OpenCASCADE/V3d_SpotLight.hxx
include/OpenCASCADE/V3d_StereoDumpOptions.hxx
+include/OpenCASCADE/V3d_Trihedron.hxx
include/OpenCASCADE/V3d_TypeOfAxe.hxx
include/OpenCASCADE/V3d_TypeOfBackfacingModel.hxx
include/OpenCASCADE/V3d_TypeOfLight.hxx
@@ -27781,11 +24769,9 @@ include/OpenCASCADE/V3d_TypeOfPickCamera.hxx
include/OpenCASCADE/V3d_TypeOfPickLight.hxx
include/OpenCASCADE/V3d_TypeOfRepresentation.hxx
include/OpenCASCADE/V3d_TypeOfShadingModel.hxx
-include/OpenCASCADE/V3d_TypeOfSurfaceDetail.hxx
include/OpenCASCADE/V3d_TypeOfUpdate.hxx
include/OpenCASCADE/V3d_TypeOfView.hxx
include/OpenCASCADE/V3d_TypeOfVisualization.hxx
-include/OpenCASCADE/V3d_TypeOfZclipping.hxx
include/OpenCASCADE/V3d_UnMapped.hxx
include/OpenCASCADE/V3d_View.hxx
include/OpenCASCADE/V3d_ViewPointer.hxx
@@ -27793,66 +24779,11 @@ include/OpenCASCADE/V3d_Viewer.hxx
include/OpenCASCADE/V3d_ViewerPointer.hxx
include/OpenCASCADE/ViewerTest.hxx
include/OpenCASCADE/ViewerTest_AutoUpdater.hxx
+include/OpenCASCADE/ViewerTest_CmdParser.hxx
include/OpenCASCADE/ViewerTest_DoubleMapIteratorOfDoubleMapOfInteractiveAndName.hxx
-include/OpenCASCADE/ViewerTest_DoubleMapNodeOfDoubleMapOfInteractiveAndName.hxx
include/OpenCASCADE/ViewerTest_DoubleMapOfInteractiveAndName.hxx
include/OpenCASCADE/ViewerTest_EventManager.hxx
include/OpenCASCADE/ViewerTest_EventManager.lxx
-include/OpenCASCADE/Visual3d_ClipDefinitionError.hxx
-include/OpenCASCADE/Visual3d_ContextPick.hxx
-include/OpenCASCADE/Visual3d_ContextPickDefinitionError.hxx
-include/OpenCASCADE/Visual3d_ContextView.hxx
-include/OpenCASCADE/Visual3d_DepthCueingDefinitionError.hxx
-include/OpenCASCADE/Visual3d_HSequenceOfLight.hxx
-include/OpenCASCADE/Visual3d_HSequenceOfView.hxx
-include/OpenCASCADE/Visual3d_Layer.hxx
-include/OpenCASCADE/Visual3d_LayerDefinitionError.hxx
-include/OpenCASCADE/Visual3d_LayerItem.hxx
-include/OpenCASCADE/Visual3d_Light.hxx
-include/OpenCASCADE/Visual3d_LightDefinitionError.hxx
-include/OpenCASCADE/Visual3d_MapOfZLayerSettings.hxx
-include/OpenCASCADE/Visual3d_NListOfLayerItem.hxx
-include/OpenCASCADE/Visual3d_PickError.hxx
-include/OpenCASCADE/Visual3d_SequenceNodeOfSequenceOfLight.hxx
-include/OpenCASCADE/Visual3d_SequenceNodeOfSequenceOfView.hxx
-include/OpenCASCADE/Visual3d_SequenceOfLight.hxx
-include/OpenCASCADE/Visual3d_SequenceOfView.hxx
-include/OpenCASCADE/Visual3d_TransformError.hxx
-include/OpenCASCADE/Visual3d_TypeOfAnswer.hxx
-include/OpenCASCADE/Visual3d_TypeOfBackfacingModel.hxx
-include/OpenCASCADE/Visual3d_TypeOfLightSource.hxx
-include/OpenCASCADE/Visual3d_TypeOfModel.hxx
-include/OpenCASCADE/Visual3d_TypeOfOrder.hxx
-include/OpenCASCADE/Visual3d_TypeOfProjection.hxx
-include/OpenCASCADE/Visual3d_TypeOfSurfaceDetail.hxx
-include/OpenCASCADE/Visual3d_TypeOfVisualization.hxx
-include/OpenCASCADE/Visual3d_View.hxx
-include/OpenCASCADE/Visual3d_ViewDefinitionError.hxx
-include/OpenCASCADE/Visual3d_ViewManager.hxx
-include/OpenCASCADE/Visual3d_ViewManagerDefinitionError.hxx
-include/OpenCASCADE/Visual3d_ViewManagerPtr.hxx
-include/OpenCASCADE/Visual3d_ViewMappingDefinitionError.hxx
-include/OpenCASCADE/Visual3d_ViewOrientationDefinitionError.hxx
-include/OpenCASCADE/Visual3d_ViewPtr.hxx
-include/OpenCASCADE/Visual3d_ZClippingDefinitionError.hxx
-include/OpenCASCADE/Voxel_BoolDS.hxx
-include/OpenCASCADE/Voxel_BooleanOperation.hxx
-include/OpenCASCADE/Voxel_CollisionDetection.hxx
-include/OpenCASCADE/Voxel_ColorDS.hxx
-include/OpenCASCADE/Voxel_DS.hxx
-include/OpenCASCADE/Voxel_FastConverter.hxx
-include/OpenCASCADE/Voxel_FloatDS.hxx
-include/OpenCASCADE/Voxel_OctBoolDS.hxx
-include/OpenCASCADE/Voxel_Prs.hxx
-include/OpenCASCADE/Voxel_ROctBoolDS.hxx
-include/OpenCASCADE/Voxel_Reader.hxx
-include/OpenCASCADE/Voxel_Selector.hxx
-include/OpenCASCADE/Voxel_SplitData.hxx
-include/OpenCASCADE/Voxel_TypeDef.hxx
-include/OpenCASCADE/Voxel_VisData.h
-include/OpenCASCADE/Voxel_VoxelDisplayMode.hxx
-include/OpenCASCADE/Voxel_VoxelFileFormat.hxx
-include/OpenCASCADE/Voxel_Writer.hxx
include/OpenCASCADE/Vrml.hxx
include/OpenCASCADE/VrmlAPI.hxx
include/OpenCASCADE/VrmlAPI_RepresentationOfShape.hxx
@@ -27966,6 +24897,30 @@ include/OpenCASCADE/WNT_Window.lxx
include/OpenCASCADE/WNT_WindowPtr.hxx
include/OpenCASCADE/XBRepMesh.hxx
include/OpenCASCADE/XCAFApp_Application.hxx
+include/OpenCASCADE/XCAFDimTolObjects_DataMapOfToleranceDatum.hxx
+include/OpenCASCADE/XCAFDimTolObjects_DatumModifWithValue.hxx
+include/OpenCASCADE/XCAFDimTolObjects_DatumModifiersSequence.hxx
+include/OpenCASCADE/XCAFDimTolObjects_DatumObject.hxx
+include/OpenCASCADE/XCAFDimTolObjects_DatumObjectSequence.hxx
+include/OpenCASCADE/XCAFDimTolObjects_DatumSingleModif.hxx
+include/OpenCASCADE/XCAFDimTolObjects_DatumTargetType.hxx
+include/OpenCASCADE/XCAFDimTolObjects_DimensionFormVariance.hxx
+include/OpenCASCADE/XCAFDimTolObjects_DimensionGrade.hxx
+include/OpenCASCADE/XCAFDimTolObjects_DimensionModif.hxx
+include/OpenCASCADE/XCAFDimTolObjects_DimensionModifiersSequence.hxx
+include/OpenCASCADE/XCAFDimTolObjects_DimensionObject.hxx
+include/OpenCASCADE/XCAFDimTolObjects_DimensionObjectSequence.hxx
+include/OpenCASCADE/XCAFDimTolObjects_DimensionQualifier.hxx
+include/OpenCASCADE/XCAFDimTolObjects_DimensionType.hxx
+include/OpenCASCADE/XCAFDimTolObjects_GeomToleranceMatReqModif.hxx
+include/OpenCASCADE/XCAFDimTolObjects_GeomToleranceModif.hxx
+include/OpenCASCADE/XCAFDimTolObjects_GeomToleranceModifiersSequence.hxx
+include/OpenCASCADE/XCAFDimTolObjects_GeomToleranceObject.hxx
+include/OpenCASCADE/XCAFDimTolObjects_GeomToleranceObjectSequence.hxx
+include/OpenCASCADE/XCAFDimTolObjects_GeomToleranceType.hxx
+include/OpenCASCADE/XCAFDimTolObjects_GeomToleranceTypeValue.hxx
+include/OpenCASCADE/XCAFDimTolObjects_GeomToleranceZoneModif.hxx
+include/OpenCASCADE/XCAFDimTolObjects_Tool.hxx
include/OpenCASCADE/XCAFDoc.hxx
include/OpenCASCADE/XCAFDoc_Area.hxx
include/OpenCASCADE/XCAFDoc_Centroid.hxx
@@ -27973,90 +24928,37 @@ include/OpenCASCADE/XCAFDoc_Color.hxx
include/OpenCASCADE/XCAFDoc_ColorTool.hxx
include/OpenCASCADE/XCAFDoc_ColorType.hxx
include/OpenCASCADE/XCAFDoc_DataMapIteratorOfDataMapOfShapeLabel.hxx
-include/OpenCASCADE/XCAFDoc_DataMapNodeOfDataMapOfShapeLabel.hxx
include/OpenCASCADE/XCAFDoc_DataMapOfShapeLabel.hxx
include/OpenCASCADE/XCAFDoc_Datum.hxx
include/OpenCASCADE/XCAFDoc_DimTol.hxx
include/OpenCASCADE/XCAFDoc_DimTolTool.hxx
+include/OpenCASCADE/XCAFDoc_Dimension.hxx
include/OpenCASCADE/XCAFDoc_DocumentTool.hxx
+include/OpenCASCADE/XCAFDoc_Editor.hxx
+include/OpenCASCADE/XCAFDoc_GeomTolerance.hxx
include/OpenCASCADE/XCAFDoc_GraphNode.hxx
include/OpenCASCADE/XCAFDoc_GraphNodeSequence.hxx
include/OpenCASCADE/XCAFDoc_LayerTool.hxx
include/OpenCASCADE/XCAFDoc_Location.hxx
include/OpenCASCADE/XCAFDoc_Material.hxx
include/OpenCASCADE/XCAFDoc_MaterialTool.hxx
-include/OpenCASCADE/XCAFDoc_SequenceNodeOfGraphNodeSequence.hxx
include/OpenCASCADE/XCAFDoc_ShapeMapTool.hxx
include/OpenCASCADE/XCAFDoc_ShapeTool.hxx
include/OpenCASCADE/XCAFDoc_Volume.hxx
-include/OpenCASCADE/XCAFDrivers.hxx
-include/OpenCASCADE/XCAFDrivers_DocumentRetrievalDriver.hxx
-include/OpenCASCADE/XCAFDrivers_DocumentStorageDriver.hxx
include/OpenCASCADE/XCAFPrs.hxx
include/OpenCASCADE/XCAFPrs_AISObject.hxx
include/OpenCASCADE/XCAFPrs_DataMapIteratorOfDataMapOfShapeStyle.hxx
include/OpenCASCADE/XCAFPrs_DataMapIteratorOfDataMapOfStyleShape.hxx
include/OpenCASCADE/XCAFPrs_DataMapIteratorOfDataMapOfStyleTransient.hxx
-include/OpenCASCADE/XCAFPrs_DataMapNodeOfDataMapOfShapeStyle.hxx
-include/OpenCASCADE/XCAFPrs_DataMapNodeOfDataMapOfStyleShape.hxx
-include/OpenCASCADE/XCAFPrs_DataMapNodeOfDataMapOfStyleTransient.hxx
include/OpenCASCADE/XCAFPrs_DataMapOfShapeStyle.hxx
include/OpenCASCADE/XCAFPrs_DataMapOfStyleShape.hxx
include/OpenCASCADE/XCAFPrs_DataMapOfStyleTransient.hxx
include/OpenCASCADE/XCAFPrs_Driver.hxx
include/OpenCASCADE/XCAFPrs_Style.hxx
-include/OpenCASCADE/XCAFSchema.hxx
-include/OpenCASCADE/XCAFSchema_DBC_VArrayOfCharacter.hxx
-include/OpenCASCADE/XCAFSchema_DBC_VArrayOfExtCharacter.hxx
-include/OpenCASCADE/XCAFSchema_PColStd_FieldOfHArray1OfReal.hxx
-include/OpenCASCADE/XCAFSchema_PColStd_HArray1OfReal.hxx
-include/OpenCASCADE/XCAFSchema_PCollection_HAsciiString.hxx
-include/OpenCASCADE/XCAFSchema_PCollection_HExtendedString.hxx
-include/OpenCASCADE/XCAFSchema_PDF_Attribute.hxx
-include/OpenCASCADE/XCAFSchema_PMMgt_PManaged.hxx
-include/OpenCASCADE/XCAFSchema_PTopLoc_Datum3D.hxx
-include/OpenCASCADE/XCAFSchema_PTopLoc_ItemLocation.hxx
-include/OpenCASCADE/XCAFSchema_PTopLoc_Location.hxx
-include/OpenCASCADE/XCAFSchema_PXCAFDoc_Area.hxx
-include/OpenCASCADE/XCAFSchema_PXCAFDoc_Centroid.hxx
-include/OpenCASCADE/XCAFSchema_PXCAFDoc_Color.hxx
-include/OpenCASCADE/XCAFSchema_PXCAFDoc_ColorTool.hxx
-include/OpenCASCADE/XCAFSchema_PXCAFDoc_Datum.hxx
-include/OpenCASCADE/XCAFSchema_PXCAFDoc_DimTol.hxx
-include/OpenCASCADE/XCAFSchema_PXCAFDoc_DimTolTool.hxx
-include/OpenCASCADE/XCAFSchema_PXCAFDoc_DocumentTool.hxx
-include/OpenCASCADE/XCAFSchema_PXCAFDoc_GraphNode.hxx
-include/OpenCASCADE/XCAFSchema_PXCAFDoc_GraphNodeSequence.hxx
-include/OpenCASCADE/XCAFSchema_PXCAFDoc_LayerTool.hxx
-include/OpenCASCADE/XCAFSchema_PXCAFDoc_Location.hxx
-include/OpenCASCADE/XCAFSchema_PXCAFDoc_Material.hxx
-include/OpenCASCADE/XCAFSchema_PXCAFDoc_MaterialTool.hxx
-include/OpenCASCADE/XCAFSchema_PXCAFDoc_SeqNodeOfGraphNodeSequence.hxx
-include/OpenCASCADE/XCAFSchema_PXCAFDoc_ShapeTool.hxx
-include/OpenCASCADE/XCAFSchema_PXCAFDoc_Volume.hxx
-include/OpenCASCADE/XCAFSchema_Quantity_Color.hxx
-include/OpenCASCADE/XCAFSchema_Standard_GUID.hxx
-include/OpenCASCADE/XCAFSchema_Standard_Persistent.hxx
-include/OpenCASCADE/XCAFSchema_Standard_Storable.hxx
-include/OpenCASCADE/XCAFSchema_gp_Ax1.hxx
-include/OpenCASCADE/XCAFSchema_gp_Ax2.hxx
-include/OpenCASCADE/XCAFSchema_gp_Ax2d.hxx
-include/OpenCASCADE/XCAFSchema_gp_Ax3.hxx
-include/OpenCASCADE/XCAFSchema_gp_Dir.hxx
-include/OpenCASCADE/XCAFSchema_gp_Dir2d.hxx
-include/OpenCASCADE/XCAFSchema_gp_Mat.hxx
-include/OpenCASCADE/XCAFSchema_gp_Mat2d.hxx
-include/OpenCASCADE/XCAFSchema_gp_Pnt.hxx
-include/OpenCASCADE/XCAFSchema_gp_Pnt2d.hxx
-include/OpenCASCADE/XCAFSchema_gp_Trsf.hxx
-include/OpenCASCADE/XCAFSchema_gp_Trsf2d.hxx
-include/OpenCASCADE/XCAFSchema_gp_Vec.hxx
-include/OpenCASCADE/XCAFSchema_gp_Vec2d.hxx
-include/OpenCASCADE/XCAFSchema_gp_XY.hxx
-include/OpenCASCADE/XCAFSchema_gp_XYZ.hxx
include/OpenCASCADE/XDEDRAW.hxx
include/OpenCASCADE/XDEDRAW_Colors.hxx
include/OpenCASCADE/XDEDRAW_Common.hxx
+include/OpenCASCADE/XDEDRAW_GDTs.hxx
include/OpenCASCADE/XDEDRAW_Layers.hxx
include/OpenCASCADE/XDEDRAW_Props.hxx
include/OpenCASCADE/XDEDRAW_Shapes.hxx
@@ -28086,8 +24988,6 @@ include/OpenCASCADE/XSDRAWSTLVRML.hxx
include/OpenCASCADE/XSDRAWSTLVRML_CoordsMap.hxx
include/OpenCASCADE/XSDRAWSTLVRML_DataMapIteratorOfCoordsMap.hxx
include/OpenCASCADE/XSDRAWSTLVRML_DataMapIteratorOfElemNodesMap.hxx
-include/OpenCASCADE/XSDRAWSTLVRML_DataMapNodeOfCoordsMap.hxx
-include/OpenCASCADE/XSDRAWSTLVRML_DataMapNodeOfElemNodesMap.hxx
include/OpenCASCADE/XSDRAWSTLVRML_DataSource.hxx
include/OpenCASCADE/XSDRAWSTLVRML_DataSource3D.hxx
include/OpenCASCADE/XSDRAWSTLVRML_DrawableMesh.hxx
@@ -28102,15 +25002,12 @@ include/OpenCASCADE/XmlLDrivers.hxx
include/OpenCASCADE/XmlLDrivers_DocumentRetrievalDriver.hxx
include/OpenCASCADE/XmlLDrivers_DocumentStorageDriver.hxx
include/OpenCASCADE/XmlLDrivers_NamespaceDef.hxx
-include/OpenCASCADE/XmlLDrivers_SequenceNodeOfSequenceOfNamespaceDef.hxx
include/OpenCASCADE/XmlLDrivers_SequenceOfNamespaceDef.hxx
include/OpenCASCADE/XmlMDF.hxx
include/OpenCASCADE/XmlMDF_ADriver.hxx
include/OpenCASCADE/XmlMDF_ADriverTable.hxx
include/OpenCASCADE/XmlMDF_DataMapIteratorOfMapOfDriver.hxx
include/OpenCASCADE/XmlMDF_DataMapIteratorOfTypeADriverMap.hxx
-include/OpenCASCADE/XmlMDF_DataMapNodeOfMapOfDriver.hxx
-include/OpenCASCADE/XmlMDF_DataMapNodeOfTypeADriverMap.hxx
include/OpenCASCADE/XmlMDF_MapOfDriver.hxx
include/OpenCASCADE/XmlMDF_ReferenceDriver.hxx
include/OpenCASCADE/XmlMDF_TagSourceDriver.hxx
@@ -28150,6 +25047,8 @@ include/OpenCASCADE/XmlMDataXtd_PatternStdDriver.hxx
include/OpenCASCADE/XmlMDataXtd_PlacementDriver.hxx
include/OpenCASCADE/XmlMDataXtd_PlaneDriver.hxx
include/OpenCASCADE/XmlMDataXtd_PointDriver.hxx
+include/OpenCASCADE/XmlMDataXtd_PositionDriver.hxx
+include/OpenCASCADE/XmlMDataXtd_PresentationDriver.hxx
include/OpenCASCADE/XmlMDataXtd_ShapeDriver.hxx
include/OpenCASCADE/XmlMDocStd.hxx
include/OpenCASCADE/XmlMDocStd_XLinkDriver.hxx
@@ -28162,9 +25061,6 @@ include/OpenCASCADE/XmlMNaming_NamedShapeDriver.hxx
include/OpenCASCADE/XmlMNaming_NamedShapeDriver.lxx
include/OpenCASCADE/XmlMNaming_NamingDriver.hxx
include/OpenCASCADE/XmlMNaming_Shape1.hxx
-include/OpenCASCADE/XmlMPrsStd.hxx
-include/OpenCASCADE/XmlMPrsStd_AISPresentationDriver.hxx
-include/OpenCASCADE/XmlMPrsStd_PositionDriver.hxx
include/OpenCASCADE/XmlMXCAFDoc.hxx
include/OpenCASCADE/XmlMXCAFDoc_AreaDriver.hxx
include/OpenCASCADE/XmlMXCAFDoc_CentroidDriver.hxx
@@ -28205,7 +25101,6 @@ include/OpenCASCADE/XmlXCAFDrivers.hxx
include/OpenCASCADE/XmlXCAFDrivers_DocumentRetrievalDriver.hxx
include/OpenCASCADE/XmlXCAFDrivers_DocumentStorageDriver.hxx
include/OpenCASCADE/Xw_Window.hxx
-include/OpenCASCADE/config.h
include/OpenCASCADE/gce_ErrorType.hxx
include/OpenCASCADE/gce_MakeCirc.hxx
include/OpenCASCADE/gce_MakeCirc2d.hxx
@@ -28301,6 +25196,7 @@ 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
@@ -28325,7 +25221,6 @@ include/OpenCASCADE/math_BracketedRoot.lxx
include/OpenCASCADE/math_BrentMinimum.hxx
include/OpenCASCADE/math_BrentMinimum.lxx
include/OpenCASCADE/math_BullardGenerator.hxx
-include/OpenCASCADE/math_CompareOfValueAndWeight.hxx
include/OpenCASCADE/math_ComputeGaussPointsAndWeights.hxx
include/OpenCASCADE/math_ComputeKronrodPointsAndWeights.hxx
include/OpenCASCADE/math_Crout.hxx
@@ -28385,7 +25280,6 @@ include/OpenCASCADE/math_PSO.hxx
include/OpenCASCADE/math_PSOParticlesPool.hxx
include/OpenCASCADE/math_Powell.hxx
include/OpenCASCADE/math_Powell.lxx
-include/OpenCASCADE/math_QuickSortOfValueAndWeight.hxx
include/OpenCASCADE/math_Recipes.hxx
include/OpenCASCADE/math_SVD.hxx
include/OpenCASCADE/math_SVD.lxx
@@ -28399,138 +25293,182 @@ include/OpenCASCADE/math_Uzawa.lxx
include/OpenCASCADE/math_ValueAndWeight.hxx
include/OpenCASCADE/math_Vector.hxx
include/OpenCASCADE/step.tab.h
-lib/libFWOSPlugin.so
-lib/libFWOSPlugin.so.0
-lib/libPTKernel.so
-lib/libPTKernel.so.0
lib/libTKBO.so
-lib/libTKBO.so.0
+lib/libTKBO.so.7
+lib/libTKBO.so.7.1.0
lib/libTKBRep.so
-lib/libTKBRep.so.0
+lib/libTKBRep.so.7
+lib/libTKBRep.so.7.1.0
lib/libTKBin.so
-lib/libTKBin.so.0
+lib/libTKBin.so.7
+lib/libTKBin.so.7.1.0
lib/libTKBinL.so
-lib/libTKBinL.so.0
+lib/libTKBinL.so.7
+lib/libTKBinL.so.7.1.0
lib/libTKBinTObj.so
-lib/libTKBinTObj.so.0
+lib/libTKBinTObj.so.7
+lib/libTKBinTObj.so.7.1.0
lib/libTKBinXCAF.so
-lib/libTKBinXCAF.so.0
+lib/libTKBinXCAF.so.7
+lib/libTKBinXCAF.so.7.1.0
lib/libTKBool.so
-lib/libTKBool.so.0
+lib/libTKBool.so.7
+lib/libTKBool.so.7.1.0
lib/libTKCAF.so
-lib/libTKCAF.so.0
+lib/libTKCAF.so.7
+lib/libTKCAF.so.7.1.0
lib/libTKCDF.so
-lib/libTKCDF.so.0
+lib/libTKCDF.so.7
+lib/libTKCDF.so.7.1.0
lib/libTKDCAF.so
-lib/libTKDCAF.so.0
+lib/libTKDCAF.so.7
+lib/libTKDCAF.so.7.1.0
lib/libTKDraw.so
-lib/libTKDraw.so.0
+lib/libTKDraw.so.7
+lib/libTKDraw.so.7.1.0
lib/libTKFeat.so
-lib/libTKFeat.so.0
+lib/libTKFeat.so.7
+lib/libTKFeat.so.7.1.0
lib/libTKFillet.so
-lib/libTKFillet.so.0
+lib/libTKFillet.so.7
+lib/libTKFillet.so.7.1.0
lib/libTKG2d.so
-lib/libTKG2d.so.0
+lib/libTKG2d.so.7
+lib/libTKG2d.so.7.1.0
lib/libTKG3d.so
-lib/libTKG3d.so.0
+lib/libTKG3d.so.7
+lib/libTKG3d.so.7.1.0
lib/libTKGeomAlgo.so
-lib/libTKGeomAlgo.so.0
+lib/libTKGeomAlgo.so.7
+lib/libTKGeomAlgo.so.7.1.0
lib/libTKGeomBase.so
-lib/libTKGeomBase.so.0
+lib/libTKGeomBase.so.7
+lib/libTKGeomBase.so.7.1.0
lib/libTKHLR.so
-lib/libTKHLR.so.0
+lib/libTKHLR.so.7
+lib/libTKHLR.so.7.1.0
lib/libTKIGES.so
-lib/libTKIGES.so.0
+lib/libTKIGES.so.7
+lib/libTKIGES.so.7.1.0
lib/libTKIVtk.so
-lib/libTKIVtk.so.0
+lib/libTKIVtk.so.7
+lib/libTKIVtk.so.7.1.0
lib/libTKIVtkDraw.so
-lib/libTKIVtkDraw.so.0
+lib/libTKIVtkDraw.so.7
+lib/libTKIVtkDraw.so.7.1.0
lib/libTKLCAF.so
-lib/libTKLCAF.so.0
+lib/libTKLCAF.so.7
+lib/libTKLCAF.so.7.1.0
lib/libTKMath.so
-lib/libTKMath.so.0
+lib/libTKMath.so.7
+lib/libTKMath.so.7.1.0
lib/libTKMesh.so
-lib/libTKMesh.so.0
+lib/libTKMesh.so.7
+lib/libTKMesh.so.7.1.0
lib/libTKMeshVS.so
-lib/libTKMeshVS.so.0
-lib/libTKNIS.so
-lib/libTKNIS.so.0
+lib/libTKMeshVS.so.7
+lib/libTKMeshVS.so.7.1.0
lib/libTKOffset.so
-lib/libTKOffset.so.0
+lib/libTKOffset.so.7
+lib/libTKOffset.so.7.1.0
lib/libTKOpenGl.so
-lib/libTKOpenGl.so.0
-lib/libTKPCAF.so
-lib/libTKPCAF.so.0
-lib/libTKPLCAF.so
-lib/libTKPLCAF.so.0
-lib/libTKPShape.so
-lib/libTKPShape.so.0
+lib/libTKOpenGl.so.7
+lib/libTKOpenGl.so.7.1.0
lib/libTKPrim.so
-lib/libTKPrim.so.0
+lib/libTKPrim.so.7
+lib/libTKPrim.so.7.1.0
lib/libTKQADraw.so
-lib/libTKQADraw.so.0
+lib/libTKQADraw.so.7
+lib/libTKQADraw.so.7.1.0
lib/libTKSTEP.so
-lib/libTKSTEP.so.0
+lib/libTKSTEP.so.7
+lib/libTKSTEP.so.7.1.0
lib/libTKSTEP209.so
-lib/libTKSTEP209.so.0
+lib/libTKSTEP209.so.7
+lib/libTKSTEP209.so.7.1.0
lib/libTKSTEPAttr.so
-lib/libTKSTEPAttr.so.0
+lib/libTKSTEPAttr.so.7
+lib/libTKSTEPAttr.so.7.1.0
lib/libTKSTEPBase.so
-lib/libTKSTEPBase.so.0
+lib/libTKSTEPBase.so.7
+lib/libTKSTEPBase.so.7.1.0
lib/libTKSTL.so
-lib/libTKSTL.so.0
+lib/libTKSTL.so.7
+lib/libTKSTL.so.7.1.0
lib/libTKService.so
-lib/libTKService.so.0
+lib/libTKService.so.7
+lib/libTKService.so.7.1.0
lib/libTKShHealing.so
-lib/libTKShHealing.so.0
-lib/libTKShapeSchema.so
-lib/libTKShapeSchema.so.0
-lib/libTKStdLSchema.so
-lib/libTKStdLSchema.so.0
-lib/libTKStdSchema.so
-lib/libTKStdSchema.so.0
+lib/libTKShHealing.so.7
+lib/libTKShHealing.so.7.1.0
+lib/libTKStd.so
+lib/libTKStd.so.7
+lib/libTKStd.so.7.1.0
+lib/libTKStdL.so
+lib/libTKStdL.so.7
+lib/libTKStdL.so.7.1.0
lib/libTKTObj.so
-lib/libTKTObj.so.0
+lib/libTKTObj.so.7
+lib/libTKTObj.so.7.1.0
lib/libTKTObjDRAW.so
-lib/libTKTObjDRAW.so.0
+lib/libTKTObjDRAW.so.7
+lib/libTKTObjDRAW.so.7.1.0
lib/libTKTopAlgo.so
-lib/libTKTopAlgo.so.0
+lib/libTKTopAlgo.so.7
+lib/libTKTopAlgo.so.7.1.0
lib/libTKTopTest.so
-lib/libTKTopTest.so.0
+lib/libTKTopTest.so.7
+lib/libTKTopTest.so.7.1.0
lib/libTKV3d.so
-lib/libTKV3d.so.0
+lib/libTKV3d.so.7
+lib/libTKV3d.so.7.1.0
+lib/libTKVCAF.so
+lib/libTKVCAF.so.7
+lib/libTKVCAF.so.7.1.0
lib/libTKVRML.so
-lib/libTKVRML.so.0
+lib/libTKVRML.so.7
+lib/libTKVRML.so.7.1.0
lib/libTKViewerTest.so
-lib/libTKViewerTest.so.0
-lib/libTKVoxel.so
-lib/libTKVoxel.so.0
+lib/libTKViewerTest.so.7
+lib/libTKViewerTest.so.7.1.0
lib/libTKXCAF.so
-lib/libTKXCAF.so.0
-lib/libTKXCAFSchema.so
-lib/libTKXCAFSchema.so.0
+lib/libTKXCAF.so.7
+lib/libTKXCAF.so.7.1.0
lib/libTKXDEDRAW.so
-lib/libTKXDEDRAW.so.0
+lib/libTKXDEDRAW.so.7
+lib/libTKXDEDRAW.so.7.1.0
lib/libTKXDEIGES.so
-lib/libTKXDEIGES.so.0
+lib/libTKXDEIGES.so.7
+lib/libTKXDEIGES.so.7.1.0
lib/libTKXDESTEP.so
-lib/libTKXDESTEP.so.0
+lib/libTKXDESTEP.so.7
+lib/libTKXDESTEP.so.7.1.0
lib/libTKXMesh.so
-lib/libTKXMesh.so.0
+lib/libTKXMesh.so.7
+lib/libTKXMesh.so.7.1.0
lib/libTKXSBase.so
-lib/libTKXSBase.so.0
+lib/libTKXSBase.so.7
+lib/libTKXSBase.so.7.1.0
lib/libTKXSDRAW.so
-lib/libTKXSDRAW.so.0
+lib/libTKXSDRAW.so.7
+lib/libTKXSDRAW.so.7.1.0
lib/libTKXml.so
-lib/libTKXml.so.0
+lib/libTKXml.so.7
+lib/libTKXml.so.7.1.0
lib/libTKXmlL.so
-lib/libTKXmlL.so.0
+lib/libTKXmlL.so.7
+lib/libTKXmlL.so.7.1.0
lib/libTKXmlTObj.so
-lib/libTKXmlTObj.so.0
+lib/libTKXmlTObj.so.7
+lib/libTKXmlTObj.so.7.1.0
lib/libTKXmlXCAF.so
-lib/libTKXmlXCAF.so.0
+lib/libTKXmlXCAF.so.7
+lib/libTKXmlXCAF.so.7.1.0
lib/libTKernel.so
-lib/libTKernel.so.0
+lib/libTKernel.so.7
+lib/libTKernel.so.7.1.0
+%%PORTDOCS%%%%OCCROOT%%/%%DOCSDIR%%/LICENSE_LGPL_21.txt
+%%PORTDOCS%%%%OCCROOT%%/%%DOCSDIR%%/OCCT_LGPL_EXCEPTION.txt
%%DOXYGEN%%%%DOCSDIR%%/html/0001.png
%%DOXYGEN%%%%DOCSDIR%%/html/0002.png
%%DOXYGEN%%%%DOCSDIR%%/html/0003.png
@@ -28548,18 +25486,12 @@ lib/libTKernel.so.0
%%DOXYGEN%%%%DOCSDIR%%/html/3rdparty_image007.png
%%DOXYGEN%%%%DOCSDIR%%/html/614_xde_04_400.png
%%DOXYGEN%%%%DOCSDIR%%/html/646_xde_11_400.png
-%%DOXYGEN%%%%DOCSDIR%%/html/OCCT_ContributionWorkflow_V3_image001.png
+%%DOXYGEN%%%%DOCSDIR%%/html/OCCT_ContributionWorkflow_V3_image001.svg
%%DOXYGEN%%%%DOCSDIR%%/html/OCCT_ContributionWorkflow_V3_image002.png
-%%DOXYGEN%%%%DOCSDIR%%/html/OCCT_GitGuide_V2_image001.png
-%%DOXYGEN%%%%DOCSDIR%%/html/OCCT_GitGuide_V2_image002.png
-%%DOXYGEN%%%%DOCSDIR%%/html/OCCT_GitGuide_V2_image003.png
-%%DOXYGEN%%%%DOCSDIR%%/html/OCCT_GitGuide_V2_image004.png
%%DOXYGEN%%%%DOCSDIR%%/html/OCCT_GitGuide_V2_image005.png
%%DOXYGEN%%%%DOCSDIR%%/html/OCCT_GitGuide_V2_image006.png
%%DOXYGEN%%%%DOCSDIR%%/html/OCCT_GitGuide_V2_image007.png
-%%DOXYGEN%%%%DOCSDIR%%/html/OCCT_GitGuide_V2_image008.png
%%DOXYGEN%%%%DOCSDIR%%/html/OCCT_GitGuide_V2_image009.png
-%%DOXYGEN%%%%DOCSDIR%%/html/OCCT_GitGuide_V2_image011.png
%%DOXYGEN%%%%DOCSDIR%%/html/OCCT_GitGuide_V2_image012.png
%%DOXYGEN%%%%DOCSDIR%%/html/OCCT_GitGuide_V2_image013.png
%%DOXYGEN%%%%DOCSDIR%%/html/OCCT_GitGuide_V2_image014.png
@@ -28580,10 +25512,8 @@ lib/libTKernel.so.0
%%DOXYGEN%%%%DOCSDIR%%/html/android_image004.png
%%DOXYGEN%%%%DOCSDIR%%/html/android_image005.png
%%DOXYGEN%%%%DOCSDIR%%/html/android_image006.png
-%%DOXYGEN%%%%DOCSDIR%%/html/android_image007.png
-%%DOXYGEN%%%%DOCSDIR%%/html/android_image008.png
-%%DOXYGEN%%%%DOCSDIR%%/html/android_image009.png
-%%DOXYGEN%%%%DOCSDIR%%/html/android_image010.png
+%%DOXYGEN%%%%DOCSDIR%%/html/arrowdown.png
+%%DOXYGEN%%%%DOCSDIR%%/html/arrowright.png
%%DOXYGEN%%%%DOCSDIR%%/html/bc_s.png
%%DOXYGEN%%%%DOCSDIR%%/html/bdwn.png
%%DOXYGEN%%%%DOCSDIR%%/html/boolean_image001.svg
@@ -28714,20 +25644,21 @@ lib/libTKernel.so.0
%%DOXYGEN%%%%DOCSDIR%%/html/boolean_image133.png
%%DOXYGEN%%%%DOCSDIR%%/html/boolean_image134.png
%%DOXYGEN%%%%DOCSDIR%%/html/boolean_image135.png
+%%DOXYGEN%%%%DOCSDIR%%/html/boolean_image136.png
+%%DOXYGEN%%%%DOCSDIR%%/html/boolean_image137.png
+%%DOXYGEN%%%%DOCSDIR%%/html/boolean_image138.png
+%%DOXYGEN%%%%DOCSDIR%%/html/boolean_image139.png
+%%DOXYGEN%%%%DOCSDIR%%/html/boolean_image140.png
+%%DOXYGEN%%%%DOCSDIR%%/html/boolean_image141.png
+%%DOXYGEN%%%%DOCSDIR%%/html/boolean_image142.png
+%%DOXYGEN%%%%DOCSDIR%%/html/boolean_image143.png
%%DOXYGEN%%%%DOCSDIR%%/html/camera_perspective.png
-%%DOXYGEN%%%%DOCSDIR%%/html/cdl_image003.png
-%%DOXYGEN%%%%DOCSDIR%%/html/cdl_image004.png
-%%DOXYGEN%%%%DOCSDIR%%/html/cdl_image005.png
-%%DOXYGEN%%%%DOCSDIR%%/html/cdl_image006.png
-%%DOXYGEN%%%%DOCSDIR%%/html/cdl_image007.png
-%%DOXYGEN%%%%DOCSDIR%%/html/cdl_image009.png
-%%DOXYGEN%%%%DOCSDIR%%/html/cdl_image010.png
%%DOXYGEN%%%%DOCSDIR%%/html/closed.png
+%%DOXYGEN%%%%DOCSDIR%%/html/cmake_image000.png
%%DOXYGEN%%%%DOCSDIR%%/html/cmake_image001.png
%%DOXYGEN%%%%DOCSDIR%%/html/cmake_image002.png
%%DOXYGEN%%%%DOCSDIR%%/html/cmake_image003.png
%%DOXYGEN%%%%DOCSDIR%%/html/cmake_image004.png
-%%DOXYGEN%%%%DOCSDIR%%/html/cmake_image007.png
%%DOXYGEN%%%%DOCSDIR%%/html/dev_guides.html
%%DOXYGEN%%%%DOCSDIR%%/html/dev_guides.js
%%DOXYGEN%%%%DOCSDIR%%/html/doc.png
@@ -28749,8 +25680,6 @@ lib/libTKernel.so.0
%%DOXYGEN%%%%DOCSDIR%%/html/foundation_classes_image004.png
%%DOXYGEN%%%%DOCSDIR%%/html/foundation_classes_image005.png
%%DOXYGEN%%%%DOCSDIR%%/html/foundation_classes_image006.png
-%%DOXYGEN%%%%DOCSDIR%%/html/foundation_classes_image007.png
-%%DOXYGEN%%%%DOCSDIR%%/html/foundation_classes_image008.png
%%DOXYGEN%%%%DOCSDIR%%/html/ftv2blank.png
%%DOXYGEN%%%%DOCSDIR%%/html/ftv2cl.png
%%DOXYGEN%%%%DOCSDIR%%/html/ftv2doc.png
@@ -28767,6 +25696,9 @@ lib/libTKernel.so.0
%%DOXYGEN%%%%DOCSDIR%%/html/ftv2pnode.png
%%DOXYGEN%%%%DOCSDIR%%/html/ftv2splitbar.png
%%DOXYGEN%%%%DOCSDIR%%/html/ftv2vertline.png
+%%DOXYGEN%%%%DOCSDIR%%/html/genconf_linux.png
+%%DOXYGEN%%%%DOCSDIR%%/html/genconf_osx.png
+%%DOXYGEN%%%%DOCSDIR%%/html/genconf_windows.png
%%DOXYGEN%%%%DOCSDIR%%/html/iges_image003.png
%%DOXYGEN%%%%DOCSDIR%%/html/iges_image004.png
%%DOXYGEN%%%%DOCSDIR%%/html/index.hhc
@@ -28843,51 +25775,6 @@ lib/libTKernel.so.0
%%DOXYGEN%%%%DOCSDIR%%/html/modeling_data_image012.png
%%DOXYGEN%%%%DOCSDIR%%/html/modeling_data_image013.png
%%DOXYGEN%%%%DOCSDIR%%/html/modeling_data_image014.png
-%%DOXYGEN%%%%DOCSDIR%%/html/namespace_a_i_s___dimension_1_1_selection_geometry.html
-%%DOXYGEN%%%%DOCSDIR%%/html/namespace_b_rep_mesh___wire_checker.html
-%%DOXYGEN%%%%DOCSDIR%%/html/namespace_draw___interpretor.html
-%%DOXYGEN%%%%DOCSDIR%%/html/namespace_n_collection___acc_allocator.html
-%%DOXYGEN%%%%DOCSDIR%%/html/namespace_n_collection___array1.html
-%%DOXYGEN%%%%DOCSDIR%%/html/namespace_n_collection___array2.html
-%%DOXYGEN%%%%DOCSDIR%%/html/namespace_n_collection___base_list.html
-%%DOXYGEN%%%%DOCSDIR%%/html/namespace_n_collection___base_map.html
-%%DOXYGEN%%%%DOCSDIR%%/html/namespace_n_collection___base_sequence.html
-%%DOXYGEN%%%%DOCSDIR%%/html/namespace_n_collection___base_vector.html
-%%DOXYGEN%%%%DOCSDIR%%/html/namespace_n_collection___cell_filter.html
-%%DOXYGEN%%%%DOCSDIR%%/html/namespace_n_collection___data_map.html
-%%DOXYGEN%%%%DOCSDIR%%/html/namespace_n_collection___data_map_3_01_n_collection___acc_allocator_1_1_key_00_01_n_collection__1d145c5e7f1b2ff685d9d6c992b8130b.html
-%%DOXYGEN%%%%DOCSDIR%%/html/namespace_n_collection___double_map.html
-%%DOXYGEN%%%%DOCSDIR%%/html/namespace_n_collection___inc_allocator.html
-%%DOXYGEN%%%%DOCSDIR%%/html/namespace_n_collection___indexed_data_map.html
-%%DOXYGEN%%%%DOCSDIR%%/html/namespace_n_collection___indexed_map.html
-%%DOXYGEN%%%%DOCSDIR%%/html/namespace_n_collection___indexed_map_3_01_poly___make_loops_1_1_link_01_4.html
-%%DOXYGEN%%%%DOCSDIR%%/html/namespace_n_collection___list_3_01_vrml_data___shape_convert_1_1_shape_data_01_4.html
-%%DOXYGEN%%%%DOCSDIR%%/html/namespace_n_collection___map.html
-%%DOXYGEN%%%%DOCSDIR%%/html/namespace_n_collection___map_3_01_n_collection___cell_filter_1_1_cell_01_4.html
-%%DOXYGEN%%%%DOCSDIR%%/html/namespace_n_collection___sequence.html
-%%DOXYGEN%%%%DOCSDIR%%/html/namespace_n_collection___sparse_array.html
-%%DOXYGEN%%%%DOCSDIR%%/html/namespace_n_collection___sparse_array_base.html
-%%DOXYGEN%%%%DOCSDIR%%/html/namespace_n_collection___vector.html
-%%DOXYGEN%%%%DOCSDIR%%/html/namespace_n_collection___vector_3_01_b_rep_builder_a_p_i___fast_sewing_1_1_f_s___edge_01_4.html
-%%DOXYGEN%%%%DOCSDIR%%/html/namespace_n_collection___vector_3_01_b_rep_builder_a_p_i___fast_sewing_1_1_f_s___face_01_4.html
-%%DOXYGEN%%%%DOCSDIR%%/html/namespace_n_collection___vector_3_01_b_rep_builder_a_p_i___fast_sewing_1_1_f_s___vertex_01_4.html
-%%DOXYGEN%%%%DOCSDIR%%/html/namespace_n_collection___vector_3_01_n_collection___u_b_tree_filler_1_1_obj_bnd_01_4.html
-%%DOXYGEN%%%%DOCSDIR%%/html/namespace_n_collection___vector_3_01_open_gl___font_1_1_tile_01_4.html
-%%DOXYGEN%%%%DOCSDIR%%/html/namespace_n_collection___vector_3_01typename_01_open_gl___utils_1_1_matrix_type_3_01_standard___short_real_01_4_1_1_mat4_01_4.html
-%%DOXYGEN%%%%DOCSDIR%%/html/namespace_n_collection___vector_3_01typename_01_open_gl___utils_1_1_matrix_type_3_01_t_01_4_1_1_mat4_01_4.html
-%%DOXYGEN%%%%DOCSDIR%%/html/namespace_n_i_s___interactive_context.html
-%%DOXYGEN%%%%DOCSDIR%%/html/namespace_o_s_d___m_alloc_hook.html
-%%DOXYGEN%%%%DOCSDIR%%/html/namespace_open_gl___structure.html
-%%DOXYGEN%%%%DOCSDIR%%/html/namespace_poly___coherent_tri_ptr.html
-%%DOXYGEN%%%%DOCSDIR%%/html/namespace_poly___coherent_triangulation.html
-%%DOXYGEN%%%%DOCSDIR%%/html/namespace_poly___make_loops.html
-%%DOXYGEN%%%%DOCSDIR%%/html/namespace_poly___make_loops2_d.html
-%%DOXYGEN%%%%DOCSDIR%%/html/namespace_poly___make_loops3_d.html
-%%DOXYGEN%%%%DOCSDIR%%/html/namespace_prs3d___w_f_shape.html
-%%DOXYGEN%%%%DOCSDIR%%/html/namespace_standard___mutex.html
-%%DOXYGEN%%%%DOCSDIR%%/html/namespace_vrml_data___shape_convert.html
-%%DOXYGEN%%%%DOCSDIR%%/html/namespaces.html
-%%DOXYGEN%%%%DOCSDIR%%/html/namespaces.js
%%DOXYGEN%%%%DOCSDIR%%/html/nav_f.png
%%DOXYGEN%%%%DOCSDIR%%/html/nav_g.png
%%DOXYGEN%%%%DOCSDIR%%/html/nav_h.png
@@ -28910,7 +25797,6 @@ lib/libTKernel.so.0
%%DOXYGEN%%%%DOCSDIR%%/html/ocaf_image006.png
%%DOXYGEN%%%%DOCSDIR%%/html/ocaf_image007.png
%%DOXYGEN%%%%DOCSDIR%%/html/ocaf_image008.png
-%%DOXYGEN%%%%DOCSDIR%%/html/ocaf_image009.png
%%DOXYGEN%%%%DOCSDIR%%/html/ocaf_image010.png
%%DOXYGEN%%%%DOCSDIR%%/html/ocaf_image011.png
%%DOXYGEN%%%%DOCSDIR%%/html/ocaf_image012.png
@@ -28919,14 +25805,17 @@ lib/libTKernel.so.0
%%DOXYGEN%%%%DOCSDIR%%/html/ocaf_image015.png
%%DOXYGEN%%%%DOCSDIR%%/html/ocaf_image016.png
%%DOXYGEN%%%%DOCSDIR%%/html/ocaf_image017.png
+%%DOXYGEN%%%%DOCSDIR%%/html/ocaf_image020.png
+%%DOXYGEN%%%%DOCSDIR%%/html/ocaf_image021.png
+%%DOXYGEN%%%%DOCSDIR%%/html/ocaf_image022.png
%%DOXYGEN%%%%DOCSDIR%%/html/ocaf_tree_wp_image003.png
%%DOXYGEN%%%%DOCSDIR%%/html/ocaf_tree_wp_image004.png
%%DOXYGEN%%%%DOCSDIR%%/html/ocaf_tree_wp_image005.png
%%DOXYGEN%%%%DOCSDIR%%/html/ocaf_tree_wp_image006.png
%%DOXYGEN%%%%DOCSDIR%%/html/ocaf_wp_image003.png
-%%DOXYGEN%%%%DOCSDIR%%/html/ocaf_wp_image004.png
%%DOXYGEN%%%%DOCSDIR%%/html/ocaf_wp_image005.png
%%DOXYGEN%%%%DOCSDIR%%/html/ocaf_wp_image006.png
+%%DOXYGEN%%%%DOCSDIR%%/html/ocaf_wp_image007.png
%%DOXYGEN%%%%DOCSDIR%%/html/occ_logo.png
%%DOXYGEN%%%%DOCSDIR%%/html/occt__tutorial.html
%%DOXYGEN%%%%DOCSDIR%%/html/occt_dev_guides__building.html
@@ -28935,20 +25824,17 @@ lib/libTKernel.so.0
%%DOXYGEN%%%%DOCSDIR%%/html/occt_dev_guides__building_3rdparty_osx.html
%%DOXYGEN%%%%DOCSDIR%%/html/occt_dev_guides__building_3rdparty_windows.html
%%DOXYGEN%%%%DOCSDIR%%/html/occt_dev_guides__building_android.html
-%%DOXYGEN%%%%DOCSDIR%%/html/occt_dev_guides__building_automake.html
%%DOXYGEN%%%%DOCSDIR%%/html/occt_dev_guides__building_cmake.html
%%DOXYGEN%%%%DOCSDIR%%/html/occt_dev_guides__building_code_blocks.html
%%DOXYGEN%%%%DOCSDIR%%/html/occt_dev_guides__building_msvc.html
-%%DOXYGEN%%%%DOCSDIR%%/html/occt_dev_guides__building_wok.html
%%DOXYGEN%%%%DOCSDIR%%/html/occt_dev_guides__building_xcode.html
-%%DOXYGEN%%%%DOCSDIR%%/html/occt_dev_guides__cdl.html
%%DOXYGEN%%%%DOCSDIR%%/html/occt_dev_guides__coding_rules.html
%%DOXYGEN%%%%DOCSDIR%%/html/occt_dev_guides__contribution_workflow.html
%%DOXYGEN%%%%DOCSDIR%%/html/occt_dev_guides__debug.html
%%DOXYGEN%%%%DOCSDIR%%/html/occt_dev_guides__documentation.html
%%DOXYGEN%%%%DOCSDIR%%/html/occt_dev_guides__git_guide.html
%%DOXYGEN%%%%DOCSDIR%%/html/occt_dev_guides__tests.html
-%%DOXYGEN%%%%DOCSDIR%%/html/occt_dev_guides__wok.html
+%%DOXYGEN%%%%DOCSDIR%%/html/occt_dev_guides__upgrade.html
%%DOXYGEN%%%%DOCSDIR%%/html/occt_logo.png
%%DOXYGEN%%%%DOCSDIR%%/html/occt_public_license.html
%%DOXYGEN%%%%DOCSDIR%%/html/occt_user_guides__boolean_operations.html
@@ -28958,16 +25844,12 @@ lib/libTKernel.so.0
%%DOXYGEN%%%%DOCSDIR%%/html/occt_user_guides__modeling_algos.html
%%DOXYGEN%%%%DOCSDIR%%/html/occt_user_guides__modeling_data.html
%%DOXYGEN%%%%DOCSDIR%%/html/occt_user_guides__ocaf.html
-%%DOXYGEN%%%%DOCSDIR%%/html/occt_user_guides__ocaf_functionmechanism_wp.html
-%%DOXYGEN%%%%DOCSDIR%%/html/occt_user_guides__ocaf_tree_wp.html
-%%DOXYGEN%%%%DOCSDIR%%/html/occt_user_guides__ocaf_wp.html
%%DOXYGEN%%%%DOCSDIR%%/html/occt_user_guides__shape_healing.html
%%DOXYGEN%%%%DOCSDIR%%/html/occt_user_guides__step.html
%%DOXYGEN%%%%DOCSDIR%%/html/occt_user_guides__test_harness.html
%%DOXYGEN%%%%DOCSDIR%%/html/occt_user_guides__tobj.html
%%DOXYGEN%%%%DOCSDIR%%/html/occt_user_guides__vis.html
%%DOXYGEN%%%%DOCSDIR%%/html/occt_user_guides__visualization.html
-%%DOXYGEN%%%%DOCSDIR%%/html/occt_user_guides__voxels_wp.html
%%DOXYGEN%%%%DOCSDIR%%/html/occt_user_guides__xde.html
%%DOXYGEN%%%%DOCSDIR%%/html/open.png
%%DOXYGEN%%%%DOCSDIR%%/html/operations_image001.svg
@@ -29046,432 +25928,6 @@ lib/libTKernel.so.0
%%DOXYGEN%%%%DOCSDIR%%/html/samples_mfc_standard.html
%%DOXYGEN%%%%DOCSDIR%%/html/samples_qml_android_occt.html
%%DOXYGEN%%%%DOCSDIR%%/html/samples_qml_android_occt.jpg
-%%DOXYGEN%%%%DOCSDIR%%/html/search/all_33.html
-%%DOXYGEN%%%%DOCSDIR%%/html/search/all_33.js
-%%DOXYGEN%%%%DOCSDIR%%/html/search/all_5f.html
-%%DOXYGEN%%%%DOCSDIR%%/html/search/all_5f.js
-%%DOXYGEN%%%%DOCSDIR%%/html/search/all_61.html
-%%DOXYGEN%%%%DOCSDIR%%/html/search/all_61.js
-%%DOXYGEN%%%%DOCSDIR%%/html/search/all_62.html
-%%DOXYGEN%%%%DOCSDIR%%/html/search/all_62.js
-%%DOXYGEN%%%%DOCSDIR%%/html/search/all_63.html
-%%DOXYGEN%%%%DOCSDIR%%/html/search/all_63.js
-%%DOXYGEN%%%%DOCSDIR%%/html/search/all_64.html
-%%DOXYGEN%%%%DOCSDIR%%/html/search/all_64.js
-%%DOXYGEN%%%%DOCSDIR%%/html/search/all_65.html
-%%DOXYGEN%%%%DOCSDIR%%/html/search/all_65.js
-%%DOXYGEN%%%%DOCSDIR%%/html/search/all_66.html
-%%DOXYGEN%%%%DOCSDIR%%/html/search/all_66.js
-%%DOXYGEN%%%%DOCSDIR%%/html/search/all_67.html
-%%DOXYGEN%%%%DOCSDIR%%/html/search/all_67.js
-%%DOXYGEN%%%%DOCSDIR%%/html/search/all_68.html
-%%DOXYGEN%%%%DOCSDIR%%/html/search/all_68.js
-%%DOXYGEN%%%%DOCSDIR%%/html/search/all_69.html
-%%DOXYGEN%%%%DOCSDIR%%/html/search/all_69.js
-%%DOXYGEN%%%%DOCSDIR%%/html/search/all_6a.html
-%%DOXYGEN%%%%DOCSDIR%%/html/search/all_6a.js
-%%DOXYGEN%%%%DOCSDIR%%/html/search/all_6b.html
-%%DOXYGEN%%%%DOCSDIR%%/html/search/all_6b.js
-%%DOXYGEN%%%%DOCSDIR%%/html/search/all_6c.html
-%%DOXYGEN%%%%DOCSDIR%%/html/search/all_6c.js
-%%DOXYGEN%%%%DOCSDIR%%/html/search/all_6d.html
-%%DOXYGEN%%%%DOCSDIR%%/html/search/all_6d.js
-%%DOXYGEN%%%%DOCSDIR%%/html/search/all_6e.html
-%%DOXYGEN%%%%DOCSDIR%%/html/search/all_6e.js
-%%DOXYGEN%%%%DOCSDIR%%/html/search/all_6f.html
-%%DOXYGEN%%%%DOCSDIR%%/html/search/all_6f.js
-%%DOXYGEN%%%%DOCSDIR%%/html/search/all_70.html
-%%DOXYGEN%%%%DOCSDIR%%/html/search/all_70.js
-%%DOXYGEN%%%%DOCSDIR%%/html/search/all_71.html
-%%DOXYGEN%%%%DOCSDIR%%/html/search/all_71.js
-%%DOXYGEN%%%%DOCSDIR%%/html/search/all_72.html
-%%DOXYGEN%%%%DOCSDIR%%/html/search/all_72.js
-%%DOXYGEN%%%%DOCSDIR%%/html/search/all_73.html
-%%DOXYGEN%%%%DOCSDIR%%/html/search/all_73.js
-%%DOXYGEN%%%%DOCSDIR%%/html/search/all_74.html
-%%DOXYGEN%%%%DOCSDIR%%/html/search/all_74.js
-%%DOXYGEN%%%%DOCSDIR%%/html/search/all_75.html
-%%DOXYGEN%%%%DOCSDIR%%/html/search/all_75.js
-%%DOXYGEN%%%%DOCSDIR%%/html/search/all_76.html
-%%DOXYGEN%%%%DOCSDIR%%/html/search/all_76.js
-%%DOXYGEN%%%%DOCSDIR%%/html/search/all_77.html
-%%DOXYGEN%%%%DOCSDIR%%/html/search/all_77.js
-%%DOXYGEN%%%%DOCSDIR%%/html/search/all_78.html
-%%DOXYGEN%%%%DOCSDIR%%/html/search/all_78.js
-%%DOXYGEN%%%%DOCSDIR%%/html/search/all_79.html
-%%DOXYGEN%%%%DOCSDIR%%/html/search/all_79.js
-%%DOXYGEN%%%%DOCSDIR%%/html/search/all_7a.html
-%%DOXYGEN%%%%DOCSDIR%%/html/search/all_7a.js
-%%DOXYGEN%%%%DOCSDIR%%/html/search/all_7e.html
-%%DOXYGEN%%%%DOCSDIR%%/html/search/all_7e.js
-%%DOXYGEN%%%%DOCSDIR%%/html/search/classes_5f.html
-%%DOXYGEN%%%%DOCSDIR%%/html/search/classes_5f.js
-%%DOXYGEN%%%%DOCSDIR%%/html/search/classes_61.html
-%%DOXYGEN%%%%DOCSDIR%%/html/search/classes_61.js
-%%DOXYGEN%%%%DOCSDIR%%/html/search/classes_62.html
-%%DOXYGEN%%%%DOCSDIR%%/html/search/classes_62.js
-%%DOXYGEN%%%%DOCSDIR%%/html/search/classes_63.html
-%%DOXYGEN%%%%DOCSDIR%%/html/search/classes_63.js
-%%DOXYGEN%%%%DOCSDIR%%/html/search/classes_64.html
-%%DOXYGEN%%%%DOCSDIR%%/html/search/classes_64.js
-%%DOXYGEN%%%%DOCSDIR%%/html/search/classes_65.html
-%%DOXYGEN%%%%DOCSDIR%%/html/search/classes_65.js
-%%DOXYGEN%%%%DOCSDIR%%/html/search/classes_66.html
-%%DOXYGEN%%%%DOCSDIR%%/html/search/classes_66.js
-%%DOXYGEN%%%%DOCSDIR%%/html/search/classes_67.html
-%%DOXYGEN%%%%DOCSDIR%%/html/search/classes_67.js
-%%DOXYGEN%%%%DOCSDIR%%/html/search/classes_68.html
-%%DOXYGEN%%%%DOCSDIR%%/html/search/classes_68.js
-%%DOXYGEN%%%%DOCSDIR%%/html/search/classes_69.html
-%%DOXYGEN%%%%DOCSDIR%%/html/search/classes_69.js
-%%DOXYGEN%%%%DOCSDIR%%/html/search/classes_6b.html
-%%DOXYGEN%%%%DOCSDIR%%/html/search/classes_6b.js
-%%DOXYGEN%%%%DOCSDIR%%/html/search/classes_6c.html
-%%DOXYGEN%%%%DOCSDIR%%/html/search/classes_6c.js
-%%DOXYGEN%%%%DOCSDIR%%/html/search/classes_6d.html
-%%DOXYGEN%%%%DOCSDIR%%/html/search/classes_6d.js
-%%DOXYGEN%%%%DOCSDIR%%/html/search/classes_6e.html
-%%DOXYGEN%%%%DOCSDIR%%/html/search/classes_6e.js
-%%DOXYGEN%%%%DOCSDIR%%/html/search/classes_6f.html
-%%DOXYGEN%%%%DOCSDIR%%/html/search/classes_6f.js
-%%DOXYGEN%%%%DOCSDIR%%/html/search/classes_70.html
-%%DOXYGEN%%%%DOCSDIR%%/html/search/classes_70.js
-%%DOXYGEN%%%%DOCSDIR%%/html/search/classes_71.html
-%%DOXYGEN%%%%DOCSDIR%%/html/search/classes_71.js
-%%DOXYGEN%%%%DOCSDIR%%/html/search/classes_72.html
-%%DOXYGEN%%%%DOCSDIR%%/html/search/classes_72.js
-%%DOXYGEN%%%%DOCSDIR%%/html/search/classes_73.html
-%%DOXYGEN%%%%DOCSDIR%%/html/search/classes_73.js
-%%DOXYGEN%%%%DOCSDIR%%/html/search/classes_74.html
-%%DOXYGEN%%%%DOCSDIR%%/html/search/classes_74.js
-%%DOXYGEN%%%%DOCSDIR%%/html/search/classes_75.html
-%%DOXYGEN%%%%DOCSDIR%%/html/search/classes_75.js
-%%DOXYGEN%%%%DOCSDIR%%/html/search/classes_76.html
-%%DOXYGEN%%%%DOCSDIR%%/html/search/classes_76.js
-%%DOXYGEN%%%%DOCSDIR%%/html/search/classes_77.html
-%%DOXYGEN%%%%DOCSDIR%%/html/search/classes_77.js
-%%DOXYGEN%%%%DOCSDIR%%/html/search/classes_78.html
-%%DOXYGEN%%%%DOCSDIR%%/html/search/classes_78.js
-%%DOXYGEN%%%%DOCSDIR%%/html/search/close.png
-%%DOXYGEN%%%%DOCSDIR%%/html/search/enums_61.html
-%%DOXYGEN%%%%DOCSDIR%%/html/search/enums_61.js
-%%DOXYGEN%%%%DOCSDIR%%/html/search/enums_62.html
-%%DOXYGEN%%%%DOCSDIR%%/html/search/enums_62.js
-%%DOXYGEN%%%%DOCSDIR%%/html/search/enums_63.html
-%%DOXYGEN%%%%DOCSDIR%%/html/search/enums_63.js
-%%DOXYGEN%%%%DOCSDIR%%/html/search/enums_64.html
-%%DOXYGEN%%%%DOCSDIR%%/html/search/enums_64.js
-%%DOXYGEN%%%%DOCSDIR%%/html/search/enums_65.html
-%%DOXYGEN%%%%DOCSDIR%%/html/search/enums_65.js
-%%DOXYGEN%%%%DOCSDIR%%/html/search/enums_66.html
-%%DOXYGEN%%%%DOCSDIR%%/html/search/enums_66.js
-%%DOXYGEN%%%%DOCSDIR%%/html/search/enums_67.html
-%%DOXYGEN%%%%DOCSDIR%%/html/search/enums_67.js
-%%DOXYGEN%%%%DOCSDIR%%/html/search/enums_69.html
-%%DOXYGEN%%%%DOCSDIR%%/html/search/enums_69.js
-%%DOXYGEN%%%%DOCSDIR%%/html/search/enums_6c.html
-%%DOXYGEN%%%%DOCSDIR%%/html/search/enums_6c.js
-%%DOXYGEN%%%%DOCSDIR%%/html/search/enums_6e.html
-%%DOXYGEN%%%%DOCSDIR%%/html/search/enums_6e.js
-%%DOXYGEN%%%%DOCSDIR%%/html/search/enums_6f.html
-%%DOXYGEN%%%%DOCSDIR%%/html/search/enums_6f.js
-%%DOXYGEN%%%%DOCSDIR%%/html/search/enums_70.html
-%%DOXYGEN%%%%DOCSDIR%%/html/search/enums_70.js
-%%DOXYGEN%%%%DOCSDIR%%/html/search/enums_72.html
-%%DOXYGEN%%%%DOCSDIR%%/html/search/enums_72.js
-%%DOXYGEN%%%%DOCSDIR%%/html/search/enums_73.html
-%%DOXYGEN%%%%DOCSDIR%%/html/search/enums_73.js
-%%DOXYGEN%%%%DOCSDIR%%/html/search/enums_74.html
-%%DOXYGEN%%%%DOCSDIR%%/html/search/enums_74.js
-%%DOXYGEN%%%%DOCSDIR%%/html/search/files_33.html
-%%DOXYGEN%%%%DOCSDIR%%/html/search/files_33.js
-%%DOXYGEN%%%%DOCSDIR%%/html/search/files_61.html
-%%DOXYGEN%%%%DOCSDIR%%/html/search/files_61.js
-%%DOXYGEN%%%%DOCSDIR%%/html/search/files_62.html
-%%DOXYGEN%%%%DOCSDIR%%/html/search/files_62.js
-%%DOXYGEN%%%%DOCSDIR%%/html/search/files_63.html
-%%DOXYGEN%%%%DOCSDIR%%/html/search/files_63.js
-%%DOXYGEN%%%%DOCSDIR%%/html/search/files_64.html
-%%DOXYGEN%%%%DOCSDIR%%/html/search/files_64.js
-%%DOXYGEN%%%%DOCSDIR%%/html/search/files_65.html
-%%DOXYGEN%%%%DOCSDIR%%/html/search/files_65.js
-%%DOXYGEN%%%%DOCSDIR%%/html/search/files_66.html
-%%DOXYGEN%%%%DOCSDIR%%/html/search/files_66.js
-%%DOXYGEN%%%%DOCSDIR%%/html/search/files_67.html
-%%DOXYGEN%%%%DOCSDIR%%/html/search/files_67.js
-%%DOXYGEN%%%%DOCSDIR%%/html/search/files_68.html
-%%DOXYGEN%%%%DOCSDIR%%/html/search/files_68.js
-%%DOXYGEN%%%%DOCSDIR%%/html/search/files_69.html
-%%DOXYGEN%%%%DOCSDIR%%/html/search/files_69.js
-%%DOXYGEN%%%%DOCSDIR%%/html/search/files_6c.html
-%%DOXYGEN%%%%DOCSDIR%%/html/search/files_6c.js
-%%DOXYGEN%%%%DOCSDIR%%/html/search/files_6d.html
-%%DOXYGEN%%%%DOCSDIR%%/html/search/files_6d.js
-%%DOXYGEN%%%%DOCSDIR%%/html/search/files_6e.html
-%%DOXYGEN%%%%DOCSDIR%%/html/search/files_6e.js
-%%DOXYGEN%%%%DOCSDIR%%/html/search/files_6f.html
-%%DOXYGEN%%%%DOCSDIR%%/html/search/files_6f.js
-%%DOXYGEN%%%%DOCSDIR%%/html/search/files_70.html
-%%DOXYGEN%%%%DOCSDIR%%/html/search/files_70.js
-%%DOXYGEN%%%%DOCSDIR%%/html/search/files_71.html
-%%DOXYGEN%%%%DOCSDIR%%/html/search/files_71.js
-%%DOXYGEN%%%%DOCSDIR%%/html/search/files_72.html
-%%DOXYGEN%%%%DOCSDIR%%/html/search/files_72.js
-%%DOXYGEN%%%%DOCSDIR%%/html/search/files_73.html
-%%DOXYGEN%%%%DOCSDIR%%/html/search/files_73.js
-%%DOXYGEN%%%%DOCSDIR%%/html/search/files_74.html
-%%DOXYGEN%%%%DOCSDIR%%/html/search/files_74.js
-%%DOXYGEN%%%%DOCSDIR%%/html/search/files_75.html
-%%DOXYGEN%%%%DOCSDIR%%/html/search/files_75.js
-%%DOXYGEN%%%%DOCSDIR%%/html/search/files_76.html
-%%DOXYGEN%%%%DOCSDIR%%/html/search/files_76.js
-%%DOXYGEN%%%%DOCSDIR%%/html/search/files_77.html
-%%DOXYGEN%%%%DOCSDIR%%/html/search/files_77.js
-%%DOXYGEN%%%%DOCSDIR%%/html/search/files_78.html
-%%DOXYGEN%%%%DOCSDIR%%/html/search/files_78.js
-%%DOXYGEN%%%%DOCSDIR%%/html/search/functions_5f.html
-%%DOXYGEN%%%%DOCSDIR%%/html/search/functions_5f.js
-%%DOXYGEN%%%%DOCSDIR%%/html/search/functions_61.html
-%%DOXYGEN%%%%DOCSDIR%%/html/search/functions_61.js
-%%DOXYGEN%%%%DOCSDIR%%/html/search/functions_62.html
-%%DOXYGEN%%%%DOCSDIR%%/html/search/functions_62.js
-%%DOXYGEN%%%%DOCSDIR%%/html/search/functions_63.html
-%%DOXYGEN%%%%DOCSDIR%%/html/search/functions_63.js
-%%DOXYGEN%%%%DOCSDIR%%/html/search/functions_64.html
-%%DOXYGEN%%%%DOCSDIR%%/html/search/functions_64.js
-%%DOXYGEN%%%%DOCSDIR%%/html/search/functions_65.html
-%%DOXYGEN%%%%DOCSDIR%%/html/search/functions_65.js
-%%DOXYGEN%%%%DOCSDIR%%/html/search/functions_66.html
-%%DOXYGEN%%%%DOCSDIR%%/html/search/functions_66.js
-%%DOXYGEN%%%%DOCSDIR%%/html/search/functions_67.html
-%%DOXYGEN%%%%DOCSDIR%%/html/search/functions_67.js
-%%DOXYGEN%%%%DOCSDIR%%/html/search/functions_68.html
-%%DOXYGEN%%%%DOCSDIR%%/html/search/functions_68.js
-%%DOXYGEN%%%%DOCSDIR%%/html/search/functions_69.html
-%%DOXYGEN%%%%DOCSDIR%%/html/search/functions_69.js
-%%DOXYGEN%%%%DOCSDIR%%/html/search/functions_6a.html
-%%DOXYGEN%%%%DOCSDIR%%/html/search/functions_6a.js
-%%DOXYGEN%%%%DOCSDIR%%/html/search/functions_6b.html
-%%DOXYGEN%%%%DOCSDIR%%/html/search/functions_6b.js
-%%DOXYGEN%%%%DOCSDIR%%/html/search/functions_6c.html
-%%DOXYGEN%%%%DOCSDIR%%/html/search/functions_6c.js
-%%DOXYGEN%%%%DOCSDIR%%/html/search/functions_6d.html
-%%DOXYGEN%%%%DOCSDIR%%/html/search/functions_6d.js
-%%DOXYGEN%%%%DOCSDIR%%/html/search/functions_6e.html
-%%DOXYGEN%%%%DOCSDIR%%/html/search/functions_6e.js
-%%DOXYGEN%%%%DOCSDIR%%/html/search/functions_6f.html
-%%DOXYGEN%%%%DOCSDIR%%/html/search/functions_6f.js
-%%DOXYGEN%%%%DOCSDIR%%/html/search/functions_70.html
-%%DOXYGEN%%%%DOCSDIR%%/html/search/functions_70.js
-%%DOXYGEN%%%%DOCSDIR%%/html/search/functions_71.html
-%%DOXYGEN%%%%DOCSDIR%%/html/search/functions_71.js
-%%DOXYGEN%%%%DOCSDIR%%/html/search/functions_72.html
-%%DOXYGEN%%%%DOCSDIR%%/html/search/functions_72.js
-%%DOXYGEN%%%%DOCSDIR%%/html/search/functions_73.html
-%%DOXYGEN%%%%DOCSDIR%%/html/search/functions_73.js
-%%DOXYGEN%%%%DOCSDIR%%/html/search/functions_74.html
-%%DOXYGEN%%%%DOCSDIR%%/html/search/functions_74.js
-%%DOXYGEN%%%%DOCSDIR%%/html/search/functions_75.html
-%%DOXYGEN%%%%DOCSDIR%%/html/search/functions_75.js
-%%DOXYGEN%%%%DOCSDIR%%/html/search/functions_76.html
-%%DOXYGEN%%%%DOCSDIR%%/html/search/functions_76.js
-%%DOXYGEN%%%%DOCSDIR%%/html/search/functions_77.html
-%%DOXYGEN%%%%DOCSDIR%%/html/search/functions_77.js
-%%DOXYGEN%%%%DOCSDIR%%/html/search/functions_78.html
-%%DOXYGEN%%%%DOCSDIR%%/html/search/functions_78.js
-%%DOXYGEN%%%%DOCSDIR%%/html/search/functions_79.html
-%%DOXYGEN%%%%DOCSDIR%%/html/search/functions_79.js
-%%DOXYGEN%%%%DOCSDIR%%/html/search/functions_7a.html
-%%DOXYGEN%%%%DOCSDIR%%/html/search/functions_7a.js
-%%DOXYGEN%%%%DOCSDIR%%/html/search/functions_7e.html
-%%DOXYGEN%%%%DOCSDIR%%/html/search/functions_7e.js
-%%DOXYGEN%%%%DOCSDIR%%/html/search/mag_sel.png
-%%DOXYGEN%%%%DOCSDIR%%/html/search/namespaces_61.html
-%%DOXYGEN%%%%DOCSDIR%%/html/search/namespaces_61.js
-%%DOXYGEN%%%%DOCSDIR%%/html/search/namespaces_62.html
-%%DOXYGEN%%%%DOCSDIR%%/html/search/namespaces_62.js
-%%DOXYGEN%%%%DOCSDIR%%/html/search/namespaces_64.html
-%%DOXYGEN%%%%DOCSDIR%%/html/search/namespaces_64.js
-%%DOXYGEN%%%%DOCSDIR%%/html/search/namespaces_6e.html
-%%DOXYGEN%%%%DOCSDIR%%/html/search/namespaces_6e.js
-%%DOXYGEN%%%%DOCSDIR%%/html/search/namespaces_6f.html
-%%DOXYGEN%%%%DOCSDIR%%/html/search/namespaces_6f.js
-%%DOXYGEN%%%%DOCSDIR%%/html/search/namespaces_70.html
-%%DOXYGEN%%%%DOCSDIR%%/html/search/namespaces_70.js
-%%DOXYGEN%%%%DOCSDIR%%/html/search/namespaces_73.html
-%%DOXYGEN%%%%DOCSDIR%%/html/search/namespaces_73.js
-%%DOXYGEN%%%%DOCSDIR%%/html/search/namespaces_76.html
-%%DOXYGEN%%%%DOCSDIR%%/html/search/namespaces_76.js
-%%DOXYGEN%%%%DOCSDIR%%/html/search/nomatches.html
-%%DOXYGEN%%%%DOCSDIR%%/html/search/pages_61.html
-%%DOXYGEN%%%%DOCSDIR%%/html/search/pages_61.js
-%%DOXYGEN%%%%DOCSDIR%%/html/search/pages_62.html
-%%DOXYGEN%%%%DOCSDIR%%/html/search/pages_62.js
-%%DOXYGEN%%%%DOCSDIR%%/html/search/pages_63.html
-%%DOXYGEN%%%%DOCSDIR%%/html/search/pages_63.js
-%%DOXYGEN%%%%DOCSDIR%%/html/search/pages_64.html
-%%DOXYGEN%%%%DOCSDIR%%/html/search/pages_64.js
-%%DOXYGEN%%%%DOCSDIR%%/html/search/pages_65.html
-%%DOXYGEN%%%%DOCSDIR%%/html/search/pages_65.js
-%%DOXYGEN%%%%DOCSDIR%%/html/search/pages_66.html
-%%DOXYGEN%%%%DOCSDIR%%/html/search/pages_66.js
-%%DOXYGEN%%%%DOCSDIR%%/html/search/pages_67.html
-%%DOXYGEN%%%%DOCSDIR%%/html/search/pages_67.js
-%%DOXYGEN%%%%DOCSDIR%%/html/search/pages_69.html
-%%DOXYGEN%%%%DOCSDIR%%/html/search/pages_69.js
-%%DOXYGEN%%%%DOCSDIR%%/html/search/pages_6c.html
-%%DOXYGEN%%%%DOCSDIR%%/html/search/pages_6c.js
-%%DOXYGEN%%%%DOCSDIR%%/html/search/pages_6d.html
-%%DOXYGEN%%%%DOCSDIR%%/html/search/pages_6d.js
-%%DOXYGEN%%%%DOCSDIR%%/html/search/pages_6f.html
-%%DOXYGEN%%%%DOCSDIR%%/html/search/pages_6f.js
-%%DOXYGEN%%%%DOCSDIR%%/html/search/pages_70.html
-%%DOXYGEN%%%%DOCSDIR%%/html/search/pages_70.js
-%%DOXYGEN%%%%DOCSDIR%%/html/search/pages_73.html
-%%DOXYGEN%%%%DOCSDIR%%/html/search/pages_73.js
-%%DOXYGEN%%%%DOCSDIR%%/html/search/pages_74.html
-%%DOXYGEN%%%%DOCSDIR%%/html/search/pages_74.js
-%%DOXYGEN%%%%DOCSDIR%%/html/search/pages_75.html
-%%DOXYGEN%%%%DOCSDIR%%/html/search/pages_75.js
-%%DOXYGEN%%%%DOCSDIR%%/html/search/pages_76.html
-%%DOXYGEN%%%%DOCSDIR%%/html/search/pages_76.js
-%%DOXYGEN%%%%DOCSDIR%%/html/search/pages_77.html
-%%DOXYGEN%%%%DOCSDIR%%/html/search/pages_77.js
-%%DOXYGEN%%%%DOCSDIR%%/html/search/related_61.html
-%%DOXYGEN%%%%DOCSDIR%%/html/search/related_61.js
-%%DOXYGEN%%%%DOCSDIR%%/html/search/related_62.html
-%%DOXYGEN%%%%DOCSDIR%%/html/search/related_62.js
-%%DOXYGEN%%%%DOCSDIR%%/html/search/related_63.html
-%%DOXYGEN%%%%DOCSDIR%%/html/search/related_63.js
-%%DOXYGEN%%%%DOCSDIR%%/html/search/related_64.html
-%%DOXYGEN%%%%DOCSDIR%%/html/search/related_64.js
-%%DOXYGEN%%%%DOCSDIR%%/html/search/related_65.html
-%%DOXYGEN%%%%DOCSDIR%%/html/search/related_65.js
-%%DOXYGEN%%%%DOCSDIR%%/html/search/related_66.html
-%%DOXYGEN%%%%DOCSDIR%%/html/search/related_66.js
-%%DOXYGEN%%%%DOCSDIR%%/html/search/related_67.html
-%%DOXYGEN%%%%DOCSDIR%%/html/search/related_67.js
-%%DOXYGEN%%%%DOCSDIR%%/html/search/related_68.html
-%%DOXYGEN%%%%DOCSDIR%%/html/search/related_68.js
-%%DOXYGEN%%%%DOCSDIR%%/html/search/related_69.html
-%%DOXYGEN%%%%DOCSDIR%%/html/search/related_69.js
-%%DOXYGEN%%%%DOCSDIR%%/html/search/related_6c.html
-%%DOXYGEN%%%%DOCSDIR%%/html/search/related_6c.js
-%%DOXYGEN%%%%DOCSDIR%%/html/search/related_6d.html
-%%DOXYGEN%%%%DOCSDIR%%/html/search/related_6d.js
-%%DOXYGEN%%%%DOCSDIR%%/html/search/related_6e.html
-%%DOXYGEN%%%%DOCSDIR%%/html/search/related_6e.js
-%%DOXYGEN%%%%DOCSDIR%%/html/search/related_6f.html
-%%DOXYGEN%%%%DOCSDIR%%/html/search/related_6f.js
-%%DOXYGEN%%%%DOCSDIR%%/html/search/related_70.html
-%%DOXYGEN%%%%DOCSDIR%%/html/search/related_70.js
-%%DOXYGEN%%%%DOCSDIR%%/html/search/related_71.html
-%%DOXYGEN%%%%DOCSDIR%%/html/search/related_71.js
-%%DOXYGEN%%%%DOCSDIR%%/html/search/related_72.html
-%%DOXYGEN%%%%DOCSDIR%%/html/search/related_72.js
-%%DOXYGEN%%%%DOCSDIR%%/html/search/related_73.html
-%%DOXYGEN%%%%DOCSDIR%%/html/search/related_73.js
-%%DOXYGEN%%%%DOCSDIR%%/html/search/related_74.html
-%%DOXYGEN%%%%DOCSDIR%%/html/search/related_74.js
-%%DOXYGEN%%%%DOCSDIR%%/html/search/related_75.html
-%%DOXYGEN%%%%DOCSDIR%%/html/search/related_75.js
-%%DOXYGEN%%%%DOCSDIR%%/html/search/related_76.html
-%%DOXYGEN%%%%DOCSDIR%%/html/search/related_76.js
-%%DOXYGEN%%%%DOCSDIR%%/html/search/related_77.html
-%%DOXYGEN%%%%DOCSDIR%%/html/search/related_77.js
-%%DOXYGEN%%%%DOCSDIR%%/html/search/related_78.html
-%%DOXYGEN%%%%DOCSDIR%%/html/search/related_78.js
-%%DOXYGEN%%%%DOCSDIR%%/html/search/search.css
-%%DOXYGEN%%%%DOCSDIR%%/html/search/search.js
-%%DOXYGEN%%%%DOCSDIR%%/html/search/search_l.png
-%%DOXYGEN%%%%DOCSDIR%%/html/search/search_m.png
-%%DOXYGEN%%%%DOCSDIR%%/html/search/search_r.png
-%%DOXYGEN%%%%DOCSDIR%%/html/search/typedefs_61.html
-%%DOXYGEN%%%%DOCSDIR%%/html/search/typedefs_61.js
-%%DOXYGEN%%%%DOCSDIR%%/html/search/typedefs_62.html
-%%DOXYGEN%%%%DOCSDIR%%/html/search/typedefs_62.js
-%%DOXYGEN%%%%DOCSDIR%%/html/search/typedefs_63.html
-%%DOXYGEN%%%%DOCSDIR%%/html/search/typedefs_63.js
-%%DOXYGEN%%%%DOCSDIR%%/html/search/typedefs_64.html
-%%DOXYGEN%%%%DOCSDIR%%/html/search/typedefs_64.js
-%%DOXYGEN%%%%DOCSDIR%%/html/search/typedefs_65.html
-%%DOXYGEN%%%%DOCSDIR%%/html/search/typedefs_65.js
-%%DOXYGEN%%%%DOCSDIR%%/html/search/typedefs_66.html
-%%DOXYGEN%%%%DOCSDIR%%/html/search/typedefs_66.js
-%%DOXYGEN%%%%DOCSDIR%%/html/search/typedefs_67.html
-%%DOXYGEN%%%%DOCSDIR%%/html/search/typedefs_67.js
-%%DOXYGEN%%%%DOCSDIR%%/html/search/typedefs_68.html
-%%DOXYGEN%%%%DOCSDIR%%/html/search/typedefs_68.js
-%%DOXYGEN%%%%DOCSDIR%%/html/search/typedefs_69.html
-%%DOXYGEN%%%%DOCSDIR%%/html/search/typedefs_69.js
-%%DOXYGEN%%%%DOCSDIR%%/html/search/typedefs_6c.html
-%%DOXYGEN%%%%DOCSDIR%%/html/search/typedefs_6c.js
-%%DOXYGEN%%%%DOCSDIR%%/html/search/typedefs_6d.html
-%%DOXYGEN%%%%DOCSDIR%%/html/search/typedefs_6d.js
-%%DOXYGEN%%%%DOCSDIR%%/html/search/typedefs_6f.html
-%%DOXYGEN%%%%DOCSDIR%%/html/search/typedefs_6f.js
-%%DOXYGEN%%%%DOCSDIR%%/html/search/typedefs_70.html
-%%DOXYGEN%%%%DOCSDIR%%/html/search/typedefs_70.js
-%%DOXYGEN%%%%DOCSDIR%%/html/search/typedefs_72.html
-%%DOXYGEN%%%%DOCSDIR%%/html/search/typedefs_72.js
-%%DOXYGEN%%%%DOCSDIR%%/html/search/typedefs_73.html
-%%DOXYGEN%%%%DOCSDIR%%/html/search/typedefs_73.js
-%%DOXYGEN%%%%DOCSDIR%%/html/search/typedefs_74.html
-%%DOXYGEN%%%%DOCSDIR%%/html/search/typedefs_74.js
-%%DOXYGEN%%%%DOCSDIR%%/html/search/typedefs_75.html
-%%DOXYGEN%%%%DOCSDIR%%/html/search/typedefs_75.js
-%%DOXYGEN%%%%DOCSDIR%%/html/search/typedefs_76.html
-%%DOXYGEN%%%%DOCSDIR%%/html/search/typedefs_76.js
-%%DOXYGEN%%%%DOCSDIR%%/html/search/variables_61.html
-%%DOXYGEN%%%%DOCSDIR%%/html/search/variables_61.js
-%%DOXYGEN%%%%DOCSDIR%%/html/search/variables_62.html
-%%DOXYGEN%%%%DOCSDIR%%/html/search/variables_62.js
-%%DOXYGEN%%%%DOCSDIR%%/html/search/variables_63.html
-%%DOXYGEN%%%%DOCSDIR%%/html/search/variables_63.js
-%%DOXYGEN%%%%DOCSDIR%%/html/search/variables_64.html
-%%DOXYGEN%%%%DOCSDIR%%/html/search/variables_64.js
-%%DOXYGEN%%%%DOCSDIR%%/html/search/variables_65.html
-%%DOXYGEN%%%%DOCSDIR%%/html/search/variables_65.js
-%%DOXYGEN%%%%DOCSDIR%%/html/search/variables_66.html
-%%DOXYGEN%%%%DOCSDIR%%/html/search/variables_66.js
-%%DOXYGEN%%%%DOCSDIR%%/html/search/variables_67.html
-%%DOXYGEN%%%%DOCSDIR%%/html/search/variables_67.js
-%%DOXYGEN%%%%DOCSDIR%%/html/search/variables_68.html
-%%DOXYGEN%%%%DOCSDIR%%/html/search/variables_68.js
-%%DOXYGEN%%%%DOCSDIR%%/html/search/variables_69.html
-%%DOXYGEN%%%%DOCSDIR%%/html/search/variables_69.js
-%%DOXYGEN%%%%DOCSDIR%%/html/search/variables_6a.html
-%%DOXYGEN%%%%DOCSDIR%%/html/search/variables_6a.js
-%%DOXYGEN%%%%DOCSDIR%%/html/search/variables_6b.html
-%%DOXYGEN%%%%DOCSDIR%%/html/search/variables_6b.js
-%%DOXYGEN%%%%DOCSDIR%%/html/search/variables_6c.html
-%%DOXYGEN%%%%DOCSDIR%%/html/search/variables_6c.js
-%%DOXYGEN%%%%DOCSDIR%%/html/search/variables_6d.html
-%%DOXYGEN%%%%DOCSDIR%%/html/search/variables_6d.js
-%%DOXYGEN%%%%DOCSDIR%%/html/search/variables_6e.html
-%%DOXYGEN%%%%DOCSDIR%%/html/search/variables_6e.js
-%%DOXYGEN%%%%DOCSDIR%%/html/search/variables_6f.html
-%%DOXYGEN%%%%DOCSDIR%%/html/search/variables_6f.js
-%%DOXYGEN%%%%DOCSDIR%%/html/search/variables_70.html
-%%DOXYGEN%%%%DOCSDIR%%/html/search/variables_70.js
-%%DOXYGEN%%%%DOCSDIR%%/html/search/variables_72.html
-%%DOXYGEN%%%%DOCSDIR%%/html/search/variables_72.js
-%%DOXYGEN%%%%DOCSDIR%%/html/search/variables_73.html
-%%DOXYGEN%%%%DOCSDIR%%/html/search/variables_73.js
-%%DOXYGEN%%%%DOCSDIR%%/html/search/variables_74.html
-%%DOXYGEN%%%%DOCSDIR%%/html/search/variables_74.js
-%%DOXYGEN%%%%DOCSDIR%%/html/search/variables_75.html
-%%DOXYGEN%%%%DOCSDIR%%/html/search/variables_75.js
-%%DOXYGEN%%%%DOCSDIR%%/html/search/variables_76.html
-%%DOXYGEN%%%%DOCSDIR%%/html/search/variables_76.js
-%%DOXYGEN%%%%DOCSDIR%%/html/search/variables_77.html
-%%DOXYGEN%%%%DOCSDIR%%/html/search/variables_77.js
-%%DOXYGEN%%%%DOCSDIR%%/html/search/variables_78.html
-%%DOXYGEN%%%%DOCSDIR%%/html/search/variables_78.js
-%%DOXYGEN%%%%DOCSDIR%%/html/search/variables_79.html
-%%DOXYGEN%%%%DOCSDIR%%/html/search/variables_79.js
-%%DOXYGEN%%%%DOCSDIR%%/html/search/variables_7a.html
-%%DOXYGEN%%%%DOCSDIR%%/html/search/variables_7a.js
%%DOXYGEN%%%%DOCSDIR%%/html/shape_healing_image003.png
%%DOXYGEN%%%%DOCSDIR%%/html/shape_healing_image004.png
%%DOXYGEN%%%%DOCSDIR%%/html/shape_healing_image005.png
@@ -29533,54 +25989,23 @@ lib/libTKernel.so.0
%%DOXYGEN%%%%DOCSDIR%%/html/vis_image004.png
%%DOXYGEN%%%%DOCSDIR%%/html/vis_image005.png
%%DOXYGEN%%%%DOCSDIR%%/html/vis_image006.png
-%%DOXYGEN%%%%DOCSDIR%%/html/vis_image007.png
+%%DOXYGEN%%%%DOCSDIR%%/html/vis_image007.svg
%%DOXYGEN%%%%DOCSDIR%%/html/visualization_image003.png
-%%DOXYGEN%%%%DOCSDIR%%/html/visualization_image004.png
+%%DOXYGEN%%%%DOCSDIR%%/html/visualization_image004.svg
+%%DOXYGEN%%%%DOCSDIR%%/html/visualization_image005.png
%%DOXYGEN%%%%DOCSDIR%%/html/visualization_image006.png
%%DOXYGEN%%%%DOCSDIR%%/html/visualization_image007.png
%%DOXYGEN%%%%DOCSDIR%%/html/visualization_image008.png
%%DOXYGEN%%%%DOCSDIR%%/html/visualization_image009.png
%%DOXYGEN%%%%DOCSDIR%%/html/visualization_image010.png
-%%DOXYGEN%%%%DOCSDIR%%/html/visualization_image011.png
-%%DOXYGEN%%%%DOCSDIR%%/html/visualization_image012.png
-%%DOXYGEN%%%%DOCSDIR%%/html/visualization_image013.png
-%%DOXYGEN%%%%DOCSDIR%%/html/visualization_image014.png
-%%DOXYGEN%%%%DOCSDIR%%/html/visualization_image015.png
%%DOXYGEN%%%%DOCSDIR%%/html/visualization_image016.png
%%DOXYGEN%%%%DOCSDIR%%/html/visualization_image017.png
%%DOXYGEN%%%%DOCSDIR%%/html/visualization_image018.png
%%DOXYGEN%%%%DOCSDIR%%/html/visualization_image019.png
%%DOXYGEN%%%%DOCSDIR%%/html/visualization_image020.png
-%%DOXYGEN%%%%DOCSDIR%%/html/visualization_image021.png
-%%DOXYGEN%%%%DOCSDIR%%/html/voxels_wp_image003.png
-%%DOXYGEN%%%%DOCSDIR%%/html/voxels_wp_image004.png
-%%DOXYGEN%%%%DOCSDIR%%/html/voxels_wp_image005.png
-%%DOXYGEN%%%%DOCSDIR%%/html/voxels_wp_image006.png
-%%DOXYGEN%%%%DOCSDIR%%/html/voxels_wp_image007.png
-%%DOXYGEN%%%%DOCSDIR%%/html/voxels_wp_image008.png
-%%DOXYGEN%%%%DOCSDIR%%/html/voxels_wp_image009.png
-%%DOXYGEN%%%%DOCSDIR%%/html/voxels_wp_image010.png
-%%DOXYGEN%%%%DOCSDIR%%/html/wok_image001.png
-%%DOXYGEN%%%%DOCSDIR%%/html/wok_image002.png
-%%DOXYGEN%%%%DOCSDIR%%/html/wok_image003.png
-%%DOXYGEN%%%%DOCSDIR%%/html/wok_image004.png
-%%DOXYGEN%%%%DOCSDIR%%/html/wok_image005.png
-%%DOXYGEN%%%%DOCSDIR%%/html/wok_image006.png
-%%DOXYGEN%%%%DOCSDIR%%/html/wok_image007.png
-%%DOXYGEN%%%%DOCSDIR%%/html/wok_image008.png
-%%DOXYGEN%%%%DOCSDIR%%/html/wok_image009.png
-%%DOXYGEN%%%%DOCSDIR%%/html/wok_image010.png
-%%DOXYGEN%%%%DOCSDIR%%/html/wok_image011.png
-%%DOXYGEN%%%%DOCSDIR%%/html/wok_image012.png
-%%DOXYGEN%%%%DOCSDIR%%/html/wok_image014.png
-%%DOXYGEN%%%%DOCSDIR%%/html/wok_image015.png
-%%DOXYGEN%%%%DOCSDIR%%/html/wok_image016.png
-%%DOXYGEN%%%%DOCSDIR%%/html/wok_image017.png
-%%DOXYGEN%%%%DOCSDIR%%/html/wok_image018.png
-%%DOXYGEN%%%%DOCSDIR%%/html/wok_image019.png
-%%DOXYGEN%%%%DOCSDIR%%/html/wok_image020.png
-%%DOXYGEN%%%%DOCSDIR%%/html/wok_image021.png
-%%DOXYGEN%%%%DOCSDIR%%/html/wok_image022.png
+%%DOXYGEN%%%%DOCSDIR%%/html/visualization_image022.png
+%%DOXYGEN%%%%DOCSDIR%%/html/visualization_image029.png
+%%DOXYGEN%%%%DOCSDIR%%/html/visualization_image030.png
%%DOXYGEN%%%%DOCSDIR%%/html/xde_image003.png
%%DOXYGEN%%%%DOCSDIR%%/html/xde_image004.png
%%DOXYGEN%%%%DOCSDIR%%/html/xde_image005.png