svn commit: r353124 - in head/cad/opencascade: . files
Thierry Thomas
thierry at FreeBSD.org
Tue May 6 19:38:15 UTC 2014
Author: thierry
Date: Tue May 6 19:38:13 2014
New Revision: 353124
URL: http://svnweb.freebsd.org/changeset/ports/353124
QAT: https://qat.redports.org/buildarchive/r353124/
Log:
Upgrade to 6.7.1.
Added:
head/cad/opencascade/files/patch-CMakeLists.txt (contents, props changed)
head/cad/opencascade/files/patch-src_OSD_OSD_MemInfo.cxx (contents, props changed)
head/cad/opencascade/files/patch-src_OSD_OSD_SharedLibrary.cxx (contents, props changed)
head/cad/opencascade/files/patch-src_Standard_Standard_MMgrOpt.cxx (contents, props changed)
Deleted:
head/cad/opencascade/files/patch-Makefile.am
head/cad/opencascade/files/patch-src_DrawResources_InitEnvironment.tcl
head/cad/opencascade/files/patch-src_OS_ApplicationFramework.tcl
head/cad/opencascade/files/patch-src_OS_DataExchange.tcl
head/cad/opencascade/files/patch-src_OS_Draw.tcl
head/cad/opencascade/files/patch-src_OS_FoundationClasses.tcl
head/cad/opencascade/files/patch-src_OS_ModelingAlgorithms.tcl
head/cad/opencascade/files/patch-src_OS_ModelingData.tcl
head/cad/opencascade/files/patch-src_OS_Visualization.tcl
head/cad/opencascade/files/patch-src_Standard_Standard_CLocaleSentry.hxx
head/cad/opencascade/files/patch-src_Standard_Standard_CString.cxx
Modified:
head/cad/opencascade/Makefile
head/cad/opencascade/distinfo
head/cad/opencascade/files/patch-inc_Standard_CLocaleSentry.hxx
head/cad/opencascade/pkg-plist
Modified: head/cad/opencascade/Makefile
==============================================================================
--- head/cad/opencascade/Makefile Tue May 6 19:36:52 2014 (r353123)
+++ head/cad/opencascade/Makefile Tue May 6 19:38:13 2014 (r353124)
@@ -1,147 +1,87 @@
# Created by: Thierry Thomas <thierry at pompo.net>
# $FreeBSD$
-PORTNAME= OpenCASCADE
-PORTVERSION= 6.6.0
-PORTREVISION= 2
+PORTNAME= opencascade
+PORTVERSION= 6.7.1
CATEGORIES= cad science
MASTER_SITES= http://files.opencascade.com/OCCT/OCC_${PORTVERSION}_release/
-DISTNAME= ${PORTNAME}${PORTVERSION:C/\.//g}
EXTRACT_SUFX= .tgz
MAINTAINER= thierry at FreeBSD.org
COMMENT= Open CASCADE Technology, 3D modeling & numerical simulation
LICENSE= OCTPL
-LICENSE_NAME= Open CASCADE Technology Public License
-LICENSE_FILE= ${WRKSRC}/LICENSE
+LICENSE_NAME= LGPL21 with exception
+LICENSE_FILE= ${WRKSRC}/OCCT_LGPL_EXCEPTION.txt
LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept
RUN_DEPENDS= bash:${PORTSDIR}/shells/bash
-USES= bison shebangfix
+# Check ${WRKSRC}/dox/overview/Overview.md
+# and ${WRKSRC}/dox/dev_guides/building
+USES= bison cmake compiler dos2unix gmake shebangfix tk
USE_XORG= xmu
-SHEBANG_FILES= adm/cmake/draw.sh env_amk.sh draw.sh xcode.sh env.sh draw_amk.sh \
- codeblocks.sh custom.sh custom_amk.sh.in
+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
-OPTIONS_DEFINE= TBB VIS OCAF DE DRAW FI QT JAVA DATA DOCS EXAMPLES
+OPTIONS_DEFINE= TBB VIS
TBB_DESC= "Build with TBB"
VIS_DESC= "Build Visualizazion module (requires OpenGL, freetype, ftgl and gl2ps)"
-OCAF_DESC= "Build Application Framework (requires VIS)"
-DE_DESC= "Build DataExchange module (requires OCAF)"
-DRAW_DESC= "Build Test Harness (requires DE and TCL)"
-FI_DESC= "Enable freeimage support"
-QT_DESC= "Enable QT support"
-JAVA_DESC= "Enable Java support"
-OPTIONS_DEFAULT=TBB VIS OCAF DE DRAW FI DATA DOCS EXAMPLES
+OPTIONS_DEFAULT=TBB VIS
+OPTIONS_SUB= yes
-WRKSRC= ${WRKDIR}/ros
REINPLACE_ARGS= -i ""
-USE_AUTOTOOLS= aclocal libtoolize autoheader automake
-LIBTOOLIZE_ARGS=--force --copy --automake
-AUTOMAKE_ARGS= --add-missing --copy --gnu
-ACLOCAL_ARGS=
-CPPFLAGS+= -I${LOCALBASE}/include
-MAKE_ENV= LOCCROOT=${LOCCROOT}
+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_TCL_DLL=libtcl${TCL_VER:C|\.||} \
+ -DINSTALL_DIR=${OCCROOT}/
USE_LDCONFIG= yes
LOCCROOT= OpenCAS
OCCROOT= ${PREFIX}/${LOCCROOT}
-PLIST_SUB= OCCROOT="${LOCCROOT}"
+PLIST_SUB= OCCROOT="${LOCCROOT}" BITS=${BITS} CC=${COMPILER_TYPE}
-NO_STAGE= yes
-.include <bsd.port.options.mk>
+TBB_LIB_DEPENDS= libtbb.so:${PORTSDIR}/devel/tbb
+TBB_CMAKE_ON= -DUSE_TBB:BOOL=ON
-.if ${PORT_OPTIONS:MTBB}
-LIB_DEPENDS+= libtbb.so:${PORTSDIR}/devel/tbb
-CONFIGURE_ARGS+=--with-tbb-include=${LOCALBASE}/include \
- --with-tbb-library=${LOCALBASE}/lib
-.endif
+VIS_CMAKE_ON= -DUSE_FREEIMAGE:BOOL=ON -DUSE_GL2PS:BOOL=ON
+VIS_USE= GL=glu
+VIS_LIB_DEPENDS= libftgl.so:${PORTSDIR}/graphics/ftgl \
+ libfreetype.so:${PORTSDIR}/print/freetype2 \
+ libgl2ps.so:${PORTSDIR}/print/gl2ps \
+ libfreeimageplus.so:${PORTSDIR}/graphics/freeimage
-.if ${PORT_OPTIONS:MVIS}
-CONFIGURE_ARGS+=--enable-vis \
- --with-ftgl=${LOCALBASE} \
- --with-freetype=${LOCALBASE} \
- --with-gl2ps=${LOCALBASE}
-USE_GL= glu
-LIB_DEPENDS+= libftgl.so:${PORTSDIR}/graphics/ftgl \
- libfreetype.so:${PORTSDIR}/print/freetype2 \
- libgl2ps.so:${PORTSDIR}/print/gl2ps
-PLIST_SUB+= VIS=""
-. if ${PORT_OPTIONS:MOCAF}
-CONFIGURE_ARGS+=--enable-caf
-PLIST_SUB+= OCAF=""
-. if ${PORT_OPTIONS:MDE}
-CONFIGURE_ARGS+=--enable-dxe
-PLIST_SUB+= DE=""
-. if ${PORT_OPTIONS:MDRAW}
-CONFIGURE_ARGS+=--enable-draw \
- --with-tcl=${TCL_LIBDIR} \
- --with-tk=${TK_LIBDIR}
-USES+= tk
-LIB_DEPENDS+= libitcl.so.${ITCL_VER}:${PORTSDIR}/lang/itcl \
- libTix${TIX_VER}.so:${PORTSDIR}/x11-toolkits/tix
-ITCL_VER= 3
-TIX_VER= 8.4.3
-TIX_MM= 8.4.3
-PLIST_SUB+= DRAW=""
-. else
-CONFIGURE_ARGS+=--without-tcl --disable-draw
-PLIST_SUB+= DRAW="@comment "
-. endif
-. else
-CONFIGURE_ARGS+=--disable-dxe --without-tcl --disable-draw
-PLIST_SUB+= DRAW="@comment " DE="@comment "
-. endif
-. else
-CONFIGURE_ARGS+=--disable-caf --without-tcl --disable-draw --disable-dxe
-PLIST_SUB+= DE="@comment " DRAW="@comment " OCAF="@comment "
-. endif
-.else
-CONFIGURE_ARGS+=--disable-vis --without-tcl --disable-draw --disable-dxe --disable-caf
-PLIST_SUB+= VIS="@comment " DRAW="@comment " DE="@comment " OCAF="@comment "
-.endif
+.include <bsd.port.options.mk>
-.if ${PORT_OPTIONS:MFI}
-LIB_DEPENDS+= libfreeimageplus.so:${PORTSDIR}/graphics/freeimage
-CONFIGURE_ARGS+=--with-freeimage=${LOCALBASE}
-.else
-PLIST_SUB+= FI="@comment "
+.if ${PORT_OPTIONS:MVIS}
+CMAKE_ARGS+= -D3RDPARTY_FREETYPE_DIR=${LOCALBASE} \
+ -D3RDPARTY_FREEIMAGE_DIR=${LOCALBASE} \
+ -D3RDPARTY_GL2PS_DIR=${LOCALBASE} \
+ -D3RDPARTY_TBB_DIR=${LOCALBASE} \
+ -D3RDPARTY_TBB_DLL=${LOCALBASE}/lib \
+ -D3RDPARTY_TBB_MALLOC_DLL=${LOCALBASE}/lib
.endif
-.if ${PORT_OPTIONS:MQT}
-USE_QT4= corelib gui
-CONFIGURE_ARGS+=--with-qt=${LOCALBASE}
-LDFLAGS+= -L${QT_LIBDIR}
-.else
-PLIST_SUB+= QT="@comment "
+.if ${PORT_OPTIONS:MDOCS}
+BUILD_DEPENDS+= bash:${PORTSDIR}/shells/bash \
+ doxygen:${PORTSDIR}/devel/doxygen \
+ dot:${PORTSDIR}/graphics/graphviz \
+ pdflatex:${PORTSDIR}/print/teTeX-base \
+ inkscape:${PORTSDIR}/graphics/inkscape
+RUN_DEPENDS+= ${LOCALBASE}/www/MathJax/MathJax.js:${PORTSDIR}/www/mathjax
.endif
-.if ${PORT_OPTIONS:MJAVA}
-USE_JAVA= yes
-JAVA_VERSION= 1.6+
-CONFIGURE_ARGS+=--with-java-include=${JAVA_HOME}/include
+.if ${ARCH} == "i386"
+BITS= 32
.else
-CONFIGURE_ARGS+=--without-java-include
-PLIST_SUB+= JAVA="@comment "
+BITS= 64
.endif
-.if ${PORT_OPTIONS:MDATA}
-PORTDATA= *
-.endif
-.if ${PORT_OPTIONS:MDOCS}
-PORTDOCS= *
-.endif
-.if ${PORT_OPTIONS:MEXAMPLES}
-PORTEXAMPLES= *
-.endif
-
-F_MALLOC= OSD/OSD_signal_WNT.cxx OSD/OSD_Csharedmemory.c OSD/OSD_MemInfo.cxx \
- OSD/OSD_Thread.cxx OSD/OSD.cxx OSD/OSD_SharedLibrary.cxx \
- OSD/OSD_MemInfo.cxx MMgt/MMgt_StackManager.cxx Image/Image_PixMap.cxx \
- Standard/Standard_MMgrOpt.cxx Standard/Standard.cxx StepFile/step.yacc \
- StepFile/recfile.pc ExprIntrp/ExprIntrp.tab.c
-
pre-everything::
@${ECHO_MSG}
@${ECHO_MSG} "Warning: to build OpenCascade, you should have at least"
@@ -149,38 +89,55 @@ pre-everything::
@${ECHO_MSG}
pre-configure:
-.if ${PORT_OPTIONS:MQT}
- ${REINPLACE_CMD} -e 's|$$qt/include|${QT_INCDIR}|g' ${WRKSRC}/configure.ac
+ ${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 es in env.sh adm/templates/env.sh.in
+ ${REINPLACE_CMD} -e 's|lin|bsd|' ${WRKSRC}/${es}
+.endfor
+
+post-build:
+.if ${PORT_OPTIONS:MDOCS}
+ (cd ${WRKSRC} && ./gendoc -overview)
.endif
- ${REINPLACE_CMD} -e 's|<malloc.h>|<stdlib.h>|' ${F_MALLOC:C|^|${WRKSRC}/src/|}
post-install:
- ${CHOWN} -R ${SHAREOWN}:${SHAREGRP} ${PREFIX}/include/OpenCASCADE
- ${RM} -f ${OCCROOT}/src/OS/*.orig ${OCCROOT}/src/DrawResources/*.orig \
- ${PREFIX}/include/OpenCASCADE/Standard_CLocaleSentry.hxx.orig
- cd ${WRKSRC}/src && ${COPYTREE_SHARE} UnitsAPI ${OCCROOT}/src
-.if ${PORT_OPTIONS:MDATA}
- ${MKDIR} ${DATADIR}
-. for dir in data tests
- cd ${WRKSRC} && ${COPYTREE_SHARE} ${dir} ${DATADIR}
-. endfor
-.endif
+ ${MV} ${STAGEDIR}${OCCROOT}/bsd${BITS}/${COMPILER_TYPE}/bin/DRAWEXE \
+ ${STAGEDIR}${PREFIX}/bin/
+ (cd ${STAGEDIR}${PREFIX}/bin && \
+ ${LN} -sf DRAWEXE ${STAGEDIR}${OCCROOT}/bsd${BITS}/${COMPILER_TYPE}/bin/DRAWEXE)
+ ${MV} ${STAGEDIR}${OCCROOT}/bsd${BITS}/${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}/${COMPILER_TYPE}/lib/$${l}; \
+ done)
+ ${MKDIR} ${STAGEDIR}${PREFIX}/include/OpenCASCADE
+ (cd ${STAGEDIR}${OCCROOT}/inc && ${COPYTREE_SHARE} . ${STAGEDIR}${PREFIX}/include/OpenCASCADE)
+ ${RM} -rf ${STAGEDIR}${OCCROOT}/inc
+ ${MKDIR} ${STAGEDIR}${OCCROOT}/inc
+ (cd ${STAGEDIR}${PREFIX}/include/OpenCASCADE \
+ && for i in *; do \
+ ${LN} -sf $${i} ${STAGEDIR}${OCCROOT}/inc/$${i}; \
+ done)
+ (cd ${WRKSRC} && ${COPYTREE_SHARE} tests ${STAGEDIR}${OCCROOT})
.if ${PORT_OPTIONS:MDOCS}
- ${MKDIR} ${DOCSDIR}
- cd ${WRKSRC}/doc && ${COPYTREE_SHARE} . ${DOCSDIR}
-.endif
-.if ${PORT_OPTIONS:MEXAMPLES}
- ${MKDIR} ${EXAMPLESDIR}
- cd ${WRKSRC}/samples && ${COPYTREE_SHARE} . ${EXAMPLESDIR}
+ ${MKDIR} ${STAGEDIR}${DOCSDIR}
+ (cd ${WRKSRC}/doc/overview && ${COPYTREE_SHARE} . ${STAGEDIR}${DOCSDIR})
+ ${RMDIR} ${STAGEDIR}${DOCSDIR}/latex
.endif
.if defined(MAINTAINER_MODE)
regression-test: install
${MKDIR} /tmp/testOCC
bash -c "\
- cd ${OCCROOT} && . ${OCCROOT}/env_amk.sh && \
- CSF_TestScriptsPath=${DATADIR}/tests \
- CSF_TestDataPath=${DATADIR}/data \
+ cd ${OCCROOT} && . ${OCCROOT}/env.sh && \
+ CSF_TestScriptsPath=${OCCROOT}/tests \
+ CSF_TestDataPath=${OCCROOT}/data \
DRAWEXE -f ${FILESDIR}/regtest "
.endif
Modified: head/cad/opencascade/distinfo
==============================================================================
--- head/cad/opencascade/distinfo Tue May 6 19:36:52 2014 (r353123)
+++ head/cad/opencascade/distinfo Tue May 6 19:38:13 2014 (r353124)
@@ -1,2 +1,2 @@
-SHA256 (OpenCASCADE660.tgz) = e39fa4b2255b9bd9bf97aa122043f4608d97b6b79d922375da53275e42b25d60
-SIZE (OpenCASCADE660.tgz) = 119153607
+SHA256 (opencascade-6.7.1.tgz) = bda3080a2cce8fb4feea77e9aa4eebb6dab1de7d661af0437d3dbfab6286ac73
+SIZE (opencascade-6.7.1.tgz) = 194533180
Added: head/cad/opencascade/files/patch-CMakeLists.txt
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/cad/opencascade/files/patch-CMakeLists.txt Tue May 6 19:38:13 2014 (r353124)
@@ -0,0 +1,11 @@
+--- CMakeLists.txt.orig 2014-04-30 11:16:14.000000000 +0200
++++ CMakeLists.txt 2014-05-04 18:30:57.000000000 +0200
+@@ -100,7 +100,7 @@
+ elseif(APPLE)
+ SET(OS_WITH_BIT "mac${COMPILER_BITNESS}")
+ else()
+- SET(OS_WITH_BIT "lin${COMPILER_BITNESS}")
++ SET(OS_WITH_BIT "bsd${COMPILER_BITNESS}")
+ endif()
+
+ if (${COMPILER_BITNESS} STREQUAL 64)
Modified: head/cad/opencascade/files/patch-inc_Standard_CLocaleSentry.hxx
==============================================================================
--- head/cad/opencascade/files/patch-inc_Standard_CLocaleSentry.hxx Tue May 6 19:36:52 2014 (r353123)
+++ head/cad/opencascade/files/patch-inc_Standard_CLocaleSentry.hxx Tue May 6 19:38:13 2014 (r353124)
@@ -1,11 +1,11 @@
---- inc/Standard_CLocaleSentry.hxx.orig 2013-05-15 15:38:02.000000000 +0700
-+++ inc/Standard_CLocaleSentry.hxx 2013-05-15 15:57:18.000000000 +0700
-@@ -29,7 +29,7 @@
+--- ./inc/Standard_CLocaleSentry.hxx.orig 2014-04-29 11:40:41.000000000 +0200
++++ ./inc/Standard_CLocaleSentry.hxx 2014-05-04 14:42:56.000000000 +0200
+@@ -25,7 +25,7 @@
//! Notice that this is impossible to test (_POSIX_C_SOURCE >= 200809L)
//! since POSIX didn't declared such identifier.
//! We check _GNU_SOURCE for glibc extensions here and it is always defined by g++ compiler.
-#if defined(__APPLE__) || defined(_GNU_SOURCE) || defined(HAVE_XLOCALE_H)
-+#if defined(__APPLE__) || (defined(_GNU_SOURCE) && !defined(__FreeBSD__)) || defined(HAVE_XLOCALE_H) || (defined(__FreeBSD__) && (__FreeBSD_version>=900506))
++#if defined(__APPLE__) || defined(_GNU_SOURCE) || defined(__FreeBSD__) || defined(HAVE_XLOCALE_H)
#include <xlocale.h>
#ifndef HAVE_XLOCALE_H
#define HAVE_XLOCALE_H
Added: head/cad/opencascade/files/patch-src_OSD_OSD_MemInfo.cxx
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/cad/opencascade/files/patch-src_OSD_OSD_MemInfo.cxx Tue May 6 19:38:13 2014 (r353124)
@@ -0,0 +1,11 @@
+--- 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>
Added: head/cad/opencascade/files/patch-src_OSD_OSD_SharedLibrary.cxx
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/cad/opencascade/files/patch-src_OSD_OSD_SharedLibrary.cxx Tue May 6 19:38:13 2014 (r353124)
@@ -0,0 +1,11 @@
+--- src/OSD/OSD_SharedLibrary.cxx.orig 2014-04-29 11:40:36.000000000 +0200
++++ src/OSD/OSD_SharedLibrary.cxx 2014-05-04 14:21:09.000000000 +0200
+@@ -25,7 +25,7 @@
+ #include <stdio.h>
+
+ #ifdef HAVE_MALLOC_H
+-# include <malloc.h>
++# include <stdlib.h>
+ #endif
+
+ #ifdef __some_crappy_system__
Added: head/cad/opencascade/files/patch-src_Standard_Standard_MMgrOpt.cxx
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/cad/opencascade/files/patch-src_Standard_Standard_MMgrOpt.cxx Tue May 6 19:38:13 2014 (r353124)
@@ -0,0 +1,11 @@
+--- src/Standard/Standard_MMgrOpt.cxx.orig 2014-04-29 11:40:41.000000000 +0200
++++ src/Standard/Standard_MMgrOpt.cxx 2014-05-04 14:44:24.000000000 +0200
+@@ -42,7 +42,7 @@
+ # endif
+ #endif
+ #ifdef HAVE_MALLOC_H
+-# include <malloc.h>
++# include <stdlib.h>
+ #endif
+ #include <stdlib.h>
+ #include <sys/types.h>
Modified: head/cad/opencascade/pkg-plist
==============================================================================
--- head/cad/opencascade/pkg-plist Tue May 6 19:36:52 2014 (r353123)
+++ head/cad/opencascade/pkg-plist Tue May 6 19:38:13 2014 (r353124)
@@ -1,115 +1,28161 @@
-FreeBSD/bin
-FreeBSD/lib
-%%OCCROOT%%/custom_amk.sh
-%%OCCROOT%%/draw_amk.sh
-%%OCCROOT%%/env_amk.sh
-%%DRAW%%%%OCCROOT%%/src/DrawResources/CURVES.tcl
-%%DRAW%%%%OCCROOT%%/src/DrawResources/DRAW.doc
-%%DRAW%%%%OCCROOT%%/src/DrawResources/DRAW.info
-%%DRAW%%%%OCCROOT%%/src/DrawResources/Documentation.tcl
-%%DRAW%%%%OCCROOT%%/src/DrawResources/DrawDefault
-%%DRAW%%%%OCCROOT%%/src/DrawResources/DrawPlugin
-%%DRAW%%%%OCCROOT%%/src/DrawResources/DrawTK.tcl
-%%DRAW%%%%OCCROOT%%/src/DrawResources/FILES
-%%DRAW%%%%OCCROOT%%/src/DrawResources/Geometry.tcl
-%%DRAW%%%%OCCROOT%%/src/DrawResources/InitEnvironment.tcl
-%%DRAW%%%%OCCROOT%%/src/DrawResources/Move.tcl
-%%DRAW%%%%OCCROOT%%/src/DrawResources/PROFIL.tcl
-%%DRAW%%%%OCCROOT%%/src/DrawResources/SCAN.tcl
-%%DRAW%%%%OCCROOT%%/src/DrawResources/SURFACES.tcl
-%%DRAW%%%%OCCROOT%%/src/DrawResources/StandardCommands.tcl
-%%DRAW%%%%OCCROOT%%/src/DrawResources/StandardViews.tcl
-%%DRAW%%%%OCCROOT%%/src/DrawResources/TKTopTest.tcl
-%%DRAW%%%%OCCROOT%%/src/DrawResources/TestCommands.tcl
-%%DRAW%%%%OCCROOT%%/src/DrawResources/dftree.tcl
-%%DRAW%%%%OCCROOT%%/src/DrawResources/idoc
-%%DRAW%%%%OCCROOT%%/src/DrawResources/lamp.ico
-%%DRAW%%%%OCCROOT%%/src/DrawResources/mkdoc
-%%DRAW%%%%OCCROOT%%/src/DrawResources/tdoc
-%%OCCROOT%%/src/OS/ApplicationFramework.tcl
-%%OCCROOT%%/src/OS/DataExchange.tcl
-%%OCCROOT%%/src/OS/Draw.tcl
-%%OCCROOT%%/src/OS/FILES
-%%OCCROOT%%/src/OS/FoundationClasses.tcl
-%%OCCROOT%%/src/OS/ModelingAlgorithms.tcl
-%%OCCROOT%%/src/OS/ModelingData.tcl
-%%OCCROOT%%/src/OS/Modules.tcl
-%%OCCROOT%%/src/OS/Visualization.tcl
-%%DE%%%%OCCROOT%%/src/SHMessage/FILES
-%%DE%%%%OCCROOT%%/src/SHMessage/SHAPE.fr
-%%DE%%%%OCCROOT%%/src/SHMessage/SHAPE.us
-%%OCAF%%%%OCCROOT%%/src/StdResource/FILES
-%%OCAF%%%%OCCROOT%%/src/StdResource/MDTV-Standard.xwd
-%%OCAF%%%%OCCROOT%%/src/StdResource/MigrationSheet.txt
-%%OCAF%%%%OCCROOT%%/src/StdResource/Plugin
-%%OCAF%%%%OCCROOT%%/src/StdResource/Standard
-%%OCAF%%%%OCCROOT%%/src/StdResource/Standard.us
-%%OCAF%%%%OCCROOT%%/src/StdResource/StandardLite
-%%OCAF%%%%OCCROOT%%/src/StdResource/TObj
-%%OCAF%%%%OCCROOT%%/src/StdResource/XCAF
-%%VIS%%%%OCCROOT%%/src/Textures/1d_elevation.rgb
-%%VIS%%%%OCCROOT%%/src/Textures/2d_MatraDatavision.rgb
-%%VIS%%%%OCCROOT%%/src/Textures/2d_alienskin.rgb
-%%VIS%%%%OCCROOT%%/src/Textures/2d_aluminum.rgb
-%%VIS%%%%OCCROOT%%/src/Textures/2d_blue_rock.rgb
-%%VIS%%%%OCCROOT%%/src/Textures/2d_bluewhite_paper.rgb
-%%VIS%%%%OCCROOT%%/src/Textures/2d_brushed.rgb
-%%VIS%%%%OCCROOT%%/src/Textures/2d_bubbles.rgb
-%%VIS%%%%OCCROOT%%/src/Textures/2d_bumps.rgb
-%%VIS%%%%OCCROOT%%/src/Textures/2d_cast.rgb
-%%VIS%%%%OCCROOT%%/src/Textures/2d_chipbd.rgb
-%%VIS%%%%OCCROOT%%/src/Textures/2d_clouds.rgb
-%%VIS%%%%OCCROOT%%/src/Textures/2d_flesh.rgb
-%%VIS%%%%OCCROOT%%/src/Textures/2d_floor.rgb
-%%VIS%%%%OCCROOT%%/src/Textures/2d_galvnisd.rgb
-%%VIS%%%%OCCROOT%%/src/Textures/2d_grass.rgb
-%%VIS%%%%OCCROOT%%/src/Textures/2d_knurl.rgb
-%%VIS%%%%OCCROOT%%/src/Textures/2d_maple.rgb
-%%VIS%%%%OCCROOT%%/src/Textures/2d_marble.rgb
-%%VIS%%%%OCCROOT%%/src/Textures/2d_mottled.rgb
-%%VIS%%%%OCCROOT%%/src/Textures/2d_rain.rgb
-%%VIS%%%%OCCROOT%%/src/Textures/2d_rock.rgb
-%%VIS%%%%OCCROOT%%/src/Textures/FILES
-%%VIS%%%%OCCROOT%%/src/Textures/env_clouds.rgb
-%%VIS%%%%OCCROOT%%/src/Textures/env_cv.rgb
-%%VIS%%%%OCCROOT%%/src/Textures/env_lines.rgb
-%%VIS%%%%OCCROOT%%/src/Textures/env_medit.rgb
-%%VIS%%%%OCCROOT%%/src/Textures/env_pearl.rgb
-%%VIS%%%%OCCROOT%%/src/Textures/env_road.rgb
-%%VIS%%%%OCCROOT%%/src/Textures/env_sky1.rgb
-%%VIS%%%%OCCROOT%%/src/Textures/env_sky2.rgb
-%%OCCROOT%%/src/UnitsAPI/CurrentUnits
-%%OCCROOT%%/src/UnitsAPI/FILES
+%%OCCROOT%%/bsd%%BITS%%/%%CC%%/bin/DRAWEXE
+%%OCCROOT%%/bsd%%BITS%%/%%CC%%/lib/libFWOSPlugin.so
+%%OCCROOT%%/bsd%%BITS%%/%%CC%%/lib/libPTKernel.so
+%%OCCROOT%%/bsd%%BITS%%/%%CC%%/lib/libTKAdvTools.so
+%%OCCROOT%%/bsd%%BITS%%/%%CC%%/lib/libTKBO.so
+%%OCCROOT%%/bsd%%BITS%%/%%CC%%/lib/libTKBRep.so
+%%OCCROOT%%/bsd%%BITS%%/%%CC%%/lib/libTKBin.so
+%%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/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%%_64_.sh
+%%OCCROOT%%/data/csfdb/Motor-c.csfdb
+%%OCCROOT%%/data/csfdb/Motor-compound.csfdb
+%%OCCROOT%%/data/iges/bearing.iges
+%%OCCROOT%%/data/iges/hammer.iges
+%%OCCROOT%%/data/images/Graph.PNG
+%%OCCROOT%%/data/images/Image.xwd
+%%OCCROOT%%/data/images/cyl_4_1.gif
+%%OCCROOT%%/data/images/hlr.xwd
+%%OCCROOT%%/data/images/impexp.bmp
+%%OCCROOT%%/data/images/marker_box1.png
+%%OCCROOT%%/data/images/marker_box2.png
+%%OCCROOT%%/data/images/marker_dot.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/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/Piston.rle
+%%OCCROOT%%/data/occ/Propeller.rle
+%%OCCROOT%%/data/occ/Top.brep
+%%OCCROOT%%/data/occ/edge.brep
+%%OCCROOT%%/data/occ/face.brep
+%%OCCROOT%%/data/occ/face1.brep
+%%OCCROOT%%/data/occ/fuse.brep
+%%OCCROOT%%/data/occ/hammer.brep
+%%OCCROOT%%/data/occ/mal_ecrou.brep
+%%OCCROOT%%/data/occ/mal_tige.brep
+%%OCCROOT%%/data/occ/mal_vis.brep
+%%OCCROOT%%/data/occ/solid.brep
+%%OCCROOT%%/data/occ/wing.brep
+%%OCCROOT%%/data/step/linkrods.step
+%%OCCROOT%%/data/step/screw.step
+%%OCCROOT%%/data/stl/TR12J_OCC.stl
+%%OCCROOT%%/data/stl/TR12J_OCC64K.stl
+%%OCCROOT%%/data/stl/bearing.stl
+%%OCCROOT%%/data/stl/head.stl
+%%OCCROOT%%/data/stl/motor.stl
+%%OCCROOT%%/data/stl/propeller.stl
+%%OCCROOT%%/data/stl/sh1.stl
+%%OCCROOT%%/data/stl/sh2.stl
+%%OCCROOT%%/data/stl/shape.stl
+%%OCCROOT%%/data/stl/video_part.stl
+%%OCCROOT%%/data/vrml/face.vrml
+ at mode 555
+%%OCCROOT%%/draw.sh
+ at mode
+%%OCCROOT%%/env.sh
+%%OCCROOT%%/inc/AIS.hxx
+%%OCCROOT%%/inc/AIS_AngleDimension.hxx
+%%OCCROOT%%/inc/AIS_AttributeFilter.hxx
+%%OCCROOT%%/inc/AIS_AttributeFilter.lxx
+%%OCCROOT%%/inc/AIS_Axis.hxx
+%%OCCROOT%%/inc/AIS_Axis.lxx
+%%OCCROOT%%/inc/AIS_BadEdgeFilter.hxx
+%%OCCROOT%%/inc/AIS_C0RegularityFilter.hxx
+%%OCCROOT%%/inc/AIS_Chamf2dDimension.hxx
+%%OCCROOT%%/inc/AIS_Chamf2dDimension.lxx
+%%OCCROOT%%/inc/AIS_Chamf3dDimension.hxx
+%%OCCROOT%%/inc/AIS_Chamf3dDimension.lxx
+%%OCCROOT%%/inc/AIS_Circle.hxx
+%%OCCROOT%%/inc/AIS_Circle.lxx
+%%OCCROOT%%/inc/AIS_ClearMode.hxx
+%%OCCROOT%%/inc/AIS_ColoredShape.hxx
+%%OCCROOT%%/inc/AIS_ConcentricRelation.hxx
+%%OCCROOT%%/inc/AIS_ConnectStatus.hxx
+%%OCCROOT%%/inc/AIS_ConnectedInteractive.hxx
+%%OCCROOT%%/inc/AIS_ConnectedInteractive.lxx
+%%OCCROOT%%/inc/AIS_ConnectedShape.hxx
+%%OCCROOT%%/inc/AIS_DataMapIteratorOfDataMapOfILC.hxx
+%%OCCROOT%%/inc/AIS_DataMapIteratorOfDataMapOfIOStatus.hxx
+%%OCCROOT%%/inc/AIS_DataMapIteratorOfDataMapOfSelStat.hxx
+%%OCCROOT%%/inc/AIS_DataMapIteratorOfDataMapofIntegerListOfinteractive.hxx
+%%OCCROOT%%/inc/AIS_DataMapNodeOfDataMapOfILC.hxx
+%%OCCROOT%%/inc/AIS_DataMapNodeOfDataMapOfIOStatus.hxx
+%%OCCROOT%%/inc/AIS_DataMapNodeOfDataMapOfSelStat.hxx
+%%OCCROOT%%/inc/AIS_DataMapNodeOfDataMapofIntegerListOfinteractive.hxx
+%%OCCROOT%%/inc/AIS_DataMapOfILC.hxx
+%%OCCROOT%%/inc/AIS_DataMapOfIOStatus.hxx
+%%OCCROOT%%/inc/AIS_DataMapOfSelStat.hxx
+%%OCCROOT%%/inc/AIS_DataMapofIntegerListOfinteractive.hxx
+%%OCCROOT%%/inc/AIS_DiameterDimension.hxx
+%%OCCROOT%%/inc/AIS_Dimension.hxx
+%%OCCROOT%%/inc/AIS_DimensionOwner.hxx
+%%OCCROOT%%/inc/AIS_DimensionSelectionMode.hxx
+%%OCCROOT%%/inc/AIS_DisplayMode.hxx
+%%OCCROOT%%/inc/AIS_DisplaySpecialSymbol.hxx
+%%OCCROOT%%/inc/AIS_DisplayStatus.hxx
+%%OCCROOT%%/inc/AIS_Drawer.hxx
+%%OCCROOT%%/inc/AIS_Drawer.lxx
+%%OCCROOT%%/inc/AIS_EllipseRadiusDimension.hxx
+%%OCCROOT%%/inc/AIS_EqualDistanceRelation.hxx
+%%OCCROOT%%/inc/AIS_EqualDistanceRelation.lxx
+%%OCCROOT%%/inc/AIS_EqualRadiusRelation.hxx
+%%OCCROOT%%/inc/AIS_ExclusionFilter.hxx
+%%OCCROOT%%/inc/AIS_ExclusionFilter.lxx
+%%OCCROOT%%/inc/AIS_FixRelation.hxx
+%%OCCROOT%%/inc/AIS_FixRelation.lxx
+%%OCCROOT%%/inc/AIS_GlobalStatus.hxx
+%%OCCROOT%%/inc/AIS_GlobalStatus.lxx
+%%OCCROOT%%/inc/AIS_GraphicTool.hxx
+%%OCCROOT%%/inc/AIS_IdenticRelation.hxx
+%%OCCROOT%%/inc/AIS_IdenticRelation.lxx
+%%OCCROOT%%/inc/AIS_IndexedDataMapNodeOfIndexedDataMapOfOwnerPrs.hxx
+%%OCCROOT%%/inc/AIS_IndexedDataMapOfOwnerPrs.hxx
+%%OCCROOT%%/inc/AIS_InteractiveContext.hxx
+%%OCCROOT%%/inc/AIS_InteractiveContext.lxx
+%%OCCROOT%%/inc/AIS_InteractiveObject.hxx
+%%OCCROOT%%/inc/AIS_InteractiveObject.lxx
+%%OCCROOT%%/inc/AIS_KindOfDimension.hxx
+%%OCCROOT%%/inc/AIS_KindOfInteractive.hxx
+%%OCCROOT%%/inc/AIS_KindOfSurface.hxx
+%%OCCROOT%%/inc/AIS_KindOfUnit.hxx
+%%OCCROOT%%/inc/AIS_LengthDimension.hxx
+%%OCCROOT%%/inc/AIS_Line.hxx
+%%OCCROOT%%/inc/AIS_Line.lxx
+%%OCCROOT%%/inc/AIS_ListIteratorOfListOfInteractive.hxx
+%%OCCROOT%%/inc/AIS_ListNodeOfListOfInteractive.hxx
+%%OCCROOT%%/inc/AIS_ListOfInteractive.hxx
+%%OCCROOT%%/inc/AIS_LocalContext.hxx
+%%OCCROOT%%/inc/AIS_LocalContext.lxx
+%%OCCROOT%%/inc/AIS_LocalStatus.hxx
+%%OCCROOT%%/inc/AIS_LocalStatus.lxx
+%%OCCROOT%%/inc/AIS_MapIteratorOfMapOfInteractive.hxx
+%%OCCROOT%%/inc/AIS_MapOfInteractive.hxx
+%%OCCROOT%%/inc/AIS_MaxRadiusDimension.hxx
+%%OCCROOT%%/inc/AIS_MidPointRelation.hxx
+%%OCCROOT%%/inc/AIS_MidPointRelation.lxx
+%%OCCROOT%%/inc/AIS_MinRadiusDimension.hxx
+%%OCCROOT%%/inc/AIS_MultipleConnectedInteractive.hxx
+%%OCCROOT%%/inc/AIS_MultipleConnectedInteractive.lxx
+%%OCCROOT%%/inc/AIS_MultipleConnectedShape.hxx
+%%OCCROOT%%/inc/AIS_MultipleConnectedShape.lxx
+%%OCCROOT%%/inc/AIS_NDataMapOfTransientIteratorOfListTransient.hxx
+%%OCCROOT%%/inc/AIS_NListIteratorOfListTransient.hxx
+%%OCCROOT%%/inc/AIS_NListTransient.hxx
+%%OCCROOT%%/inc/AIS_OffsetDimension.hxx
+%%OCCROOT%%/inc/AIS_OffsetDimension.lxx
+%%OCCROOT%%/inc/AIS_PToContext.hxx
+%%OCCROOT%%/inc/AIS_ParallelRelation.hxx
+%%OCCROOT%%/inc/AIS_ParallelRelation.lxx
+%%OCCROOT%%/inc/AIS_PerpendicularRelation.hxx
+%%OCCROOT%%/inc/AIS_Plane.hxx
+%%OCCROOT%%/inc/AIS_Plane.lxx
+%%OCCROOT%%/inc/AIS_PlaneTrihedron.hxx
+%%OCCROOT%%/inc/AIS_PlaneTrihedron.lxx
+%%OCCROOT%%/inc/AIS_Point.hxx
+%%OCCROOT%%/inc/AIS_Point.lxx
+%%OCCROOT%%/inc/AIS_RadiusDimension.hxx
+%%OCCROOT%%/inc/AIS_Relation.hxx
+%%OCCROOT%%/inc/AIS_Relation.lxx
+%%OCCROOT%%/inc/AIS_SelectStatus.hxx
+%%OCCROOT%%/inc/AIS_Selection.hxx
+%%OCCROOT%%/inc/AIS_Selection.lxx
+%%OCCROOT%%/inc/AIS_SequenceNodeOfSequenceOfDimension.hxx
+%%OCCROOT%%/inc/AIS_SequenceNodeOfSequenceOfInteractive.hxx
+%%OCCROOT%%/inc/AIS_SequenceOfDimension.hxx
+%%OCCROOT%%/inc/AIS_SequenceOfInteractive.hxx
+%%OCCROOT%%/inc/AIS_Shape.hxx
+%%OCCROOT%%/inc/AIS_Shape.lxx
+%%OCCROOT%%/inc/AIS_SignatureFilter.hxx
+%%OCCROOT%%/inc/AIS_StandardDatum.hxx
+%%OCCROOT%%/inc/AIS_StatusOfDetection.hxx
+%%OCCROOT%%/inc/AIS_StatusOfPick.hxx
+%%OCCROOT%%/inc/AIS_StdMapNodeOfMapOfInteractive.hxx
+%%OCCROOT%%/inc/AIS_SymmetricRelation.hxx
+%%OCCROOT%%/inc/AIS_SymmetricRelation.lxx
+%%OCCROOT%%/inc/AIS_TangentRelation.hxx
+%%OCCROOT%%/inc/AIS_TexturedShape.hxx
+%%OCCROOT%%/inc/AIS_Triangulation.hxx
+%%OCCROOT%%/inc/AIS_Trihedron.hxx
+%%OCCROOT%%/inc/AIS_Trihedron.lxx
+%%OCCROOT%%/inc/AIS_TypeFilter.hxx
+%%OCCROOT%%/inc/AIS_TypeOfAttribute.hxx
+%%OCCROOT%%/inc/AIS_TypeOfAxis.hxx
+%%OCCROOT%%/inc/AIS_TypeOfDist.hxx
+%%OCCROOT%%/inc/AIS_TypeOfIso.hxx
+%%OCCROOT%%/inc/AIS_TypeOfPlane.hxx
+%%OCCROOT%%/inc/APIHeaderSection_EditHeader.hxx
+%%OCCROOT%%/inc/APIHeaderSection_MakeHeader.hxx
+%%OCCROOT%%/inc/Adaptor2d_Curve2d.hxx
+%%OCCROOT%%/inc/Adaptor2d_Curve2dPtr.hxx
+%%OCCROOT%%/inc/Adaptor2d_GenHCurve2d.gxx
+%%OCCROOT%%/inc/Adaptor2d_GenHCurve2d.lxx
+%%OCCROOT%%/inc/Adaptor2d_HCurve2d.hxx
+%%OCCROOT%%/inc/Adaptor2d_HCurve2d.lxx
+%%OCCROOT%%/inc/Adaptor2d_HLine2d.hxx
+%%OCCROOT%%/inc/Adaptor2d_Line2d.hxx
+%%OCCROOT%%/inc/Adaptor3d_Curve.hxx
+%%OCCROOT%%/inc/Adaptor3d_CurveOnSurface.hxx
+%%OCCROOT%%/inc/Adaptor3d_CurveOnSurfacePtr.hxx
+%%OCCROOT%%/inc/Adaptor3d_CurvePtr.hxx
+%%OCCROOT%%/inc/Adaptor3d_GenHCurve.gxx
+%%OCCROOT%%/inc/Adaptor3d_GenHCurve.lxx
+%%OCCROOT%%/inc/Adaptor3d_GenHSurface.gxx
+%%OCCROOT%%/inc/Adaptor3d_GenHSurface.lxx
+%%OCCROOT%%/inc/Adaptor3d_HCurve.hxx
+%%OCCROOT%%/inc/Adaptor3d_HCurve.lxx
+%%OCCROOT%%/inc/Adaptor3d_HCurveOnSurface.hxx
+%%OCCROOT%%/inc/Adaptor3d_HIsoCurve.hxx
+%%OCCROOT%%/inc/Adaptor3d_HOffsetCurve.hxx
+%%OCCROOT%%/inc/Adaptor3d_HSurface.hxx
+%%OCCROOT%%/inc/Adaptor3d_HSurface.lxx
+%%OCCROOT%%/inc/Adaptor3d_HSurfaceOfLinearExtrusion.hxx
+%%OCCROOT%%/inc/Adaptor3d_HSurfaceOfRevolution.hxx
+%%OCCROOT%%/inc/Adaptor3d_HSurfaceTool.hxx
+%%OCCROOT%%/inc/Adaptor3d_HSurfaceTool.lxx
+%%OCCROOT%%/inc/Adaptor3d_HVertex.hxx
+%%OCCROOT%%/inc/Adaptor3d_InterFunc.hxx
+%%OCCROOT%%/inc/Adaptor3d_IsoCurve.hxx
+%%OCCROOT%%/inc/Adaptor3d_IsoCurve.lxx
+%%OCCROOT%%/inc/Adaptor3d_OffsetCurve.hxx
+%%OCCROOT%%/inc/Adaptor3d_OffsetCurve.lxx
+%%OCCROOT%%/inc/Adaptor3d_Surface.hxx
+%%OCCROOT%%/inc/Adaptor3d_SurfaceOfLinearExtrusion.hxx
+%%OCCROOT%%/inc/Adaptor3d_SurfaceOfRevolution.hxx
+%%OCCROOT%%/inc/Adaptor3d_SurfacePtr.hxx
+%%OCCROOT%%/inc/Adaptor3d_TopolTool.hxx
+%%OCCROOT%%/inc/AdvApp2Var_ApproxAFunc2Var.hxx
+%%OCCROOT%%/inc/AdvApp2Var_ApproxAFunc2Var.lxx
+%%OCCROOT%%/inc/AdvApp2Var_ApproxF2var.hxx
+%%OCCROOT%%/inc/AdvApp2Var_Context.hxx
+%%OCCROOT%%/inc/AdvApp2Var_Criterion.hxx
+%%OCCROOT%%/inc/AdvApp2Var_CriterionRepartition.hxx
+%%OCCROOT%%/inc/AdvApp2Var_CriterionType.hxx
+%%OCCROOT%%/inc/AdvApp2Var_Data.hxx
+%%OCCROOT%%/inc/AdvApp2Var_Data_f2c.hxx
+%%OCCROOT%%/inc/AdvApp2Var_EvaluatorFunc2Var.hxx
+%%OCCROOT%%/inc/AdvApp2Var_Framework.hxx
+%%OCCROOT%%/inc/AdvApp2Var_Framework.lxx
+%%OCCROOT%%/inc/AdvApp2Var_Iso.hxx
+%%OCCROOT%%/inc/AdvApp2Var_MathBase.hxx
+%%OCCROOT%%/inc/AdvApp2Var_Network.hxx
+%%OCCROOT%%/inc/AdvApp2Var_Network.lxx
+%%OCCROOT%%/inc/AdvApp2Var_Node.hxx
+%%OCCROOT%%/inc/AdvApp2Var_Patch.hxx
+%%OCCROOT%%/inc/AdvApp2Var_SequenceNodeOfSequenceOfNode.hxx
+%%OCCROOT%%/inc/AdvApp2Var_SequenceNodeOfSequenceOfPatch.hxx
+%%OCCROOT%%/inc/AdvApp2Var_SequenceNodeOfSequenceOfStrip.hxx
+%%OCCROOT%%/inc/AdvApp2Var_SequenceNodeOfStrip.hxx
+%%OCCROOT%%/inc/AdvApp2Var_SequenceOfNode.hxx
+%%OCCROOT%%/inc/AdvApp2Var_SequenceOfPatch.hxx
+%%OCCROOT%%/inc/AdvApp2Var_SequenceOfStrip.hxx
+%%OCCROOT%%/inc/AdvApp2Var_Strip.hxx
+%%OCCROOT%%/inc/AdvApp2Var_SysBase.hxx
+%%OCCROOT%%/inc/AdvApprox_ApproxAFunction.hxx
+%%OCCROOT%%/inc/AdvApprox_ApproxAFunction.lxx
+%%OCCROOT%%/inc/AdvApprox_Cutting.hxx
+%%OCCROOT%%/inc/AdvApprox_DichoCutting.hxx
+%%OCCROOT%%/inc/AdvApprox_EvaluatorFunction.hxx
+%%OCCROOT%%/inc/AdvApprox_PrefAndRec.hxx
+%%OCCROOT%%/inc/AdvApprox_PrefCutting.hxx
+%%OCCROOT%%/inc/AdvApprox_SimpleApprox.hxx
+%%OCCROOT%%/inc/AppBlend_AppSurf.gxx
+%%OCCROOT%%/inc/AppBlend_AppSurf.lxx
+%%OCCROOT%%/inc/AppBlend_Approx.hxx
+%%OCCROOT%%/inc/AppBlend_Line.gxx
+%%OCCROOT%%/inc/AppBlend_Line.lxx
+%%OCCROOT%%/inc/AppBlend_SectionGenerator.gxx
+%%OCCROOT%%/inc/AppCont_ContMatrices.hxx
+%%OCCROOT%%/inc/AppCont_FitFunction.hxx
+%%OCCROOT%%/inc/AppCont_FitFunction2d.hxx
+%%OCCROOT%%/inc/AppCont_Function.hxx
+%%OCCROOT%%/inc/AppCont_Function2d.hxx
+%%OCCROOT%%/inc/AppCont_FunctionTool.hxx
+%%OCCROOT%%/inc/AppCont_FunctionTool2d.hxx
+%%OCCROOT%%/inc/AppCont_LeastSquare.gxx
+%%OCCROOT%%/inc/AppCont_SurfLeastSquare.gxx
+%%OCCROOT%%/inc/AppCont_TheLineTool.gxx
+%%OCCROOT%%/inc/AppCont_TheSurfTool.gxx
+%%OCCROOT%%/inc/AppDef_Array1OfMultiPointConstraint.hxx
+%%OCCROOT%%/inc/AppDef_BSpGradient_BFGSOfMyBSplGradientOfBSplineCompute.hxx
+%%OCCROOT%%/inc/AppDef_BSpParFunctionOfMyBSplGradientOfBSplineCompute.hxx
+%%OCCROOT%%/inc/AppDef_BSpParLeastSquareOfMyBSplGradientOfBSplineCompute.hxx
+%%OCCROOT%%/inc/AppDef_BSplineCompute.hxx
+%%OCCROOT%%/inc/AppDef_Compute.hxx
+%%OCCROOT%%/inc/AppDef_Gradient_BFGSOfMyGradientOfCompute.hxx
+%%OCCROOT%%/inc/AppDef_Gradient_BFGSOfMyGradientbisOfBSplineCompute.hxx
+%%OCCROOT%%/inc/AppDef_Gradient_BFGSOfTheGradient.hxx
+%%OCCROOT%%/inc/AppDef_HArray1OfMultiPointConstraint.hxx
+%%OCCROOT%%/inc/AppDef_MultiLine.hxx
+%%OCCROOT%%/inc/AppDef_MultiPointConstraint.hxx
+%%OCCROOT%%/inc/AppDef_MyBSplGradientOfBSplineCompute.hxx
+%%OCCROOT%%/inc/AppDef_MyCriterionOfTheVariational.hxx
+%%OCCROOT%%/inc/AppDef_MyGradientOfCompute.hxx
+%%OCCROOT%%/inc/AppDef_MyGradientbisOfBSplineCompute.hxx
+%%OCCROOT%%/inc/AppDef_MyLineTool.hxx
+%%OCCROOT%%/inc/AppDef_ParFunctionOfMyGradientOfCompute.hxx
+%%OCCROOT%%/inc/AppDef_ParFunctionOfMyGradientbisOfBSplineCompute.hxx
+%%OCCROOT%%/inc/AppDef_ParFunctionOfTheGradient.hxx
+%%OCCROOT%%/inc/AppDef_ParLeastSquareOfMyGradientOfCompute.hxx
+%%OCCROOT%%/inc/AppDef_ParLeastSquareOfMyGradientbisOfBSplineCompute.hxx
+%%OCCROOT%%/inc/AppDef_ParLeastSquareOfTheGradient.hxx
+%%OCCROOT%%/inc/AppDef_ResConstraintOfMyGradientOfCompute.hxx
+%%OCCROOT%%/inc/AppDef_ResConstraintOfMyGradientbisOfBSplineCompute.hxx
+%%OCCROOT%%/inc/AppDef_ResConstraintOfTheGradient.hxx
+%%OCCROOT%%/inc/AppDef_TheFunction.hxx
+%%OCCROOT%%/inc/AppDef_TheGradient.hxx
+%%OCCROOT%%/inc/AppDef_TheLeastSquares.hxx
+%%OCCROOT%%/inc/AppDef_TheResol.hxx
+%%OCCROOT%%/inc/AppDef_TheVariational.hxx
+%%OCCROOT%%/inc/AppParCurves.hxx
+%%OCCROOT%%/inc/AppParCurves_Array1OfConstraintCouple.hxx
+%%OCCROOT%%/inc/AppParCurves_Array1OfMultiBSpCurve.hxx
+%%OCCROOT%%/inc/AppParCurves_Array1OfMultiCurve.hxx
+%%OCCROOT%%/inc/AppParCurves_Array1OfMultiPoint.hxx
+%%OCCROOT%%/inc/AppParCurves_BSpFunction.gxx
+%%OCCROOT%%/inc/AppParCurves_BSpGradient.gxx
+%%OCCROOT%%/inc/AppParCurves_BSpGradient_BFGS.gxx
+%%OCCROOT%%/inc/AppParCurves_Constraint.hxx
+%%OCCROOT%%/inc/AppParCurves_ConstraintCouple.hxx
+%%OCCROOT%%/inc/AppParCurves_Function.gxx
+%%OCCROOT%%/inc/AppParCurves_Gradient.gxx
+%%OCCROOT%%/inc/AppParCurves_Gradient_BFGS.gxx
+%%OCCROOT%%/inc/AppParCurves_HArray1OfConstraintCouple.hxx
+%%OCCROOT%%/inc/AppParCurves_HArray1OfMultiBSpCurve.hxx
+%%OCCROOT%%/inc/AppParCurves_HArray1OfMultiCurve.hxx
+%%OCCROOT%%/inc/AppParCurves_HArray1OfMultiPoint.hxx
+%%OCCROOT%%/inc/AppParCurves_LeastSquare.gxx
+%%OCCROOT%%/inc/AppParCurves_LinearCriteria.gxx
+%%OCCROOT%%/inc/AppParCurves_MLineTool.gxx
+%%OCCROOT%%/inc/AppParCurves_MultiBSpCurve.hxx
+%%OCCROOT%%/inc/AppParCurves_MultiCurve.hxx
+%%OCCROOT%%/inc/AppParCurves_MultiPoint.hxx
+%%OCCROOT%%/inc/AppParCurves_MultiPoint.lxx
+%%OCCROOT%%/inc/AppParCurves_Projection.gxx
+%%OCCROOT%%/inc/AppParCurves_ResolConstraint.gxx
+%%OCCROOT%%/inc/AppParCurves_SequenceNodeOfSequenceOfMultiBSpCurve.hxx
+%%OCCROOT%%/inc/AppParCurves_SequenceNodeOfSequenceOfMultiCurve.hxx
+%%OCCROOT%%/inc/AppParCurves_SequenceOfMultiBSpCurve.hxx
+%%OCCROOT%%/inc/AppParCurves_SequenceOfMultiCurve.hxx
+%%OCCROOT%%/inc/AppParCurves_SmoothCriterion.hxx
+%%OCCROOT%%/inc/AppParCurves_Variational.gxx
+%%OCCROOT%%/inc/AppParCurves_Variational_1.gxx
+%%OCCROOT%%/inc/AppParCurves_Variational_2.gxx
+%%OCCROOT%%/inc/AppParCurves_Variational_3.gxx
+%%OCCROOT%%/inc/AppParCurves_Variational_4.gxx
+%%OCCROOT%%/inc/AppParCurves_Variational_5.gxx
+%%OCCROOT%%/inc/AppParCurves_Variational_6.gxx
+%%OCCROOT%%/inc/AppParCurves_Variational_7.gxx
+%%OCCROOT%%/inc/AppParCurves_Variational_8.gxx
+%%OCCROOT%%/inc/AppParCurves_Variational_9.gxx
+%%OCCROOT%%/inc/AppStdL_Application.hxx
+%%OCCROOT%%/inc/AppStd_Application.hxx
+%%OCCROOT%%/inc/ApproxInt_Approx.gxx
+%%OCCROOT%%/inc/ApproxInt_ImpPrmSvSurfaces.gxx
+%%OCCROOT%%/inc/ApproxInt_MultiLine.gxx
+%%OCCROOT%%/inc/ApproxInt_MultiLineTool.gxx
+%%OCCROOT%%/inc/ApproxInt_MultiLineTool.lxx
+%%OCCROOT%%/inc/ApproxInt_PrmPrmSvSurfaces.gxx
+%%OCCROOT%%/inc/ApproxInt_SvSurfaces.hxx
+%%OCCROOT%%/inc/ApproxInt_WLine.gxx
+%%OCCROOT%%/inc/Approx_Array1OfAdHSurface.hxx
+%%OCCROOT%%/inc/Approx_Array1OfGTrsf2d.hxx
+%%OCCROOT%%/inc/Approx_BSplComputeLine.gxx
+%%OCCROOT%%/inc/Approx_ComputeCLine.gxx
+%%OCCROOT%%/inc/Approx_ComputeCSurface.gxx
+%%OCCROOT%%/inc/Approx_ComputeLine.gxx
+%%OCCROOT%%/inc/Approx_Curve2d.hxx
+%%OCCROOT%%/inc/Approx_Curve3d.hxx
+%%OCCROOT%%/inc/Approx_CurveOnSurface.hxx
+%%OCCROOT%%/inc/Approx_CurvilinearParameter.hxx
+%%OCCROOT%%/inc/Approx_CurvlinFunc.hxx
+%%OCCROOT%%/inc/Approx_FitAndDivide.hxx
+%%OCCROOT%%/inc/Approx_FitAndDivide2d.hxx
+%%OCCROOT%%/inc/Approx_HArray1OfAdHSurface.hxx
+%%OCCROOT%%/inc/Approx_HArray1OfGTrsf2d.hxx
+%%OCCROOT%%/inc/Approx_MCurvesToBSpCurve.hxx
+%%OCCROOT%%/inc/Approx_MyLeastSquareOfFitAndDivide.hxx
+%%OCCROOT%%/inc/Approx_MyLeastSquareOfFitAndDivide2d.hxx
+%%OCCROOT%%/inc/Approx_ParametrizationType.hxx
+%%OCCROOT%%/inc/Approx_SameParameter.hxx
+%%OCCROOT%%/inc/Approx_SameParameter.lxx
+%%OCCROOT%%/inc/Approx_SequenceNodeOfSequenceOfHArray1OfReal.hxx
+%%OCCROOT%%/inc/Approx_SequenceOfHArray1OfReal.hxx
+%%OCCROOT%%/inc/Approx_Status.hxx
+%%OCCROOT%%/inc/Approx_SweepApproximation.hxx
+%%OCCROOT%%/inc/Approx_SweepApproximation.lxx
+%%OCCROOT%%/inc/Approx_SweepFunction.hxx
+%%OCCROOT%%/inc/Approx_TheLineTool.gxx
+%%OCCROOT%%/inc/Aspect.hxx
+%%OCCROOT%%/inc/Aspect_Array1OfEdge.hxx
+%%OCCROOT%%/inc/Aspect_AspectFillArea.hxx
+%%OCCROOT%%/inc/Aspect_AspectFillAreaDefinitionError.hxx
+%%OCCROOT%%/inc/Aspect_AspectLine.hxx
+%%OCCROOT%%/inc/Aspect_AspectLineDefinitionError.hxx
+%%OCCROOT%%/inc/Aspect_AspectMarker.hxx
+%%OCCROOT%%/inc/Aspect_AspectMarkerDefinitionError.hxx
+%%OCCROOT%%/inc/Aspect_Background.hxx
+%%OCCROOT%%/inc/Aspect_BadAccess.hxx
+%%OCCROOT%%/inc/Aspect_CLayer2d.hxx
+%%OCCROOT%%/inc/Aspect_CardinalPoints.hxx
+%%OCCROOT%%/inc/Aspect_CircularGrid.hxx
+%%OCCROOT%%/inc/Aspect_ColorCubeColorMap.hxx
+%%OCCROOT%%/inc/Aspect_ColorMap.hxx
+%%OCCROOT%%/inc/Aspect_ColorMapDefinitionError.hxx
+%%OCCROOT%%/inc/Aspect_ColorMapEntry.hxx
+%%OCCROOT%%/inc/Aspect_ColorPixel.hxx
+%%OCCROOT%%/inc/Aspect_ColorRampColorMap.hxx
+%%OCCROOT%%/inc/Aspect_ColorScale.hxx
+%%OCCROOT%%/inc/Aspect_Convert.hxx
+%%OCCROOT%%/inc/Aspect_Display.hxx
+%%OCCROOT%%/inc/Aspect_DisplayConnection.hxx
+%%OCCROOT%%/inc/Aspect_DisplayConnectionDefinitionError.hxx
+%%OCCROOT%%/inc/Aspect_DisplayConnection_Handle.hxx
+%%OCCROOT%%/inc/Aspect_Drawable.hxx
+%%OCCROOT%%/inc/Aspect_Driver.hxx
+%%OCCROOT%%/inc/Aspect_DriverDefinitionError.hxx
+%%OCCROOT%%/inc/Aspect_DriverError.hxx
+%%OCCROOT%%/inc/Aspect_DriverPtr.hxx
+%%OCCROOT%%/inc/Aspect_Edge.hxx
+%%OCCROOT%%/inc/Aspect_EdgeDefinitionError.hxx
+%%OCCROOT%%/inc/Aspect_FStream.hxx
+%%OCCROOT%%/inc/Aspect_FillMethod.hxx
+%%OCCROOT%%/inc/Aspect_FontMap.hxx
+%%OCCROOT%%/inc/Aspect_FontMapDefinitionError.hxx
+%%OCCROOT%%/inc/Aspect_FontMapEntry.hxx
+%%OCCROOT%%/inc/Aspect_FontStyle.hxx
+%%OCCROOT%%/inc/Aspect_FontStyleDefinitionError.hxx
+%%OCCROOT%%/inc/Aspect_FormatOfSheetPaper.hxx
+%%OCCROOT%%/inc/Aspect_GenId.hxx
+%%OCCROOT%%/inc/Aspect_GenericColorMap.hxx
+%%OCCROOT%%/inc/Aspect_GradientBackground.hxx
+%%OCCROOT%%/inc/Aspect_GradientFillMethod.hxx
+%%OCCROOT%%/inc/Aspect_GraphicCallbackProc.hxx
+%%OCCROOT%%/inc/Aspect_GraphicDeviceDefinitionError.hxx
+%%OCCROOT%%/inc/Aspect_Grid.hxx
+%%OCCROOT%%/inc/Aspect_GridDrawMode.hxx
+%%OCCROOT%%/inc/Aspect_GridType.hxx
+%%OCCROOT%%/inc/Aspect_Handle.hxx
+%%OCCROOT%%/inc/Aspect_HatchStyle.hxx
+%%OCCROOT%%/inc/Aspect_IFStream.hxx
+%%OCCROOT%%/inc/Aspect_IdentDefinitionError.hxx
+%%OCCROOT%%/inc/Aspect_IndexPixel.hxx
+%%OCCROOT%%/inc/Aspect_InteriorStyle.hxx
+%%OCCROOT%%/inc/Aspect_LineStyle.hxx
+%%OCCROOT%%/inc/Aspect_LineStyleDefinitionError.hxx
+%%OCCROOT%%/inc/Aspect_LineWidthDefinitionError.hxx
+%%OCCROOT%%/inc/Aspect_ListingType.hxx
+%%OCCROOT%%/inc/Aspect_MarkMap.hxx
+%%OCCROOT%%/inc/Aspect_MarkMapDefinitionError.hxx
+%%OCCROOT%%/inc/Aspect_MarkMapEntry.hxx
+%%OCCROOT%%/inc/Aspect_MarkerStyle.hxx
+%%OCCROOT%%/inc/Aspect_MarkerStyleDefinitionError.hxx
+%%OCCROOT%%/inc/Aspect_Pixel.hxx
+%%OCCROOT%%/inc/Aspect_PixmapDefinitionError.hxx
+%%OCCROOT%%/inc/Aspect_PixmapError.hxx
+%%OCCROOT%%/inc/Aspect_PlotMode.hxx
+%%OCCROOT%%/inc/Aspect_PlotterOrigin.hxx
+%%OCCROOT%%/inc/Aspect_PolyStyleDefinitionError.hxx
+%%OCCROOT%%/inc/Aspect_PolygonOffsetMode.hxx
+%%OCCROOT%%/inc/Aspect_PrintAlgo.hxx
+%%OCCROOT%%/inc/Aspect_RGBPixel.hxx
+%%OCCROOT%%/inc/Aspect_RectangularGrid.hxx
+%%OCCROOT%%/inc/Aspect_RenderingContext.hxx
+%%OCCROOT%%/inc/Aspect_SequenceNodeOfSequenceOfColor.hxx
+%%OCCROOT%%/inc/Aspect_SequenceNodeOfSequenceOfColorMapEntry.hxx
+%%OCCROOT%%/inc/Aspect_SequenceNodeOfSequenceOfFontMapEntry.hxx
+%%OCCROOT%%/inc/Aspect_SequenceNodeOfSequenceOfMarkMapEntry.hxx
+%%OCCROOT%%/inc/Aspect_SequenceNodeOfSequenceOfTypeMapEntry.hxx
+%%OCCROOT%%/inc/Aspect_SequenceNodeOfSequenceOfWidthMapEntry.hxx
+%%OCCROOT%%/inc/Aspect_SequenceOfColor.hxx
+%%OCCROOT%%/inc/Aspect_SequenceOfColorMapEntry.hxx
+%%OCCROOT%%/inc/Aspect_SequenceOfFontMapEntry.hxx
+%%OCCROOT%%/inc/Aspect_SequenceOfMarkMapEntry.hxx
+%%OCCROOT%%/inc/Aspect_SequenceOfTypeMapEntry.hxx
+%%OCCROOT%%/inc/Aspect_SequenceOfWidthMapEntry.hxx
+%%OCCROOT%%/inc/Aspect_TypeMap.hxx
+%%OCCROOT%%/inc/Aspect_TypeMapDefinitionError.hxx
+%%OCCROOT%%/inc/Aspect_TypeMapEntry.hxx
+%%OCCROOT%%/inc/Aspect_TypeOfColorMap.hxx
+%%OCCROOT%%/inc/Aspect_TypeOfColorScaleData.hxx
+%%OCCROOT%%/inc/Aspect_TypeOfColorScaleOrientation.hxx
+%%OCCROOT%%/inc/Aspect_TypeOfColorScalePosition.hxx
+%%OCCROOT%%/inc/Aspect_TypeOfColorSpace.hxx
+%%OCCROOT%%/inc/Aspect_TypeOfConstraint.hxx
+%%OCCROOT%%/inc/Aspect_TypeOfDeflection.hxx
+%%OCCROOT%%/inc/Aspect_TypeOfDisplayText.hxx
+%%OCCROOT%%/inc/Aspect_TypeOfDrawMode.hxx
+%%OCCROOT%%/inc/Aspect_TypeOfEdge.hxx
+%%OCCROOT%%/inc/Aspect_TypeOfFacingModel.hxx
+%%OCCROOT%%/inc/Aspect_TypeOfFont.hxx
+%%OCCROOT%%/inc/Aspect_TypeOfHighlightMethod.hxx
+%%OCCROOT%%/inc/Aspect_TypeOfLayer.hxx
+%%OCCROOT%%/inc/Aspect_TypeOfLine.hxx
+%%OCCROOT%%/inc/Aspect_TypeOfMarker.hxx
+%%OCCROOT%%/inc/Aspect_TypeOfPrimitive.hxx
*** DIFF OUTPUT TRUNCATED AT 1000 LINES ***
More information about the svn-ports-all
mailing list