From: "Adam C. Powell, IV" Date: Fri, 6 May 2011 13:52:41 +0000 (+0100) Subject: opencascade (6.5.0.dfsg-2) unstable; urgency=low X-Git-Tag: archive/raspbian/7.3.0+dfsg1-4+rpi1~1^2^2~31 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=48faf1d4c818f9f118729ea6e33d9a01f8eeba0d;p=opencascade.git opencascade (6.5.0.dfsg-2) unstable; urgency=low [ Denis Barbier ] * Add debian/patches/submitted/ftbfs-g++4.6.patch Fix FTBFS with g++ 4.6. Closes: #624943 * Add debian/patches/submitted/fix-Abs-parenthesis.patch Fix misplaced parenthesis, patch by Fotios Sioutis on the OpenCascade forum. * debian/patches/hurd-fixes.patch: Rename ED variable into EData, as ED is a macro defined in errno.h on the Hurd. * Fix sparc v9 detection in fix-asm.patch to fix FTBFS on sparc64. * Fix debian/patches/compatibility-occ630-Value.patch: the old Value() method did return a distance whereas SquareDistance() now returns a square distance, so Value() must call sqrt(). Thanks to Roman Lygin and Mikhail Sazonov for the catch on the OpenCASCADE forum. [ Adam C. Powell, IV ] * Bumped Standards-Version to 3.9.2, no changes needed. [dgit import unpatched opencascade 6.5.0.dfsg-2] --- 48faf1d4c818f9f118729ea6e33d9a01f8eeba0d diff --cc debian/DRAWEXE.1 index 000000000,000000000..8a8b909fc new file mode 100644 --- /dev/null +++ b/debian/DRAWEXE.1 @@@ -1,0 -1,0 +1,11 @@@ ++.TH DRAWEXE 1 "OpenCASCADE test harness" "DEBIAN" \" -*- nroff -*- ++.SH NAME ++DRAWEXE \- OpenCASCADE test harness ++.SH SYNOPSIS ++\fBDRAWEXE\fP ++.SH DESCRIPTION ++This program provides a kind of scripting interface to the OpenCASCADE ++libraries. You can perform a simple test by starting it and entering at the ++command line: "pload ALL" then "source /usr/share/opencascade/6.5.0/src/DrawResources/VisualizationDemo.tcl". ++.SH AUTHOR ++Adam Powell diff --cc debian/README.Debian.html index 000000000,000000000..d25c2dbbd new file mode 100644 --- /dev/null +++ b/debian/README.Debian.html @@@ -1,0 -1,0 +1,39 @@@ ++OpenCASCADE Debian Package Description ++ ++
++

OpenCASCADE Debian Package

++

By Adam Powell
Last updated March 8, 2011 for version ++ 6.5.0.dfsg-1

++
++ ++

Welcome to the Debian package for the amazing OpenCASCADE! The ++ opencascade source package builds the following binary packages:

++ ++ ++

Open questions:

++ ++ ++

Later plans include:

++ ++ ++

Share and enjoy!

++ ++ diff --cc debian/README.source index 000000000,000000000..c407c15d3 new file mode 100644 --- /dev/null +++ b/debian/README.source @@@ -1,0 -1,0 +1,12 @@@ ++This package uses quilt to manage all modifications to the upstream ++source. Changes are stored in the source package as diffs in ++debian/patches and applied during the build. ++ ++Please refer to /usr/share/doc/quilt/README.source for details. ++ ++Original tarball was downloaded from ++ http://files.opencascade.com/OCCT/OCC_6.5_release/OpenCASCADE650.tar.gz ++It has been repacked after removing those non-DFSG files: ++ doc/ ++ ros/src/FontMFT/*.mft ++ diff --cc debian/audit.txt index 000000000,000000000..8dbef6179 new file mode 100644 --- /dev/null +++ b/debian/audit.txt @@@ -1,0 -1,0 +1,48 @@@ ++This file will describe the copyrights and licenses for all files in the ++OpenCASCADE distribution. ++Current status: ++ros/src: 6/536 directories audited by checking each file's copyright notice. ++All files/dirs audited using a grep test, results in the copyright file. ++ ++ros/src/Adaptor2d ++ - Copyright 1992-1995 Matra Datavision ++ - Only .cdl files have copyright notices ++ - No license mentioned ++ ++ros/src/Adaptor3d ++ - Copyright 1992-1994, 1998 Matra Datavision ++ - Only .cdl files have copyright ++ - No license mentioned ++ - Note: Adaptor3d_GenHSurface.lxx is newer (1995) than .cdl (1994) ++ - Note: Adaptor3d_CurveOnSurface.cxx indicates modifications through 2002 ++ - Note: Adaptor3d_TopolTool.cdl indicates modifications through 2005 ++ ++ros/src/AdvApp2Var ++ - Copyright 1996-1997 Matra Datavision ++ - Only .cdl files have copyright notices ++ - No license mentioned ++ - Note: AdvApp2Var_Patch.cxx is newer (1998) than .cdl (1997) ++ ++ros/src/AdvApprox ++ - Copyright 1993-1996 Matra Datavision ++ ++ros/src/AIS: ++ - Copyright 1992, 1995-1998, 2000-2001 Matra Datavision ++ - Only .cdl files have copyright notices ++ (Exception: AIS_Circle.cxx has copyright notice) ++ - No license mentioned ++ - Note: AIS.cdl indicates modifications through 2003 ++ - Note: AIS_NDataMapOfTransientIteratorOfListTransient.hxx indicates creation date is 2003 ++ - Note: AIS_NListIteratorOfListTransient.hxx indicates creation date is 2003 ++ - Note: AIS_NListTransient.hxx indicates creation date is 2003 ++ ++ros/src/Triangle: ++ - Triangle_CMPLRS.edl occcallback.cxx Copyright 2003 Open CASCADE, no license ++ - Triangle.hxx Copyright 2004 Open CASCADE, no license ++ - triangle.c: ++ Copyright 1993, 1995, 1997, 1998, 2002 Jonathan Richard Shewchuk ++ * NON-FREE LICENSE forbids receiving compensation for distribution and ++ requires direct arrangement with author if "part of a commercial system". ++ - triangle.h: ++ Copyright 1996 Jonathan Richard Shewchuk ++ No license mentioned diff --cc debian/changelog index 000000000,000000000..7da6a9f2e new file mode 100644 --- /dev/null +++ b/debian/changelog @@@ -1,0 -1,0 +1,395 @@@ ++opencascade (6.5.0.dfsg-2) unstable; urgency=low ++ ++ [ Denis Barbier ] ++ * Add debian/patches/submitted/ftbfs-g++4.6.patch ++ Fix FTBFS with g++ 4.6. Closes: #624943 ++ * Add debian/patches/submitted/fix-Abs-parenthesis.patch ++ Fix misplaced parenthesis, patch by Fotios Sioutis ++ on the OpenCascade forum. ++ * debian/patches/hurd-fixes.patch: Rename ED variable into ++ EData, as ED is a macro defined in errno.h on the Hurd. ++ * Fix sparc v9 detection in fix-asm.patch to fix FTBFS ++ on sparc64. ++ * Fix debian/patches/compatibility-occ630-Value.patch: the ++ old Value() method did return a distance whereas ++ SquareDistance() now returns a square distance, so Value() ++ must call sqrt(). Thanks to Roman Lygin and Mikhail Sazonov ++ for the catch on the OpenCASCADE forum. ++ ++ [ Adam C. Powell, IV ] ++ * Bumped Standards-Version to 3.9.2, no changes needed. ++ ++ -- "Adam C. Powell, IV" Fri, 06 May 2011 09:52:41 -0400 ++ ++opencascade (6.5.0.dfsg-1) unstable; urgency=low ++ ++ [ Adam C. Powell, IV ] ++ [ Denis Barbier ] ++ * New upstream version: Closes: #616736 ++ - Bump sonames to 6.5.0. ++ - Java support and WOK have been dropped. Closes: #603279 ++ * debian/control: Build-depends on libftgl-dev and libgl2ps-dev. ++ * debian/control: Remove conflicts against old opencascade packages. ++ * debian/patches: WOK has been removed, drop specific patches: ++ wokunix-fdescr.patch wokstep_extract.patch ++ make-wok-libs-private.patch wok-install.patch ++ tcl-cleanup.patch ++ * Drop debian/patches/fix-mesher-segfault.patch, upstream applied ++ a different fix. ++ * Drop debian/patches/udlist.patch, ros/adm/UDLIST has been shipped. ++ * Merge debian/patches/occ6.3.0.patch into debian/patches/drop-config-h.patch ++ * Reorder patches and move patches which have been reported ++ upstream into debian/patches/submitted/ to help maintenance. ++ * Add debian/patches/fix-ftgl-includes.patch: upstream supports an ++ old version of ftgl, sources must be patched to work with a ++ newer one. ++ * Add debian/patches/submitted/move-osd_fontmgr-vis.patch: move ++ OSD_FontMgr from TKernel into TKOpenGl so that libTKernel ++ is not linked against X11. ++ * Add debian/patches/submitted/enable-freeimage.patch: fix ++ compilation against recent freeimageplus. For now the configure ++ script is called without --with-freeimage though, this pulls in ++ too many dependencies. ++ * Add debian/patches/submitted/add-enable-openmp.patch: add a ++ new configure option --enable-openmp to parallelize loops with ++ openmp instead of tbb. ++ * Add debian/patches/compatibility-occ630-Value.patch: several ++ classes break compatibility with 6.3.0 by renaming exported ++ methods. This patch creates aliases to help Debian packages ++ being ported to opencascade 6.5.0, but it will be removed ++ as soon as those applications are fixed, we do not want to ++ diverge from upstream. ++ * Add debian/patches/submitted/workaround-bug-mesher.patch: the ++ new mesher in OCC 6.5.0 is more robust, but also produces much ++ larger meshes on B-spline surfaces. Until this bug is fixed, it ++ seems better to not use the specific B-spline mesher, but the ++ generic one. Patch provided by Jérôme Robert. ++ * Add debian/patches/debian/patches/configure-cflags.patch: ++ compile C sources with -D_GNU_SOURCE as with C++. This is mostly ++ cosmetics, but allows installing libraries on a very old system ++ (glibc 2.2.5 against 2.7 without this flag), because C source ++ files in ros/src/IGESFile use sscanf, which adds a dependency ++ against glibc >= 2.7 unless compiled with -D_GNU_SOURCE. ++ * Add debian/patches/submitted/fix-display-text.patch: text doesn't ++ get displayed in 6.5, patch provided by Venugopal Gudimetla on ++ the opencascade forum. ++ * Add debian/patches/hurd-fixes.patch: this patch will gather ++ fixes needed to build on Hurd. In this hunk, drop method ++ OSD_Process::CurrentDirectory(), it is unused but cause FTBFS. ++ * Slightly modify fix-asm.patch to use upstream assembly code on ++ x86 and amd64, and atomic extensions provided by GNU g++ on ++ other architectures. Disable them on sparcv9, they currently ++ cause a FTBFS. ++ * Move some header files between libopencascade-ocaf-lite-dev and ++ libopencascade-ocaf-dev to be more consistent with upstream ++ modules. Breaks/Replaces are added in debian/control to ++ help upgrades. ++ ++ [ Adam C. Powell, IV ] ++ * Bumped Standards-Version to 3.9.1, no changes needed. ++ ++ -- "Adam C. Powell, IV" Mon, 21 Mar 2011 07:52:34 -0400 ++ ++opencascade (6.3.0.dfsg.1-6) unstable; urgency=low ++ ++ [ Denis Barbier ] ++ * debian/control: In Build-Depends, replace default-jdk-builddep ++ by default-jdk. Closes: #589640 ++ * Add debian/patches/fix-tcl8.6.patch to fix FTBFS with tcl 8.6 ++ * Add debian/patches/fix-mesher-segfault.patch to fix a segfault ++ with some buggy faces. (Thanks: Jerome Robert; closes: #589639) ++ * Add debian/patches/OpenCASCADE6.3.0-strcmp.patch, replace == ++ operator by strcmp when comparing char* pointers. Patch found ++ in openSUSE rpm. ++ ++ [ Adam C. Powell, IV ] ++ * Added source lintian overrides for my name. ++ * Bumped Standards-Version to 3.9.0, no changes needed. ++ ++ -- Adam C. Powell, IV Wed, 21 Jul 2010 13:25:21 -0400 ++ ++opencascade (6.3.0.dfsg.1-5) unstable; urgency=low ++ ++ [ Denis Barbier ] ++ * Add debian/README.source ++ * Add debian/patches/fix-tklcaf.patch, contributed by Michael Wild ++ on Opencascade forum. ++ * Let debian/patches/casroot.patch also patch Resource_Manager.cxx, ++ this class is used to load various default values. ++ * Add debian/patches/multibuf.patch, contributed by Dan Horák, to fix ++ detection of multibuf.h ++ * Add ${misc:Depends} to all Depends fields. ++ * In dev packages, set Depends against corresponding shared library to ++ (>= ${source:Upstream-Version}), (<< ${source:Upstream-Version}+1~) ++ * Add debian/source/format, use 3.0 (quilt) because we're ready for it. ++ * Add dh_lintian to debian/rules, and bump dependency on debhelper ++ to >= 6.0.7~. ++ * Bump Standards-Version to 3.8.4, no changes needed. ++ ++ -- Adam C. Powell, IV Wed, 26 May 2010 21:43:29 -0400 ++ ++opencascade (6.3.0.dfsg.1-4) unstable; urgency=low ++ ++ [Denis Barbier] ++ * New fix-osd_path.patch to try to prevent build failures ++ on architectures not supported upstream. ++ * Fix 2 lintian warnings: ++ + Drop dh_desktop from debian/rules ++ + Fix versioned build-dependency on debhelper ++ * debian/rules: Fix 'unpatch' target to do its job when using ++ the new dpkg source format 3.0 (quilt). (closes: #538691) ++ * New kfreebsd.patch to make OpenCascade build on GNU/kFreeBSD ++ (closes: #542718). Thanks to Aurélien Jarno for the report ++ and the patch. ++ * Remove *.la libtool files. The only reverse build-dependencies ++ are gmsh and elmerfem, and they do not ship *;la files, so it ++ is safe to remove them from libopencascade-*-dev packages. ++ ++ -- Adam C. Powell, IV Sun, 23 Aug 2009 20:16:05 +0200 ++ ++opencascade (6.3.0.dfsg.1-3) unstable; urgency=low ++ ++ [Denis Barbier] ++ * Modify debian/opencascade-draw.install to filter out unused ++ scripts from /usr/share/opencascade/6.3.0/src/DrawResources/ ++ (closes: #518799) ++ * New fix-asm.patch to replace x86 assembly code by atomic ++ extensions provided by GNU g++. (closes: #518837) ++ * Build against tcl8.5-dev and tk8.5-dev. ++ * Drop unknown --with-xmu-{include,library} configure flags. ++ * Do not compress files in opencascade-examples. (closes: #496469) ++ ++ -- Adam C. Powell, IV Sun, 08 Mar 2009 20:17:06 +0100 ++ ++opencascade (6.3.0.dfsg.1-2) unstable; urgency=low ++ ++ [Denis Barbier] ++ * New drop-config-h.patch patch. Make sure that installed ++ headers do not #include (closes: #506117). Thanks to Aleix on ++ OpenCascade forum for the report. ++ ++ -- Adam C. Powell, IV Wed, 19 Nov 2008 18:03:34 -0500 ++ ++opencascade (6.3.0.dfsg.1-1) unstable; urgency=low ++ ++ [Denis Barbier] ++ * New Upstream Version. (closes: #501128) ++ * Upstream replaced Triangle by a free implementation, ++ thus external-triangle.patch is removed as well as ++ dependencies against libtriangle-dev. ++ * Remove ros/src/FontMFT/*.mft files, these font files ++ have no sources. (As a side effect, closes: #487116) ++ * All non-free bits have thus been removed, and opencascade ++ is moved from non-free into main. ++ * Jason Kraftcheck's patches have been applied upstream, ++ occ6.2.patch and correct-libs.patch are dropped. ++ * Split packages as suggested by Jason Kraftcheck in ++ http://lists.debian.org/debian-science/2008/01/msg00023.html ++ + opencascade-tools is split into opencascade-draw ++ and opencascade-wok ++ + libopencascade6.3.0 is split into ++ libopencascade-foundation-6.3.0, libopencascade-modeling-6.3.0, ++ libopencascade-ocaf-lite-6.3.0, libopencascade-ocaf-6.3.0 and ++ libopencascade-visualization-6.3.0. ++ + Ditto for -dev packages. ++ * New upstream build system now installs everything with ++ 'make install', but DESTDIR support was missing and ++ requires a new destdir.patch patch. ++ * Call configure from a new directory to ease cleaning up. ++ * New wok-install.patch to move WOK files into ++ /usr/share/tcltk/wok2.0/ ++ * Add --disable-dependency-tracking --disable-maintainer-mode ++ to configure flags to speed up compilation and avoid ++ running autotools ++ * New tkernel-ld.patch patch to add -ldl to libTKernel ++ which uses dlopen. This flag was previously set by ++ accident because ros/configure.in did set LIBS=$TCL_LIBS. ++ * New occ6.3.0.patch patch to fix C++ configure tests and ++ drop #ifdef from installed headers, they must not rely ++ on config.h providing the expected symbols. ++ * New dep-libs.patch to fix inter-library dependencies. ++ * New make-wok-libs-private.patch to move private WOK ++ libraries into /usr/lib/opencas, and remove library versions. ++ * New make-draw-libs-private.patch to move private DRAW ++ libraries into /usr/lib/opencas, and remove library versions. ++ Add rpath information into DRAWEXE to find plug-ins. ++ * New wokunix-fdescr.patch patch to fix build failure when ++ compiling with -D_FORTIFY_SOURCE=2. Patch written by ++ Andrea Florio for openSUSE. ++ * New wokstep_extract.patch patch to fix WOK, garbage was written ++ into generated files. (closes: #501352) ++ * debian/rules: Replace obsolete dh_movefiles by dh_install. ++ * Copy ros/adm/UDLIST from Windows binary tarball, the one ++ shipped with sources is outdated. This is useful to ++ compile binaries with WOK. ++ * Add Vcs-Browser and Vcs-Git fields in debian/control. ++ * Build-depends on default-jdk-builddep to enable java wrapper. ++ * Modify CreateFactory.tcl to only define CreateFactory function, ++ this script can then be used by other scripts. ++ ++ [Adam Powell] ++ * Closing old bugs fixed in previous unreleased versions (closes: #491912, ++ #494715). ++ * Changed Maintainer to debian-science and added myself as the first ++ uploader (closes: #496668). ++ ++ -- Adam C. Powell, IV Mon, 20 Oct 2008 10:57:41 -0400 ++ ++opencascade (6.2.dfsg-1) unstable; urgency=low ++ ++ * DFSG version with doc/, ros/src/Triangle/triangle.h, and most of ++ ros/src/Triangle/triangle.c removed. ++ * Patches enable use af external (non-free) triangle library. ++ * Uses quilt to apply patches. ++ * Moved Standard_Macro64.hxx to versioned directory (Thanks: Denis Barbier; ++ closes: #491912). ++ * Made opencascade-tools depend on libopencascade-dev (closes: #494715). ++ ++ -- Adam C. Powell, IV Tue, 12 Aug 2008 17:59:40 -0400 ++ ++opencascade (6.2-7) unstable; urgency=low ++ ++ * Added menu and .desktop entry for DRAWEXE (closes: #486028). ++ * Added --disable-debug to configure flags (Thanks: Denis Barbier; ++ closes: #488891). ++ * Disabled X11/bitmaps/icon.h inclusion (Thanks: Denis Barbier; ++ closes: #489127). ++ * New and excessively simple manpage for DRAWEXE. ++ ++ -- Adam C. Powell, IV Tue, 08 Jul 2008 20:50:55 -0400 ++ ++opencascade (6.2-6) unstable; urgency=low ++ ++ * Disabled mmap in font rendering (Thanks: Denis Barbier; closes: #487407). ++ * Changed PPC variable to ppc to avoid conflict with PPC macro (Thanks: Denis ++ Barbier; closes: #487810). ++ ++ -- Adam C. Powell, IV Mon, 30 Jun 2008 11:03:42 -0400 ++ ++opencascade (6.2-5) unstable; urgency=low ++ ++ * Moved Standard_Macro.hxx to a new directory in the shared lib package ++ (Thanks: Denis Barbier; closes: #486386). ++ * Added documentation describing Debian packaging and DRAWEXE use ++ (closes: #486099). ++ ++ -- Adam C. Powell, IV Thu, 19 Jun 2008 11:30:20 -0400 ++ ++opencascade (6.2-4) unstable; urgency=low ++ ++ * Moved lib package /usr/share files into version-specific directory ++ (Thanks: Denis Barbier; closes: #485503). ++ * Put many more files into that directory (Thanks: Denis Barbier; ++ closes: #485498). ++ * Internally set CASROOT within source code, so users don't need to ++ define it (Thanks: Denis Barbier). ++ * Changed -D_OCC64 from Jason Kraftcheck's package to a definition in ++ Standard_Macro.hxx (Thanks: Denis Barbier; closes: #485877). ++ * Split out _OCC64 material into a separate OCC64.patch file, and added ++ a couple more hunks for source files which hadn't used it. ++ * Moved patches into their own subdir of debian/. ++ * Removed bison from Build-Depends. ++ ++ -- Adam C. Powell, IV Thu, 12 Jun 2008 23:15:38 -0400 ++ ++opencascade (6.2-3) unstable; urgency=low ++ ++ * First upload! (Closes: #464400) ++ * Added "-release 6.2" to LDADD for all libs making that the library version. ++ * Dropped -0 from shared lib package, and version from -dev package. ++ * Corrected a bunch of library dependencies. ++ ++ -- Adam C. Powell, IV Wed, 14 May 2008 18:38:09 -0400 ++ ++opencascade (6.2-2) unstable; urgency=low ++ ++ * Converted FreeBSD tarball to .tar.gz as part of conversion back to version ++ 1 source format, and removed a couple of non-distributable files. ++ * New copyright file uses http://wiki.debian.org/Proposals/CopyrightFormat ++ * Copyright information from audit performed by Aurélien Jarno and Denis ++ Barbier. ++ * Removed static libs from the -dev package, making it architecture- ++ independent. ++ * Changed doc-base section to Science/Engineering. ++ ++ -- Adam C. Powell, IV Tue, 13 May 2008 08:45:15 -0400 ++ ++opencascade (6.2-1) unstable; urgency=low ++ ++ * Using FreeBSD tarball found at: ++ ftp://ftp.freebsd.org/pub/FreeBSD/ports/local-distfiles/thierry/ ++ (significantly smaller, leaves out some plain binaries, etc.) ++ * Added file debian/audit.txt with current copyright/license audit status. ++ ++ -- Adam C. Powell, IV Tue, 06 May 2008 18:03:45 -0400 ++ ++opencascade (6.2.0-7) unstable; urgency=low ++ ++ * Added .dat files from UnitsAPI to a new /usr/share/opencascade directory ++ in the shared lib package because Salomé needs them. ++ ++ -- Adam C. Powell, IV Fri, 25 Jan 2008 10:33:58 -0500 ++ ++opencascade (6.2.0-6) unstable; urgency=low ++ ++ * NO STLPORT! HATE IT! KILL IT! DESTROY IT! ELIMINATE IT! ++ * Added -examples package for data directory. ++ * Re-worded Descriptions a bit. ++ * Updated README.Debian.html to reflect packaging changes. ++ ++ -- Adam C. Powell, IV Thu, 10 Jan 2008 10:20:23 -0500 ++ ++opencascade (6.2.0-5) unstable; urgency=low ++ ++ * Added build-dep on libmesa-gl1-dev (thanks to Alexandre Fayolle). ++ * Converted copyright to UTF-8. ++ * Included triangle copyright issues in copyright file. ++ ++ -- Adam C. Powell, IV Wed, 09 Jan 2008 00:13:15 -0500 ++ ++opencascade (6.2.0-4) unstable; urgency=low ++ ++ * Fixed brown bag error which left includes out of the package. ++ ++ -- Adam C. Powell, IV Tue, 08 Jan 2008 07:58:29 -0500 ++ ++opencascade (6.2.0-3) unstable; urgency=low ++ ++ * Fixed egregious config.h problem. ++ * Fixed debian/rules so install depends on build but it doesn't try to ++ patch with every install (thanks to Aurelien Jarno). ++ * Moved source and -tools from non-free/math to non-free/science (thanks ++ to Aurelien Jarno). ++ * Parallel make (thanks to Aurelien Jarno). ++ * Fixed Homepage link in control (thanks to Aurelien Jarno). ++ * Moved headers to new /usr/include/opencascade directory. ++ * New doc-base entry. ++ * -dev package provides and conflicts with libopencascade-dev to prevent ++ simultaneous installs of different versions. ++ ++ -- Adam C. Powell, IV Mon, 07 Jan 2008 09:35:23 -0500 ++ ++opencascade (6.2.0-2) unstable; urgency=low ++ ++ * Added header copying into place to install target. ++ * Changed erroneous "nonfree" to "non-free" in control binary package ++ descriptions. ++ * Added .la files to -dev package. ++ * Versioned -dev package because users are likely to want to install a ++ particular version, but have not made an effort yet to conflict with ++ self or use alternatives to allow simultaneous installation of ++ multiple -dev packages. ++ * Added package description and more "bugs" to README.Debian.html. ++ ++ -- Adam C Powell IV Fri, 04 Jan 2008 05:18:44 +0000 ++ ++opencascade (6.2.0-1) unstable; urgency=low ++ ++ * First Debianization of OpenCASCADE! ++ * Created .orig.tar.gz by extracting upstream OpenCASCADE_Linux.tgz, making a ++ dir opencascade-6.2.0, running "java -cp [path]/Linux/setup.jar run" in ++ that dir, removing the 3rdparty subdir and log.txt, then using "tar czf". ++ * Uses patchset from http://homepages.cae.wisc.edu/~kraftche/OCC/patches.html ++ ++ -- Adam C. Powell, IV Wed, 02 Jan 2008 16:32:57 -0500 ++ diff --cc debian/compat index 000000000,000000000..7ed6ff82d new file mode 100644 --- /dev/null +++ b/debian/compat @@@ -1,0 -1,0 +1,1 @@@ ++5 diff --cc debian/control index 000000000,000000000..02d04e147 new file mode 100644 --- /dev/null +++ b/debian/control @@@ -1,0 -1,0 +1,228 @@@ ++Source: opencascade ++Section: science ++Priority: extra ++Maintainer: Debian Science Maintainers ++Uploaders: "Adam C. Powell, IV" ++Standards-Version: 3.9.2 ++Build-Depends: debhelper (>= 6.0.7~), quilt, autoconf, automake, libtool, ++ libx11-dev, libxmu-dev, libxext-dev, tcl8.5-dev, tk8.5-dev, ++ libgl1-mesa-dev | libgl-dev, libglu1-mesa-dev | libglu-dev, ++ libftgl-dev, libgl2ps-dev ++Build-Conflicts: libstlport4.6-dev, libstlport5.1-dev ++Homepage: http://www.opencascade.org/ ++Vcs-Browser: http://git.debian.org/?p=debian-science/packages/opencascade.git;a=summary ++Vcs-Git: git://git.debian.org/git/debian-science/packages/opencascade.git ++ ++Package: libopencascade-foundation-6.5.0 ++Architecture: any ++Section: libs ++Depends: ${shlibs:Depends}, ${misc:Depends} ++Description: OpenCASCADE CAE platform shared library ++ OpenCASCADE is a suite for 3D surface and solid modeling, visualization, data ++ exchange and rapid application development. It is an excellent platform for ++ development of numerical simulation software including CAD/CAM/CAE, AEC and ++ GIS, as well as PDM applications. ++ . ++ This package contains foundation classes which provide a variety of ++ general-purpose services such as automated management of heap memory, ++ exception handling, classes for manipulating aggregates of data, basic ++ math tools. ++ . ++ This package contains the following shared libraries: ++ TKernel TKMath TKAdvTools ++ ++Package: libopencascade-modeling-6.5.0 ++Architecture: any ++Section: libs ++Depends: ${shlibs:Depends}, ${misc:Depends} ++Description: OpenCASCADE CAE platform shared library ++ OpenCASCADE is a suite for 3D surface and solid modeling, visualization, data ++ exchange and rapid application development. It is an excellent platform for ++ development of numerical simulation software including CAD/CAM/CAE, AEC and ++ GIS, as well as PDM applications. ++ . ++ This package supplies data structures to represent 2D and 3D geometric models, ++ as well as topological and geometrical algorithms. ++ . ++ This package contains the following shared libraries: ++ TKG2d TKG3d TKGeomBase TKBRep TKGeomAlgo TKTopAlgo TKPrim TKBO TKHLR ++ TKMesh TKShHealing TKXMesh TKBool TKFillet TKFeat TKOffset TKSTL ++ TKXSBase TKSTEPBase TKIGES TKSTEPAttr TKSTEP209 TKSTEP ++ ++Package: libopencascade-visualization-6.5.0 ++Architecture: any ++Section: libs ++Depends: ${shlibs:Depends}, ${misc:Depends} ++Description: OpenCASCADE CAE platform shared library ++ OpenCASCADE is a suite for 3D surface and solid modeling, visualization, data ++ exchange and rapid application development. It is an excellent platform for ++ development of numerical simulation software including CAD/CAM/CAE, AEC and ++ GIS, as well as PDM applications. ++ . ++ This package provides services for displaying 2D and 3D graphics. ++ . ++ This package contains the following shared libraries: ++ TKService TKV2d TKV3d TKOpenGl TKMeshVS TKNIS TKVRML TKVoxel ++ ++Package: libopencascade-ocaf-lite-6.5.0 ++Architecture: any ++Section: libs ++Depends: ${shlibs:Depends}, ${misc:Depends} ++Description: OpenCASCADE CAE platform shared library ++ OpenCASCADE is a suite for 3D surface and solid modeling, visualization, data ++ exchange and rapid application development. It is an excellent platform for ++ development of numerical simulation software including CAD/CAM/CAE, AEC and ++ GIS, as well as PDM applications. ++ . ++ This package is part of the OpenCASCADE Application Framework, it ++ provides shared libraries which have no dependency against X11. ++ . ++ This package contains the following shared libraries: ++ TKCDF PTKernel TKLCAF FWOSPlugin TKPShape TKBinL TKXmlL ++ TKPLCAF TKTObj TKShapeSchema TKStdLSchema ++ ++Package: libopencascade-ocaf-6.5.0 ++Architecture: any ++Section: libs ++Depends: ${shlibs:Depends}, ${misc:Depends} ++Description: OpenCASCADE CAE platform shared library ++ OpenCASCADE is a suite for 3D surface and solid modeling, visualization, data ++ exchange and rapid application development. It is an excellent platform for ++ development of numerical simulation software including CAD/CAM/CAE, AEC and ++ GIS, as well as PDM applications. ++ . ++ This package provides OpenCASCADE Application Framework services and ++ support for data exchange. ++ . ++ This package contains the following shared libraries: ++ TKCAF TKBin TKXml TKPCAF TKBinTObj TKXmlTObj TKStdSchema ++ TKXCAF TKXCAFSchema TKXmlXCAF TKBinXCAF TKXDEIGES TKXDESTEP ++ ++Package: opencascade-draw ++Architecture: any ++Section: science ++Depends: ${shlibs:Depends}, ${misc:Depends} ++Description: OpenCASCADE CAE platform shared library ++ OpenCASCADE is a suite for 3D surface and solid modeling, visualization, data ++ exchange and rapid application development. It is an excellent platform for ++ development of numerical simulation software including CAD/CAM/CAE, AEC and ++ GIS, as well as PDM applications. ++ . ++ This package contains the DRAW test harness. ++ ++Package: libopencascade-dev ++Architecture: all ++Section: libdevel ++Depends: libopencascade-foundation-dev, ++ libopencascade-modeling-dev, ++ libopencascade-ocaf-lite-dev, ++ libopencascade-ocaf-dev, ++ libopencascade-visualization-dev, ++ ${misc:Depends} ++Description: OpenCASCADE CAE platform library development files ++ OpenCASCADE is a suite for 3D surface and solid modeling, visualization, data ++ exchange and rapid application development. It is an excellent platform for ++ development of numerical simulation software including CAD/CAM/CAE, AEC and ++ GIS, as well as PDM applications. ++ . ++ This is a transitional package. ++ ++Package: libopencascade-foundation-dev ++Architecture: all ++Section: libdevel ++Depends: libopencascade-foundation-6.5.0 (>= ${source:Upstream-Version}), libopencascade-foundation-6.5.0 (<< ${source:Upstream-Version}+1~), ++ ${misc:Depends} ++Suggests: opencascade-doc ++Description: OpenCASCADE CAE platform library development files ++ OpenCASCADE is a suite for 3D surface and solid modeling, visualization, data ++ exchange and rapid application development. It is an excellent platform for ++ development of numerical simulation software including CAD/CAM/CAE, AEC and ++ GIS, as well as PDM applications. ++ . ++ This package contains the headers and symlinks for libraries shipped by ++ libopencascade-foundation-6.5.0. ++ ++Package: libopencascade-modeling-dev ++Architecture: all ++Section: libdevel ++Depends: libopencascade-foundation-dev, ++ libopencascade-modeling-6.5.0 (>= ${source:Upstream-Version}), libopencascade-modeling-6.5.0 (<< ${source:Upstream-Version}+1~), ++ ${misc:Depends} ++Suggests: opencascade-doc ++Description: OpenCASCADE CAE platform library development files ++ OpenCASCADE is a suite for 3D surface and solid modeling, visualization, data ++ exchange and rapid application development. It is an excellent platform for ++ development of numerical simulation software including CAD/CAM/CAE, AEC and ++ GIS, as well as PDM applications. ++ . ++ This package contains the headers and symlinks for libraries shipped by ++ libopencascade-modeling-6.5.0. ++ ++Package: libopencascade-ocaf-lite-dev ++Architecture: all ++Section: libdevel ++Depends: libopencascade-foundation-dev, ++ libopencascade-modeling-dev, ++ libopencascade-ocaf-lite-6.5.0 (>= ${source:Upstream-Version}), libopencascade-ocaf-lite-6.5.0 (<< ${source:Upstream-Version}+1~), ++ ${misc:Depends} ++Replaces: libopencascade-ocaf-dev (<< 6.5.0) ++Breaks: libopencascade-ocaf-dev (<< 6.5.0) ++Suggests: opencascade-doc ++Description: OpenCASCADE CAE platform library development files ++ OpenCASCADE is a suite for 3D surface and solid modeling, visualization, data ++ exchange and rapid application development. It is an excellent platform for ++ development of numerical simulation software including CAD/CAM/CAE, AEC and ++ GIS, as well as PDM applications. ++ . ++ This package contains the headers and symlinks for libraries shipped by ++ libopencascade-ocaf-lite-6.5.0. ++ ++Package: libopencascade-ocaf-dev ++Architecture: all ++Section: libdevel ++Depends: libopencascade-foundation-dev, ++ libopencascade-modeling-dev, ++ libopencascade-ocaf-lite-dev, ++ libopencascade-ocaf-6.5.0 (>= ${source:Upstream-Version}), libopencascade-ocaf-6.5.0 (<< ${source:Upstream-Version}+1~), ++ ${misc:Depends} ++Replaces: libopencascade-ocaf-lite-dev (<< 6.5.0) ++Breaks: libopencascade-ocaf-lite-dev (<< 6.5.0) ++Suggests: opencascade-doc ++Description: OpenCASCADE CAE platform library development files ++ OpenCASCADE is a suite for 3D surface and solid modeling, visualization, data ++ exchange and rapid application development. It is an excellent platform for ++ development of numerical simulation software including CAD/CAM/CAE, AEC and ++ GIS, as well as PDM applications. ++ . ++ This package contains the headers and symlinks for libraries shipped by ++ libopencascade-ocaf-6.5.0. ++ ++Package: libopencascade-visualization-dev ++Architecture: all ++Section: libdevel ++Depends: libopencascade-foundation-dev, ++ libopencascade-modeling-dev, ++ libopencascade-ocaf-lite-dev, ++ libopencascade-visualization-6.5.0 (>= ${source:Upstream-Version}), libopencascade-visualization-6.5.0 (<< ${source:Upstream-Version}+1~), ++ ${misc:Depends} ++Suggests: opencascade-doc ++Description: OpenCASCADE CAE platform library development files ++ OpenCASCADE is a suite for 3D surface and solid modeling, visualization, data ++ exchange and rapid application development. It is an excellent platform for ++ development of numerical simulation software including CAD/CAM/CAE, AEC and ++ GIS, as well as PDM applications. ++ . ++ This package contains the headers and symlinks for libraries shipped by ++ libopencascade-visualization-6.5.0. ++ ++Package: opencascade-examples ++Architecture: all ++Section: doc ++Depends: ${misc:Depends} ++Description: OpenCASCADE CAE platform library input examples ++ OpenCASCADE is a suite for 3D surface and solid modeling, visualization, data ++ exchange and rapid application development. It is an excellent platform for ++ development of numerical simulation software including CAD/CAM/CAE, AEC and ++ GIS, as well as PDM applications. ++ . ++ This package contains example input files for OpenCASCADE in various formats. diff --cc debian/copyright index 000000000,000000000..751607cd0 new file mode 100644 --- /dev/null +++ b/debian/copyright @@@ -1,0 -1,0 +1,478 @@@ ++Format-Specification: http://wiki.debian.org/Proposals/CopyrightFormat ++Debianized-By: Adam C. Powell, IV ++Debianized-Date: Wed, 02 Jan 2008 16:32:57 -0500 ++Upstream-Author: Open CASCADE S.A.S. ++Original-Source: http://files.opencascade.com/OCCT/OCC_6.5_release/OpenCASCADE650.tar.gz ++ ++Note: The following files are non-free and not included in the DFSG tarball: ++ doc/ ++ ++Note: The following binary files have no sources and are not included in ++ the DFSG tarball: ++ ros/src/FontMFT/*.mft ++ ++Note: Matra-Datavision bought CISIGRAPH on 1994, and launched a spin-off ++ named Open CASCADE S.A.S in 2000 to provide services based on Open CASCADE ++ Technology. ++ ++Note: Please see http://lists.debian.org/debian-legal/2007/12/msg00066.html ++ for a discussion of the legal copyright status of OpenCASCADE in Debian. ++ Note that the Triangle program mentioned in this thread has been removed ++ upstream in version 6.3.0. ++ ++Files: * ++Copyright: Copyright (C) 1991-2000 by Matra Datavision SA., ++ Copyright (C) 2001-2007 Open CASCADE S.A.S. ++License: other ++ Open CASCADE Technology Public License ++ License version : 6.3 August, 2008 ++ . ++ Open CASCADE S.A.S. releases and makes publicly available the source ++ code of the software Open CASCADE Technology to the free software ++ development community under the terms and conditions of this license. ++ . ++ It is not the purpose of this license to induce you to infringe any ++ patents or other property right claims or to contest validity of any ++ such claims; this license has the sole purpose of protecting the ++ integrity of the free software distribution system, which is ++ implemented by public license practices. Many people have made ++ generous contributions to the wide range of software distributed ++ through that system in reliance on consistent application of that ++ system; it is up to the author/donor to decide if he or she is willing ++ to distribute software through any other system and a licensee cannot ++ impose that choice. ++ . ++ Please read this license carefully and completely before downloading ++ this software. By downloading, using, modifying, distributing and ++ sublicensing this software, you indicate your acceptance to be bound ++ by the terms and conditions of this license. If you do not want to ++ accept or cannot accept for any reasons the terms and conditions of ++ this license, please do not download or use in any manner this ++ software. ++ . ++ 1. Definitions ++ . ++ Unless there is something in the subject matter or in the context ++ inconsistent therewith, the capitalized terms used in this License ++ shall have the following meaning. ++ . ++ "Applicable Intellectual Property Rights" means (a) with respect to ++ the Initial Developer, any rights under patents or patents ++ applications or other intellectual property rights that are now or ++ hereafter acquired, owned by or assigned to the Initial Developer and ++ that cover subject matter contained in the Original Code, but only to ++ the extent necessary to use, reproduce, modify, distribute or ++ sublicense the Original Code without infringement; and (b) with ++ respect to You or any Contributor, any rights under patents or patents ++ applications or other intellectual property rights that are now or ++ hereafter acquired, owned by or assigned to You or to such Contributor ++ and that cover subject matter contained in Your Modifications or in ++ such Contributor's Modifications, taken alone or in combination with ++ Original Code ++ . ++ "Contributor" means each individual or legal entity that creates or ++ contributes to the creation of any Modification, including the Initial ++ Developer. ++ . ++ "Derivative Program": means a new program combining the Software or ++ portions thereof with other source code not governed by the terms of ++ this License. ++ . ++ "Initial Developer": means Open CASCADE S.A.S., with main offices at ++ Tour Opus 12, 77, Esplanade du Général de Gaulle, 92914, Paris La ++ Défense, France. ++ . ++ "Modifications": mean any addition to, deletion from or change to the ++ substance or the structure of the Software. When source code of the ++ Software is released as a series of files, a Modification is: (a) any ++ addition to, deletion from or change to the contents of a file ++ containing the Software or (b) any new file or other representation of ++ computer program statements that contains any part of the Software. By ++ way of example, Modifications include any debug of, or improvement to, ++ the Original Code or any of its components or portions as well as its ++ next versions or releases thereof. ++ . ++ "Original Code": means (a) the source code of the software Open ++ CASCADE Technology originally made available by the Initial Developer ++ under this License, including the source code of any updates or ++ upgrades of the Original Code and (b) the object code compiled from ++ such source code and originally made available by Initial Developer ++ under this License. ++ . ++ "Software": means the Original Code, the Modifications, the ++ combination of Original Code and any Modifications or any respective ++ portions thereof. ++ . ++ "You" or "Your": means an individual or a legal entity exercising ++ rights under this License ++ . ++ 2. Acceptance of license ++ . ++ By using, reproducing, modifying, distributing or sublicensing the ++ Software or any portion thereof, You expressly indicate Your ++ acceptance of the terms and conditions of this License and undertake ++ to act in accordance with all the provisions of this License ++ applicable to You. ++ . ++ 3. Scope and purpose ++ . ++ This License applies to the Software and You may not use, reproduce, ++ modify, distribute, sublicense or circulate the Software, or any ++ portion thereof, except as expressly provided under this License. Any ++ attempt to otherwise use, reproduce, modify, distribute or sublicense ++ the Software is void and will automatically terminate Your rights ++ under this License. ++ . ++ 4. Contributor license ++ . ++ Subject to the terms and conditions of this License, the Initial ++ Developer and each of the Contributors hereby grant You a world-wide, ++ royalty-free, irrevocable and non-exclusive license under the ++ Applicable Intellectual Property Rights they own or control, to use, ++ reproduce, modify, distribute and sublicense the Software provided ++ that: ++ . ++ You reproduce in all copies of the Software the copyright and other ++ proprietary notices and disclaimers of the Initial Developer as they ++ appear in the Original Code and attached hereto as Schedule "A" and ++ any other notices or disclaimers attached to the Software and keep ++ intact all notices in the Original Code that refer to this License and ++ to the absence of any warranty; ++ . ++ You include a copy of this License with every copy of the Software You ++ distribute; ++ . ++ If you distribute or sublicense the Software (as modified by You or on ++ Your behalf as the case may be), You cause such Software to be ++ licensed as a whole, at no charge, to all third parties, under the ++ terms and conditions of the License, making in particular available to ++ all third parties the source code of the Software; ++ . ++ You document all Your Modifications, indicate the date of each such ++ Modifications, designate the version of the Software You used, ++ prominently include a file carrying such information with respect to ++ the Modifications and duplicate the copyright and other proprietary ++ notices and disclaimers attached hereto as Schedule "B" or any other ++ notices or disclaimers attached to the Software with your ++ Modifications. ++ . ++ For greater certainty, it is expressly understood that You may freely ++ create Derivative Programs (without any obligation to publish such ++ Derivative Program) and distribute same as a single product. In such ++ case, You must ensure that all the requirements of this License are ++ fulfilled for the Software or any portion thereof. ++ . ++ 5. Your license ++ . ++ You hereby grant all Contributors and anyone who becomes a party under ++ this License a world-wide, non-exclusive, royalty-free and irrevocable ++ license under the Applicable Intellectual Property Rights owned or ++ controlled by You, to use, reproduce, modify, distribute and ++ sublicense all Your Modifications under the terms and conditions of ++ this License. ++ . ++ 6. Software subject to license ++ . ++ Your Modifications shall be governed by the terms and conditions of ++ this License. You are not authorized to impose any other terms or ++ conditions than those prevailing under this License when You ++ distribute and/or sublicense the Software, save and except as ++ permitted under Section 7 hereof. ++ . ++ 7. Additional terms ++ . ++ You may choose to offer, on a non-exclusive basis, and to charge a fee ++ for any warranty, support, maintenance, liability obligations or other ++ rights consistent with the scope of this License with respect to the ++ Software (the "Additional Terms") to the recipients of the Software. ++ However, You may do so only on Your own behalf and on Your sole and ++ exclusive responsibility. You must obtain the recipient's agreement ++ that any such Additional Terms are offered by You alone, and You ++ hereby agree to indemnify, defend and hold the Initial Developer and ++ any Contributor harmless for any liability incurred by or claims ++ asserted against the Initial Developer or any Contributors with ++ respect to any such Additional Terms. ++ . ++ 8. Disclaimer of warranty ++ . ++ The Software is provided under this License on an "as is" basis, ++ without warranty of any kind, including without limitation, warranties ++ that the Software is free of defects, merchantable, fit for a ++ particular purpose or non-infringing. The entire risk as to the ++ quality and performance of the Software is with You. ++ . ++ 9. Liability ++ . ++ Under no circumstances shall You, the Initial Developer or any ++ Contributor be liable to any person for any direct or indirect damages ++ of any kind including, without limitation, damages for loss of ++ goodwill, loss of data, work stoppage, computer failure or malfunction ++ or any and all other commercial damages or losses resulting from or ++ relating to this License or indirectly to the use of the Software. ++ . ++ 10. Trademark ++ . ++ This License does not grant any rights to use the trademarks, trade ++ names and domain names "MATRA", "EADS Matra Datavision", "CAS.CADE", ++ "Open CASCADE", "opencascade.com" and "opencascade.org" or any other ++ trademarks, trade names or domain names used or owned by the Initial ++ Developer. ++ . ++ 11. Copyright ++ . ++ The Initial Developer retains all rights, title and interest in and to ++ the Original Code. You may not remove the copyright © notice which ++ appears when You download the Software. ++ . ++ 12. Term ++ . ++ This License is granted to You for a term equal to the remaining ++ period of protection covered by the intellectual property rights ++ applicable to the Original Code. ++ . ++ 13. Termination ++ . ++ In case of termination, as provided in Section 3 above, You agree to ++ immediately stop any further use, reproduction, modification, ++ distribution and sublicensing of the Software and to destroy all ++ copies of the Software that are in Your possession or control. All ++ sublicenses of the Software which have been properly granted prior to ++ termination shall survive any termination of this License. In ++ addition, Sections 5, 8 to 11, 13.2 and 15.2 of this License, in ++ reason of their nature, shall survive the termination of this License ++ for a period of fifteen (15) years. ++ . ++ 14. Versions of the license ++ . ++ The Initial Developer may publish new versions of this License from ++ time to time. Once Original Code has been published under a particular ++ version of this License, You may choose to continue to use it under ++ the terms and conditions of that version or use the Original Code ++ under the terms of any subsequent version of this License published by ++ the Initial Developer. ++ . ++ 15. Miscellaneous ++ . ++ 15.1 Relationship of Parties ++ . ++ This License will not be construed as creating an agency, partnership, ++ joint venture or any other form of legal association between You and ++ the Initial Developer, and You will not represent to the contrary, ++ whether expressly, by implication or otherwise. ++ . ++ 15.2 Independent Development ++ . ++ Nothing in this License will impair the Initial Developer's right to ++ acquire, license, develop, have others develop for it, market or ++ distribute technology or products that perform the same or similar ++ functions as, or otherwise compete with, Modifications, Derivative ++ Programs, technology or products that You may develop, produce, market ++ or distribute. ++ . ++ 15.3 Severability ++ . ++ If for any reason a court of competent jurisdiction finds any ++ provision of this License, or portion thereof, to be unenforceable, ++ that provision of the License will be enforced to the maximum extent ++ permissible so as to effect the economic benefits and intent of the ++ parties, and the remainder of this License will continue in full force ++ and extent. ++ . ++ END OF THE TERMS AND CONDITIONS OF THIS LICENSE ++ . ++ Open CASCADE S.A.S. is a French société par actions simplifiée having ++ its registered head office at 31, avenue de la Baltique, 91954 Les ++ Ulis Cedex, France and main offices at Tour Opus 12, 77, Esplanade du ++ Général de Gaulle, 92914, Paris La Défense, France. Its web site is ++ located at the following address www.opencascade.com ++ . ++ Open CASCADE Technology Public License ++ . ++ Schedule "A" ++ . ++ The content of this file is subject to the Open CASCADE Technology ++ Public License Version 6.3 (the "License"). You may not use the ++ content of this file except in compliance with the License. Please ++ obtain a copy of the License at http://www.opencascade.org and read it ++ completely before using this file. ++ . ++ The Initial Developer of the Original Code is Open CASCADE S.A.S., ++ with main offices at Tour Opus 12, 77, Esplanade du Général de Gaulle, ++ 92914, Paris La Défense, France. The Original Code is copyright © Open ++ CASCADE S.A.S., 2001. All rights reserved. ++ . ++ "The Original Code and all software distributed under the License are ++ distributed on an "AS IS" basis, without warranty of any kind, and the ++ Initial Developer hereby disclaims all such warranties, including ++ without limitation, any warranties of merchantability, fitness for a ++ particular purpose or non-infringement. Please see the License for the ++ specific terms and conditions governing rights and limitations under ++ the License". ++ . ++ End of Schedule "A" ++ . ++ Open CASCADE Technology Public License ++ . ++ Schedule "B" ++ . ++ "The content of this file is subject to the Open CASCADE Technology ++ Public License Version 6.3 (the "License"). You may not use the ++ content of this file except in compliance with the License. Please ++ obtain a copy of the License at http://www.opencascade.org and read it ++ completely before using this file. ++ . ++ The Initial Developer of the Original Code is Open CASCADE S.A.S., ++ with main offices at Tour Opus 12, 77, Esplanade du Général de Gaulle, ++ 92914, Paris La Défense, France. The Original Code is copyright © Open ++ CASCADE S.A.S., 2001. All rights reserved. ++ . ++ Modifications to the Original Code have been made by ++ ________________________. ++ Modifications are copyright © [Year to be included]. All rights reserved. ++ . ++ The software Open CASCADE Technology and all software distributed ++ under the License are distributed on an "AS IS" basis, without ++ warranty of any kind, and the Initial Developer hereby disclaims all ++ such warranties, including without limitation, any warranties of ++ merchantability, fitness for a particular purpose or non-infringement. ++ Please see the License for the specific terms and conditions governing ++ rights and limitations under the License" ++ . ++ End of Schedule "B" ++ ++Files: ros/src/Draw/init.tcl ++Copyright: Copyright (c) 1991-1993 The Regents of the University of California, ++ Copyright (c) 1994-1996 Sun Microsystems, Inc., ++ Copyright (c) 1993-1996 Lucent Technologies ++License: other ++ This software is copyrighted by the Regents of the University of ++ California, Sun Microsystems, Inc., Scriptics Corporation, ++ and other parties. The following terms apply to all files associated ++ with the software unless explicitly disclaimed in individual files. ++ . ++ The authors hereby grant permission to use, copy, modify, distribute, ++ and license this software and its documentation for any purpose, provided ++ that existing copyright notices are retained in all copies and that this ++ notice is included verbatim in any distributions. No written agreement, ++ license, or royalty fee is required for any of the authorized uses. ++ Modifications to this software may be copyrighted by their authors ++ and need not follow the licensing terms described here, provided that ++ the new terms are clearly indicated on the first page of each file where ++ they apply. ++ . ++ IN NO EVENT SHALL THE AUTHORS OR DISTRIBUTORS BE LIABLE TO ANY PARTY ++ FOR DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES ++ ARISING OUT OF THE USE OF THIS SOFTWARE, ITS DOCUMENTATION, OR ANY ++ DERIVATIVES THEREOF, EVEN IF THE AUTHORS HAVE BEEN ADVISED OF THE ++ POSSIBILITY OF SUCH DAMAGE. ++ . ++ THE AUTHORS AND DISTRIBUTORS SPECIFICALLY DISCLAIM ANY WARRANTIES, ++ INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY, ++ FITNESS FOR A PARTICULAR PURPOSE, AND NON-INFRINGEMENT. THIS SOFTWARE ++ IS PROVIDED ON AN "AS IS" BASIS, AND THE AUTHORS AND DISTRIBUTORS HAVE ++ NO OBLIGATION TO PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR ++ MODIFICATIONS. ++ . ++ GOVERNMENT USE: If you are acquiring this software on behalf of the ++ U.S. government, the Government shall have only "Restricted Rights" ++ in the software and related documentation as defined in the Federal ++ Acquisition Regulations (FARs) in Clause 52.227.19 (c) (2). If you ++ are acquiring the software on behalf of the Department of Defense, the ++ software shall be classified as "Commercial Computer Software" and the ++ Government shall have only "Restricted Rights" as defined in Clause ++ 252.227-7013 (c) (1) of DFARs. Notwithstanding the foregoing, the ++ authors grant the U.S. Government and others acting in its behalf ++ permission to use and distribute the software in accordance with the ++ terms specified in this license. ++ ++Files: ros/src/OpenGl/OpenGl_gl2ps.* ++Copyright: Copyright (C) 1999-2004 Christophe Geuzaine ++License: LGPL-2+ ++ This program is free software; you can redistribute it and/or ++ modify it under the terms of either: ++ . ++ a) the GNU Library General Public License as published by the Free ++ Software Foundation, either version 2 of the License, or (at your ++ option) any later version; or ++ . ++ b) the GL2PS License as published by Christophe Geuzaine, either ++ version 2 of the License, or (at your option) any later version. ++ . ++ This program is distributed in the hope that it will be useful, but ++ WITHOUT ANY WARRANTY; without even the implied warranty of ++ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See either ++ the GNU Library General Public License or the GL2PS License for ++ more details. ++ . ++ On Debian systems, the complete text of the GNU Library General Public ++ License version 2 can be found in file ++ "/usr/share/common-licenses/LGPL-2". ++ . ++ GL2PS LICENSE ++ Version 2, November 2003 ++ . ++ Copyright (C) 2003, Christophe Geuzaine ++ . ++ Permission to use, copy, and distribute this software and its ++ documentation for any purpose with or without fee is hereby granted, ++ provided that the copyright notice appear in all copies and that both ++ that copyright notice and this permission notice appear in supporting ++ documentation. ++ . ++ Permission to modify and distribute modified versions of this software ++ is granted, provided that: ++ . ++ 1) the modifications are licensed under the same terms as this ++ software; ++ . ++ 2) you make available the source code of any modifications that you ++ distribute, either on the same media as you distribute any executable ++ or other form of this software, or via a mechanism generally accepted ++ in the software development community for the electronic transfer of ++ data. ++ . ++ This software is provided "as is" without express or implied warranty. ++ ++Files: ros/src/WOKNT/WOKNT_getopt.c ++Copyright: Copyright (C) 1987, 88, 89, 90, 91, 1992 Free Software Foundation, Inc. ++License: LGPL-2.1+ ++ This program is free software; you can redistribute it and/or ++ modify it under the terms of the GNU Lesser General Public ++ License as published by the Free Software Foundation; either ++ version 2.1 of the License, or (at your option) any later version. ++ . ++ On Debian systems, the complete text of the GNU Lesser General Public ++ License version 2.1 can be found in file ++ "/usr/share/common-licenses/LGPL-2.1". ++ ++Files: ros/src/WOKNT/WOKNT_regexp* ros/src/WOKUnix/WOKUnix_regexp* ++Copyright: Copyright (C) 1985 Free Software Foundation, Inc. ++License: LGPL-2.1+ ++ This program is free software; you can redistribute it and/or ++ modify it under the terms of the GNU Lesser General Public ++ License as published by the Free Software Foundation; either ++ version 2.1 of the License, or (at your option) any later version. ++ . ++ On Debian systems, the complete text of the GNU Lesser General Public ++ License version 2.1 can be found in file ++ "/usr/share/common-licenses/LGPL-2.1". ++ ++Files: ros/src/WOKTclLib/tclx.nt wok/lib/tclx.nt ++Copyright: Copyright 1992-1996 Karl Lehenbauer and Mark Diekhans ++License: other-BSD ++ Permission to use, copy, modify, and distribute this software and its ++ documentation for any purpose and without fee is hereby granted, provided ++ that the above copyright notice appear in all copies. Karl Lehenbauer and ++ Mark Diekhans make no representations about the suitability of this ++ software for any purpose. It is provided "as is" without express or ++ implied warranty. ++ ++Files: ros/src/Xw/Xw_load_gif_image.cxx ++Copyright: Copyright (C) 1989, 1991 by Jef Poskanzer ++License: other-BSD ++ Permission to use, copy, modify, and distribute this software and its ++ documentation for any purpose and without fee is hereby granted, provided ++ that the above copyright notice appear in all copies and that both that ++ copyright notice and this permission notice appear in supporting ++ documentation. This software is provided "as is" without express or ++ implied warranty. diff --cc debian/libopencascade-foundation-6.5.0.install index 000000000,000000000..a6aa009fc new file mode 100644 --- /dev/null +++ b/debian/libopencascade-foundation-6.5.0.install @@@ -1,0 -1,0 +1,9 @@@ ++# See ros/adm/make/Makefile.am ++# FoundationClasses_PKGS = TKernel TKMath TKAdvTools ++usr/lib/libTKernel-*.so ++usr/lib/libTKMath-*.so ++usr/lib/libTKAdvTools-*.so ++ ++usr/share/opencascade/6.5.0/src/UnitsAPI/* ++usr/share/opencascade/6.5.0/src/OS/* ++usr/include/opencascade/arch-6.5.0/Standard_Macro64.hxx diff --cc debian/libopencascade-foundation-6.5.0.lintian-overrides index 000000000,000000000..3e38b0a55 new file mode 100644 --- /dev/null +++ b/debian/libopencascade-foundation-6.5.0.lintian-overrides @@@ -1,0 -1,0 +1,3 @@@ ++# this package contains a bunch of libraries and can thus not be named properly ++package-name-doesnt-match-sonames ++ diff --cc debian/libopencascade-foundation-dev.install index 000000000,000000000..ae42d580c new file mode 100644 --- /dev/null +++ b/debian/libopencascade-foundation-dev.install @@@ -1,0 -1,0 +1,1693 @@@ ++# PACKAGES = TKernel TKMath TKAdvTools ++# ++# See ros/adm/make/Makefile.am ++# FoundationClasses_PKGS = TKernel TKMath TKAdvTools ++usr/lib/libTKernel.so ++usr/lib/libTKMath.so ++usr/lib/libTKAdvTools.so ++ ++# for p in TKernel TKMath TKAdvTools; do for f in $(cat ros/src/$p/PACKAGES); do grep pubinclude ros/drv/$f/.adm/$f.files; done; done | sed -e 's,pubinclude ,usr/include/opencascade/,' | LC_ALL=C sort -u ++usr/include/opencascade/BSplCLib.hxx ++usr/include/opencascade/BSplCLib.lxx ++usr/include/opencascade/BSplCLib_CurveComputation.gxx ++usr/include/opencascade/BSplCLib_EvaluatorFunction.hxx ++usr/include/opencascade/BSplCLib_KnotDistribution.hxx ++usr/include/opencascade/BSplCLib_MultDistribution.hxx ++usr/include/opencascade/BSplSLib.hxx ++usr/include/opencascade/BSplSLib.lxx ++usr/include/opencascade/BSplSLib_EvaluatorFunction.hxx ++usr/include/opencascade/Bnd_Array1OfBox.hxx ++usr/include/opencascade/Bnd_Array1OfBox2d.hxx ++usr/include/opencascade/Bnd_B2d.hxx ++usr/include/opencascade/Bnd_B2f.hxx ++usr/include/opencascade/Bnd_B2x.gxx ++usr/include/opencascade/Bnd_B2x.lxx ++usr/include/opencascade/Bnd_B3d.hxx ++usr/include/opencascade/Bnd_B3f.hxx ++usr/include/opencascade/Bnd_B3x.gxx ++usr/include/opencascade/Bnd_B3x.lxx ++usr/include/opencascade/Bnd_BoundSortBox.hxx ++usr/include/opencascade/Bnd_BoundSortBox2d.hxx ++usr/include/opencascade/Bnd_Box.hxx ++usr/include/opencascade/Bnd_Box.lxx ++usr/include/opencascade/Bnd_Box2d.hxx ++usr/include/opencascade/Bnd_Box2d.lxx ++usr/include/opencascade/Bnd_HArray1OfBox.hxx ++usr/include/opencascade/Bnd_HArray1OfBox2d.hxx ++usr/include/opencascade/Bnd_SeqOfBox.hxx ++usr/include/opencascade/Bnd_SequenceNodeOfSeqOfBox.hxx ++usr/include/opencascade/CSLib.hxx ++usr/include/opencascade/CSLib_Class2d.hxx ++usr/include/opencascade/CSLib_DerivativeStatus.hxx ++usr/include/opencascade/CSLib_NormalPolyDef.hxx ++usr/include/opencascade/CSLib_NormalStatus.hxx ++usr/include/opencascade/Convert_CircleToBSplineCurve.hxx ++usr/include/opencascade/Convert_CompBezierCurves2dToBSplineCurve2d.hxx ++usr/include/opencascade/Convert_CompBezierCurvesToBSplineCurve.hxx ++usr/include/opencascade/Convert_CompPolynomialToPoles.hxx ++usr/include/opencascade/Convert_ConeToBSplineSurface.hxx ++usr/include/opencascade/Convert_ConicToBSplineCurve.hxx ++usr/include/opencascade/Convert_CosAndSinEvalFunction.hxx ++usr/include/opencascade/Convert_CylinderToBSplineSurface.hxx ++usr/include/opencascade/Convert_ElementarySurfaceToBSplineSurface.hxx ++usr/include/opencascade/Convert_EllipseToBSplineCurve.hxx ++usr/include/opencascade/Convert_GridPolynomialToPoles.hxx ++usr/include/opencascade/Convert_HyperbolaToBSplineCurve.hxx ++usr/include/opencascade/Convert_ParabolaToBSplineCurve.hxx ++usr/include/opencascade/Convert_ParameterisationType.hxx ++usr/include/opencascade/Convert_PolynomialCosAndSin.hxx ++usr/include/opencascade/Convert_SequenceNodeOfSequenceOfArray1OfPoles.hxx ++usr/include/opencascade/Convert_SequenceOfArray1OfPoles.hxx ++usr/include/opencascade/Convert_SequenceOfArray1OfPoles2d.hxx ++usr/include/opencascade/Convert_SphereToBSplineSurface.hxx ++usr/include/opencascade/Convert_TorusToBSplineSurface.hxx ++usr/include/opencascade/Dico_Dictionary.gxx ++usr/include/opencascade/Dico_DictionaryOfInteger.hxx ++usr/include/opencascade/Dico_DictionaryOfTransient.hxx ++usr/include/opencascade/Dico_Iterator.gxx ++usr/include/opencascade/Dico_IteratorOfDictionaryOfInteger.hxx ++usr/include/opencascade/Dico_IteratorOfDictionaryOfTransient.hxx ++usr/include/opencascade/Dico_StackItem.gxx ++usr/include/opencascade/Dico_StackItemOfDictionaryOfInteger.hxx ++usr/include/opencascade/Dico_StackItemOfDictionaryOfTransient.hxx ++usr/include/opencascade/Dynamic.hxx ++usr/include/opencascade/Dynamic_AbstractVariableInstance.hxx ++usr/include/opencascade/Dynamic_BooleanParameter.hxx ++usr/include/opencascade/Dynamic_CompiledMethod.hxx ++usr/include/opencascade/Dynamic_CompositMethod.hxx ++usr/include/opencascade/Dynamic_CompositVariableInstance.hxx ++usr/include/opencascade/Dynamic_DynamicClass.hxx ++usr/include/opencascade/Dynamic_DynamicDerivedClass.hxx ++usr/include/opencascade/Dynamic_DynamicInstance.hxx ++usr/include/opencascade/Dynamic_EnumerationParameter.gxx ++usr/include/opencascade/Dynamic_FuzzyClass.hxx ++usr/include/opencascade/Dynamic_FuzzyDefinition.hxx ++usr/include/opencascade/Dynamic_FuzzyDefinitionsDictionary.hxx ++usr/include/opencascade/Dynamic_FuzzyInstance.gxx ++usr/include/opencascade/Dynamic_InstanceParameter.hxx ++usr/include/opencascade/Dynamic_IntegerParameter.hxx ++usr/include/opencascade/Dynamic_InterpretedMethod.hxx ++usr/include/opencascade/Dynamic_Method.hxx ++usr/include/opencascade/Dynamic_MethodDefinition.hxx ++usr/include/opencascade/Dynamic_MethodDefinitionsDictionary.hxx ++usr/include/opencascade/Dynamic_MethodInstance.gxx ++usr/include/opencascade/Dynamic_ModeEnum.hxx ++usr/include/opencascade/Dynamic_Node.gxx ++usr/include/opencascade/Dynamic_ObjectParameter.hxx ++usr/include/opencascade/Dynamic_Parameter.hxx ++usr/include/opencascade/Dynamic_ParameterNode.hxx ++usr/include/opencascade/Dynamic_RealParameter.hxx ++usr/include/opencascade/Dynamic_SeqOfClasses.hxx ++usr/include/opencascade/Dynamic_SeqOfFuzzyDefinitions.hxx ++usr/include/opencascade/Dynamic_SeqOfMethodDefinitions.hxx ++usr/include/opencascade/Dynamic_SeqOfMethods.hxx ++usr/include/opencascade/Dynamic_SequenceNodeOfSeqOfClasses.hxx ++usr/include/opencascade/Dynamic_SequenceNodeOfSeqOfFuzzyDefinitions.hxx ++usr/include/opencascade/Dynamic_SequenceNodeOfSeqOfMethodDefinitions.hxx ++usr/include/opencascade/Dynamic_SequenceNodeOfSeqOfMethods.hxx ++usr/include/opencascade/Dynamic_SequenceOfClasses.hxx ++usr/include/opencascade/Dynamic_SequenceOfFuzzyDefinitions.hxx ++usr/include/opencascade/Dynamic_SequenceOfMethodDefinitions.hxx ++usr/include/opencascade/Dynamic_SequenceOfMethods.hxx ++usr/include/opencascade/Dynamic_StringParameter.hxx ++usr/include/opencascade/Dynamic_Variable.hxx ++usr/include/opencascade/Dynamic_VariableGroup.hxx ++usr/include/opencascade/Dynamic_VariableInstance.hxx ++usr/include/opencascade/Dynamic_VariableNode.hxx ++usr/include/opencascade/ElCLib.hxx ++usr/include/opencascade/ElCLib.lxx ++usr/include/opencascade/ElSLib.hxx ++usr/include/opencascade/ElSLib.lxx ++usr/include/opencascade/Expr.hxx ++usr/include/opencascade/ExprIntrp.hxx ++usr/include/opencascade/ExprIntrp.tab.h ++usr/include/opencascade/ExprIntrp_Analysis.hxx ++usr/include/opencascade/ExprIntrp_GenExp.hxx ++usr/include/opencascade/ExprIntrp_GenFct.hxx ++usr/include/opencascade/ExprIntrp_GenRel.hxx ++usr/include/opencascade/ExprIntrp_Generator.hxx ++usr/include/opencascade/ExprIntrp_SequenceNodeOfSequenceOfNamedExpression.hxx ++usr/include/opencascade/ExprIntrp_SequenceNodeOfSequenceOfNamedFunction.hxx ++usr/include/opencascade/ExprIntrp_SequenceOfNamedExpression.hxx ++usr/include/opencascade/ExprIntrp_SequenceOfNamedFunction.hxx ++usr/include/opencascade/ExprIntrp_StackIteratorOfStackOfGeneralExpression.hxx ++usr/include/opencascade/ExprIntrp_StackIteratorOfStackOfGeneralFunction.hxx ++usr/include/opencascade/ExprIntrp_StackIteratorOfStackOfGeneralRelation.hxx ++usr/include/opencascade/ExprIntrp_StackIteratorOfStackOfNames.hxx ++usr/include/opencascade/ExprIntrp_StackNodeOfStackOfGeneralExpression.hxx ++usr/include/opencascade/ExprIntrp_StackNodeOfStackOfGeneralFunction.hxx ++usr/include/opencascade/ExprIntrp_StackNodeOfStackOfGeneralRelation.hxx ++usr/include/opencascade/ExprIntrp_StackNodeOfStackOfNames.hxx ++usr/include/opencascade/ExprIntrp_StackOfGeneralExpression.hxx ++usr/include/opencascade/ExprIntrp_StackOfGeneralFunction.hxx ++usr/include/opencascade/ExprIntrp_StackOfGeneralRelation.hxx ++usr/include/opencascade/ExprIntrp_StackOfNames.hxx ++usr/include/opencascade/ExprIntrp_SyntaxError.hxx ++usr/include/opencascade/ExprIntrp_yaccanal.hxx ++usr/include/opencascade/ExprIntrp_yaccintrf.hxx ++usr/include/opencascade/Expr_Absolute.hxx ++usr/include/opencascade/Expr_ArcCosine.hxx ++usr/include/opencascade/Expr_ArcSine.hxx ++usr/include/opencascade/Expr_ArcTangent.hxx ++usr/include/opencascade/Expr_ArgCosh.hxx ++usr/include/opencascade/Expr_ArgSinh.hxx ++usr/include/opencascade/Expr_ArgTanh.hxx ++usr/include/opencascade/Expr_Array1OfGeneralExpression.hxx ++usr/include/opencascade/Expr_Array1OfNamedUnknown.hxx ++usr/include/opencascade/Expr_Array1OfSingleRelation.hxx ++usr/include/opencascade/Expr_BinaryExpression.hxx ++usr/include/opencascade/Expr_BinaryExpression.lxx ++usr/include/opencascade/Expr_BinaryFunction.hxx ++usr/include/opencascade/Expr_Cosh.hxx ++usr/include/opencascade/Expr_Cosine.hxx ++usr/include/opencascade/Expr_Difference.hxx ++usr/include/opencascade/Expr_Different.hxx ++usr/include/opencascade/Expr_Division.hxx ++usr/include/opencascade/Expr_Equal.hxx ++usr/include/opencascade/Expr_Exponential.hxx ++usr/include/opencascade/Expr_Exponentiate.hxx ++usr/include/opencascade/Expr_ExprFailure.hxx ++usr/include/opencascade/Expr_FunctionDerivative.hxx ++usr/include/opencascade/Expr_GeneralExpression.hxx ++usr/include/opencascade/Expr_GeneralFunction.hxx ++usr/include/opencascade/Expr_GeneralRelation.hxx ++usr/include/opencascade/Expr_GreaterThan.hxx ++usr/include/opencascade/Expr_GreaterThanOrEqual.hxx ++usr/include/opencascade/Expr_IndexedMapNodeOfMapOfNamedUnknown.hxx ++usr/include/opencascade/Expr_InvalidAssignment.hxx ++usr/include/opencascade/Expr_InvalidFunction.hxx ++usr/include/opencascade/Expr_InvalidOperand.hxx ++usr/include/opencascade/Expr_LessThan.hxx ++usr/include/opencascade/Expr_LessThanOrEqual.hxx ++usr/include/opencascade/Expr_LogOf10.hxx ++usr/include/opencascade/Expr_LogOfe.hxx ++usr/include/opencascade/Expr_MapOfNamedUnknown.hxx ++usr/include/opencascade/Expr_NamedConstant.hxx ++usr/include/opencascade/Expr_NamedConstant.lxx ++usr/include/opencascade/Expr_NamedExpression.hxx ++usr/include/opencascade/Expr_NamedFunction.hxx ++usr/include/opencascade/Expr_NamedUnknown.hxx ++usr/include/opencascade/Expr_NamedUnknown.lxx ++usr/include/opencascade/Expr_NotAssigned.hxx ++usr/include/opencascade/Expr_NotEvaluable.hxx ++usr/include/opencascade/Expr_NumericValue.hxx ++usr/include/opencascade/Expr_Operators.hxx ++usr/include/opencascade/Expr_PolyExpression.hxx ++usr/include/opencascade/Expr_PolyExpression.lxx ++usr/include/opencascade/Expr_PolyFunction.hxx ++usr/include/opencascade/Expr_Product.hxx ++usr/include/opencascade/Expr_RUIterator.hxx ++usr/include/opencascade/Expr_RelationIterator.hxx ++usr/include/opencascade/Expr_SequenceNodeOfSequenceOfGeneralExpression.hxx ++usr/include/opencascade/Expr_SequenceNodeOfSequenceOfGeneralRelation.hxx ++usr/include/opencascade/Expr_SequenceOfGeneralExpression.hxx ++usr/include/opencascade/Expr_SequenceOfGeneralRelation.hxx ++usr/include/opencascade/Expr_Sign.hxx ++usr/include/opencascade/Expr_Sine.hxx ++usr/include/opencascade/Expr_SingleRelation.hxx ++usr/include/opencascade/Expr_Sinh.hxx ++usr/include/opencascade/Expr_Square.hxx ++usr/include/opencascade/Expr_SquareRoot.hxx ++usr/include/opencascade/Expr_Sum.hxx ++usr/include/opencascade/Expr_SystemRelation.hxx ++usr/include/opencascade/Expr_Tangent.hxx ++usr/include/opencascade/Expr_Tanh.hxx ++usr/include/opencascade/Expr_UnaryExpression.hxx ++usr/include/opencascade/Expr_UnaryExpression.lxx ++usr/include/opencascade/Expr_UnaryFunction.hxx ++usr/include/opencascade/Expr_UnaryMinus.hxx ++usr/include/opencascade/Expr_UnknownIterator.hxx ++usr/include/opencascade/FSD_BStream.hxx ++usr/include/opencascade/FSD_BinaryFile.hxx ++usr/include/opencascade/FSD_CmpFile.hxx ++usr/include/opencascade/FSD_FStream.hxx ++usr/include/opencascade/FSD_File.hxx ++usr/include/opencascade/FSD_FileHeader.hxx ++usr/include/opencascade/GeomAbs_BSplKnotDistribution.hxx ++usr/include/opencascade/GeomAbs_CurveForm.hxx ++usr/include/opencascade/GeomAbs_CurveType.hxx ++usr/include/opencascade/GeomAbs_IsoType.hxx ++usr/include/opencascade/GeomAbs_JoinType.hxx ++usr/include/opencascade/GeomAbs_Shape.hxx ++usr/include/opencascade/GeomAbs_SurfaceForm.hxx ++usr/include/opencascade/GeomAbs_SurfaceType.hxx ++usr/include/opencascade/GeomAbs_UVSense.hxx ++usr/include/opencascade/GraphDS_DataMapIteratorOfEntityRoleMap.hxx ++usr/include/opencascade/GraphDS_DataMapNodeOfEntityRoleMap.hxx ++usr/include/opencascade/GraphDS_DirectedGraph.gxx ++usr/include/opencascade/GraphDS_Edge.gxx ++usr/include/opencascade/GraphDS_EdgesIterator.gxx ++usr/include/opencascade/GraphDS_EntitiesIterator.gxx ++usr/include/opencascade/GraphDS_Entity.gxx ++usr/include/opencascade/GraphDS_EntityRole.hxx ++usr/include/opencascade/GraphDS_EntityRoleMap.hxx ++usr/include/opencascade/GraphDS_IncidentEntitiesIterator.gxx ++usr/include/opencascade/GraphDS_IncidentRelationsIterator.gxx ++usr/include/opencascade/GraphDS_Relation.gxx ++usr/include/opencascade/GraphDS_RelationGraph.gxx ++usr/include/opencascade/GraphDS_RelationRole.hxx ++usr/include/opencascade/GraphDS_RelationsIterator.gxx ++usr/include/opencascade/GraphDS_Vertex.gxx ++usr/include/opencascade/GraphDS_VerticesIterator.gxx ++usr/include/opencascade/GraphTools_AdjSCIterator.gxx ++usr/include/opencascade/GraphTools_BFSIterator.gxx ++usr/include/opencascade/GraphTools_ConnectedVerticesFromIterator.gxx ++usr/include/opencascade/GraphTools_ConnectedVerticesIterator.gxx ++usr/include/opencascade/GraphTools_DFSIterator.gxx ++usr/include/opencascade/GraphTools_GraphIterator.gxx ++usr/include/opencascade/GraphTools_ListIteratorOfListOfSequenceOfInteger.hxx ++usr/include/opencascade/GraphTools_ListIteratorOfSCList.hxx ++usr/include/opencascade/GraphTools_ListNodeOfListOfSequenceOfInteger.hxx ++usr/include/opencascade/GraphTools_ListNodeOfSCList.hxx ++usr/include/opencascade/GraphTools_ListOfSequenceOfInteger.hxx ++usr/include/opencascade/GraphTools_RGNode.hxx ++usr/include/opencascade/GraphTools_ReducedGraph.gxx ++usr/include/opencascade/GraphTools_SC.hxx ++usr/include/opencascade/GraphTools_SCList.hxx ++usr/include/opencascade/GraphTools_SortedSCIterator.gxx ++usr/include/opencascade/GraphTools_SortedStrgCmptsFromIterator.gxx ++usr/include/opencascade/GraphTools_SortedStrgCmptsIterator.gxx ++usr/include/opencascade/GraphTools_TSNode.hxx ++usr/include/opencascade/GraphTools_TopologicalSortFromIterator.gxx ++usr/include/opencascade/GraphTools_TopologicalSortIterator.gxx ++usr/include/opencascade/GraphTools_VertexIterator.gxx ++usr/include/opencascade/Handle_Bnd_HArray1OfBox.hxx ++usr/include/opencascade/Handle_Bnd_HArray1OfBox2d.hxx ++usr/include/opencascade/Handle_Bnd_SequenceNodeOfSeqOfBox.hxx ++usr/include/opencascade/Handle_Convert_SequenceNodeOfSequenceOfArray1OfPoles.hxx ++usr/include/opencascade/Handle_Dico_DictionaryOfInteger.hxx ++usr/include/opencascade/Handle_Dico_DictionaryOfTransient.hxx ++usr/include/opencascade/Handle_Dico_StackItemOfDictionaryOfInteger.hxx ++usr/include/opencascade/Handle_Dico_StackItemOfDictionaryOfTransient.hxx ++usr/include/opencascade/Handle_Dynamic_AbstractVariableInstance.hxx ++usr/include/opencascade/Handle_Dynamic_BooleanParameter.hxx ++usr/include/opencascade/Handle_Dynamic_CompiledMethod.hxx ++usr/include/opencascade/Handle_Dynamic_CompositMethod.hxx ++usr/include/opencascade/Handle_Dynamic_CompositVariableInstance.hxx ++usr/include/opencascade/Handle_Dynamic_DynamicClass.hxx ++usr/include/opencascade/Handle_Dynamic_DynamicDerivedClass.hxx ++usr/include/opencascade/Handle_Dynamic_DynamicInstance.hxx ++usr/include/opencascade/Handle_Dynamic_FuzzyClass.hxx ++usr/include/opencascade/Handle_Dynamic_FuzzyDefinition.hxx ++usr/include/opencascade/Handle_Dynamic_FuzzyDefinitionsDictionary.hxx ++usr/include/opencascade/Handle_Dynamic_InstanceParameter.hxx ++usr/include/opencascade/Handle_Dynamic_IntegerParameter.hxx ++usr/include/opencascade/Handle_Dynamic_InterpretedMethod.hxx ++usr/include/opencascade/Handle_Dynamic_Method.hxx ++usr/include/opencascade/Handle_Dynamic_MethodDefinition.hxx ++usr/include/opencascade/Handle_Dynamic_MethodDefinitionsDictionary.hxx ++usr/include/opencascade/Handle_Dynamic_ObjectParameter.hxx ++usr/include/opencascade/Handle_Dynamic_Parameter.hxx ++usr/include/opencascade/Handle_Dynamic_ParameterNode.hxx ++usr/include/opencascade/Handle_Dynamic_RealParameter.hxx ++usr/include/opencascade/Handle_Dynamic_SequenceNodeOfSeqOfClasses.hxx ++usr/include/opencascade/Handle_Dynamic_SequenceNodeOfSeqOfFuzzyDefinitions.hxx ++usr/include/opencascade/Handle_Dynamic_SequenceNodeOfSeqOfMethodDefinitions.hxx ++usr/include/opencascade/Handle_Dynamic_SequenceNodeOfSeqOfMethods.hxx ++usr/include/opencascade/Handle_Dynamic_SequenceOfClasses.hxx ++usr/include/opencascade/Handle_Dynamic_SequenceOfFuzzyDefinitions.hxx ++usr/include/opencascade/Handle_Dynamic_SequenceOfMethodDefinitions.hxx ++usr/include/opencascade/Handle_Dynamic_SequenceOfMethods.hxx ++usr/include/opencascade/Handle_Dynamic_StringParameter.hxx ++usr/include/opencascade/Handle_Dynamic_Variable.hxx ++usr/include/opencascade/Handle_Dynamic_VariableGroup.hxx ++usr/include/opencascade/Handle_Dynamic_VariableInstance.hxx ++usr/include/opencascade/Handle_Dynamic_VariableNode.hxx ++usr/include/opencascade/Handle_ExprIntrp_GenExp.hxx ++usr/include/opencascade/Handle_ExprIntrp_GenFct.hxx ++usr/include/opencascade/Handle_ExprIntrp_GenRel.hxx ++usr/include/opencascade/Handle_ExprIntrp_Generator.hxx ++usr/include/opencascade/Handle_ExprIntrp_SequenceNodeOfSequenceOfNamedExpression.hxx ++usr/include/opencascade/Handle_ExprIntrp_SequenceNodeOfSequenceOfNamedFunction.hxx ++usr/include/opencascade/Handle_ExprIntrp_StackNodeOfStackOfGeneralExpression.hxx ++usr/include/opencascade/Handle_ExprIntrp_StackNodeOfStackOfGeneralFunction.hxx ++usr/include/opencascade/Handle_ExprIntrp_StackNodeOfStackOfGeneralRelation.hxx ++usr/include/opencascade/Handle_ExprIntrp_StackNodeOfStackOfNames.hxx ++usr/include/opencascade/Handle_ExprIntrp_SyntaxError.hxx ++usr/include/opencascade/Handle_Expr_Absolute.hxx ++usr/include/opencascade/Handle_Expr_ArcCosine.hxx ++usr/include/opencascade/Handle_Expr_ArcSine.hxx ++usr/include/opencascade/Handle_Expr_ArcTangent.hxx ++usr/include/opencascade/Handle_Expr_ArgCosh.hxx ++usr/include/opencascade/Handle_Expr_ArgSinh.hxx ++usr/include/opencascade/Handle_Expr_ArgTanh.hxx ++usr/include/opencascade/Handle_Expr_BinaryExpression.hxx ++usr/include/opencascade/Handle_Expr_BinaryFunction.hxx ++usr/include/opencascade/Handle_Expr_Cosh.hxx ++usr/include/opencascade/Handle_Expr_Cosine.hxx ++usr/include/opencascade/Handle_Expr_Difference.hxx ++usr/include/opencascade/Handle_Expr_Different.hxx ++usr/include/opencascade/Handle_Expr_Division.hxx ++usr/include/opencascade/Handle_Expr_Equal.hxx ++usr/include/opencascade/Handle_Expr_Exponential.hxx ++usr/include/opencascade/Handle_Expr_Exponentiate.hxx ++usr/include/opencascade/Handle_Expr_ExprFailure.hxx ++usr/include/opencascade/Handle_Expr_FunctionDerivative.hxx ++usr/include/opencascade/Handle_Expr_GeneralExpression.hxx ++usr/include/opencascade/Handle_Expr_GeneralFunction.hxx ++usr/include/opencascade/Handle_Expr_GeneralRelation.hxx ++usr/include/opencascade/Handle_Expr_GreaterThan.hxx ++usr/include/opencascade/Handle_Expr_GreaterThanOrEqual.hxx ++usr/include/opencascade/Handle_Expr_IndexedMapNodeOfMapOfNamedUnknown.hxx ++usr/include/opencascade/Handle_Expr_InvalidAssignment.hxx ++usr/include/opencascade/Handle_Expr_InvalidFunction.hxx ++usr/include/opencascade/Handle_Expr_InvalidOperand.hxx ++usr/include/opencascade/Handle_Expr_LessThan.hxx ++usr/include/opencascade/Handle_Expr_LessThanOrEqual.hxx ++usr/include/opencascade/Handle_Expr_LogOf10.hxx ++usr/include/opencascade/Handle_Expr_LogOfe.hxx ++usr/include/opencascade/Handle_Expr_NamedConstant.hxx ++usr/include/opencascade/Handle_Expr_NamedExpression.hxx ++usr/include/opencascade/Handle_Expr_NamedFunction.hxx ++usr/include/opencascade/Handle_Expr_NamedUnknown.hxx ++usr/include/opencascade/Handle_Expr_NotAssigned.hxx ++usr/include/opencascade/Handle_Expr_NotEvaluable.hxx ++usr/include/opencascade/Handle_Expr_NumericValue.hxx ++usr/include/opencascade/Handle_Expr_PolyExpression.hxx ++usr/include/opencascade/Handle_Expr_PolyFunction.hxx ++usr/include/opencascade/Handle_Expr_Product.hxx ++usr/include/opencascade/Handle_Expr_SequenceNodeOfSequenceOfGeneralExpression.hxx ++usr/include/opencascade/Handle_Expr_SequenceNodeOfSequenceOfGeneralRelation.hxx ++usr/include/opencascade/Handle_Expr_Sign.hxx ++usr/include/opencascade/Handle_Expr_Sine.hxx ++usr/include/opencascade/Handle_Expr_SingleRelation.hxx ++usr/include/opencascade/Handle_Expr_Sinh.hxx ++usr/include/opencascade/Handle_Expr_Square.hxx ++usr/include/opencascade/Handle_Expr_SquareRoot.hxx ++usr/include/opencascade/Handle_Expr_Sum.hxx ++usr/include/opencascade/Handle_Expr_SystemRelation.hxx ++usr/include/opencascade/Handle_Expr_Tangent.hxx ++usr/include/opencascade/Handle_Expr_Tanh.hxx ++usr/include/opencascade/Handle_Expr_UnaryExpression.hxx ++usr/include/opencascade/Handle_Expr_UnaryFunction.hxx ++usr/include/opencascade/Handle_Expr_UnaryMinus.hxx ++usr/include/opencascade/Handle_GraphDS_DataMapNodeOfEntityRoleMap.hxx ++usr/include/opencascade/Handle_GraphTools_ListNodeOfListOfSequenceOfInteger.hxx ++usr/include/opencascade/Handle_GraphTools_ListNodeOfSCList.hxx ++usr/include/opencascade/Handle_GraphTools_SC.hxx ++usr/include/opencascade/Handle_MMgt_TShared.hxx ++usr/include/opencascade/Handle_Materials_Color.hxx ++usr/include/opencascade/Handle_Materials_FuzzyInstance.hxx ++usr/include/opencascade/Handle_Materials_Material.hxx ++usr/include/opencascade/Handle_Materials_MaterialDefinition.hxx ++usr/include/opencascade/Handle_Materials_MaterialsDictionary.hxx ++usr/include/opencascade/Handle_Materials_MaterialsSequence.hxx ++usr/include/opencascade/Handle_Materials_SequenceNodeOfMtsSequence.hxx ++usr/include/opencascade/Handle_Message_Algorithm.hxx ++usr/include/opencascade/Handle_Message_ListNodeOfListOfMsg.hxx ++usr/include/opencascade/Handle_Message_Messenger.hxx ++usr/include/opencascade/Handle_Message_Printer.hxx ++usr/include/opencascade/Handle_Message_PrinterOStream.hxx ++usr/include/opencascade/Handle_Message_ProgressIndicator.hxx ++usr/include/opencascade/Handle_Message_SequenceNodeOfSequenceOfPrinters.hxx ++usr/include/opencascade/Handle_Message_SequenceNodeOfSequenceOfProgressScale.hxx ++usr/include/opencascade/Handle_OSD_Exception.hxx ++usr/include/opencascade/Handle_OSD_Exception_ACCESS_VIOLATION.hxx ++usr/include/opencascade/Handle_OSD_Exception_ARRAY_BOUNDS_EXCEEDED.hxx ++usr/include/opencascade/Handle_OSD_Exception_CTRL_BREAK.hxx ++usr/include/opencascade/Handle_OSD_Exception_FLT_DENORMAL_OPERAND.hxx ++usr/include/opencascade/Handle_OSD_Exception_FLT_DIVIDE_BY_ZERO.hxx ++usr/include/opencascade/Handle_OSD_Exception_FLT_INEXACT_RESULT.hxx ++usr/include/opencascade/Handle_OSD_Exception_FLT_INVALID_OPERATION.hxx ++usr/include/opencascade/Handle_OSD_Exception_FLT_OVERFLOW.hxx ++usr/include/opencascade/Handle_OSD_Exception_FLT_STACK_CHECK.hxx ++usr/include/opencascade/Handle_OSD_Exception_FLT_UNDERFLOW.hxx ++usr/include/opencascade/Handle_OSD_Exception_ILLEGAL_INSTRUCTION.hxx ++usr/include/opencascade/Handle_OSD_Exception_INT_DIVIDE_BY_ZERO.hxx ++usr/include/opencascade/Handle_OSD_Exception_INT_OVERFLOW.hxx ++usr/include/opencascade/Handle_OSD_Exception_INVALID_DISPOSITION.hxx ++usr/include/opencascade/Handle_OSD_Exception_IN_PAGE_ERROR.hxx ++usr/include/opencascade/Handle_OSD_Exception_NONCONTINUABLE_EXCEPTION.hxx ++usr/include/opencascade/Handle_OSD_Exception_PRIV_INSTRUCTION.hxx ++usr/include/opencascade/Handle_OSD_Exception_STACK_OVERFLOW.hxx ++usr/include/opencascade/Handle_OSD_Exception_STATUS_NO_MEMORY.hxx ++usr/include/opencascade/Handle_OSD_OSDError.hxx ++usr/include/opencascade/Handle_OSD_SIGBUS.hxx ++usr/include/opencascade/Handle_OSD_SIGHUP.hxx ++usr/include/opencascade/Handle_OSD_SIGILL.hxx ++usr/include/opencascade/Handle_OSD_SIGINT.hxx ++usr/include/opencascade/Handle_OSD_SIGKILL.hxx ++usr/include/opencascade/Handle_OSD_SIGQUIT.hxx ++usr/include/opencascade/Handle_OSD_SIGSEGV.hxx ++usr/include/opencascade/Handle_OSD_SIGSYS.hxx ++usr/include/opencascade/Handle_OSD_Signal.hxx ++usr/include/opencascade/Handle_OSD_SystemFont.hxx ++usr/include/opencascade/Handle_PLib_Base.hxx ++usr/include/opencascade/Handle_PLib_HermitJacobi.hxx ++usr/include/opencascade/Handle_PLib_JacobiPolynomial.hxx ++usr/include/opencascade/Handle_Plugin_DataMapNodeOfMapOfFunctions.hxx ++usr/include/opencascade/Handle_Plugin_Failure.hxx ++usr/include/opencascade/Handle_Poly_CoherentTriangulation.hxx ++usr/include/opencascade/Handle_Poly_HArray1OfTriangle.hxx ++usr/include/opencascade/Handle_Poly_Polygon2D.hxx ++usr/include/opencascade/Handle_Poly_Polygon3D.hxx ++usr/include/opencascade/Handle_Poly_PolygonOnTriangulation.hxx ++usr/include/opencascade/Handle_Poly_Triangulation.hxx ++usr/include/opencascade/Handle_Quantity_ColorDefinitionError.hxx ++usr/include/opencascade/Handle_Quantity_DateDefinitionError.hxx ++usr/include/opencascade/Handle_Quantity_HArray1OfColor.hxx ++usr/include/opencascade/Handle_Quantity_PeriodDefinitionError.hxx ++usr/include/opencascade/Handle_Resource_DataMapNodeOfDataMapOfAsciiStringAsciiString.hxx ++usr/include/opencascade/Handle_Resource_DataMapNodeOfDataMapOfAsciiStringExtendedString.hxx ++usr/include/opencascade/Handle_Resource_Manager.hxx ++usr/include/opencascade/Handle_Resource_NoSuchResource.hxx ++usr/include/opencascade/Handle_Standard_AbortiveTransaction.hxx ++usr/include/opencascade/Handle_Standard_ConstructionError.hxx ++usr/include/opencascade/Handle_Standard_DimensionError.hxx ++usr/include/opencascade/Handle_Standard_DimensionMismatch.hxx ++usr/include/opencascade/Handle_Standard_DivideByZero.hxx ++usr/include/opencascade/Handle_Standard_DomainError.hxx ++usr/include/opencascade/Handle_Standard_Failure.hxx ++usr/include/opencascade/Handle_Standard_ImmutableObject.hxx ++usr/include/opencascade/Handle_Standard_LicenseError.hxx ++usr/include/opencascade/Handle_Standard_LicenseNotFound.hxx ++usr/include/opencascade/Handle_Standard_MultiplyDefined.hxx ++usr/include/opencascade/Handle_Standard_NegativeValue.hxx ++usr/include/opencascade/Handle_Standard_NoMoreObject.hxx ++usr/include/opencascade/Handle_Standard_NoSuchObject.hxx ++usr/include/opencascade/Handle_Standard_NotImplemented.hxx ++usr/include/opencascade/Handle_Standard_NullObject.hxx ++usr/include/opencascade/Handle_Standard_NullValue.hxx ++usr/include/opencascade/Handle_Standard_NumericError.hxx ++usr/include/opencascade/Handle_Standard_OutOfMemory.hxx ++usr/include/opencascade/Handle_Standard_OutOfRange.hxx ++usr/include/opencascade/Handle_Standard_Overflow.hxx ++usr/include/opencascade/Handle_Standard_Persistent.hxx ++usr/include/opencascade/Handle_Standard_ProgramError.hxx ++usr/include/opencascade/Handle_Standard_RangeError.hxx ++usr/include/opencascade/Handle_Standard_TooManyUsers.hxx ++usr/include/opencascade/Handle_Standard_Transient.hxx ++usr/include/opencascade/Handle_Standard_Type.hxx ++usr/include/opencascade/Handle_Standard_TypeMismatch.hxx ++usr/include/opencascade/Handle_Standard_Underflow.hxx ++usr/include/opencascade/Handle_StdFail_InfiniteSolutions.hxx ++usr/include/opencascade/Handle_StdFail_NotDone.hxx ++usr/include/opencascade/Handle_StdFail_Undefined.hxx ++usr/include/opencascade/Handle_StdFail_UndefinedDerivative.hxx ++usr/include/opencascade/Handle_StdFail_UndefinedValue.hxx ++usr/include/opencascade/Handle_Storage_CallBack.hxx ++usr/include/opencascade/Handle_Storage_Data.hxx ++usr/include/opencascade/Handle_Storage_DataMapNodeOfMapOfCallBack.hxx ++usr/include/opencascade/Handle_Storage_DataMapNodeOfMapOfPers.hxx ++usr/include/opencascade/Handle_Storage_DefaultCallBack.hxx ++usr/include/opencascade/Handle_Storage_HArrayOfCallBack.hxx ++usr/include/opencascade/Handle_Storage_HArrayOfSchema.hxx ++usr/include/opencascade/Handle_Storage_HPArray.hxx ++usr/include/opencascade/Handle_Storage_HSeqOfCallBack.hxx ++usr/include/opencascade/Handle_Storage_HSeqOfPersistent.hxx ++usr/include/opencascade/Handle_Storage_HSeqOfRoot.hxx ++usr/include/opencascade/Handle_Storage_HeaderData.hxx ++usr/include/opencascade/Handle_Storage_IndexedDataMapNodeOfPType.hxx ++usr/include/opencascade/Handle_Storage_InternalData.hxx ++usr/include/opencascade/Handle_Storage_Root.hxx ++usr/include/opencascade/Handle_Storage_RootData.hxx ++usr/include/opencascade/Handle_Storage_Schema.hxx ++usr/include/opencascade/Handle_Storage_SequenceNodeOfSeqOfCallBack.hxx ++usr/include/opencascade/Handle_Storage_SequenceNodeOfSeqOfPersistent.hxx ++usr/include/opencascade/Handle_Storage_SequenceNodeOfSeqOfRoot.hxx ++usr/include/opencascade/Handle_Storage_StreamExtCharParityError.hxx ++usr/include/opencascade/Handle_Storage_StreamFormatError.hxx ++usr/include/opencascade/Handle_Storage_StreamModeError.hxx ++usr/include/opencascade/Handle_Storage_StreamReadError.hxx ++usr/include/opencascade/Handle_Storage_StreamTypeMismatchError.hxx ++usr/include/opencascade/Handle_Storage_StreamUnknownTypeError.hxx ++usr/include/opencascade/Handle_Storage_StreamWriteError.hxx ++usr/include/opencascade/Handle_Storage_TypeData.hxx ++usr/include/opencascade/Handle_Storage_TypedCallBack.hxx ++usr/include/opencascade/Handle_TColStd_DataMapNodeOfDataMapOfAsciiStringInteger.hxx ++usr/include/opencascade/Handle_TColStd_DataMapNodeOfDataMapOfIntegerInteger.hxx ++usr/include/opencascade/Handle_TColStd_DataMapNodeOfDataMapOfIntegerListOfInteger.hxx ++usr/include/opencascade/Handle_TColStd_DataMapNodeOfDataMapOfIntegerReal.hxx ++usr/include/opencascade/Handle_TColStd_DataMapNodeOfDataMapOfIntegerTransient.hxx ++usr/include/opencascade/Handle_TColStd_DataMapNodeOfDataMapOfStringInteger.hxx ++usr/include/opencascade/Handle_TColStd_DataMapNodeOfDataMapOfTransientTransient.hxx ++usr/include/opencascade/Handle_TColStd_HArray1OfAsciiString.hxx ++usr/include/opencascade/Handle_TColStd_HArray1OfBoolean.hxx ++usr/include/opencascade/Handle_TColStd_HArray1OfByte.hxx ++usr/include/opencascade/Handle_TColStd_HArray1OfCharacter.hxx ++usr/include/opencascade/Handle_TColStd_HArray1OfExtendedString.hxx ++usr/include/opencascade/Handle_TColStd_HArray1OfInteger.hxx ++usr/include/opencascade/Handle_TColStd_HArray1OfListOfInteger.hxx ++usr/include/opencascade/Handle_TColStd_HArray1OfReal.hxx ++usr/include/opencascade/Handle_TColStd_HArray1OfTransient.hxx ++usr/include/opencascade/Handle_TColStd_HArray2OfBoolean.hxx ++usr/include/opencascade/Handle_TColStd_HArray2OfCharacter.hxx ++usr/include/opencascade/Handle_TColStd_HArray2OfInteger.hxx ++usr/include/opencascade/Handle_TColStd_HArray2OfReal.hxx ++usr/include/opencascade/Handle_TColStd_HArray2OfTransient.hxx ++usr/include/opencascade/Handle_TColStd_HPackedMapOfInteger.hxx ++usr/include/opencascade/Handle_TColStd_HSequenceOfAsciiString.hxx ++usr/include/opencascade/Handle_TColStd_HSequenceOfExtendedString.hxx ++usr/include/opencascade/Handle_TColStd_HSequenceOfHAsciiString.hxx ++usr/include/opencascade/Handle_TColStd_HSequenceOfHExtendedString.hxx ++usr/include/opencascade/Handle_TColStd_HSequenceOfInteger.hxx ++usr/include/opencascade/Handle_TColStd_HSequenceOfReal.hxx ++usr/include/opencascade/Handle_TColStd_HSequenceOfTransient.hxx ++usr/include/opencascade/Handle_TColStd_HSetOfInteger.hxx ++usr/include/opencascade/Handle_TColStd_HSetOfReal.hxx ++usr/include/opencascade/Handle_TColStd_HSetOfTransient.hxx ++usr/include/opencascade/Handle_TColStd_IndexedDataMapNodeOfIndexedDataMapOfTransientTransient.hxx ++usr/include/opencascade/Handle_TColStd_IndexedMapNodeOfIndexedMapOfInteger.hxx ++usr/include/opencascade/Handle_TColStd_IndexedMapNodeOfIndexedMapOfReal.hxx ++usr/include/opencascade/Handle_TColStd_IndexedMapNodeOfIndexedMapOfTransient.hxx ++usr/include/opencascade/Handle_TColStd_ListNodeOfListOfAsciiString.hxx ++usr/include/opencascade/Handle_TColStd_ListNodeOfListOfInteger.hxx ++usr/include/opencascade/Handle_TColStd_ListNodeOfListOfReal.hxx ++usr/include/opencascade/Handle_TColStd_ListNodeOfListOfTransient.hxx ++usr/include/opencascade/Handle_TColStd_ListNodeOfSetListOfSetOfInteger.hxx ++usr/include/opencascade/Handle_TColStd_ListNodeOfSetListOfSetOfReal.hxx ++usr/include/opencascade/Handle_TColStd_ListNodeOfSetListOfSetOfTransient.hxx ++usr/include/opencascade/Handle_TColStd_QueueNodeOfQueueOfInteger.hxx ++usr/include/opencascade/Handle_TColStd_QueueNodeOfQueueOfReal.hxx ++usr/include/opencascade/Handle_TColStd_QueueNodeOfQueueOfTransient.hxx ++usr/include/opencascade/Handle_TColStd_SequenceNodeOfSequenceOfAddress.hxx ++usr/include/opencascade/Handle_TColStd_SequenceNodeOfSequenceOfAsciiString.hxx ++usr/include/opencascade/Handle_TColStd_SequenceNodeOfSequenceOfBoolean.hxx ++usr/include/opencascade/Handle_TColStd_SequenceNodeOfSequenceOfExtendedString.hxx ++usr/include/opencascade/Handle_TColStd_SequenceNodeOfSequenceOfHAsciiString.hxx ++usr/include/opencascade/Handle_TColStd_SequenceNodeOfSequenceOfHExtendedString.hxx ++usr/include/opencascade/Handle_TColStd_SequenceNodeOfSequenceOfInteger.hxx ++usr/include/opencascade/Handle_TColStd_SequenceNodeOfSequenceOfReal.hxx ++usr/include/opencascade/Handle_TColStd_SequenceNodeOfSequenceOfTransient.hxx ++usr/include/opencascade/Handle_TColStd_StackNodeOfStackOfInteger.hxx ++usr/include/opencascade/Handle_TColStd_StackNodeOfStackOfReal.hxx ++usr/include/opencascade/Handle_TColStd_StackNodeOfStackOfTransient.hxx ++usr/include/opencascade/Handle_TColStd_StdMapNodeOfMapOfAsciiString.hxx ++usr/include/opencascade/Handle_TColStd_StdMapNodeOfMapOfInteger.hxx ++usr/include/opencascade/Handle_TColStd_StdMapNodeOfMapOfReal.hxx ++usr/include/opencascade/Handle_TColStd_StdMapNodeOfMapOfTransient.hxx ++usr/include/opencascade/Handle_TColgp_DataMapNodeOfDataMapOfIntegerCirc2d.hxx ++usr/include/opencascade/Handle_TColgp_HArray1OfCirc2d.hxx ++usr/include/opencascade/Handle_TColgp_HArray1OfDir.hxx ++usr/include/opencascade/Handle_TColgp_HArray1OfDir2d.hxx ++usr/include/opencascade/Handle_TColgp_HArray1OfLin2d.hxx ++usr/include/opencascade/Handle_TColgp_HArray1OfPnt.hxx ++usr/include/opencascade/Handle_TColgp_HArray1OfPnt2d.hxx ++usr/include/opencascade/Handle_TColgp_HArray1OfVec.hxx ++usr/include/opencascade/Handle_TColgp_HArray1OfVec2d.hxx ++usr/include/opencascade/Handle_TColgp_HArray1OfXY.hxx ++usr/include/opencascade/Handle_TColgp_HArray1OfXYZ.hxx ++usr/include/opencascade/Handle_TColgp_HArray2OfCirc2d.hxx ++usr/include/opencascade/Handle_TColgp_HArray2OfDir.hxx ++usr/include/opencascade/Handle_TColgp_HArray2OfDir2d.hxx ++usr/include/opencascade/Handle_TColgp_HArray2OfLin2d.hxx ++usr/include/opencascade/Handle_TColgp_HArray2OfPnt.hxx ++usr/include/opencascade/Handle_TColgp_HArray2OfPnt2d.hxx ++usr/include/opencascade/Handle_TColgp_HArray2OfVec.hxx ++usr/include/opencascade/Handle_TColgp_HArray2OfVec2d.hxx ++usr/include/opencascade/Handle_TColgp_HArray2OfXY.hxx ++usr/include/opencascade/Handle_TColgp_HArray2OfXYZ.hxx ++usr/include/opencascade/Handle_TColgp_HSequenceOfDir.hxx ++usr/include/opencascade/Handle_TColgp_HSequenceOfDir2d.hxx ++usr/include/opencascade/Handle_TColgp_HSequenceOfPnt.hxx ++usr/include/opencascade/Handle_TColgp_HSequenceOfPnt2d.hxx ++usr/include/opencascade/Handle_TColgp_HSequenceOfVec.hxx ++usr/include/opencascade/Handle_TColgp_HSequenceOfVec2d.hxx ++usr/include/opencascade/Handle_TColgp_HSequenceOfXY.hxx ++usr/include/opencascade/Handle_TColgp_HSequenceOfXYZ.hxx ++usr/include/opencascade/Handle_TColgp_SequenceNodeOfSequenceOfArray1OfPnt2d.hxx ++usr/include/opencascade/Handle_TColgp_SequenceNodeOfSequenceOfDir.hxx ++usr/include/opencascade/Handle_TColgp_SequenceNodeOfSequenceOfDir2d.hxx ++usr/include/opencascade/Handle_TColgp_SequenceNodeOfSequenceOfPnt.hxx ++usr/include/opencascade/Handle_TColgp_SequenceNodeOfSequenceOfPnt2d.hxx ++usr/include/opencascade/Handle_TColgp_SequenceNodeOfSequenceOfVec.hxx ++usr/include/opencascade/Handle_TColgp_SequenceNodeOfSequenceOfVec2d.hxx ++usr/include/opencascade/Handle_TColgp_SequenceNodeOfSequenceOfXY.hxx ++usr/include/opencascade/Handle_TColgp_SequenceNodeOfSequenceOfXYZ.hxx ++usr/include/opencascade/Handle_TCollection_AVLBaseNode.hxx ++usr/include/opencascade/Handle_TCollection_HAsciiString.hxx ++usr/include/opencascade/Handle_TCollection_HExtendedString.hxx ++usr/include/opencascade/Handle_TCollection_MapNode.hxx ++usr/include/opencascade/Handle_TCollection_SeqNode.hxx ++usr/include/opencascade/Handle_TShort_HArray1OfShortReal.hxx ++usr/include/opencascade/Handle_TShort_HArray2OfShortReal.hxx ++usr/include/opencascade/Handle_TShort_HSequenceOfShortReal.hxx ++usr/include/opencascade/Handle_TShort_SequenceNodeOfSequenceOfShortReal.hxx ++usr/include/opencascade/Handle_TopLoc_Datum3D.hxx ++usr/include/opencascade/Handle_TopLoc_IndexedMapNodeOfIndexedMapOfLocation.hxx ++usr/include/opencascade/Handle_TopLoc_SListNodeOfSListOfItemLocation.hxx ++usr/include/opencascade/Handle_TopLoc_StdMapNodeOfMapOfLocation.hxx ++usr/include/opencascade/Handle_Units_Dimensions.hxx ++usr/include/opencascade/Handle_Units_Lexicon.hxx ++usr/include/opencascade/Handle_Units_NoSuchType.hxx ++usr/include/opencascade/Handle_Units_NoSuchUnit.hxx ++usr/include/opencascade/Handle_Units_QuantitiesSequence.hxx ++usr/include/opencascade/Handle_Units_Quantity.hxx ++usr/include/opencascade/Handle_Units_SequenceNodeOfQtsSequence.hxx ++usr/include/opencascade/Handle_Units_SequenceNodeOfTksSequence.hxx ++usr/include/opencascade/Handle_Units_SequenceNodeOfUtsSequence.hxx ++usr/include/opencascade/Handle_Units_ShiftedToken.hxx ++usr/include/opencascade/Handle_Units_ShiftedUnit.hxx ++usr/include/opencascade/Handle_Units_Token.hxx ++usr/include/opencascade/Handle_Units_TokensSequence.hxx ++usr/include/opencascade/Handle_Units_Unit.hxx ++usr/include/opencascade/Handle_Units_UnitsDictionary.hxx ++usr/include/opencascade/Handle_Units_UnitsLexicon.hxx ++usr/include/opencascade/Handle_Units_UnitsSequence.hxx ++usr/include/opencascade/Handle_Units_UnitsSystem.hxx ++usr/include/opencascade/Handle_gp_VectorWithNullMagnitude.hxx ++usr/include/opencascade/Handle_math_NotSquare.hxx ++usr/include/opencascade/Handle_math_SingularMatrix.hxx ++usr/include/opencascade/IncludeLibrary_Mode_Connect.h ++usr/include/opencascade/IncludeLibrary_NTD_interface.h ++usr/include/opencascade/IncludeLibrary_NTD_starter.h ++usr/include/opencascade/IncludeLibrary_NTD_stsdef.h ++usr/include/opencascade/IncludeLibrary_NTD_stsmsg.h ++usr/include/opencascade/IncludeLibrary_buf_cmd_rsp_siz.h ++usr/include/opencascade/IncludeLibrary_call_get_receiving.h ++usr/include/opencascade/IncludeLibrary_comand.h ++usr/include/opencascade/IncludeLibrary_debug.h ++usr/include/opencascade/IncludeLibrary_inverse.h ++usr/include/opencascade/IncludeLibrary_inverse_mimot.h ++usr/include/opencascade/IncludeLibrary_max.h ++usr/include/opencascade/IncludeLibrary_ntd.h ++usr/include/opencascade/IncludeLibrary_osd.h ++usr/include/opencascade/IncludeLibrary_osd_dlopen.h ++usr/include/opencascade/IncludeLibrary_server_interface.h ++usr/include/opencascade/IncludeLibrary_srvtyp.h ++usr/include/opencascade/IncludeLibrary_status.h ++usr/include/opencascade/IncludeLibrary_stsgrpdef.h ++usr/include/opencascade/IncludeLibrary_typedef.h ++usr/include/opencascade/MMgt_StackManager.hxx ++usr/include/opencascade/MMgt_TShared.hxx ++usr/include/opencascade/Materials.hxx ++usr/include/opencascade/Materials_Color.hxx ++usr/include/opencascade/Materials_FuzzyInstance.hxx ++usr/include/opencascade/Materials_Material.hxx ++usr/include/opencascade/Materials_MaterialDefinition.hxx ++usr/include/opencascade/Materials_MaterialsDictionary.hxx ++usr/include/opencascade/Materials_MaterialsSequence.hxx ++usr/include/opencascade/Materials_MtsSequence.hxx ++usr/include/opencascade/Materials_SequenceNodeOfMtsSequence.hxx ++usr/include/opencascade/Message.hxx ++usr/include/opencascade/Message_Algorithm.hxx ++usr/include/opencascade/Message_Algorithm.lxx ++usr/include/opencascade/Message_ExecStatus.hxx ++usr/include/opencascade/Message_Gravity.hxx ++usr/include/opencascade/Message_ListIteratorOfListOfMsg.hxx ++usr/include/opencascade/Message_ListNodeOfListOfMsg.hxx ++usr/include/opencascade/Message_ListOfMsg.hxx ++usr/include/opencascade/Message_Messenger.hxx ++usr/include/opencascade/Message_Messenger.lxx ++usr/include/opencascade/Message_Msg.hxx ++usr/include/opencascade/Message_Msg.lxx ++usr/include/opencascade/Message_MsgFile.hxx ++usr/include/opencascade/Message_Printer.hxx ++usr/include/opencascade/Message_PrinterOStream.hxx ++usr/include/opencascade/Message_PrinterOStream.lxx ++usr/include/opencascade/Message_ProgressIndicator.hxx ++usr/include/opencascade/Message_ProgressIndicator.lxx ++usr/include/opencascade/Message_ProgressScale.hxx ++usr/include/opencascade/Message_ProgressScale.lxx ++usr/include/opencascade/Message_ProgressSentry.hxx ++usr/include/opencascade/Message_ProgressSentry.lxx ++usr/include/opencascade/Message_SequenceNodeOfSequenceOfPrinters.hxx ++usr/include/opencascade/Message_SequenceNodeOfSequenceOfProgressScale.hxx ++usr/include/opencascade/Message_SequenceOfPrinters.hxx ++usr/include/opencascade/Message_SequenceOfProgressScale.hxx ++usr/include/opencascade/Message_Status.hxx ++usr/include/opencascade/Message_StatusType.hxx ++usr/include/opencascade/NCollection_Array1.hxx ++usr/include/opencascade/NCollection_Array2.hxx ++usr/include/opencascade/NCollection_BaseAllocator.hxx ++usr/include/opencascade/NCollection_BaseCollection.hxx ++usr/include/opencascade/NCollection_BaseList.hxx ++usr/include/opencascade/NCollection_BaseMap.hxx ++usr/include/opencascade/NCollection_BaseSequence.hxx ++usr/include/opencascade/NCollection_BaseVector.hxx ++usr/include/opencascade/NCollection_CellFilter.hxx ++usr/include/opencascade/NCollection_DataMap.hxx ++usr/include/opencascade/NCollection_DefineArray1.hxx ++usr/include/opencascade/NCollection_DefineArray2.hxx ++usr/include/opencascade/NCollection_DefineBaseCollection.hxx ++usr/include/opencascade/NCollection_DefineDataMap.hxx ++usr/include/opencascade/NCollection_DefineDoubleMap.hxx ++usr/include/opencascade/NCollection_DefineHArray1.hxx ++usr/include/opencascade/NCollection_DefineHArray2.hxx ++usr/include/opencascade/NCollection_DefineHSequence.hxx ++usr/include/opencascade/NCollection_DefineHSet.hxx ++usr/include/opencascade/NCollection_DefineIndexedDataMap.hxx ++usr/include/opencascade/NCollection_DefineIndexedMap.hxx ++usr/include/opencascade/NCollection_DefineList.hxx ++usr/include/opencascade/NCollection_DefineMap.hxx ++usr/include/opencascade/NCollection_DefineQueue.hxx ++usr/include/opencascade/NCollection_DefineSList.hxx ++usr/include/opencascade/NCollection_DefineSequence.hxx ++usr/include/opencascade/NCollection_DefineSet.hxx ++usr/include/opencascade/NCollection_DefineStack.hxx ++usr/include/opencascade/NCollection_DefineTListIterator.hxx ++usr/include/opencascade/NCollection_DefineTListNode.hxx ++usr/include/opencascade/NCollection_DefineVector.hxx ++usr/include/opencascade/NCollection_DoubleMap.hxx ++usr/include/opencascade/NCollection_EBTree.hxx ++usr/include/opencascade/NCollection_HArray1.hxx ++usr/include/opencascade/NCollection_HArray2.hxx ++usr/include/opencascade/NCollection_HSequence.hxx ++usr/include/opencascade/NCollection_HSet.hxx ++usr/include/opencascade/NCollection_Handle.hxx ++usr/include/opencascade/NCollection_HeapAllocator.hxx ++usr/include/opencascade/NCollection_IncAllocator.hxx ++usr/include/opencascade/NCollection_IndexedDataMap.hxx ++usr/include/opencascade/NCollection_IndexedMap.hxx ++usr/include/opencascade/NCollection_List.hxx ++usr/include/opencascade/NCollection_ListNode.hxx ++usr/include/opencascade/NCollection_Map.hxx ++usr/include/opencascade/NCollection_Queue.hxx ++usr/include/opencascade/NCollection_SList.hxx ++usr/include/opencascade/NCollection_Sequence.hxx ++usr/include/opencascade/NCollection_Set.hxx ++usr/include/opencascade/NCollection_SparseArray.hxx ++usr/include/opencascade/NCollection_SparseArrayBase.hxx ++usr/include/opencascade/NCollection_Stack.hxx ++usr/include/opencascade/NCollection_StdBase.hxx ++usr/include/opencascade/NCollection_TListIterator.hxx ++usr/include/opencascade/NCollection_TListNode.hxx ++usr/include/opencascade/NCollection_TypeDef.hxx ++usr/include/opencascade/NCollection_UBTree.hxx ++usr/include/opencascade/NCollection_UBTreeFiller.hxx ++usr/include/opencascade/NCollection_Vector.hxx ++usr/include/opencascade/OSD.hxx ++usr/include/opencascade/OSD_Chronometer.hxx ++usr/include/opencascade/OSD_Directory.hxx ++usr/include/opencascade/OSD_DirectoryIterator.hxx ++usr/include/opencascade/OSD_Disk.hxx ++usr/include/opencascade/OSD_Environment.hxx ++usr/include/opencascade/OSD_EnvironmentIterator.hxx ++usr/include/opencascade/OSD_Error.hxx ++usr/include/opencascade/OSD_ErrorList.hxx ++usr/include/opencascade/OSD_Exception.hxx ++usr/include/opencascade/OSD_Exception_ACCESS_VIOLATION.hxx ++usr/include/opencascade/OSD_Exception_ARRAY_BOUNDS_EXCEEDED.hxx ++usr/include/opencascade/OSD_Exception_CTRL_BREAK.hxx ++usr/include/opencascade/OSD_Exception_FLT_DENORMAL_OPERAND.hxx ++usr/include/opencascade/OSD_Exception_FLT_DIVIDE_BY_ZERO.hxx ++usr/include/opencascade/OSD_Exception_FLT_INEXACT_RESULT.hxx ++usr/include/opencascade/OSD_Exception_FLT_INVALID_OPERATION.hxx ++usr/include/opencascade/OSD_Exception_FLT_OVERFLOW.hxx ++usr/include/opencascade/OSD_Exception_FLT_STACK_CHECK.hxx ++usr/include/opencascade/OSD_Exception_FLT_UNDERFLOW.hxx ++usr/include/opencascade/OSD_Exception_ILLEGAL_INSTRUCTION.hxx ++usr/include/opencascade/OSD_Exception_INT_DIVIDE_BY_ZERO.hxx ++usr/include/opencascade/OSD_Exception_INT_OVERFLOW.hxx ++usr/include/opencascade/OSD_Exception_INVALID_DISPOSITION.hxx ++usr/include/opencascade/OSD_Exception_IN_PAGE_ERROR.hxx ++usr/include/opencascade/OSD_Exception_NONCONTINUABLE_EXCEPTION.hxx ++usr/include/opencascade/OSD_Exception_PRIV_INSTRUCTION.hxx ++usr/include/opencascade/OSD_Exception_STACK_OVERFLOW.hxx ++usr/include/opencascade/OSD_Exception_STATUS_NO_MEMORY.hxx ++usr/include/opencascade/OSD_File.hxx ++usr/include/opencascade/OSD_FileIterator.hxx ++usr/include/opencascade/OSD_FileNode.hxx ++usr/include/opencascade/OSD_FontAspect.hxx ++usr/include/opencascade/OSD_FromWhere.hxx ++usr/include/opencascade/OSD_Function.hxx ++usr/include/opencascade/OSD_Host.hxx ++usr/include/opencascade/OSD_KindFile.hxx ++usr/include/opencascade/OSD_LoadMode.hxx ++usr/include/opencascade/OSD_Localizer.hxx ++usr/include/opencascade/OSD_LockType.hxx ++usr/include/opencascade/OSD_MailBox.hxx ++usr/include/opencascade/OSD_NListOfSystemFont.hxx ++usr/include/opencascade/OSD_OEMType.hxx ++usr/include/opencascade/OSD_OSDError.hxx ++usr/include/opencascade/OSD_OpenMode.hxx ++usr/include/opencascade/OSD_PThread.hxx ++usr/include/opencascade/OSD_Path.hxx ++usr/include/opencascade/OSD_PerfMeter.h ++usr/include/opencascade/OSD_PerfMeter.hxx ++usr/include/opencascade/OSD_Printer.hxx ++usr/include/opencascade/OSD_Process.hxx ++usr/include/opencascade/OSD_Protection.hxx ++usr/include/opencascade/OSD_Real2String.hxx ++usr/include/opencascade/OSD_SIGBUS.hxx ++usr/include/opencascade/OSD_SIGHUP.hxx ++usr/include/opencascade/OSD_SIGILL.hxx ++usr/include/opencascade/OSD_SIGINT.hxx ++usr/include/opencascade/OSD_SIGKILL.hxx ++usr/include/opencascade/OSD_SIGQUIT.hxx ++usr/include/opencascade/OSD_SIGSEGV.hxx ++usr/include/opencascade/OSD_SIGSYS.hxx ++usr/include/opencascade/OSD_Semaphore.hxx ++usr/include/opencascade/OSD_SharedLibrary.hxx ++usr/include/opencascade/OSD_SharedMemory.hxx ++usr/include/opencascade/OSD_Signal.hxx ++usr/include/opencascade/OSD_Signals.hxx ++usr/include/opencascade/OSD_SingleProtection.hxx ++usr/include/opencascade/OSD_SysType.hxx ++usr/include/opencascade/OSD_SystemFont.hxx ++usr/include/opencascade/OSD_Thread.hxx ++usr/include/opencascade/OSD_ThreadFunction.hxx ++usr/include/opencascade/OSD_Timer.hxx ++usr/include/opencascade/OSD_WNT.hxx ++usr/include/opencascade/OSD_WNT_1.hxx ++usr/include/opencascade/OSD_WNT_BREAK.hxx ++usr/include/opencascade/OSD_WhoAmI.hxx ++usr/include/opencascade/PLib.hxx ++usr/include/opencascade/PLib.lxx ++usr/include/opencascade/PLib_Base.hxx ++usr/include/opencascade/PLib_ChangeDim.gxx ++usr/include/opencascade/PLib_DoubleJacobiPolynomial.hxx ++usr/include/opencascade/PLib_DoubleJacobiPolynomial.lxx ++usr/include/opencascade/PLib_HermitJacobi.hxx ++usr/include/opencascade/PLib_HermitJacobi.lxx ++usr/include/opencascade/PLib_JacobiPolynomial.hxx ++usr/include/opencascade/PLib_JacobiPolynomial.lxx ++usr/include/opencascade/PLib_JacobiPolynomial_0.hxx ++usr/include/opencascade/Plugin.hxx ++usr/include/opencascade/Plugin_DataMapIteratorOfMapOfFunctions.hxx ++usr/include/opencascade/Plugin_DataMapNodeOfMapOfFunctions.hxx ++usr/include/opencascade/Plugin_Failure.hxx ++usr/include/opencascade/Plugin_Macro.hxx ++usr/include/opencascade/Plugin_MapOfFunctions.hxx ++usr/include/opencascade/Poly.hxx ++usr/include/opencascade/Poly_Array1OfTriangle.hxx ++usr/include/opencascade/Poly_CoherentLink.hxx ++usr/include/opencascade/Poly_CoherentNode.hxx ++usr/include/opencascade/Poly_CoherentTriPtr.hxx ++usr/include/opencascade/Poly_CoherentTriangle.hxx ++usr/include/opencascade/Poly_CoherentTriangulation.hxx ++usr/include/opencascade/Poly_Connect.hxx ++usr/include/opencascade/Poly_Connect.lxx ++usr/include/opencascade/Poly_HArray1OfTriangle.hxx ++usr/include/opencascade/Poly_ListOfTriangulation.hxx ++usr/include/opencascade/Poly_MakeLoops.hxx ++usr/include/opencascade/Poly_Polygon2D.hxx ++usr/include/opencascade/Poly_Polygon2D.lxx ++usr/include/opencascade/Poly_Polygon3D.hxx ++usr/include/opencascade/Poly_Polygon3D.lxx ++usr/include/opencascade/Poly_PolygonOnTriangulation.hxx ++usr/include/opencascade/Poly_PolygonOnTriangulation.lxx ++usr/include/opencascade/Poly_Triangle.hxx ++usr/include/opencascade/Poly_Triangle.lxx ++usr/include/opencascade/Poly_Triangulation.hxx ++usr/include/opencascade/Poly_Triangulation.lxx ++usr/include/opencascade/Precision.hxx ++usr/include/opencascade/Precision.lxx ++usr/include/opencascade/Quantity_AbsorbedDose.hxx ++usr/include/opencascade/Quantity_Acceleration.hxx ++usr/include/opencascade/Quantity_AcousticIntensity.hxx ++usr/include/opencascade/Quantity_Activity.hxx ++usr/include/opencascade/Quantity_Admittance.hxx ++usr/include/opencascade/Quantity_AmountOfSubstance.hxx ++usr/include/opencascade/Quantity_AngularVelocity.hxx ++usr/include/opencascade/Quantity_Area.hxx ++usr/include/opencascade/Quantity_Array1OfCoefficient.hxx ++usr/include/opencascade/Quantity_Array1OfColor.hxx ++usr/include/opencascade/Quantity_Array2OfColor.hxx ++usr/include/opencascade/Quantity_Capacitance.hxx ++usr/include/opencascade/Quantity_Coefficient.hxx ++usr/include/opencascade/Quantity_CoefficientOfExpansion.hxx ++usr/include/opencascade/Quantity_Color.hxx ++usr/include/opencascade/Quantity_ColorDefinitionError.hxx ++usr/include/opencascade/Quantity_Color_1.hxx ++usr/include/opencascade/Quantity_Concentration.hxx ++usr/include/opencascade/Quantity_Conductivity.hxx ++usr/include/opencascade/Quantity_Constant.hxx ++usr/include/opencascade/Quantity_Consumption.hxx ++usr/include/opencascade/Quantity_Content.hxx ++usr/include/opencascade/Quantity_Convert.hxx ++usr/include/opencascade/Quantity_Convert.lxx ++usr/include/opencascade/Quantity_Date.hxx ++usr/include/opencascade/Quantity_Date.lxx ++usr/include/opencascade/Quantity_DateDefinitionError.hxx ++usr/include/opencascade/Quantity_Density.hxx ++usr/include/opencascade/Quantity_DoseEquivalent.hxx ++usr/include/opencascade/Quantity_ElectricCapacitance.hxx ++usr/include/opencascade/Quantity_ElectricCharge.hxx ++usr/include/opencascade/Quantity_ElectricCurrent.hxx ++usr/include/opencascade/Quantity_ElectricFieldStrength.hxx ++usr/include/opencascade/Quantity_ElectricPotential.hxx ++usr/include/opencascade/Quantity_Energy.hxx ++usr/include/opencascade/Quantity_Enthalpy.hxx ++usr/include/opencascade/Quantity_Entropy.hxx ++usr/include/opencascade/Quantity_Factor.hxx ++usr/include/opencascade/Quantity_Force.hxx ++usr/include/opencascade/Quantity_Frequency.hxx ++usr/include/opencascade/Quantity_HArray1OfColor.hxx ++usr/include/opencascade/Quantity_Illuminance.hxx ++usr/include/opencascade/Quantity_Impedance.hxx ++usr/include/opencascade/Quantity_Index.hxx ++usr/include/opencascade/Quantity_Inductance.hxx ++usr/include/opencascade/Quantity_KinematicViscosity.hxx ++usr/include/opencascade/Quantity_KineticMoment.hxx ++usr/include/opencascade/Quantity_Length.hxx ++usr/include/opencascade/Quantity_Luminance.hxx ++usr/include/opencascade/Quantity_LuminousEfficacity.hxx ++usr/include/opencascade/Quantity_LuminousExposition.hxx ++usr/include/opencascade/Quantity_LuminousFlux.hxx ++usr/include/opencascade/Quantity_LuminousIntensity.hxx ++usr/include/opencascade/Quantity_MagneticFieldStrength.hxx ++usr/include/opencascade/Quantity_MagneticFlux.hxx ++usr/include/opencascade/Quantity_MagneticFluxDensity.hxx ++usr/include/opencascade/Quantity_Mass.hxx ++usr/include/opencascade/Quantity_MassFlow.hxx ++usr/include/opencascade/Quantity_MolarConcentration.hxx ++usr/include/opencascade/Quantity_MolarMass.hxx ++usr/include/opencascade/Quantity_MolarVolume.hxx ++usr/include/opencascade/Quantity_Molarity.hxx ++usr/include/opencascade/Quantity_MomentOfAForce.hxx ++usr/include/opencascade/Quantity_MomentOfInertia.hxx ++usr/include/opencascade/Quantity_Momentum.hxx ++usr/include/opencascade/Quantity_NameOfColor.hxx ++usr/include/opencascade/Quantity_Normality.hxx ++usr/include/opencascade/Quantity_Parameter.hxx ++usr/include/opencascade/Quantity_Period.hxx ++usr/include/opencascade/Quantity_Period.lxx ++usr/include/opencascade/Quantity_PeriodDefinitionError.hxx ++usr/include/opencascade/Quantity_PhysicalQuantity.hxx ++usr/include/opencascade/Quantity_PlaneAngle.hxx ++usr/include/opencascade/Quantity_Power.hxx ++usr/include/opencascade/Quantity_Pressure.hxx ++usr/include/opencascade/Quantity_Quotient.hxx ++usr/include/opencascade/Quantity_Rate.hxx ++usr/include/opencascade/Quantity_Ratio.hxx ++usr/include/opencascade/Quantity_Reluctance.hxx ++usr/include/opencascade/Quantity_Resistance.hxx ++usr/include/opencascade/Quantity_Resistivity.hxx ++usr/include/opencascade/Quantity_Scalaire.hxx ++usr/include/opencascade/Quantity_SolidAngle.hxx ++usr/include/opencascade/Quantity_SoundIntensity.hxx ++usr/include/opencascade/Quantity_SpecificHeatCapacity.hxx ++usr/include/opencascade/Quantity_Speed.hxx ++usr/include/opencascade/Quantity_SurfaceTension.hxx ++usr/include/opencascade/Quantity_Temperature.hxx ++usr/include/opencascade/Quantity_ThermalConductivity.hxx ++usr/include/opencascade/Quantity_Torque.hxx ++usr/include/opencascade/Quantity_TypeOfColor.hxx ++usr/include/opencascade/Quantity_Velocity.hxx ++usr/include/opencascade/Quantity_Viscosity.hxx ++usr/include/opencascade/Quantity_Volume.hxx ++usr/include/opencascade/Quantity_VolumeFlow.hxx ++usr/include/opencascade/Quantity_Weight.hxx ++usr/include/opencascade/Quantity_Work.hxx ++usr/include/opencascade/Resource_ConvertUnicode.hxx ++usr/include/opencascade/Resource_DataMapIteratorOfDataMapOfAsciiStringAsciiString.hxx ++usr/include/opencascade/Resource_DataMapIteratorOfDataMapOfAsciiStringExtendedString.hxx ++usr/include/opencascade/Resource_DataMapNodeOfDataMapOfAsciiStringAsciiString.hxx ++usr/include/opencascade/Resource_DataMapNodeOfDataMapOfAsciiStringExtendedString.hxx ++usr/include/opencascade/Resource_DataMapOfAsciiStringAsciiString.hxx ++usr/include/opencascade/Resource_DataMapOfAsciiStringExtendedString.hxx ++usr/include/opencascade/Resource_FormatType.hxx ++usr/include/opencascade/Resource_LexicalCompare.hxx ++usr/include/opencascade/Resource_Manager.hxx ++usr/include/opencascade/Resource_NoSuchResource.hxx ++usr/include/opencascade/Resource_QuickSortOfArray1.hxx ++usr/include/opencascade/Resource_Shiftjis.h ++usr/include/opencascade/Resource_Unicode.hxx ++usr/include/opencascade/Resource_gb2312.h ++usr/include/opencascade/SortTools_HeapSort.gxx ++usr/include/opencascade/SortTools_HeapSortOfInteger.hxx ++usr/include/opencascade/SortTools_HeapSortOfReal.hxx ++usr/include/opencascade/SortTools_QuickSort.gxx ++usr/include/opencascade/SortTools_QuickSortOfInteger.hxx ++usr/include/opencascade/SortTools_QuickSortOfReal.hxx ++usr/include/opencascade/SortTools_ShellSort.gxx ++usr/include/opencascade/SortTools_ShellSortOfInteger.hxx ++usr/include/opencascade/SortTools_ShellSortOfReal.hxx ++usr/include/opencascade/SortTools_StraightInsertionSort.gxx ++usr/include/opencascade/SortTools_StraightInsertionSortOfInteger.hxx ++usr/include/opencascade/SortTools_StraightInsertionSortOfReal.hxx ++usr/include/opencascade/Standard.hxx ++usr/include/opencascade/Standard_AbortiveTransaction.hxx ++usr/include/opencascade/Standard_Address.hxx ++usr/include/opencascade/Standard_AncestorIterator.hxx ++usr/include/opencascade/Standard_Atomic.hxx ++usr/include/opencascade/Standard_Boolean.hxx ++usr/include/opencascade/Standard_Byte.hxx ++usr/include/opencascade/Standard_CString.hxx ++usr/include/opencascade/Standard_Character.hxx ++usr/include/opencascade/Standard_ConstructionError.hxx ++usr/include/opencascade/Standard_DefineException.hxx ++usr/include/opencascade/Standard_DefineHandle.hxx ++usr/include/opencascade/Standard_DimensionError.hxx ++usr/include/opencascade/Standard_DimensionMismatch.hxx ++usr/include/opencascade/Standard_DivideByZero.hxx ++usr/include/opencascade/Standard_DomainError.hxx ++usr/include/opencascade/Standard_ErrorHandler.hxx ++usr/include/opencascade/Standard_ErrorHandler.lxx ++usr/include/opencascade/Standard_ErrorHandlerCallback.hxx ++usr/include/opencascade/Standard_ErrorHandlerCallback.lxx ++usr/include/opencascade/Standard_ExtCharacter.hxx ++usr/include/opencascade/Standard_ExtString.hxx ++usr/include/opencascade/Standard_Failure.hxx ++usr/include/opencascade/Standard_Failure.lxx ++usr/include/opencascade/Standard_GUID.hxx ++usr/include/opencascade/Standard_HandlerStatus.hxx ++usr/include/opencascade/Standard_IStream.hxx ++usr/include/opencascade/Standard_ImmutableObject.hxx ++usr/include/opencascade/Standard_Integer.hxx ++usr/include/opencascade/Standard_InternalType.hxx ++usr/include/opencascade/Standard_JmpBuf.hxx ++usr/include/opencascade/Standard_KindOfType.hxx ++usr/include/opencascade/Standard_LicenseError.hxx ++usr/include/opencascade/Standard_LicenseNotFound.hxx ++usr/include/opencascade/Standard_MMgrOpt.hxx ++usr/include/opencascade/Standard_MMgrRaw.hxx ++usr/include/opencascade/Standard_MMgrRoot.hxx ++usr/include/opencascade/Standard_MMgrTBBalloc.hxx ++usr/include/opencascade/Standard_Macro.hxx ++usr/include/opencascade/Standard_MultiplyDefined.hxx ++usr/include/opencascade/Standard_Mutex.hxx ++usr/include/opencascade/Standard_NegativeValue.hxx ++usr/include/opencascade/Standard_NoMoreObject.hxx ++usr/include/opencascade/Standard_NoSuchObject.hxx ++usr/include/opencascade/Standard_NotImplemented.hxx ++usr/include/opencascade/Standard_NullObject.hxx ++usr/include/opencascade/Standard_NullValue.hxx ++usr/include/opencascade/Standard_NumericError.hxx ++usr/include/opencascade/Standard_OId.hxx ++usr/include/opencascade/Standard_OStream.hxx ++usr/include/opencascade/Standard_OutOfMemory.hxx ++usr/include/opencascade/Standard_OutOfRange.hxx ++usr/include/opencascade/Standard_Overflow.hxx ++usr/include/opencascade/Standard_PByte.hxx ++usr/include/opencascade/Standard_PCharacter.hxx ++usr/include/opencascade/Standard_PErrorHandler.hxx ++usr/include/opencascade/Standard_PExtCharacter.hxx ++usr/include/opencascade/Standard_Persistent.hxx ++usr/include/opencascade/Standard_Persistent_proto.hxx ++usr/include/opencascade/Standard_PrimitiveTypes.hxx ++usr/include/opencascade/Standard_ProgramError.hxx ++usr/include/opencascade/Standard_RangeError.hxx ++usr/include/opencascade/Standard_Real.hxx ++usr/include/opencascade/Standard_SStream.hxx ++usr/include/opencascade/Standard_ShortReal.hxx ++usr/include/opencascade/Standard_Size.hxx ++usr/include/opencascade/Standard_Static.hxx ++usr/include/opencascade/Standard_Storable.hxx ++usr/include/opencascade/Standard_Stream.hxx ++usr/include/opencascade/Standard_String.hxx ++usr/include/opencascade/Standard_ThreadId.hxx ++usr/include/opencascade/Standard_TooManyUsers.hxx ++usr/include/opencascade/Standard_Transient.hxx ++usr/include/opencascade/Standard_Transient_proto.hxx ++usr/include/opencascade/Standard_Type.hxx ++usr/include/opencascade/Standard_Type.lxx ++usr/include/opencascade/Standard_TypeDef.hxx ++usr/include/opencascade/Standard_TypeMismatch.hxx ++usr/include/opencascade/Standard_UUID.hxx ++usr/include/opencascade/Standard_Underflow.hxx ++usr/include/opencascade/Standard_Version.hxx ++usr/include/opencascade/Standard_WayOfLife.hxx ++usr/include/opencascade/Standard_ctype.hxx ++usr/include/opencascade/Standard_inverse.h ++usr/include/opencascade/Standard_math.hxx ++usr/include/opencascade/Standard_values.h ++usr/include/opencascade/StdFail_InfiniteSolutions.hxx ++usr/include/opencascade/StdFail_NotDone.hxx ++usr/include/opencascade/StdFail_Undefined.hxx ++usr/include/opencascade/StdFail_UndefinedDerivative.hxx ++usr/include/opencascade/StdFail_UndefinedValue.hxx ++usr/include/opencascade/Storage.hxx ++usr/include/opencascade/Storage_ArrayOfCallBack.hxx ++usr/include/opencascade/Storage_ArrayOfSchema.hxx ++usr/include/opencascade/Storage_BaseDriver.hxx ++usr/include/opencascade/Storage_BaseDriver.lxx ++usr/include/opencascade/Storage_BucketOfPersistent.hxx ++usr/include/opencascade/Storage_CallBack.hxx ++usr/include/opencascade/Storage_Container.hxx ++usr/include/opencascade/Storage_Data.hxx ++usr/include/opencascade/Storage_DataMapIteratorOfMapOfCallBack.hxx ++usr/include/opencascade/Storage_DataMapIteratorOfMapOfPers.hxx ++usr/include/opencascade/Storage_DataMapNodeOfMapOfCallBack.hxx ++usr/include/opencascade/Storage_DataMapNodeOfMapOfPers.hxx ++usr/include/opencascade/Storage_DefaultCallBack.hxx ++usr/include/opencascade/Storage_Error.hxx ++usr/include/opencascade/Storage_HArrayOfCallBack.hxx ++usr/include/opencascade/Storage_HArrayOfSchema.hxx ++usr/include/opencascade/Storage_HPArray.hxx ++usr/include/opencascade/Storage_HSeqOfCallBack.hxx ++usr/include/opencascade/Storage_HSeqOfPersistent.hxx ++usr/include/opencascade/Storage_HSeqOfRoot.hxx ++usr/include/opencascade/Storage_HeaderData.hxx ++usr/include/opencascade/Storage_IndexedDataMapNodeOfPType.hxx ++usr/include/opencascade/Storage_InternalData.hxx ++usr/include/opencascade/Storage_Macros.hxx ++usr/include/opencascade/Storage_MapOfCallBack.hxx ++usr/include/opencascade/Storage_MapOfPers.hxx ++usr/include/opencascade/Storage_MapPSDHasher.hxx ++usr/include/opencascade/Storage_OpenMode.hxx ++usr/include/opencascade/Storage_PArray.hxx ++usr/include/opencascade/Storage_PType.hxx ++usr/include/opencascade/Storage_Position.hxx ++usr/include/opencascade/Storage_Root.hxx ++usr/include/opencascade/Storage_RootData.hxx ++usr/include/opencascade/Storage_Schema.hxx ++usr/include/opencascade/Storage_Schema.lxx ++usr/include/opencascade/Storage_SeqOfCallBack.hxx ++usr/include/opencascade/Storage_SeqOfPersistent.hxx ++usr/include/opencascade/Storage_SeqOfRoot.hxx ++usr/include/opencascade/Storage_SequenceNodeOfSeqOfCallBack.hxx ++usr/include/opencascade/Storage_SequenceNodeOfSeqOfPersistent.hxx ++usr/include/opencascade/Storage_SequenceNodeOfSeqOfRoot.hxx ++usr/include/opencascade/Storage_SolveMode.hxx ++usr/include/opencascade/Storage_StreamExtCharParityError.hxx ++usr/include/opencascade/Storage_StreamFormatError.hxx ++usr/include/opencascade/Storage_StreamModeError.hxx ++usr/include/opencascade/Storage_StreamReadError.hxx ++usr/include/opencascade/Storage_StreamTypeMismatchError.hxx ++usr/include/opencascade/Storage_StreamUnknownTypeError.hxx ++usr/include/opencascade/Storage_StreamWriteError.hxx ++usr/include/opencascade/Storage_TypeData.hxx ++usr/include/opencascade/Storage_TypedCallBack.hxx ++usr/include/opencascade/Storage_stCONSTclCOM.hxx ++usr/include/opencascade/TColStd_Array1OfAsciiString.hxx ++usr/include/opencascade/TColStd_Array1OfBoolean.hxx ++usr/include/opencascade/TColStd_Array1OfByte.hxx ++usr/include/opencascade/TColStd_Array1OfCharacter.hxx ++usr/include/opencascade/TColStd_Array1OfExtendedString.hxx ++usr/include/opencascade/TColStd_Array1OfInteger.hxx ++usr/include/opencascade/TColStd_Array1OfListOfInteger.hxx ++usr/include/opencascade/TColStd_Array1OfReal.hxx ++usr/include/opencascade/TColStd_Array1OfTransient.hxx ++usr/include/opencascade/TColStd_Array2OfBoolean.hxx ++usr/include/opencascade/TColStd_Array2OfCharacter.hxx ++usr/include/opencascade/TColStd_Array2OfInteger.hxx ++usr/include/opencascade/TColStd_Array2OfReal.hxx ++usr/include/opencascade/TColStd_Array2OfTransient.hxx ++usr/include/opencascade/TColStd_DataMapIteratorOfDataMapOfAsciiStringInteger.hxx ++usr/include/opencascade/TColStd_DataMapIteratorOfDataMapOfIntegerInteger.hxx ++usr/include/opencascade/TColStd_DataMapIteratorOfDataMapOfIntegerListOfInteger.hxx ++usr/include/opencascade/TColStd_DataMapIteratorOfDataMapOfIntegerReal.hxx ++usr/include/opencascade/TColStd_DataMapIteratorOfDataMapOfIntegerTransient.hxx ++usr/include/opencascade/TColStd_DataMapIteratorOfDataMapOfStringInteger.hxx ++usr/include/opencascade/TColStd_DataMapIteratorOfDataMapOfTransientTransient.hxx ++usr/include/opencascade/TColStd_DataMapNodeOfDataMapOfAsciiStringInteger.hxx ++usr/include/opencascade/TColStd_DataMapNodeOfDataMapOfIntegerInteger.hxx ++usr/include/opencascade/TColStd_DataMapNodeOfDataMapOfIntegerListOfInteger.hxx ++usr/include/opencascade/TColStd_DataMapNodeOfDataMapOfIntegerReal.hxx ++usr/include/opencascade/TColStd_DataMapNodeOfDataMapOfIntegerTransient.hxx ++usr/include/opencascade/TColStd_DataMapNodeOfDataMapOfStringInteger.hxx ++usr/include/opencascade/TColStd_DataMapNodeOfDataMapOfTransientTransient.hxx ++usr/include/opencascade/TColStd_DataMapOfAsciiStringInteger.hxx ++usr/include/opencascade/TColStd_DataMapOfIntegerInteger.hxx ++usr/include/opencascade/TColStd_DataMapOfIntegerListOfInteger.hxx ++usr/include/opencascade/TColStd_DataMapOfIntegerReal.hxx ++usr/include/opencascade/TColStd_DataMapOfIntegerTransient.hxx ++usr/include/opencascade/TColStd_DataMapOfStringInteger.hxx ++usr/include/opencascade/TColStd_DataMapOfTransientTransient.hxx ++usr/include/opencascade/TColStd_HArray1OfAsciiString.hxx ++usr/include/opencascade/TColStd_HArray1OfBoolean.hxx ++usr/include/opencascade/TColStd_HArray1OfByte.hxx ++usr/include/opencascade/TColStd_HArray1OfCharacter.hxx ++usr/include/opencascade/TColStd_HArray1OfExtendedString.hxx ++usr/include/opencascade/TColStd_HArray1OfInteger.hxx ++usr/include/opencascade/TColStd_HArray1OfListOfInteger.hxx ++usr/include/opencascade/TColStd_HArray1OfReal.hxx ++usr/include/opencascade/TColStd_HArray1OfTransient.hxx ++usr/include/opencascade/TColStd_HArray2OfBoolean.hxx ++usr/include/opencascade/TColStd_HArray2OfCharacter.hxx ++usr/include/opencascade/TColStd_HArray2OfInteger.hxx ++usr/include/opencascade/TColStd_HArray2OfReal.hxx ++usr/include/opencascade/TColStd_HArray2OfTransient.hxx ++usr/include/opencascade/TColStd_HPackedMapOfInteger.hxx ++usr/include/opencascade/TColStd_HPackedMapOfInteger.lxx ++usr/include/opencascade/TColStd_HSequenceOfAsciiString.hxx ++usr/include/opencascade/TColStd_HSequenceOfExtendedString.hxx ++usr/include/opencascade/TColStd_HSequenceOfHAsciiString.hxx ++usr/include/opencascade/TColStd_HSequenceOfHExtendedString.hxx ++usr/include/opencascade/TColStd_HSequenceOfInteger.hxx ++usr/include/opencascade/TColStd_HSequenceOfReal.hxx ++usr/include/opencascade/TColStd_HSequenceOfTransient.hxx ++usr/include/opencascade/TColStd_HSetOfInteger.hxx ++usr/include/opencascade/TColStd_HSetOfReal.hxx ++usr/include/opencascade/TColStd_HSetOfTransient.hxx ++usr/include/opencascade/TColStd_IndexedDataMapNodeOfIndexedDataMapOfTransientTransient.hxx ++usr/include/opencascade/TColStd_IndexedDataMapOfTransientTransient.hxx ++usr/include/opencascade/TColStd_IndexedMapNodeOfIndexedMapOfInteger.hxx ++usr/include/opencascade/TColStd_IndexedMapNodeOfIndexedMapOfReal.hxx ++usr/include/opencascade/TColStd_IndexedMapNodeOfIndexedMapOfTransient.hxx ++usr/include/opencascade/TColStd_IndexedMapOfInteger.hxx ++usr/include/opencascade/TColStd_IndexedMapOfReal.hxx ++usr/include/opencascade/TColStd_IndexedMapOfTransient.hxx ++usr/include/opencascade/TColStd_ListIteratorOfListOfAsciiString.hxx ++usr/include/opencascade/TColStd_ListIteratorOfListOfInteger.hxx ++usr/include/opencascade/TColStd_ListIteratorOfListOfReal.hxx ++usr/include/opencascade/TColStd_ListIteratorOfListOfTransient.hxx ++usr/include/opencascade/TColStd_ListIteratorOfSetListOfSetOfInteger.hxx ++usr/include/opencascade/TColStd_ListIteratorOfSetListOfSetOfReal.hxx ++usr/include/opencascade/TColStd_ListIteratorOfSetListOfSetOfTransient.hxx ++usr/include/opencascade/TColStd_ListNodeOfListOfAsciiString.hxx ++usr/include/opencascade/TColStd_ListNodeOfListOfInteger.hxx ++usr/include/opencascade/TColStd_ListNodeOfListOfReal.hxx ++usr/include/opencascade/TColStd_ListNodeOfListOfTransient.hxx ++usr/include/opencascade/TColStd_ListNodeOfSetListOfSetOfInteger.hxx ++usr/include/opencascade/TColStd_ListNodeOfSetListOfSetOfReal.hxx ++usr/include/opencascade/TColStd_ListNodeOfSetListOfSetOfTransient.hxx ++usr/include/opencascade/TColStd_ListOfAsciiString.hxx ++usr/include/opencascade/TColStd_ListOfInteger.hxx ++usr/include/opencascade/TColStd_ListOfReal.hxx ++usr/include/opencascade/TColStd_ListOfTransient.hxx ++usr/include/opencascade/TColStd_MapIntegerHasher.hxx ++usr/include/opencascade/TColStd_MapIteratorOfMapOfAsciiString.hxx ++usr/include/opencascade/TColStd_MapIteratorOfMapOfInteger.hxx ++usr/include/opencascade/TColStd_MapIteratorOfMapOfReal.hxx ++usr/include/opencascade/TColStd_MapIteratorOfMapOfTransient.hxx ++usr/include/opencascade/TColStd_MapIteratorOfPackedMapOfInteger.hxx ++usr/include/opencascade/TColStd_MapOfAsciiString.hxx ++usr/include/opencascade/TColStd_MapOfInteger.hxx ++usr/include/opencascade/TColStd_MapOfReal.hxx ++usr/include/opencascade/TColStd_MapOfTransient.hxx ++usr/include/opencascade/TColStd_MapRealHasher.hxx ++usr/include/opencascade/TColStd_MapTransientHasher.hxx ++usr/include/opencascade/TColStd_PackedMapOfInteger.hxx ++usr/include/opencascade/TColStd_QueueNodeOfQueueOfInteger.hxx ++usr/include/opencascade/TColStd_QueueNodeOfQueueOfReal.hxx ++usr/include/opencascade/TColStd_QueueNodeOfQueueOfTransient.hxx ++usr/include/opencascade/TColStd_QueueOfInteger.hxx ++usr/include/opencascade/TColStd_QueueOfReal.hxx ++usr/include/opencascade/TColStd_QueueOfTransient.hxx ++usr/include/opencascade/TColStd_SequenceNodeOfSequenceOfAddress.hxx ++usr/include/opencascade/TColStd_SequenceNodeOfSequenceOfAsciiString.hxx ++usr/include/opencascade/TColStd_SequenceNodeOfSequenceOfBoolean.hxx ++usr/include/opencascade/TColStd_SequenceNodeOfSequenceOfExtendedString.hxx ++usr/include/opencascade/TColStd_SequenceNodeOfSequenceOfHAsciiString.hxx ++usr/include/opencascade/TColStd_SequenceNodeOfSequenceOfHExtendedString.hxx ++usr/include/opencascade/TColStd_SequenceNodeOfSequenceOfInteger.hxx ++usr/include/opencascade/TColStd_SequenceNodeOfSequenceOfReal.hxx ++usr/include/opencascade/TColStd_SequenceNodeOfSequenceOfTransient.hxx ++usr/include/opencascade/TColStd_SequenceOfAddress.hxx ++usr/include/opencascade/TColStd_SequenceOfAsciiString.hxx ++usr/include/opencascade/TColStd_SequenceOfBoolean.hxx ++usr/include/opencascade/TColStd_SequenceOfExtendedString.hxx ++usr/include/opencascade/TColStd_SequenceOfHAsciiString.hxx ++usr/include/opencascade/TColStd_SequenceOfHExtendedString.hxx ++usr/include/opencascade/TColStd_SequenceOfInteger.hxx ++usr/include/opencascade/TColStd_SequenceOfReal.hxx ++usr/include/opencascade/TColStd_SequenceOfTransient.hxx ++usr/include/opencascade/TColStd_SetIteratorOfSetOfInteger.hxx ++usr/include/opencascade/TColStd_SetIteratorOfSetOfReal.hxx ++usr/include/opencascade/TColStd_SetIteratorOfSetOfTransient.hxx ++usr/include/opencascade/TColStd_SetListOfSetOfInteger.hxx ++usr/include/opencascade/TColStd_SetListOfSetOfReal.hxx ++usr/include/opencascade/TColStd_SetListOfSetOfTransient.hxx ++usr/include/opencascade/TColStd_SetOfInteger.hxx ++usr/include/opencascade/TColStd_SetOfReal.hxx ++usr/include/opencascade/TColStd_SetOfTransient.hxx ++usr/include/opencascade/TColStd_StackIteratorOfStackOfInteger.hxx ++usr/include/opencascade/TColStd_StackIteratorOfStackOfReal.hxx ++usr/include/opencascade/TColStd_StackIteratorOfStackOfTransient.hxx ++usr/include/opencascade/TColStd_StackNodeOfStackOfInteger.hxx ++usr/include/opencascade/TColStd_StackNodeOfStackOfReal.hxx ++usr/include/opencascade/TColStd_StackNodeOfStackOfTransient.hxx ++usr/include/opencascade/TColStd_StackOfInteger.hxx ++usr/include/opencascade/TColStd_StackOfReal.hxx ++usr/include/opencascade/TColStd_StackOfTransient.hxx ++usr/include/opencascade/TColStd_StdMapNodeOfMapOfAsciiString.hxx ++usr/include/opencascade/TColStd_StdMapNodeOfMapOfInteger.hxx ++usr/include/opencascade/TColStd_StdMapNodeOfMapOfReal.hxx ++usr/include/opencascade/TColStd_StdMapNodeOfMapOfTransient.hxx ++usr/include/opencascade/TColgp_Array1OfCirc2d.hxx ++usr/include/opencascade/TColgp_Array1OfDir.hxx ++usr/include/opencascade/TColgp_Array1OfDir2d.hxx ++usr/include/opencascade/TColgp_Array1OfLin2d.hxx ++usr/include/opencascade/TColgp_Array1OfPnt.hxx ++usr/include/opencascade/TColgp_Array1OfPnt2d.hxx ++usr/include/opencascade/TColgp_Array1OfVec.hxx ++usr/include/opencascade/TColgp_Array1OfVec2d.hxx ++usr/include/opencascade/TColgp_Array1OfXY.hxx ++usr/include/opencascade/TColgp_Array1OfXYZ.hxx ++usr/include/opencascade/TColgp_Array2OfCirc2d.hxx ++usr/include/opencascade/TColgp_Array2OfDir.hxx ++usr/include/opencascade/TColgp_Array2OfDir2d.hxx ++usr/include/opencascade/TColgp_Array2OfLin2d.hxx ++usr/include/opencascade/TColgp_Array2OfPnt.hxx ++usr/include/opencascade/TColgp_Array2OfPnt2d.hxx ++usr/include/opencascade/TColgp_Array2OfVec.hxx ++usr/include/opencascade/TColgp_Array2OfVec2d.hxx ++usr/include/opencascade/TColgp_Array2OfXY.hxx ++usr/include/opencascade/TColgp_Array2OfXYZ.hxx ++usr/include/opencascade/TColgp_DataMapIteratorOfDataMapOfIntegerCirc2d.hxx ++usr/include/opencascade/TColgp_DataMapNodeOfDataMapOfIntegerCirc2d.hxx ++usr/include/opencascade/TColgp_DataMapOfIntegerCirc2d.hxx ++usr/include/opencascade/TColgp_HArray1OfCirc2d.hxx ++usr/include/opencascade/TColgp_HArray1OfDir.hxx ++usr/include/opencascade/TColgp_HArray1OfDir2d.hxx ++usr/include/opencascade/TColgp_HArray1OfLin2d.hxx ++usr/include/opencascade/TColgp_HArray1OfPnt.hxx ++usr/include/opencascade/TColgp_HArray1OfPnt2d.hxx ++usr/include/opencascade/TColgp_HArray1OfVec.hxx ++usr/include/opencascade/TColgp_HArray1OfVec2d.hxx ++usr/include/opencascade/TColgp_HArray1OfXY.hxx ++usr/include/opencascade/TColgp_HArray1OfXYZ.hxx ++usr/include/opencascade/TColgp_HArray2OfCirc2d.hxx ++usr/include/opencascade/TColgp_HArray2OfDir.hxx ++usr/include/opencascade/TColgp_HArray2OfDir2d.hxx ++usr/include/opencascade/TColgp_HArray2OfLin2d.hxx ++usr/include/opencascade/TColgp_HArray2OfPnt.hxx ++usr/include/opencascade/TColgp_HArray2OfPnt2d.hxx ++usr/include/opencascade/TColgp_HArray2OfVec.hxx ++usr/include/opencascade/TColgp_HArray2OfVec2d.hxx ++usr/include/opencascade/TColgp_HArray2OfXY.hxx ++usr/include/opencascade/TColgp_HArray2OfXYZ.hxx ++usr/include/opencascade/TColgp_HSequenceOfDir.hxx ++usr/include/opencascade/TColgp_HSequenceOfDir2d.hxx ++usr/include/opencascade/TColgp_HSequenceOfPnt.hxx ++usr/include/opencascade/TColgp_HSequenceOfPnt2d.hxx ++usr/include/opencascade/TColgp_HSequenceOfVec.hxx ++usr/include/opencascade/TColgp_HSequenceOfVec2d.hxx ++usr/include/opencascade/TColgp_HSequenceOfXY.hxx ++usr/include/opencascade/TColgp_HSequenceOfXYZ.hxx ++usr/include/opencascade/TColgp_SequenceNodeOfSequenceOfArray1OfPnt2d.hxx ++usr/include/opencascade/TColgp_SequenceNodeOfSequenceOfDir.hxx ++usr/include/opencascade/TColgp_SequenceNodeOfSequenceOfDir2d.hxx ++usr/include/opencascade/TColgp_SequenceNodeOfSequenceOfPnt.hxx ++usr/include/opencascade/TColgp_SequenceNodeOfSequenceOfPnt2d.hxx ++usr/include/opencascade/TColgp_SequenceNodeOfSequenceOfVec.hxx ++usr/include/opencascade/TColgp_SequenceNodeOfSequenceOfVec2d.hxx ++usr/include/opencascade/TColgp_SequenceNodeOfSequenceOfXY.hxx ++usr/include/opencascade/TColgp_SequenceNodeOfSequenceOfXYZ.hxx ++usr/include/opencascade/TColgp_SequenceOfArray1OfPnt2d.hxx ++usr/include/opencascade/TColgp_SequenceOfDir.hxx ++usr/include/opencascade/TColgp_SequenceOfDir2d.hxx ++usr/include/opencascade/TColgp_SequenceOfPnt.hxx ++usr/include/opencascade/TColgp_SequenceOfPnt2d.hxx ++usr/include/opencascade/TColgp_SequenceOfVec.hxx ++usr/include/opencascade/TColgp_SequenceOfVec2d.hxx ++usr/include/opencascade/TColgp_SequenceOfXY.hxx ++usr/include/opencascade/TColgp_SequenceOfXYZ.hxx ++usr/include/opencascade/TCollection.hxx ++usr/include/opencascade/TCollection_AVLBaseNode.hxx ++usr/include/opencascade/TCollection_AVLBaseNode.lxx ++usr/include/opencascade/TCollection_AVLBaseNodePtr.hxx ++usr/include/opencascade/TCollection_AVLIterator.gxx ++usr/include/opencascade/TCollection_AVLIterator.lxx ++usr/include/opencascade/TCollection_AVLList.gxx ++usr/include/opencascade/TCollection_AVLList.lxx ++usr/include/opencascade/TCollection_AVLNode.gxx ++usr/include/opencascade/TCollection_AVLNode.hxx ++usr/include/opencascade/TCollection_AVLNode.lxx ++usr/include/opencascade/TCollection_AVLSearchTree.gxx ++usr/include/opencascade/TCollection_AVLSearchTree.lxx ++usr/include/opencascade/TCollection_Array1.gxx ++usr/include/opencascade/TCollection_Array1.lxx ++usr/include/opencascade/TCollection_Array1Descriptor.hxx ++usr/include/opencascade/TCollection_Array2.gxx ++usr/include/opencascade/TCollection_Array2.lxx ++usr/include/opencascade/TCollection_Array2Descriptor.hxx ++usr/include/opencascade/TCollection_AsciiString.hxx ++usr/include/opencascade/TCollection_AsciiString.lxx ++usr/include/opencascade/TCollection_BaseSequence.hxx ++usr/include/opencascade/TCollection_BaseSequence.lxx ++usr/include/opencascade/TCollection_BasicMap.hxx ++usr/include/opencascade/TCollection_BasicMap.lxx ++usr/include/opencascade/TCollection_BasicMapIterator.hxx ++usr/include/opencascade/TCollection_BasicMapIterator.lxx ++usr/include/opencascade/TCollection_Compare.gxx ++usr/include/opencascade/TCollection_CompareOfInteger.hxx ++usr/include/opencascade/TCollection_CompareOfReal.hxx ++usr/include/opencascade/TCollection_DataMap.gxx ++usr/include/opencascade/TCollection_DataMapIterator.gxx ++usr/include/opencascade/TCollection_DataMapNode.gxx ++usr/include/opencascade/TCollection_DataMapNode.lxx ++usr/include/opencascade/TCollection_DoubleMap.gxx ++usr/include/opencascade/TCollection_DoubleMapIterator.gxx ++usr/include/opencascade/TCollection_DoubleMapNode.gxx ++usr/include/opencascade/TCollection_DoubleMapNode.lxx ++usr/include/opencascade/TCollection_ExtendedString.hxx ++usr/include/opencascade/TCollection_HArray1.gxx ++usr/include/opencascade/TCollection_HArray1.lxx ++usr/include/opencascade/TCollection_HArray2.gxx ++usr/include/opencascade/TCollection_HArray2.lxx ++usr/include/opencascade/TCollection_HAsciiString.hxx ++usr/include/opencascade/TCollection_HAsciiString.lxx ++usr/include/opencascade/TCollection_HExtendedString.hxx ++usr/include/opencascade/TCollection_HSequence.gxx ++usr/include/opencascade/TCollection_HSequence.lxx ++usr/include/opencascade/TCollection_HSet.gxx ++usr/include/opencascade/TCollection_HSet.lxx ++usr/include/opencascade/TCollection_IndexedDataMap.gxx ++usr/include/opencascade/TCollection_IndexedDataMapNode.gxx ++usr/include/opencascade/TCollection_IndexedDataMapNode.lxx ++usr/include/opencascade/TCollection_IndexedMap.gxx ++usr/include/opencascade/TCollection_IndexedMapNode.gxx ++usr/include/opencascade/TCollection_IndexedMapNode.lxx ++usr/include/opencascade/TCollection_List.gxx ++usr/include/opencascade/TCollection_List.lxx ++usr/include/opencascade/TCollection_ListIterator.gxx ++usr/include/opencascade/TCollection_ListIterator.lxx ++usr/include/opencascade/TCollection_ListNode.gxx ++usr/include/opencascade/TCollection_ListNode.lxx ++usr/include/opencascade/TCollection_Map.gxx ++usr/include/opencascade/TCollection_MapHasher.gxx ++usr/include/opencascade/TCollection_MapIterator.gxx ++usr/include/opencascade/TCollection_MapNode.hxx ++usr/include/opencascade/TCollection_MapNode.lxx ++usr/include/opencascade/TCollection_MapNodePtr.hxx ++usr/include/opencascade/TCollection_PrivCompareOfInteger.hxx ++usr/include/opencascade/TCollection_PrivCompareOfReal.hxx ++usr/include/opencascade/TCollection_Queue.gxx ++usr/include/opencascade/TCollection_Queue.lxx ++usr/include/opencascade/TCollection_QueueNode.gxx ++usr/include/opencascade/TCollection_QueueNode.lxx ++usr/include/opencascade/TCollection_SList.gxx ++usr/include/opencascade/TCollection_SList.lxx ++usr/include/opencascade/TCollection_SListNode.gxx ++usr/include/opencascade/TCollection_SListNode.lxx ++usr/include/opencascade/TCollection_SeqNode.hxx ++usr/include/opencascade/TCollection_SeqNode.lxx ++usr/include/opencascade/TCollection_SeqNodePtr.hxx ++usr/include/opencascade/TCollection_Sequence.gxx ++usr/include/opencascade/TCollection_Sequence.lxx ++usr/include/opencascade/TCollection_SequenceNode.gxx ++usr/include/opencascade/TCollection_SequenceNode.lxx ++usr/include/opencascade/TCollection_Set.gxx ++usr/include/opencascade/TCollection_Set.lxx ++usr/include/opencascade/TCollection_SetIterator.gxx ++usr/include/opencascade/TCollection_SetIterator.lxx ++usr/include/opencascade/TCollection_Side.hxx ++usr/include/opencascade/TCollection_Stack.gxx ++usr/include/opencascade/TCollection_Stack.lxx ++usr/include/opencascade/TCollection_StackIterator.gxx ++usr/include/opencascade/TCollection_StackIterator.lxx ++usr/include/opencascade/TCollection_StackNode.gxx ++usr/include/opencascade/TCollection_StackNode.lxx ++usr/include/opencascade/TCollection_StdMapNode.gxx ++usr/include/opencascade/TCollection_StdMapNode.lxx ++usr/include/opencascade/TShort_Array1OfShortReal.hxx ++usr/include/opencascade/TShort_Array2OfShortReal.hxx ++usr/include/opencascade/TShort_HArray1OfShortReal.hxx ++usr/include/opencascade/TShort_HArray2OfShortReal.hxx ++usr/include/opencascade/TShort_HSequenceOfShortReal.hxx ++usr/include/opencascade/TShort_SequenceNodeOfSequenceOfShortReal.hxx ++usr/include/opencascade/TShort_SequenceOfShortReal.hxx ++usr/include/opencascade/TopLoc_Datum3D.hxx ++usr/include/opencascade/TopLoc_Datum3D.lxx ++usr/include/opencascade/TopLoc_IndexedMapNodeOfIndexedMapOfLocation.hxx ++usr/include/opencascade/TopLoc_IndexedMapOfLocation.hxx ++usr/include/opencascade/TopLoc_ItemLocation.hxx ++usr/include/opencascade/TopLoc_Location.hxx ++usr/include/opencascade/TopLoc_Location.lxx ++usr/include/opencascade/TopLoc_MapIteratorOfMapOfLocation.hxx ++usr/include/opencascade/TopLoc_MapLocationHasher.hxx ++usr/include/opencascade/TopLoc_MapOfLocation.hxx ++usr/include/opencascade/TopLoc_SListNodeOfSListOfItemLocation.hxx ++usr/include/opencascade/TopLoc_SListOfItemLocation.hxx ++usr/include/opencascade/TopLoc_StdMapNodeOfMapOfLocation.hxx ++usr/include/opencascade/TopLoc_TrsfPtr.hxx ++usr/include/opencascade/Units.hxx ++usr/include/opencascade/UnitsAPI.hxx ++usr/include/opencascade/UnitsAPI_SystemUnits.hxx ++usr/include/opencascade/Units_Dimensions.hxx ++usr/include/opencascade/Units_Dimensions.lxx ++usr/include/opencascade/Units_Explorer.hxx ++usr/include/opencascade/Units_Lexicon.hxx ++usr/include/opencascade/Units_Lexicon.lxx ++usr/include/opencascade/Units_MathSentence.hxx ++usr/include/opencascade/Units_Measurement.hxx ++usr/include/opencascade/Units_NoSuchType.hxx ++usr/include/opencascade/Units_NoSuchUnit.hxx ++usr/include/opencascade/Units_Operators.hxx ++usr/include/opencascade/Units_QtsSequence.hxx ++usr/include/opencascade/Units_QuantitiesSequence.hxx ++usr/include/opencascade/Units_Quantity.hxx ++usr/include/opencascade/Units_Quantity.lxx ++usr/include/opencascade/Units_Sentence.hxx ++usr/include/opencascade/Units_Sentence.lxx ++usr/include/opencascade/Units_SequenceNodeOfQtsSequence.hxx ++usr/include/opencascade/Units_SequenceNodeOfTksSequence.hxx ++usr/include/opencascade/Units_SequenceNodeOfUtsSequence.hxx ++usr/include/opencascade/Units_ShiftedToken.hxx ++usr/include/opencascade/Units_ShiftedUnit.hxx ++usr/include/opencascade/Units_TksSequence.hxx ++usr/include/opencascade/Units_Token.hxx ++usr/include/opencascade/Units_Token.lxx ++usr/include/opencascade/Units_TokensSequence.hxx ++usr/include/opencascade/Units_Unit.hxx ++usr/include/opencascade/Units_Unit.lxx ++usr/include/opencascade/Units_UnitSentence.hxx ++usr/include/opencascade/Units_UnitsDictionary.hxx ++usr/include/opencascade/Units_UnitsDictionary.lxx ++usr/include/opencascade/Units_UnitsLexicon.hxx ++usr/include/opencascade/Units_UnitsLexicon.lxx ++usr/include/opencascade/Units_UnitsSequence.hxx ++usr/include/opencascade/Units_UnitsSystem.hxx ++usr/include/opencascade/Units_UtsSequence.hxx ++usr/include/opencascade/gp.hxx ++usr/include/opencascade/gp.lxx ++usr/include/opencascade/gp_Ax1.hxx ++usr/include/opencascade/gp_Ax1.lxx ++usr/include/opencascade/gp_Ax2.hxx ++usr/include/opencascade/gp_Ax2.lxx ++usr/include/opencascade/gp_Ax22d.hxx ++usr/include/opencascade/gp_Ax22d.lxx ++usr/include/opencascade/gp_Ax2d.hxx ++usr/include/opencascade/gp_Ax2d.lxx ++usr/include/opencascade/gp_Ax3.hxx ++usr/include/opencascade/gp_Ax3.lxx ++usr/include/opencascade/gp_Circ.hxx ++usr/include/opencascade/gp_Circ.lxx ++usr/include/opencascade/gp_Circ2d.hxx ++usr/include/opencascade/gp_Circ2d.lxx ++usr/include/opencascade/gp_Cone.hxx ++usr/include/opencascade/gp_Cone.lxx ++usr/include/opencascade/gp_Cylinder.hxx ++usr/include/opencascade/gp_Cylinder.lxx ++usr/include/opencascade/gp_Dir.hxx ++usr/include/opencascade/gp_Dir.lxx ++usr/include/opencascade/gp_Dir2d.hxx ++usr/include/opencascade/gp_Dir2d.lxx ++usr/include/opencascade/gp_Elips.hxx ++usr/include/opencascade/gp_Elips.lxx ++usr/include/opencascade/gp_Elips2d.hxx ++usr/include/opencascade/gp_Elips2d.lxx ++usr/include/opencascade/gp_EulerSequence.hxx ++usr/include/opencascade/gp_GTrsf.hxx ++usr/include/opencascade/gp_GTrsf.lxx ++usr/include/opencascade/gp_GTrsf2d.hxx ++usr/include/opencascade/gp_GTrsf2d.lxx ++usr/include/opencascade/gp_Hypr.hxx ++usr/include/opencascade/gp_Hypr.lxx ++usr/include/opencascade/gp_Hypr2d.hxx ++usr/include/opencascade/gp_Hypr2d.lxx ++usr/include/opencascade/gp_Lin.hxx ++usr/include/opencascade/gp_Lin.lxx ++usr/include/opencascade/gp_Lin2d.hxx ++usr/include/opencascade/gp_Lin2d.lxx ++usr/include/opencascade/gp_Mat.hxx ++usr/include/opencascade/gp_Mat.lxx ++usr/include/opencascade/gp_Mat2d.hxx ++usr/include/opencascade/gp_Mat2d.lxx ++usr/include/opencascade/gp_Parab.hxx ++usr/include/opencascade/gp_Parab.lxx ++usr/include/opencascade/gp_Parab2d.hxx ++usr/include/opencascade/gp_Parab2d.lxx ++usr/include/opencascade/gp_Pln.hxx ++usr/include/opencascade/gp_Pln.lxx ++usr/include/opencascade/gp_Pnt.hxx ++usr/include/opencascade/gp_Pnt.lxx ++usr/include/opencascade/gp_Pnt2d.hxx ++usr/include/opencascade/gp_Pnt2d.lxx ++usr/include/opencascade/gp_Quaternion.hxx ++usr/include/opencascade/gp_Quaternion.lxx ++usr/include/opencascade/gp_QuaternionNLerp.hxx ++usr/include/opencascade/gp_QuaternionSLerp.hxx ++usr/include/opencascade/gp_Sphere.hxx ++usr/include/opencascade/gp_Sphere.lxx ++usr/include/opencascade/gp_Torus.hxx ++usr/include/opencascade/gp_Torus.lxx ++usr/include/opencascade/gp_Trsf.hxx ++usr/include/opencascade/gp_Trsf.lxx ++usr/include/opencascade/gp_Trsf2d.hxx ++usr/include/opencascade/gp_Trsf2d.lxx ++usr/include/opencascade/gp_TrsfForm.hxx ++usr/include/opencascade/gp_Vec.hxx ++usr/include/opencascade/gp_Vec.lxx ++usr/include/opencascade/gp_Vec2d.hxx ++usr/include/opencascade/gp_Vec2d.lxx ++usr/include/opencascade/gp_VectorWithNullMagnitude.hxx ++usr/include/opencascade/gp_XY.hxx ++usr/include/opencascade/gp_XY.lxx ++usr/include/opencascade/gp_XYZ.hxx ++usr/include/opencascade/gp_XYZ.lxx ++usr/include/opencascade/math.hxx ++usr/include/opencascade/math_Array1OfValueAndWeight.hxx ++usr/include/opencascade/math_BFGS.hxx ++usr/include/opencascade/math_BFGS.lxx ++usr/include/opencascade/math_BissecNewton.hxx ++usr/include/opencascade/math_BissecNewton.lxx ++usr/include/opencascade/math_BracketMinimum.hxx ++usr/include/opencascade/math_BracketMinimum.lxx ++usr/include/opencascade/math_BracketedRoot.hxx ++usr/include/opencascade/math_BracketedRoot.lxx ++usr/include/opencascade/math_BrentMinimum.hxx ++usr/include/opencascade/math_BrentMinimum.lxx ++usr/include/opencascade/math_CompareOfValueAndWeight.hxx ++usr/include/opencascade/math_ComputeGaussPointsAndWeights.hxx ++usr/include/opencascade/math_ComputeKronrodPointsAndWeights.hxx ++usr/include/opencascade/math_Crout.hxx ++usr/include/opencascade/math_Crout.lxx ++usr/include/opencascade/math_DirectPolynomialRoots.hxx ++usr/include/opencascade/math_DirectPolynomialRoots.lxx ++usr/include/opencascade/math_DoubleTab.gxx ++usr/include/opencascade/math_DoubleTab.lxx ++usr/include/opencascade/math_DoubleTabOfReal.hxx ++usr/include/opencascade/math_EigenValuesSearcher.hxx ++usr/include/opencascade/math_FRPR.hxx ++usr/include/opencascade/math_FRPR.lxx ++usr/include/opencascade/math_Function.hxx ++usr/include/opencascade/math_FunctionAllRoots.hxx ++usr/include/opencascade/math_FunctionAllRoots.lxx ++usr/include/opencascade/math_FunctionRoot.hxx ++usr/include/opencascade/math_FunctionRoot.lxx ++usr/include/opencascade/math_FunctionRoots.hxx ++usr/include/opencascade/math_FunctionRoots.lxx ++usr/include/opencascade/math_FunctionSample.hxx ++usr/include/opencascade/math_FunctionSet.hxx ++usr/include/opencascade/math_FunctionSetRoot.hxx ++usr/include/opencascade/math_FunctionSetRoot.lxx ++usr/include/opencascade/math_FunctionSetWithDerivatives.hxx ++usr/include/opencascade/math_FunctionWithDerivative.hxx ++usr/include/opencascade/math_Gauss.hxx ++usr/include/opencascade/math_Gauss.lxx ++usr/include/opencascade/math_GaussLeastSquare.hxx ++usr/include/opencascade/math_GaussLeastSquare.lxx ++usr/include/opencascade/math_GaussMultipleIntegration.hxx ++usr/include/opencascade/math_GaussMultipleIntegration.lxx ++usr/include/opencascade/math_GaussPoints.hxx ++usr/include/opencascade/math_GaussSetIntegration.hxx ++usr/include/opencascade/math_GaussSetIntegration.lxx ++usr/include/opencascade/math_GaussSingleIntegration.hxx ++usr/include/opencascade/math_GaussSingleIntegration.lxx ++usr/include/opencascade/math_Householder.hxx ++usr/include/opencascade/math_Householder.lxx ++usr/include/opencascade/math_IntegerRandom.hxx ++usr/include/opencascade/math_IntegerVector.hxx ++usr/include/opencascade/math_IntegerVector.lxx ++usr/include/opencascade/math_Jacobi.hxx ++usr/include/opencascade/math_Jacobi.lxx ++usr/include/opencascade/math_KronrodSingleIntegration.hxx ++usr/include/opencascade/math_KronrodSingleIntegration.lxx ++usr/include/opencascade/math_Matrix.hxx ++usr/include/opencascade/math_Matrix.lxx ++usr/include/opencascade/math_Memory.hxx ++usr/include/opencascade/math_MultipleVarFunction.hxx ++usr/include/opencascade/math_MultipleVarFunctionWithGradient.hxx ++usr/include/opencascade/math_MultipleVarFunctionWithHessian.hxx ++usr/include/opencascade/math_NewtonFunctionRoot.hxx ++usr/include/opencascade/math_NewtonFunctionRoot.lxx ++usr/include/opencascade/math_NewtonFunctionSetRoot.hxx ++usr/include/opencascade/math_NewtonFunctionSetRoot.lxx ++usr/include/opencascade/math_NewtonMinimum.hxx ++usr/include/opencascade/math_NewtonMinimum.lxx ++usr/include/opencascade/math_NotSquare.hxx ++usr/include/opencascade/math_Powell.hxx ++usr/include/opencascade/math_Powell.lxx ++usr/include/opencascade/math_QuickSortOfValueAndWeight.hxx ++usr/include/opencascade/math_RealRandom.hxx ++usr/include/opencascade/math_Recipes.hxx ++usr/include/opencascade/math_SVD.hxx ++usr/include/opencascade/math_SVD.lxx ++usr/include/opencascade/math_SingleTab.gxx ++usr/include/opencascade/math_SingleTab.lxx ++usr/include/opencascade/math_SingleTabOfInteger.hxx ++usr/include/opencascade/math_SingleTabOfReal.hxx ++usr/include/opencascade/math_SingularMatrix.hxx ++usr/include/opencascade/math_Status.hxx ++usr/include/opencascade/math_TrigonometricFunctionRoots.hxx ++usr/include/opencascade/math_TrigonometricFunctionRoots.lxx ++usr/include/opencascade/math_Uzawa.hxx ++usr/include/opencascade/math_Uzawa.lxx ++usr/include/opencascade/math_ValueAndWeight.hxx ++usr/include/opencascade/math_Vector.hxx ++usr/include/opencascade/math_Vector.lxx diff --cc debian/libopencascade-modeling-6.5.0.install index 000000000,000000000..dd1e4cb3b new file mode 100644 --- /dev/null +++ b/debian/libopencascade-modeling-6.5.0.install @@@ -1,0 -1,0 +1,33 @@@ ++# See ros/adm/make/Makefile.am ++# ModelingData_PKGS = TKG2d TKG3d TKGeomBase TKBRep ++usr/lib/libTKG2d-*.so ++usr/lib/libTKG3d-*.so ++usr/lib/libTKGeomBase-*.so ++usr/lib/libTKBRep-*.so ++ ++# ModelingAlgorithms_PKGS = TKGeomAlgo TKTopAlgo TKPrim TKBO TKHLR TKMesh TKShHealing TKXMesh TKBool TKFillet TKFeat TKOffset ++usr/lib/libTKGeomAlgo-*.so ++usr/lib/libTKTopAlgo-*.so ++usr/lib/libTKPrim-*.so ++usr/lib/libTKBO-*.so ++usr/lib/libTKHLR-*.so ++usr/lib/libTKMesh-*.so ++usr/lib/libTKShHealing-*.so ++usr/lib/libTKXMesh-*.so ++usr/lib/libTKBool-*.so ++usr/lib/libTKFillet-*.so ++usr/lib/libTKFeat-*.so ++usr/lib/libTKOffset-*.so ++ ++# DataExchange_PKGS = TKVRML TKXCAF TKSTL TKXSBase TKXCAFSchema TKXmlXCAF TKBinXCAF TKSTEPBase TKIGES TKSTEPAttr TKSTEP209 TKXDEIGES TKSTEP TKXDESTEP ++# Packages not depending on X11 are put into modeling, others into ocaf. ++usr/lib/libTKSTL-*.so ++usr/lib/libTKXSBase-*.so ++usr/lib/libTKSTEPBase-*.so ++usr/lib/libTKIGES-*.so ++usr/lib/libTKSTEPAttr-*.so ++usr/lib/libTKSTEP209-*.so ++usr/lib/libTKSTEP-*.so ++ ++usr/share/opencascade/6.5.0/src/SHMessage/* ++usr/share/opencascade/6.5.0/src/XSMessage/* diff --cc debian/libopencascade-modeling-6.5.0.lintian-overrides index 000000000,000000000..3e38b0a55 new file mode 100644 --- /dev/null +++ b/debian/libopencascade-modeling-6.5.0.lintian-overrides @@@ -1,0 -1,0 +1,3 @@@ ++# this package contains a bunch of libraries and can thus not be named properly ++package-name-doesnt-match-sonames ++ diff --cc debian/libopencascade-modeling-dev.install index 000000000,000000000..00c0ffcf0 new file mode 100644 --- /dev/null +++ b/debian/libopencascade-modeling-dev.install @@@ -1,0 -1,0 +1,7834 @@@ ++# PACKAGES = TKG2d TKG3d TKGeomBase TKBRep TKGeomAlgo TKTopAlgo TKPrim TKBO TKHLR TKMesh TKShHealing TKXMesh TKBool TKFillet TKFeat TKOffset TKSTL TKXSBase TKSTEPBase TKIGES TKSTEPAttr TKSTEP209 TKSTEP ++# ++# See ros/adm/make/Makefile.am ++# ModelingData_PKGS = TKG2d TKG3d TKGeomBase TKBRep ++usr/lib/libTKG2d.so ++usr/lib/libTKG3d.so ++usr/lib/libTKGeomBase.so ++usr/lib/libTKBRep.so ++ ++# ModelingAlgorithms_PKGS = TKGeomAlgo TKTopAlgo TKPrim TKBO TKHLR TKMesh TKShHealing TKXMesh TKBool TKFillet TKFeat TKOffset ++usr/lib/libTKGeomAlgo.so ++usr/lib/libTKTopAlgo.so ++usr/lib/libTKPrim.so ++usr/lib/libTKBO.so ++usr/lib/libTKHLR.so ++usr/lib/libTKMesh.so ++usr/lib/libTKShHealing.so ++usr/lib/libTKXMesh.so ++usr/lib/libTKBool.so ++usr/lib/libTKFillet.so ++usr/lib/libTKFeat.so ++usr/lib/libTKOffset.so ++ ++# DataExchange_PKGS = TKVRML TKXCAF TKSTL TKXSBase TKXCAFSchema TKXmlXCAF TKBinXCAF TKSTEPBase TKIGES TKSTEPAttr TKSTEP209 TKXDEIGES TKSTEP TKXDESTEP ++# Packages not depending on X11 are put into modeling, others into ocaf. ++usr/lib/libTKSTL.so ++usr/lib/libTKXSBase.so ++usr/lib/libTKSTEPBase.so ++usr/lib/libTKIGES.so ++usr/lib/libTKSTEPAttr.so ++usr/lib/libTKSTEP209.so ++usr/lib/libTKSTEP.so ++ ++# for p in TKG2d TKG3d TKGeomBase TKBRep TKGeomAlgo TKTopAlgo TKPrim TKBO TKHLR TKMesh TKShHealing TKXMesh TKBool TKFillet TKFeat TKOffset TKSTL TKXSBase TKSTEPBase TKIGES TKSTEPAttr TKSTEP209 TKSTEP; do for f in $(cat ros/src/$p/PACKAGES); do grep pubinclude ros/drv/$f/.adm/$f.files; done; done | sed -e 's,pubinclude ,usr/include/opencascade/,' | LC_ALL=C sort -u ++usr/include/opencascade/APIHeaderSection_EditHeader.hxx ++usr/include/opencascade/APIHeaderSection_MakeHeader.hxx ++usr/include/opencascade/Adaptor2d_Curve2d.hxx ++usr/include/opencascade/Adaptor2d_Curve2dPtr.hxx ++usr/include/opencascade/Adaptor2d_GenHCurve2d.gxx ++usr/include/opencascade/Adaptor2d_GenHCurve2d.lxx ++usr/include/opencascade/Adaptor2d_HCurve2d.hxx ++usr/include/opencascade/Adaptor2d_HCurve2d.lxx ++usr/include/opencascade/Adaptor2d_HLine2d.hxx ++usr/include/opencascade/Adaptor2d_Line2d.hxx ++usr/include/opencascade/Adaptor3d_Curve.hxx ++usr/include/opencascade/Adaptor3d_CurveOnSurface.hxx ++usr/include/opencascade/Adaptor3d_CurveOnSurfacePtr.hxx ++usr/include/opencascade/Adaptor3d_CurvePtr.hxx ++usr/include/opencascade/Adaptor3d_GenHCurve.gxx ++usr/include/opencascade/Adaptor3d_GenHCurve.lxx ++usr/include/opencascade/Adaptor3d_GenHSurface.gxx ++usr/include/opencascade/Adaptor3d_GenHSurface.lxx ++usr/include/opencascade/Adaptor3d_HCurve.hxx ++usr/include/opencascade/Adaptor3d_HCurve.lxx ++usr/include/opencascade/Adaptor3d_HCurveOnSurface.hxx ++usr/include/opencascade/Adaptor3d_HIsoCurve.hxx ++usr/include/opencascade/Adaptor3d_HOffsetCurve.hxx ++usr/include/opencascade/Adaptor3d_HSurface.hxx ++usr/include/opencascade/Adaptor3d_HSurface.lxx ++usr/include/opencascade/Adaptor3d_HSurfaceOfLinearExtrusion.hxx ++usr/include/opencascade/Adaptor3d_HSurfaceOfRevolution.hxx ++usr/include/opencascade/Adaptor3d_HSurfaceTool.hxx ++usr/include/opencascade/Adaptor3d_HSurfaceTool.lxx ++usr/include/opencascade/Adaptor3d_HVertex.hxx ++usr/include/opencascade/Adaptor3d_InterFunc.hxx ++usr/include/opencascade/Adaptor3d_IsoCurve.hxx ++usr/include/opencascade/Adaptor3d_IsoCurve.lxx ++usr/include/opencascade/Adaptor3d_OffsetCurve.hxx ++usr/include/opencascade/Adaptor3d_OffsetCurve.lxx ++usr/include/opencascade/Adaptor3d_Surface.hxx ++usr/include/opencascade/Adaptor3d_SurfaceOfLinearExtrusion.hxx ++usr/include/opencascade/Adaptor3d_SurfaceOfRevolution.hxx ++usr/include/opencascade/Adaptor3d_SurfacePtr.hxx ++usr/include/opencascade/Adaptor3d_TopolTool.hxx ++usr/include/opencascade/AdvApp2Var_ApproxAFunc2Var.hxx ++usr/include/opencascade/AdvApp2Var_ApproxAFunc2Var.lxx ++usr/include/opencascade/AdvApp2Var_ApproxF2var.hxx ++usr/include/opencascade/AdvApp2Var_Context.hxx ++usr/include/opencascade/AdvApp2Var_Criterion.hxx ++usr/include/opencascade/AdvApp2Var_CriterionRepartition.hxx ++usr/include/opencascade/AdvApp2Var_CriterionType.hxx ++usr/include/opencascade/AdvApp2Var_Data.hxx ++usr/include/opencascade/AdvApp2Var_Data_f2c.hxx ++usr/include/opencascade/AdvApp2Var_EvaluatorFunc2Var.hxx ++usr/include/opencascade/AdvApp2Var_Framework.hxx ++usr/include/opencascade/AdvApp2Var_Framework.lxx ++usr/include/opencascade/AdvApp2Var_Iso.hxx ++usr/include/opencascade/AdvApp2Var_MathBase.hxx ++usr/include/opencascade/AdvApp2Var_Network.hxx ++usr/include/opencascade/AdvApp2Var_Network.lxx ++usr/include/opencascade/AdvApp2Var_Node.hxx ++usr/include/opencascade/AdvApp2Var_Patch.hxx ++usr/include/opencascade/AdvApp2Var_SequenceNodeOfSequenceOfNode.hxx ++usr/include/opencascade/AdvApp2Var_SequenceNodeOfSequenceOfPatch.hxx ++usr/include/opencascade/AdvApp2Var_SequenceNodeOfSequenceOfStrip.hxx ++usr/include/opencascade/AdvApp2Var_SequenceNodeOfStrip.hxx ++usr/include/opencascade/AdvApp2Var_SequenceOfNode.hxx ++usr/include/opencascade/AdvApp2Var_SequenceOfPatch.hxx ++usr/include/opencascade/AdvApp2Var_SequenceOfStrip.hxx ++usr/include/opencascade/AdvApp2Var_Strip.hxx ++usr/include/opencascade/AdvApp2Var_SysBase.hxx ++usr/include/opencascade/AdvApprox_ApproxAFunction.hxx ++usr/include/opencascade/AdvApprox_ApproxAFunction.lxx ++usr/include/opencascade/AdvApprox_Cutting.hxx ++usr/include/opencascade/AdvApprox_DichoCutting.hxx ++usr/include/opencascade/AdvApprox_EvaluatorFunction.hxx ++usr/include/opencascade/AdvApprox_PrefAndRec.hxx ++usr/include/opencascade/AdvApprox_PrefCutting.hxx ++usr/include/opencascade/AdvApprox_SimpleApprox.hxx ++usr/include/opencascade/AppBlend_AppSurf.gxx ++usr/include/opencascade/AppBlend_AppSurf.lxx ++usr/include/opencascade/AppBlend_Approx.hxx ++usr/include/opencascade/AppBlend_Line.gxx ++usr/include/opencascade/AppBlend_Line.lxx ++usr/include/opencascade/AppBlend_SectionGenerator.gxx ++usr/include/opencascade/AppCont_ContMatrices.hxx ++usr/include/opencascade/AppCont_FitFunction.hxx ++usr/include/opencascade/AppCont_FitFunction2d.hxx ++usr/include/opencascade/AppCont_Function.hxx ++usr/include/opencascade/AppCont_Function2d.hxx ++usr/include/opencascade/AppCont_FunctionTool.hxx ++usr/include/opencascade/AppCont_FunctionTool2d.hxx ++usr/include/opencascade/AppCont_LeastSquare.gxx ++usr/include/opencascade/AppCont_SurfLeastSquare.gxx ++usr/include/opencascade/AppCont_TheLineTool.gxx ++usr/include/opencascade/AppCont_TheSurfTool.gxx ++usr/include/opencascade/AppDef_Array1OfMultiPointConstraint.hxx ++usr/include/opencascade/AppDef_BSpGradient_BFGSOfMyBSplGradientOfBSplineCompute.hxx ++usr/include/opencascade/AppDef_BSpParFunctionOfMyBSplGradientOfBSplineCompute.hxx ++usr/include/opencascade/AppDef_BSpParLeastSquareOfMyBSplGradientOfBSplineCompute.hxx ++usr/include/opencascade/AppDef_BSplineCompute.hxx ++usr/include/opencascade/AppDef_Compute.hxx ++usr/include/opencascade/AppDef_Gradient_BFGSOfMyGradientOfCompute.hxx ++usr/include/opencascade/AppDef_Gradient_BFGSOfMyGradientbisOfBSplineCompute.hxx ++usr/include/opencascade/AppDef_Gradient_BFGSOfTheGradient.hxx ++usr/include/opencascade/AppDef_HArray1OfMultiPointConstraint.hxx ++usr/include/opencascade/AppDef_MultiLine.hxx ++usr/include/opencascade/AppDef_MultiPointConstraint.hxx ++usr/include/opencascade/AppDef_MyBSplGradientOfBSplineCompute.hxx ++usr/include/opencascade/AppDef_MyCriterionOfTheVariational.hxx ++usr/include/opencascade/AppDef_MyGradientOfCompute.hxx ++usr/include/opencascade/AppDef_MyGradientbisOfBSplineCompute.hxx ++usr/include/opencascade/AppDef_MyLineTool.hxx ++usr/include/opencascade/AppDef_ParFunctionOfMyGradientOfCompute.hxx ++usr/include/opencascade/AppDef_ParFunctionOfMyGradientbisOfBSplineCompute.hxx ++usr/include/opencascade/AppDef_ParFunctionOfTheGradient.hxx ++usr/include/opencascade/AppDef_ParLeastSquareOfMyGradientOfCompute.hxx ++usr/include/opencascade/AppDef_ParLeastSquareOfMyGradientbisOfBSplineCompute.hxx ++usr/include/opencascade/AppDef_ParLeastSquareOfTheGradient.hxx ++usr/include/opencascade/AppDef_ResConstraintOfMyGradientOfCompute.hxx ++usr/include/opencascade/AppDef_ResConstraintOfMyGradientbisOfBSplineCompute.hxx ++usr/include/opencascade/AppDef_ResConstraintOfTheGradient.hxx ++usr/include/opencascade/AppDef_TheFunction.hxx ++usr/include/opencascade/AppDef_TheGradient.hxx ++usr/include/opencascade/AppDef_TheLeastSquares.hxx ++usr/include/opencascade/AppDef_TheResol.hxx ++usr/include/opencascade/AppDef_TheVariational.hxx ++usr/include/opencascade/AppParCurves.hxx ++usr/include/opencascade/AppParCurves_Array1OfConstraintCouple.hxx ++usr/include/opencascade/AppParCurves_Array1OfMultiBSpCurve.hxx ++usr/include/opencascade/AppParCurves_Array1OfMultiCurve.hxx ++usr/include/opencascade/AppParCurves_Array1OfMultiPoint.hxx ++usr/include/opencascade/AppParCurves_BSpFunction.gxx ++usr/include/opencascade/AppParCurves_BSpGradient.gxx ++usr/include/opencascade/AppParCurves_BSpGradient_BFGS.gxx ++usr/include/opencascade/AppParCurves_Constraint.hxx ++usr/include/opencascade/AppParCurves_ConstraintCouple.hxx ++usr/include/opencascade/AppParCurves_Function.gxx ++usr/include/opencascade/AppParCurves_Gradient.gxx ++usr/include/opencascade/AppParCurves_Gradient_BFGS.gxx ++usr/include/opencascade/AppParCurves_HArray1OfConstraintCouple.hxx ++usr/include/opencascade/AppParCurves_HArray1OfMultiBSpCurve.hxx ++usr/include/opencascade/AppParCurves_HArray1OfMultiCurve.hxx ++usr/include/opencascade/AppParCurves_HArray1OfMultiPoint.hxx ++usr/include/opencascade/AppParCurves_LeastSquare.gxx ++usr/include/opencascade/AppParCurves_LinearCriteria.gxx ++usr/include/opencascade/AppParCurves_MLineTool.gxx ++usr/include/opencascade/AppParCurves_MultiBSpCurve.hxx ++usr/include/opencascade/AppParCurves_MultiCurve.hxx ++usr/include/opencascade/AppParCurves_MultiPoint.hxx ++usr/include/opencascade/AppParCurves_MultiPoint.lxx ++usr/include/opencascade/AppParCurves_Projection.gxx ++usr/include/opencascade/AppParCurves_ResolConstraint.gxx ++usr/include/opencascade/AppParCurves_SequenceNodeOfSequenceOfMultiBSpCurve.hxx ++usr/include/opencascade/AppParCurves_SequenceNodeOfSequenceOfMultiCurve.hxx ++usr/include/opencascade/AppParCurves_SequenceOfMultiBSpCurve.hxx ++usr/include/opencascade/AppParCurves_SequenceOfMultiCurve.hxx ++usr/include/opencascade/AppParCurves_SmoothCriterion.hxx ++usr/include/opencascade/AppParCurves_Variational.gxx ++usr/include/opencascade/AppParCurves_Variational_1.gxx ++usr/include/opencascade/AppParCurves_Variational_2.gxx ++usr/include/opencascade/AppParCurves_Variational_3.gxx ++usr/include/opencascade/AppParCurves_Variational_4.gxx ++usr/include/opencascade/AppParCurves_Variational_5.gxx ++usr/include/opencascade/AppParCurves_Variational_6.gxx ++usr/include/opencascade/AppParCurves_Variational_7.gxx ++usr/include/opencascade/AppParCurves_Variational_8.gxx ++usr/include/opencascade/AppParCurves_Variational_9.gxx ++usr/include/opencascade/ApproxInt_Approx.gxx ++usr/include/opencascade/ApproxInt_ImpPrmSvSurfaces.gxx ++usr/include/opencascade/ApproxInt_MultiLine.gxx ++usr/include/opencascade/ApproxInt_MultiLineTool.gxx ++usr/include/opencascade/ApproxInt_MultiLineTool.lxx ++usr/include/opencascade/ApproxInt_PrmPrmSvSurfaces.gxx ++usr/include/opencascade/ApproxInt_SvSurfaces.hxx ++usr/include/opencascade/ApproxInt_WLine.gxx ++usr/include/opencascade/Approx_Array1OfAdHSurface.hxx ++usr/include/opencascade/Approx_Array1OfGTrsf2d.hxx ++usr/include/opencascade/Approx_BSplComputeLine.gxx ++usr/include/opencascade/Approx_ComputeCLine.gxx ++usr/include/opencascade/Approx_ComputeCSurface.gxx ++usr/include/opencascade/Approx_ComputeLine.gxx ++usr/include/opencascade/Approx_Curve2d.hxx ++usr/include/opencascade/Approx_Curve3d.hxx ++usr/include/opencascade/Approx_CurveOnSurface.hxx ++usr/include/opencascade/Approx_CurvilinearParameter.hxx ++usr/include/opencascade/Approx_CurvlinFunc.hxx ++usr/include/opencascade/Approx_FitAndDivide.hxx ++usr/include/opencascade/Approx_FitAndDivide2d.hxx ++usr/include/opencascade/Approx_HArray1OfAdHSurface.hxx ++usr/include/opencascade/Approx_HArray1OfGTrsf2d.hxx ++usr/include/opencascade/Approx_MCurvesToBSpCurve.hxx ++usr/include/opencascade/Approx_MyLeastSquareOfFitAndDivide.hxx ++usr/include/opencascade/Approx_MyLeastSquareOfFitAndDivide2d.hxx ++usr/include/opencascade/Approx_ParametrizationType.hxx ++usr/include/opencascade/Approx_SameParameter.hxx ++usr/include/opencascade/Approx_SameParameter.lxx ++usr/include/opencascade/Approx_SequenceNodeOfSequenceOfHArray1OfReal.hxx ++usr/include/opencascade/Approx_SequenceOfHArray1OfReal.hxx ++usr/include/opencascade/Approx_Status.hxx ++usr/include/opencascade/Approx_SweepApproximation.hxx ++usr/include/opencascade/Approx_SweepApproximation.lxx ++usr/include/opencascade/Approx_SweepFunction.hxx ++usr/include/opencascade/Approx_TheLineTool.gxx ++usr/include/opencascade/BOPTColStd_CArray1.gxx ++usr/include/opencascade/BOPTColStd_CArray1OfInteger.hxx ++usr/include/opencascade/BOPTColStd_CArray1OfPnt2d.hxx ++usr/include/opencascade/BOPTColStd_CArray1OfShape.hxx ++usr/include/opencascade/BOPTColStd_Dump.hxx ++usr/include/opencascade/BOPTColStd_Failure.hxx ++usr/include/opencascade/BOPTColStd_IndexedDataMapNodeOfIndexedDataMapOfIntegerIndexedMapOfInteger.hxx ++usr/include/opencascade/BOPTColStd_IndexedDataMapNodeOfIndexedDataMapOfIntegerInteger.hxx ++usr/include/opencascade/BOPTColStd_IndexedDataMapNodeOfIndexedDataMapOfSWRInteger.hxx ++usr/include/opencascade/BOPTColStd_IndexedDataMapOfIntegerIndexedMapOfInteger.hxx ++usr/include/opencascade/BOPTColStd_IndexedDataMapOfIntegerInteger.hxx ++usr/include/opencascade/BOPTColStd_IndexedDataMapOfSWRInteger.hxx ++usr/include/opencascade/BOPTColStd_ListIteratorOfListOfListOfShape.hxx ++usr/include/opencascade/BOPTColStd_ListNodeOfListOfListOfShape.hxx ++usr/include/opencascade/BOPTColStd_ListOfListOfShape.hxx ++usr/include/opencascade/BOPTColStd_ShapeWithRank.hxx ++usr/include/opencascade/BOPTColStd_ShapeWithRankHasher.hxx ++usr/include/opencascade/BOPTools_Array1OfPave.hxx ++usr/include/opencascade/BOPTools_Array2OfIntersectionStatus.hxx ++usr/include/opencascade/BOPTools_CArray1OfEEInterference.hxx ++usr/include/opencascade/BOPTools_CArray1OfESInterference.hxx ++usr/include/opencascade/BOPTools_CArray1OfInterferenceLine.hxx ++usr/include/opencascade/BOPTools_CArray1OfPave.hxx ++usr/include/opencascade/BOPTools_CArray1OfSSInterference.hxx ++usr/include/opencascade/BOPTools_CArray1OfVEInterference.hxx ++usr/include/opencascade/BOPTools_CArray1OfVSInterference.hxx ++usr/include/opencascade/BOPTools_CArray1OfVVInterference.hxx ++usr/include/opencascade/BOPTools_CheckResult.hxx ++usr/include/opencascade/BOPTools_CheckStatus.hxx ++usr/include/opencascade/BOPTools_Checker.hxx ++usr/include/opencascade/BOPTools_CommonBlock.hxx ++usr/include/opencascade/BOPTools_CommonBlockAPI.hxx ++usr/include/opencascade/BOPTools_CommonBlockPool.hxx ++usr/include/opencascade/BOPTools_ComparePave.hxx ++usr/include/opencascade/BOPTools_CoupleOfInteger.hxx ++usr/include/opencascade/BOPTools_CoupleOfIntegerMapHasher.hxx ++usr/include/opencascade/BOPTools_Curve.hxx ++usr/include/opencascade/BOPTools_DEInfo.hxx ++usr/include/opencascade/BOPTools_DEProcessor.hxx ++usr/include/opencascade/BOPTools_DSFiller.hxx ++usr/include/opencascade/BOPTools_DSFiller.lxx ++usr/include/opencascade/BOPTools_EEInterference.hxx ++usr/include/opencascade/BOPTools_ESInterference.hxx ++usr/include/opencascade/BOPTools_HArray2OfIntersectionStatus.hxx ++usr/include/opencascade/BOPTools_IDMapOfPaveBlockIMapOfInteger.hxx ++usr/include/opencascade/BOPTools_IDMapOfPaveBlockIMapOfPaveBlock.hxx ++usr/include/opencascade/BOPTools_IMapOfPaveBlock.hxx ++usr/include/opencascade/BOPTools_IndexedDataMapNodeOfIDMapOfPaveBlockIMapOfInteger.hxx ++usr/include/opencascade/BOPTools_IndexedDataMapNodeOfIDMapOfPaveBlockIMapOfPaveBlock.hxx ++usr/include/opencascade/BOPTools_IndexedDataMapNodeOfIndexedDataMapOfIntegerDEInfo.hxx ++usr/include/opencascade/BOPTools_IndexedDataMapNodeOfIndexedDataMapOfIntegerPaveSet.hxx ++usr/include/opencascade/BOPTools_IndexedDataMapNodeOfIndexedDataMapOfIntegerState.hxx ++usr/include/opencascade/BOPTools_IndexedDataMapNodeOfIndexedDataMapOfShapeWithState.hxx ++usr/include/opencascade/BOPTools_IndexedDataMapOfIntegerDEInfo.hxx ++usr/include/opencascade/BOPTools_IndexedDataMapOfIntegerPaveSet.hxx ++usr/include/opencascade/BOPTools_IndexedDataMapOfIntegerState.hxx ++usr/include/opencascade/BOPTools_IndexedDataMapOfShapeWithState.hxx ++usr/include/opencascade/BOPTools_IndexedMapNodeOfIMapOfPaveBlock.hxx ++usr/include/opencascade/BOPTools_IndexedMapNodeOfIndexedMapOfCoupleOfInteger.hxx ++usr/include/opencascade/BOPTools_IndexedMapOfCoupleOfInteger.hxx ++usr/include/opencascade/BOPTools_Interference.hxx ++usr/include/opencascade/BOPTools_InterferenceLine.hxx ++usr/include/opencascade/BOPTools_InterferencePool.hxx ++usr/include/opencascade/BOPTools_IntersectionStatus.hxx ++usr/include/opencascade/BOPTools_IteratorOfCoupleOfShape.hxx ++usr/include/opencascade/BOPTools_ListIteratorOfListOfCheckResults.hxx ++usr/include/opencascade/BOPTools_ListIteratorOfListOfCommonBlock.hxx ++usr/include/opencascade/BOPTools_ListIteratorOfListOfCoupleOfInteger.hxx ++usr/include/opencascade/BOPTools_ListIteratorOfListOfInterference.hxx ++usr/include/opencascade/BOPTools_ListIteratorOfListOfPave.hxx ++usr/include/opencascade/BOPTools_ListIteratorOfListOfPaveBlock.hxx ++usr/include/opencascade/BOPTools_ListIteratorOfListOfShapeEnum.hxx ++usr/include/opencascade/BOPTools_ListNodeOfListOfCheckResults.hxx ++usr/include/opencascade/BOPTools_ListNodeOfListOfCommonBlock.hxx ++usr/include/opencascade/BOPTools_ListNodeOfListOfCoupleOfInteger.hxx ++usr/include/opencascade/BOPTools_ListNodeOfListOfInterference.hxx ++usr/include/opencascade/BOPTools_ListNodeOfListOfPave.hxx ++usr/include/opencascade/BOPTools_ListNodeOfListOfPaveBlock.hxx ++usr/include/opencascade/BOPTools_ListNodeOfListOfShapeEnum.hxx ++usr/include/opencascade/BOPTools_ListOfCheckResults.hxx ++usr/include/opencascade/BOPTools_ListOfCommonBlock.hxx ++usr/include/opencascade/BOPTools_ListOfCoupleOfInteger.hxx ++usr/include/opencascade/BOPTools_ListOfInterference.hxx ++usr/include/opencascade/BOPTools_ListOfPave.hxx ++usr/include/opencascade/BOPTools_ListOfPaveBlock.hxx ++usr/include/opencascade/BOPTools_ListOfShapeEnum.hxx ++usr/include/opencascade/BOPTools_PCurveMaker.hxx ++usr/include/opencascade/BOPTools_PDSFiller.hxx ++usr/include/opencascade/BOPTools_PInterferencePool.hxx ++usr/include/opencascade/BOPTools_PPaveFiller.hxx ++usr/include/opencascade/BOPTools_PShapeShapeInterference.hxx ++usr/include/opencascade/BOPTools_Pave.hxx ++usr/include/opencascade/BOPTools_PaveBlock.hxx ++usr/include/opencascade/BOPTools_PaveBlockIterator.hxx ++usr/include/opencascade/BOPTools_PaveBlockMapHasher.hxx ++usr/include/opencascade/BOPTools_PaveFiller.hxx ++usr/include/opencascade/BOPTools_PavePool.hxx ++usr/include/opencascade/BOPTools_PaveSet.hxx ++usr/include/opencascade/BOPTools_PointBetween.hxx ++usr/include/opencascade/BOPTools_QuickSortPave.hxx ++usr/include/opencascade/BOPTools_RoughShapeIntersector.hxx ++usr/include/opencascade/BOPTools_SSInterference.hxx ++usr/include/opencascade/BOPTools_SSIntersectionAttribute.hxx ++usr/include/opencascade/BOPTools_SSIntersectionAttribute.lxx ++usr/include/opencascade/BOPTools_SequenceNodeOfSequenceOfCurves.hxx ++usr/include/opencascade/BOPTools_SequenceNodeOfSequenceOfPaveBlock.hxx ++usr/include/opencascade/BOPTools_SequenceOfCurves.hxx ++usr/include/opencascade/BOPTools_SequenceOfPaveBlock.hxx ++usr/include/opencascade/BOPTools_ShapeShapeInterference.hxx ++usr/include/opencascade/BOPTools_SolidStateFiller.hxx ++usr/include/opencascade/BOPTools_SplitShapesPool.hxx ++usr/include/opencascade/BOPTools_StateFiller.hxx ++usr/include/opencascade/BOPTools_Tools.hxx ++usr/include/opencascade/BOPTools_Tools2D.hxx ++usr/include/opencascade/BOPTools_Tools3D.hxx ++usr/include/opencascade/BOPTools_VEInterference.hxx ++usr/include/opencascade/BOPTools_VSInterference.hxx ++usr/include/opencascade/BOPTools_VVInterference.hxx ++usr/include/opencascade/BOPTools_WireStateFiller.hxx ++usr/include/opencascade/BOP_Area2dBuilder.hxx ++usr/include/opencascade/BOP_Area3dBuilder.hxx ++usr/include/opencascade/BOP_AreaBuilder.hxx ++usr/include/opencascade/BOP_ArgumentAnalyzer.hxx ++usr/include/opencascade/BOP_ArgumentAnalyzer.lxx ++usr/include/opencascade/BOP_BlockBuilder.hxx ++usr/include/opencascade/BOP_BlockIterator.hxx ++usr/include/opencascade/BOP_Builder.hxx ++usr/include/opencascade/BOP_BuilderTools.hxx ++usr/include/opencascade/BOP_CheckResult.hxx ++usr/include/opencascade/BOP_CheckStatus.hxx ++usr/include/opencascade/BOP_CompositeClassifier.hxx ++usr/include/opencascade/BOP_ConnexityBlock.hxx ++usr/include/opencascade/BOP_CorrectTolerances.hxx ++usr/include/opencascade/BOP_Draw.hxx ++usr/include/opencascade/BOP_EdgeInfo.hxx ++usr/include/opencascade/BOP_EmptyBuilder.hxx ++usr/include/opencascade/BOP_FaceAreaBuilder.hxx ++usr/include/opencascade/BOP_FaceBuilder.hxx ++usr/include/opencascade/BOP_FaceInfo.hxx ++usr/include/opencascade/BOP_HistoryCollector.hxx ++usr/include/opencascade/BOP_IndexedDataMapNodeOfIndexedDataMapOfEdgeListFaceInfo.hxx ++usr/include/opencascade/BOP_IndexedDataMapNodeOfIndexedDataMapOfSolidClassifier.hxx ++usr/include/opencascade/BOP_IndexedDataMapNodeOfIndexedDataMapOfVertexListEdgeInfo.hxx ++usr/include/opencascade/BOP_IndexedDataMapOfEdgeListFaceInfo.hxx ++usr/include/opencascade/BOP_IndexedDataMapOfSolidClassifier.hxx ++usr/include/opencascade/BOP_IndexedDataMapOfVertexListEdgeInfo.hxx ++usr/include/opencascade/BOP_ListIteratorOfListOfCheckResult.hxx ++usr/include/opencascade/BOP_ListIteratorOfListOfConnexityBlock.hxx ++usr/include/opencascade/BOP_ListIteratorOfListOfEdgeInfo.hxx ++usr/include/opencascade/BOP_ListIteratorOfListOfFaceInfo.hxx ++usr/include/opencascade/BOP_ListIteratorOfListOfListOfLoop.hxx ++usr/include/opencascade/BOP_ListIteratorOfListOfLoop.hxx ++usr/include/opencascade/BOP_ListNodeOfListOfCheckResult.hxx ++usr/include/opencascade/BOP_ListNodeOfListOfConnexityBlock.hxx ++usr/include/opencascade/BOP_ListNodeOfListOfEdgeInfo.hxx ++usr/include/opencascade/BOP_ListNodeOfListOfFaceInfo.hxx ++usr/include/opencascade/BOP_ListNodeOfListOfListOfLoop.hxx ++usr/include/opencascade/BOP_ListNodeOfListOfLoop.hxx ++usr/include/opencascade/BOP_ListOfCheckResult.hxx ++usr/include/opencascade/BOP_ListOfConnexityBlock.hxx ++usr/include/opencascade/BOP_ListOfEdgeInfo.hxx ++usr/include/opencascade/BOP_ListOfFaceInfo.hxx ++usr/include/opencascade/BOP_ListOfListOfLoop.hxx ++usr/include/opencascade/BOP_ListOfLoop.hxx ++usr/include/opencascade/BOP_Loop.hxx ++usr/include/opencascade/BOP_LoopClassifier.hxx ++usr/include/opencascade/BOP_LoopEnum.hxx ++usr/include/opencascade/BOP_LoopSet.hxx ++usr/include/opencascade/BOP_Operation.hxx ++usr/include/opencascade/BOP_PBuilder.hxx ++usr/include/opencascade/BOP_PShellFaceSet.hxx ++usr/include/opencascade/BOP_PSoClassif.hxx ++usr/include/opencascade/BOP_PWireEdgeSet.hxx ++usr/include/opencascade/BOP_Refiner.hxx ++usr/include/opencascade/BOP_SDFWESFiller.hxx ++usr/include/opencascade/BOP_SFSCorrector.hxx ++usr/include/opencascade/BOP_Section.hxx ++usr/include/opencascade/BOP_SectionHistoryCollector.hxx ++usr/include/opencascade/BOP_SeqOfSeqOfShape.hxx ++usr/include/opencascade/BOP_SequenceNodeOfSeqOfSeqOfShape.hxx ++usr/include/opencascade/BOP_ShapeSet.hxx ++usr/include/opencascade/BOP_ShellFaceClassifier.hxx ++usr/include/opencascade/BOP_ShellFaceSet.hxx ++usr/include/opencascade/BOP_ShellFaceSet.lxx ++usr/include/opencascade/BOP_ShellShell.hxx ++usr/include/opencascade/BOP_ShellSolid.hxx ++usr/include/opencascade/BOP_ShellSolidHistoryCollector.hxx ++usr/include/opencascade/BOP_ShellSplitter.hxx ++usr/include/opencascade/BOP_SolidAreaBuilder.hxx ++usr/include/opencascade/BOP_SolidBuilder.hxx ++usr/include/opencascade/BOP_SolidClassifier.hxx ++usr/include/opencascade/BOP_SolidSolid.hxx ++usr/include/opencascade/BOP_SolidSolidHistoryCollector.hxx ++usr/include/opencascade/BOP_WESCorrector.hxx ++usr/include/opencascade/BOP_WireEdgeClassifier.hxx ++usr/include/opencascade/BOP_WireEdgeSet.hxx ++usr/include/opencascade/BOP_WireShape.hxx ++usr/include/opencascade/BOP_WireShell.hxx ++usr/include/opencascade/BOP_WireSolid.hxx ++usr/include/opencascade/BOP_WireSolidHistoryCollector.hxx ++usr/include/opencascade/BOP_WireSplitter.hxx ++usr/include/opencascade/BOP_WireSplitter.lxx ++usr/include/opencascade/BOP_WireWire.hxx ++usr/include/opencascade/BRepAdaptor_Array1OfCurve.hxx ++usr/include/opencascade/BRepAdaptor_CompCurve.hxx ++usr/include/opencascade/BRepAdaptor_Curve.hxx ++usr/include/opencascade/BRepAdaptor_Curve2d.hxx ++usr/include/opencascade/BRepAdaptor_HArray1OfCurve.hxx ++usr/include/opencascade/BRepAdaptor_HCompCurve.hxx ++usr/include/opencascade/BRepAdaptor_HCurve.hxx ++usr/include/opencascade/BRepAdaptor_HCurve2d.hxx ++usr/include/opencascade/BRepAdaptor_HSurface.hxx ++usr/include/opencascade/BRepAdaptor_Surface.hxx ++usr/include/opencascade/BRepAdaptor_Surface.lxx ++usr/include/opencascade/BRepAlgo.hxx ++usr/include/opencascade/BRepAlgoAPI_BooleanOperation.hxx ++usr/include/opencascade/BRepAlgoAPI_Common.hxx ++usr/include/opencascade/BRepAlgoAPI_Cut.hxx ++usr/include/opencascade/BRepAlgoAPI_Fuse.hxx ++usr/include/opencascade/BRepAlgoAPI_Section.hxx ++usr/include/opencascade/BRepAlgo_AsDes.hxx ++usr/include/opencascade/BRepAlgo_BooleanOperation.hxx ++usr/include/opencascade/BRepAlgo_BooleanOperations.hxx ++usr/include/opencascade/BRepAlgo_CheckStatus.hxx ++usr/include/opencascade/BRepAlgo_Common.hxx ++usr/include/opencascade/BRepAlgo_Cut.hxx ++usr/include/opencascade/BRepAlgo_DSAccess.hxx ++usr/include/opencascade/BRepAlgo_DataMapIteratorOfDataMapOfShapeBoolean.hxx ++usr/include/opencascade/BRepAlgo_DataMapIteratorOfDataMapOfShapeInterference.hxx ++usr/include/opencascade/BRepAlgo_DataMapNodeOfDataMapOfShapeBoolean.hxx ++usr/include/opencascade/BRepAlgo_DataMapNodeOfDataMapOfShapeInterference.hxx ++usr/include/opencascade/BRepAlgo_DataMapOfShapeBoolean.hxx ++usr/include/opencascade/BRepAlgo_DataMapOfShapeInterference.hxx ++usr/include/opencascade/BRepAlgo_EdgeConnector.hxx ++usr/include/opencascade/BRepAlgo_FaceRestrictor.hxx ++usr/include/opencascade/BRepAlgo_Fuse.hxx ++usr/include/opencascade/BRepAlgo_Image.hxx ++usr/include/opencascade/BRepAlgo_Loop.hxx ++usr/include/opencascade/BRepAlgo_NormalProjection.hxx ++usr/include/opencascade/BRepAlgo_Section.hxx ++usr/include/opencascade/BRepAlgo_SequenceNodeOfSequenceOfSequenceOfInteger.hxx ++usr/include/opencascade/BRepAlgo_SequenceOfSequenceOfInteger.hxx ++usr/include/opencascade/BRepAlgo_Tool.hxx ++usr/include/opencascade/BRepAlgo_TopOpe.hxx ++usr/include/opencascade/BRepApprox_Approx.hxx ++usr/include/opencascade/BRepApprox_ApproxLine.hxx ++usr/include/opencascade/BRepApprox_ApproxLineGen.gxx ++usr/include/opencascade/BRepApprox_BSpGradient_BFGSOfMyBSplGradientOfTheComputeLineOfApprox.hxx ++usr/include/opencascade/BRepApprox_BSpParFunctionOfMyBSplGradientOfTheComputeLineOfApprox.hxx ++usr/include/opencascade/BRepApprox_BSpParLeastSquareOfMyBSplGradientOfTheComputeLineOfApprox.hxx ++usr/include/opencascade/BRepApprox_Gradient_BFGSOfMyGradientOfTheComputeLineBezierOfApprox.hxx ++usr/include/opencascade/BRepApprox_Gradient_BFGSOfMyGradientbisOfTheComputeLineOfApprox.hxx ++usr/include/opencascade/BRepApprox_MyBSplGradientOfTheComputeLineOfApprox.hxx ++usr/include/opencascade/BRepApprox_MyGradientOfTheComputeLineBezierOfApprox.hxx ++usr/include/opencascade/BRepApprox_MyGradientbisOfTheComputeLineOfApprox.hxx ++usr/include/opencascade/BRepApprox_ParFunctionOfMyGradientOfTheComputeLineBezierOfApprox.hxx ++usr/include/opencascade/BRepApprox_ParFunctionOfMyGradientbisOfTheComputeLineOfApprox.hxx ++usr/include/opencascade/BRepApprox_ParLeastSquareOfMyGradientOfTheComputeLineBezierOfApprox.hxx ++usr/include/opencascade/BRepApprox_ParLeastSquareOfMyGradientbisOfTheComputeLineOfApprox.hxx ++usr/include/opencascade/BRepApprox_ResConstraintOfMyGradientOfTheComputeLineBezierOfApprox.hxx ++usr/include/opencascade/BRepApprox_ResConstraintOfMyGradientbisOfTheComputeLineOfApprox.hxx ++usr/include/opencascade/BRepApprox_SurfaceTool.hxx ++usr/include/opencascade/BRepApprox_SurfaceToolGen.gxx ++usr/include/opencascade/BRepApprox_SurfaceToolGen.lxx ++usr/include/opencascade/BRepApprox_TheComputeLineBezierOfApprox.hxx ++usr/include/opencascade/BRepApprox_TheComputeLineOfApprox.hxx ++usr/include/opencascade/BRepApprox_TheFunctionOfTheInt2SOfThePrmPrmSvSurfacesOfApprox.hxx ++usr/include/opencascade/BRepApprox_TheImpPrmSvSurfacesOfApprox.hxx ++usr/include/opencascade/BRepApprox_TheInt2SOfThePrmPrmSvSurfacesOfApprox.hxx ++usr/include/opencascade/BRepApprox_TheMultiLineOfApprox.hxx ++usr/include/opencascade/BRepApprox_TheMultiLineToolOfApprox.hxx ++usr/include/opencascade/BRepApprox_ThePrmPrmSvSurfacesOfApprox.hxx ++usr/include/opencascade/BRepApprox_TheZerImpFuncOfTheImpPrmSvSurfacesOfApprox.hxx ++usr/include/opencascade/BRepBlend_AppFunc.hxx ++usr/include/opencascade/BRepBlend_AppFuncRoot.hxx ++usr/include/opencascade/BRepBlend_AppFuncRst.hxx ++usr/include/opencascade/BRepBlend_AppFuncRstRst.hxx ++usr/include/opencascade/BRepBlend_AppSurf.hxx ++usr/include/opencascade/BRepBlend_AppSurface.hxx ++usr/include/opencascade/BRepBlend_AppSurface.lxx ++usr/include/opencascade/BRepBlend_BlendTool.hxx ++usr/include/opencascade/BRepBlend_BlendTool.lxx ++usr/include/opencascade/BRepBlend_CSCircular.hxx ++usr/include/opencascade/BRepBlend_CSConstRad.hxx ++usr/include/opencascade/BRepBlend_CSWalking.hxx ++usr/include/opencascade/BRepBlend_ChAsym.hxx ++usr/include/opencascade/BRepBlend_ChAsymInv.hxx ++usr/include/opencascade/BRepBlend_ChamfInv.hxx ++usr/include/opencascade/BRepBlend_Chamfer.hxx ++usr/include/opencascade/BRepBlend_ConstRad.hxx ++usr/include/opencascade/BRepBlend_ConstRadInv.hxx ++usr/include/opencascade/BRepBlend_CurvPointRadInv.hxx ++usr/include/opencascade/BRepBlend_EvolRad.hxx ++usr/include/opencascade/BRepBlend_EvolRadInv.hxx ++usr/include/opencascade/BRepBlend_Extremity.hxx ++usr/include/opencascade/BRepBlend_HCurve2dTool.hxx ++usr/include/opencascade/BRepBlend_HCurve2dToolGen.gxx ++usr/include/opencascade/BRepBlend_HCurve2dToolGen.lxx ++usr/include/opencascade/BRepBlend_HCurveTool.hxx ++usr/include/opencascade/BRepBlend_HCurveToolGen.gxx ++usr/include/opencascade/BRepBlend_HCurveToolGen.lxx ++usr/include/opencascade/BRepBlend_Line.hxx ++usr/include/opencascade/BRepBlend_PointOnRst.hxx ++usr/include/opencascade/BRepBlend_RstRstConstRad.hxx ++usr/include/opencascade/BRepBlend_RstRstEvolRad.hxx ++usr/include/opencascade/BRepBlend_RstRstLineBuilder.hxx ++usr/include/opencascade/BRepBlend_RstRstLineBuilder.lxx ++usr/include/opencascade/BRepBlend_Ruled.hxx ++usr/include/opencascade/BRepBlend_RuledInv.hxx ++usr/include/opencascade/BRepBlend_SequenceNodeOfSequenceOfLine.hxx ++usr/include/opencascade/BRepBlend_SequenceNodeOfSequenceOfPointOnRst.hxx ++usr/include/opencascade/BRepBlend_SequenceOfLine.hxx ++usr/include/opencascade/BRepBlend_SequenceOfPointOnRst.hxx ++usr/include/opencascade/BRepBlend_SurfCurvConstRadInv.hxx ++usr/include/opencascade/BRepBlend_SurfCurvEvolRadInv.hxx ++usr/include/opencascade/BRepBlend_SurfPointConstRadInv.hxx ++usr/include/opencascade/BRepBlend_SurfPointEvolRadInv.hxx ++usr/include/opencascade/BRepBlend_SurfRstConstRad.hxx ++usr/include/opencascade/BRepBlend_SurfRstEvolRad.hxx ++usr/include/opencascade/BRepBlend_SurfRstLineBuilder.hxx ++usr/include/opencascade/BRepBlend_SurfRstLineBuilder.lxx ++usr/include/opencascade/BRepBlend_Walking.hxx ++usr/include/opencascade/BRepBndLib.hxx ++usr/include/opencascade/BRepBuilderAPI.hxx ++usr/include/opencascade/BRepBuilderAPI_Collect.hxx ++usr/include/opencascade/BRepBuilderAPI_Command.hxx ++usr/include/opencascade/BRepBuilderAPI_Copy.hxx ++usr/include/opencascade/BRepBuilderAPI_EdgeError.hxx ++usr/include/opencascade/BRepBuilderAPI_FaceError.hxx ++usr/include/opencascade/BRepBuilderAPI_FindPlane.hxx ++usr/include/opencascade/BRepBuilderAPI_GTransform.hxx ++usr/include/opencascade/BRepBuilderAPI_MakeEdge.hxx ++usr/include/opencascade/BRepBuilderAPI_MakeEdge2d.hxx ++usr/include/opencascade/BRepBuilderAPI_MakeFace.hxx ++usr/include/opencascade/BRepBuilderAPI_MakePolygon.hxx ++usr/include/opencascade/BRepBuilderAPI_MakeShape.hxx ++usr/include/opencascade/BRepBuilderAPI_MakeShell.hxx ++usr/include/opencascade/BRepBuilderAPI_MakeSolid.hxx ++usr/include/opencascade/BRepBuilderAPI_MakeVertex.hxx ++usr/include/opencascade/BRepBuilderAPI_MakeWire.hxx ++usr/include/opencascade/BRepBuilderAPI_ModifyShape.hxx ++usr/include/opencascade/BRepBuilderAPI_NurbsConvert.hxx ++usr/include/opencascade/BRepBuilderAPI_PipeError.hxx ++usr/include/opencascade/BRepBuilderAPI_Sewing.hxx ++usr/include/opencascade/BRepBuilderAPI_Sewing.lxx ++usr/include/opencascade/BRepBuilderAPI_ShapeModification.hxx ++usr/include/opencascade/BRepBuilderAPI_ShellError.hxx ++usr/include/opencascade/BRepBuilderAPI_Transform.hxx ++usr/include/opencascade/BRepBuilderAPI_TransitionMode.hxx ++usr/include/opencascade/BRepBuilderAPI_WireError.hxx ++usr/include/opencascade/BRepCheck.hxx ++usr/include/opencascade/BRepCheck_Analyzer.hxx ++usr/include/opencascade/BRepCheck_Analyzer.lxx ++usr/include/opencascade/BRepCheck_DataMapIteratorOfDataMapOfShapeListOfStatus.hxx ++usr/include/opencascade/BRepCheck_DataMapIteratorOfDataMapOfShapeResult.hxx ++usr/include/opencascade/BRepCheck_DataMapNodeOfDataMapOfShapeListOfStatus.hxx ++usr/include/opencascade/BRepCheck_DataMapNodeOfDataMapOfShapeResult.hxx ++usr/include/opencascade/BRepCheck_DataMapOfShapeListOfStatus.hxx ++usr/include/opencascade/BRepCheck_DataMapOfShapeResult.hxx ++usr/include/opencascade/BRepCheck_Edge.hxx ++usr/include/opencascade/BRepCheck_Face.hxx ++usr/include/opencascade/BRepCheck_ListIteratorOfListOfStatus.hxx ++usr/include/opencascade/BRepCheck_ListNodeOfListOfStatus.hxx ++usr/include/opencascade/BRepCheck_ListOfStatus.hxx ++usr/include/opencascade/BRepCheck_Result.hxx ++usr/include/opencascade/BRepCheck_Result.lxx ++usr/include/opencascade/BRepCheck_Shell.hxx ++usr/include/opencascade/BRepCheck_Status.hxx ++usr/include/opencascade/BRepCheck_Vertex.hxx ++usr/include/opencascade/BRepCheck_Wire.hxx ++usr/include/opencascade/BRepClass3d_DataMapIteratorOfMapOfInter.hxx ++usr/include/opencascade/BRepClass3d_DataMapNodeOfMapOfInter.hxx ++usr/include/opencascade/BRepClass3d_Intersector3d.hxx ++usr/include/opencascade/BRepClass3d_Intersector3d.lxx ++usr/include/opencascade/BRepClass3d_MapOfInter.hxx ++usr/include/opencascade/BRepClass3d_SClassifier.hxx ++usr/include/opencascade/BRepClass3d_SolidClassifier.hxx ++usr/include/opencascade/BRepClass3d_SolidExplorer.hxx ++usr/include/opencascade/BRepClass3d_SolidPassiveClassifier.hxx ++usr/include/opencascade/BRepClass_Edge.hxx ++usr/include/opencascade/BRepClass_Edge.lxx ++usr/include/opencascade/BRepClass_FClass2dOfFClassifier.hxx ++usr/include/opencascade/BRepClass_FClassifier.hxx ++usr/include/opencascade/BRepClass_FaceClassifier.hxx ++usr/include/opencascade/BRepClass_FaceExplorer.hxx ++usr/include/opencascade/BRepClass_FaceExplorer.lxx ++usr/include/opencascade/BRepClass_FacePassiveClassifier.hxx ++usr/include/opencascade/BRepClass_Intersector.hxx ++usr/include/opencascade/BRepExtrema_DistShapeShape.hxx ++usr/include/opencascade/BRepExtrema_DistanceSS.hxx ++usr/include/opencascade/BRepExtrema_ExtCC.hxx ++usr/include/opencascade/BRepExtrema_ExtCF.hxx ++usr/include/opencascade/BRepExtrema_ExtFF.hxx ++usr/include/opencascade/BRepExtrema_ExtPC.hxx ++usr/include/opencascade/BRepExtrema_ExtPF.hxx ++usr/include/opencascade/BRepExtrema_Poly.hxx ++usr/include/opencascade/BRepExtrema_SeqOfSolution.hxx ++usr/include/opencascade/BRepExtrema_SequenceNodeOfSeqOfSolution.hxx ++usr/include/opencascade/BRepExtrema_SolutionElem.hxx ++usr/include/opencascade/BRepExtrema_SupportType.hxx ++usr/include/opencascade/BRepExtrema_UnCompatibleShape.hxx ++usr/include/opencascade/BRepFeat.hxx ++usr/include/opencascade/BRepFeat_Builder.hxx ++usr/include/opencascade/BRepFeat_Builder.lxx ++usr/include/opencascade/BRepFeat_Form.hxx ++usr/include/opencascade/BRepFeat_Form.lxx ++usr/include/opencascade/BRepFeat_Gluer.hxx ++usr/include/opencascade/BRepFeat_Gluer.lxx ++usr/include/opencascade/BRepFeat_LocalOperation.hxx ++usr/include/opencascade/BRepFeat_LocalOperation.lxx ++usr/include/opencascade/BRepFeat_MakeCylindricalHole.hxx ++usr/include/opencascade/BRepFeat_MakeCylindricalHole.lxx ++usr/include/opencascade/BRepFeat_MakeDPrism.hxx ++usr/include/opencascade/BRepFeat_MakeDPrism.lxx ++usr/include/opencascade/BRepFeat_MakeLinearForm.hxx ++usr/include/opencascade/BRepFeat_MakeLinearForm.lxx ++usr/include/opencascade/BRepFeat_MakePipe.hxx ++usr/include/opencascade/BRepFeat_MakePipe.lxx ++usr/include/opencascade/BRepFeat_MakePrism.hxx ++usr/include/opencascade/BRepFeat_MakePrism.lxx ++usr/include/opencascade/BRepFeat_MakeRevol.hxx ++usr/include/opencascade/BRepFeat_MakeRevol.lxx ++usr/include/opencascade/BRepFeat_MakeRevolutionForm.hxx ++usr/include/opencascade/BRepFeat_MakeRevolutionForm.lxx ++usr/include/opencascade/BRepFeat_PerfSelection.hxx ++usr/include/opencascade/BRepFeat_RibSlot.hxx ++usr/include/opencascade/BRepFeat_RibSlot.lxx ++usr/include/opencascade/BRepFeat_SplitShape.hxx ++usr/include/opencascade/BRepFeat_SplitShape.lxx ++usr/include/opencascade/BRepFeat_Status.hxx ++usr/include/opencascade/BRepFeat_StatusError.hxx ++usr/include/opencascade/BRepFill.hxx ++usr/include/opencascade/BRepFill_ACRLaw.hxx ++usr/include/opencascade/BRepFill_ApproxSeewing.hxx ++usr/include/opencascade/BRepFill_CompatibleWires.hxx ++usr/include/opencascade/BRepFill_ComputeCLine.hxx ++usr/include/opencascade/BRepFill_CurveConstraint.hxx ++usr/include/opencascade/BRepFill_DataMapIteratorOfDataMapOfNodeDataMapOfShapeShape.hxx ++usr/include/opencascade/BRepFill_DataMapIteratorOfDataMapOfNodeShape.hxx ++usr/include/opencascade/BRepFill_DataMapIteratorOfDataMapOfOrientedShapeListOfShape.hxx ++usr/include/opencascade/BRepFill_DataMapIteratorOfDataMapOfShapeDataMapOfShapeListOfShape.hxx ++usr/include/opencascade/BRepFill_DataMapIteratorOfDataMapOfShapeSequenceOfPnt.hxx ++usr/include/opencascade/BRepFill_DataMapIteratorOfDataMapOfShapeSequenceOfReal.hxx ++usr/include/opencascade/BRepFill_DataMapNodeOfDataMapOfNodeDataMapOfShapeShape.hxx ++usr/include/opencascade/BRepFill_DataMapNodeOfDataMapOfNodeShape.hxx ++usr/include/opencascade/BRepFill_DataMapNodeOfDataMapOfOrientedShapeListOfShape.hxx ++usr/include/opencascade/BRepFill_DataMapNodeOfDataMapOfShapeDataMapOfShapeListOfShape.hxx ++usr/include/opencascade/BRepFill_DataMapNodeOfDataMapOfShapeSequenceOfPnt.hxx ++usr/include/opencascade/BRepFill_DataMapNodeOfDataMapOfShapeSequenceOfReal.hxx ++usr/include/opencascade/BRepFill_DataMapOfNodeDataMapOfShapeShape.hxx ++usr/include/opencascade/BRepFill_DataMapOfNodeShape.hxx ++usr/include/opencascade/BRepFill_DataMapOfOrientedShapeListOfShape.hxx ++usr/include/opencascade/BRepFill_DataMapOfShapeDataMapOfShapeListOfShape.hxx ++usr/include/opencascade/BRepFill_DataMapOfShapeSequenceOfPnt.hxx ++usr/include/opencascade/BRepFill_DataMapOfShapeSequenceOfReal.hxx ++usr/include/opencascade/BRepFill_Draft.hxx ++usr/include/opencascade/BRepFill_DraftLaw.hxx ++usr/include/opencascade/BRepFill_Edge3DLaw.hxx ++usr/include/opencascade/BRepFill_EdgeFaceAndOrder.hxx ++usr/include/opencascade/BRepFill_EdgeOnSurfLaw.hxx ++usr/include/opencascade/BRepFill_Evolved.hxx ++usr/include/opencascade/BRepFill_FaceAndOrder.hxx ++usr/include/opencascade/BRepFill_Filling.hxx ++usr/include/opencascade/BRepFill_Generator.hxx ++usr/include/opencascade/BRepFill_Generator.lxx ++usr/include/opencascade/BRepFill_ListIteratorOfListOfOffsetWire.hxx ++usr/include/opencascade/BRepFill_ListNodeOfListOfOffsetWire.hxx ++usr/include/opencascade/BRepFill_ListOfOffsetWire.hxx ++usr/include/opencascade/BRepFill_LocationLaw.hxx ++usr/include/opencascade/BRepFill_MultiLine.hxx ++usr/include/opencascade/BRepFill_MultiLineTool.hxx ++usr/include/opencascade/BRepFill_MyLeastSquareOfComputeCLine.hxx ++usr/include/opencascade/BRepFill_NSections.hxx ++usr/include/opencascade/BRepFill_OffsetAncestors.hxx ++usr/include/opencascade/BRepFill_OffsetWire.hxx ++usr/include/opencascade/BRepFill_Pipe.hxx ++usr/include/opencascade/BRepFill_PipeShell.hxx ++usr/include/opencascade/BRepFill_Section.hxx ++usr/include/opencascade/BRepFill_Section.lxx ++usr/include/opencascade/BRepFill_SectionLaw.hxx ++usr/include/opencascade/BRepFill_SectionPlacement.hxx ++usr/include/opencascade/BRepFill_SequenceNodeOfSequenceOfEdgeFaceAndOrder.hxx ++usr/include/opencascade/BRepFill_SequenceNodeOfSequenceOfFaceAndOrder.hxx ++usr/include/opencascade/BRepFill_SequenceNodeOfSequenceOfSection.hxx ++usr/include/opencascade/BRepFill_SequenceOfEdgeFaceAndOrder.hxx ++usr/include/opencascade/BRepFill_SequenceOfFaceAndOrder.hxx ++usr/include/opencascade/BRepFill_SequenceOfSection.hxx ++usr/include/opencascade/BRepFill_ShapeLaw.hxx ++usr/include/opencascade/BRepFill_ShapeLaw.lxx ++usr/include/opencascade/BRepFill_Sweep.hxx ++usr/include/opencascade/BRepFill_TransitionStyle.hxx ++usr/include/opencascade/BRepFill_TrimEdgeTool.hxx ++usr/include/opencascade/BRepFill_TrimShellCorner.hxx ++usr/include/opencascade/BRepFill_TrimSurfaceTool.hxx ++usr/include/opencascade/BRepFilletAPI_LocalOperation.hxx ++usr/include/opencascade/BRepFilletAPI_MakeChamfer.hxx ++usr/include/opencascade/BRepFilletAPI_MakeFillet.hxx ++usr/include/opencascade/BRepFilletAPI_MakeFillet2d.hxx ++usr/include/opencascade/BRepFilletAPI_MakeFillet2d.lxx ++usr/include/opencascade/BRepGProp.hxx ++usr/include/opencascade/BRepGProp_Cinert.hxx ++usr/include/opencascade/BRepGProp_Domain.hxx ++usr/include/opencascade/BRepGProp_Domain.lxx ++usr/include/opencascade/BRepGProp_EdgeTool.hxx ++usr/include/opencascade/BRepGProp_Face.hxx ++usr/include/opencascade/BRepGProp_Face.lxx ++usr/include/opencascade/BRepGProp_Sinert.hxx ++usr/include/opencascade/BRepGProp_TFunctionOfVinertGK.hxx ++usr/include/opencascade/BRepGProp_UFunctionOfVinertGK.hxx ++usr/include/opencascade/BRepGProp_Vinert.hxx ++usr/include/opencascade/BRepGProp_VinertGK.hxx ++usr/include/opencascade/BRepIntCurveSurface_Inter.hxx ++usr/include/opencascade/BRepLProp.hxx ++usr/include/opencascade/BRepLProp_CLProps.hxx ++usr/include/opencascade/BRepLProp_CurveTool.hxx ++usr/include/opencascade/BRepLProp_SLProps.hxx ++usr/include/opencascade/BRepLProp_SurfaceTool.hxx ++usr/include/opencascade/BRepLib.hxx ++usr/include/opencascade/BRepLib_Command.hxx ++usr/include/opencascade/BRepLib_EdgeError.hxx ++usr/include/opencascade/BRepLib_FaceError.hxx ++usr/include/opencascade/BRepLib_FindSurface.hxx ++usr/include/opencascade/BRepLib_FuseEdges.hxx ++usr/include/opencascade/BRepLib_MakeEdge.hxx ++usr/include/opencascade/BRepLib_MakeEdge2d.hxx ++usr/include/opencascade/BRepLib_MakeFace.hxx ++usr/include/opencascade/BRepLib_MakePolygon.hxx ++usr/include/opencascade/BRepLib_MakeShape.hxx ++usr/include/opencascade/BRepLib_MakeShell.hxx ++usr/include/opencascade/BRepLib_MakeSolid.hxx ++usr/include/opencascade/BRepLib_MakeVertex.hxx ++usr/include/opencascade/BRepLib_MakeWire.hxx ++usr/include/opencascade/BRepLib_ShapeModification.hxx ++usr/include/opencascade/BRepLib_ShellError.hxx ++usr/include/opencascade/BRepLib_WireError.hxx ++usr/include/opencascade/BRepMAT2d_BisectingLocus.hxx ++usr/include/opencascade/BRepMAT2d_DataMapIteratorOfDataMapOfBasicEltShape.hxx ++usr/include/opencascade/BRepMAT2d_DataMapIteratorOfDataMapOfShapeSequenceOfBasicElt.hxx ++usr/include/opencascade/BRepMAT2d_DataMapNodeOfDataMapOfBasicEltShape.hxx ++usr/include/opencascade/BRepMAT2d_DataMapNodeOfDataMapOfShapeSequenceOfBasicElt.hxx ++usr/include/opencascade/BRepMAT2d_DataMapOfBasicEltShape.hxx ++usr/include/opencascade/BRepMAT2d_DataMapOfShapeSequenceOfBasicElt.hxx ++usr/include/opencascade/BRepMAT2d_Explorer.hxx ++usr/include/opencascade/BRepMAT2d_LinkTopoBilo.hxx ++usr/include/opencascade/BRepMAT2d_SequenceNodeOfSequenceOfBasicElt.hxx ++usr/include/opencascade/BRepMAT2d_SequenceOfBasicElt.hxx ++usr/include/opencascade/BRepMesh.hxx ++usr/include/opencascade/BRepMesh_Array1OfBiPoint.hxx ++usr/include/opencascade/BRepMesh_Array1OfVertexOfDelaun.hxx ++usr/include/opencascade/BRepMesh_BiPoint.hxx ++usr/include/opencascade/BRepMesh_BiPoint.lxx ++usr/include/opencascade/BRepMesh_Classifier.hxx ++usr/include/opencascade/BRepMesh_Classifier.lxx ++usr/include/opencascade/BRepMesh_ClassifierPtr.hxx ++usr/include/opencascade/BRepMesh_ComparatorOfIndexedVertexOfDelaun.hxx ++usr/include/opencascade/BRepMesh_ComparatorOfVertexOfDelaun.hxx ++usr/include/opencascade/BRepMesh_DataMapIteratorOfDataMapOfFaceAttribute.hxx ++usr/include/opencascade/BRepMesh_DataMapIteratorOfDataMapOfIntegerListOfXY.hxx ++usr/include/opencascade/BRepMesh_DataMapIteratorOfDataMapOfIntegerPnt.hxx ++usr/include/opencascade/BRepMesh_DataMapIteratorOfDataMapOfShapePairOfPolygon.hxx ++usr/include/opencascade/BRepMesh_DataMapIteratorOfDataMapOfShapeReal.hxx ++usr/include/opencascade/BRepMesh_DataMapIteratorOfDataMapOfVertexInteger.hxx ++usr/include/opencascade/BRepMesh_DataMapNodeOfDataMapOfFaceAttribute.hxx ++usr/include/opencascade/BRepMesh_DataMapNodeOfDataMapOfIntegerListOfXY.hxx ++usr/include/opencascade/BRepMesh_DataMapNodeOfDataMapOfIntegerPnt.hxx ++usr/include/opencascade/BRepMesh_DataMapNodeOfDataMapOfShapePairOfPolygon.hxx ++usr/include/opencascade/BRepMesh_DataMapNodeOfDataMapOfShapeReal.hxx ++usr/include/opencascade/BRepMesh_DataMapNodeOfDataMapOfVertexInteger.hxx ++usr/include/opencascade/BRepMesh_DataMapOfFaceAttribute.hxx ++usr/include/opencascade/BRepMesh_DataMapOfIntegerListOfXY.hxx ++usr/include/opencascade/BRepMesh_DataMapOfIntegerPnt.hxx ++usr/include/opencascade/BRepMesh_DataMapOfShapePairOfPolygon.hxx ++usr/include/opencascade/BRepMesh_DataMapOfShapeReal.hxx ++usr/include/opencascade/BRepMesh_DataMapOfVertexInteger.hxx ++usr/include/opencascade/BRepMesh_DataStructureOfDelaun.hxx ++usr/include/opencascade/BRepMesh_Delaun.hxx ++usr/include/opencascade/BRepMesh_DiscretFactory.hxx ++usr/include/opencascade/BRepMesh_DiscretRoot.hxx ++usr/include/opencascade/BRepMesh_Edge.hxx ++usr/include/opencascade/BRepMesh_Edge.lxx ++usr/include/opencascade/BRepMesh_ElemHasherOfDataStructureOfDelaun.hxx ++usr/include/opencascade/BRepMesh_FaceAttribute.hxx ++usr/include/opencascade/BRepMesh_FaceAttribute.lxx ++usr/include/opencascade/BRepMesh_FactoryError.hxx ++usr/include/opencascade/BRepMesh_FastDiscret.hxx ++usr/include/opencascade/BRepMesh_FastDiscret.lxx ++usr/include/opencascade/BRepMesh_FastDiscretFace.hxx ++usr/include/opencascade/BRepMesh_GeomTool.hxx ++usr/include/opencascade/BRepMesh_HArray1OfVertexOfDelaun.hxx ++usr/include/opencascade/BRepMesh_HeapSortIndexedVertexOfDelaun.hxx ++usr/include/opencascade/BRepMesh_HeapSortVertexOfDelaun.hxx ++usr/include/opencascade/BRepMesh_IDMapOfLinkOfDataStructureOfDelaun.hxx ++usr/include/opencascade/BRepMesh_IDMapOfNodeOfDataStructureOfDelaun.hxx ++usr/include/opencascade/BRepMesh_IMapOfElementOfDataStructureOfDelaun.hxx ++usr/include/opencascade/BRepMesh_IncrementalMesh.hxx ++usr/include/opencascade/BRepMesh_IndexedDataMapNodeOfIDMapOfLinkOfDataStructureOfDelaun.hxx ++usr/include/opencascade/BRepMesh_IndexedDataMapNodeOfIDMapOfNodeOfDataStructureOfDelaun.hxx ++usr/include/opencascade/BRepMesh_IndexedMapNodeOfIMapOfElementOfDataStructureOfDelaun.hxx ++usr/include/opencascade/BRepMesh_IndexedMapNodeOfIndexedMapOfVertex.hxx ++usr/include/opencascade/BRepMesh_IndexedMapOfVertex.hxx ++usr/include/opencascade/BRepMesh_LinkHasherOfDataStructureOfDelaun.hxx ++usr/include/opencascade/BRepMesh_ListIteratorOfListOfVertex.hxx ++usr/include/opencascade/BRepMesh_ListIteratorOfListOfXY.hxx ++usr/include/opencascade/BRepMesh_ListNodeOfListOfVertex.hxx ++usr/include/opencascade/BRepMesh_ListNodeOfListOfXY.hxx ++usr/include/opencascade/BRepMesh_ListOfVertex.hxx ++usr/include/opencascade/BRepMesh_ListOfXY.hxx ++usr/include/opencascade/BRepMesh_NodeHasherOfDataStructureOfDelaun.hxx ++usr/include/opencascade/BRepMesh_PDiscretRoot.hxx ++usr/include/opencascade/BRepMesh_PairOfPolygon.hxx ++usr/include/opencascade/BRepMesh_PairOfPolygon.lxx ++usr/include/opencascade/BRepMesh_PluginMacro.hxx ++usr/include/opencascade/BRepMesh_SelectorOfDataStructureOfDelaun.hxx ++usr/include/opencascade/BRepMesh_ShapeTool.hxx ++usr/include/opencascade/BRepMesh_ShapeTool.lxx ++usr/include/opencascade/BRepMesh_Status.hxx ++usr/include/opencascade/BRepMesh_Triangle.hxx ++usr/include/opencascade/BRepMesh_Triangle.lxx ++usr/include/opencascade/BRepMesh_Vertex.hxx ++usr/include/opencascade/BRepMesh_Vertex.lxx ++usr/include/opencascade/BRepMesh_VertexHasher.hxx ++usr/include/opencascade/BRepOffset.hxx ++usr/include/opencascade/BRepOffsetAPI_DraftAngle.hxx ++usr/include/opencascade/BRepOffsetAPI_FindContigousEdges.hxx ++usr/include/opencascade/BRepOffsetAPI_MakeDraft.hxx ++usr/include/opencascade/BRepOffsetAPI_MakeEvolved.hxx ++usr/include/opencascade/BRepOffsetAPI_MakeFilling.hxx ++usr/include/opencascade/BRepOffsetAPI_MakeOffset.hxx ++usr/include/opencascade/BRepOffsetAPI_MakeOffsetShape.hxx ++usr/include/opencascade/BRepOffsetAPI_MakePipe.hxx ++usr/include/opencascade/BRepOffsetAPI_MakePipeShell.hxx ++usr/include/opencascade/BRepOffsetAPI_MakeThickSolid.hxx ++usr/include/opencascade/BRepOffsetAPI_NormalProjection.hxx ++usr/include/opencascade/BRepOffsetAPI_SequenceNodeOfSequenceOfSequenceOfReal.hxx ++usr/include/opencascade/BRepOffsetAPI_SequenceNodeOfSequenceOfSequenceOfShape.hxx ++usr/include/opencascade/BRepOffsetAPI_SequenceOfSequenceOfReal.hxx ++usr/include/opencascade/BRepOffsetAPI_SequenceOfSequenceOfShape.hxx ++usr/include/opencascade/BRepOffsetAPI_Sewing.hxx ++usr/include/opencascade/BRepOffsetAPI_ThruSections.hxx ++usr/include/opencascade/BRepOffset_Analyse.hxx ++usr/include/opencascade/BRepOffset_DataMapIteratorOfDataMapOfShapeListOfInterval.hxx ++usr/include/opencascade/BRepOffset_DataMapIteratorOfDataMapOfShapeMapOfShape.hxx ++usr/include/opencascade/BRepOffset_DataMapIteratorOfDataMapOfShapeOffset.hxx ++usr/include/opencascade/BRepOffset_DataMapNodeOfDataMapOfShapeListOfInterval.hxx ++usr/include/opencascade/BRepOffset_DataMapNodeOfDataMapOfShapeMapOfShape.hxx ++usr/include/opencascade/BRepOffset_DataMapNodeOfDataMapOfShapeOffset.hxx ++usr/include/opencascade/BRepOffset_DataMapOfShapeListOfInterval.hxx ++usr/include/opencascade/BRepOffset_DataMapOfShapeMapOfShape.hxx ++usr/include/opencascade/BRepOffset_DataMapOfShapeOffset.hxx ++usr/include/opencascade/BRepOffset_Error.hxx ++usr/include/opencascade/BRepOffset_Inter2d.hxx ++usr/include/opencascade/BRepOffset_Inter3d.hxx ++usr/include/opencascade/BRepOffset_Interval.hxx ++usr/include/opencascade/BRepOffset_Interval.lxx ++usr/include/opencascade/BRepOffset_ListIteratorOfListOfInterval.hxx ++usr/include/opencascade/BRepOffset_ListNodeOfListOfInterval.hxx ++usr/include/opencascade/BRepOffset_ListOfInterval.hxx ++usr/include/opencascade/BRepOffset_MakeLoops.hxx ++usr/include/opencascade/BRepOffset_MakeOffset.hxx ++usr/include/opencascade/BRepOffset_Mode.hxx ++usr/include/opencascade/BRepOffset_Offset.hxx ++usr/include/opencascade/BRepOffset_Offset.lxx ++usr/include/opencascade/BRepOffset_Status.hxx ++usr/include/opencascade/BRepOffset_Tool.hxx ++usr/include/opencascade/BRepOffset_Type.hxx ++usr/include/opencascade/BRepPrimAPI_MakeBox.hxx ++usr/include/opencascade/BRepPrimAPI_MakeCone.hxx ++usr/include/opencascade/BRepPrimAPI_MakeCylinder.hxx ++usr/include/opencascade/BRepPrimAPI_MakeHalfSpace.hxx ++usr/include/opencascade/BRepPrimAPI_MakeOneAxis.hxx ++usr/include/opencascade/BRepPrimAPI_MakePrism.hxx ++usr/include/opencascade/BRepPrimAPI_MakeRevol.hxx ++usr/include/opencascade/BRepPrimAPI_MakeRevolution.hxx ++usr/include/opencascade/BRepPrimAPI_MakeSphere.hxx ++usr/include/opencascade/BRepPrimAPI_MakeSweep.hxx ++usr/include/opencascade/BRepPrimAPI_MakeTorus.hxx ++usr/include/opencascade/BRepPrimAPI_MakeWedge.hxx ++usr/include/opencascade/BRepPrim_Builder.hxx ++usr/include/opencascade/BRepPrim_Builder.lxx ++usr/include/opencascade/BRepPrim_Cone.hxx ++usr/include/opencascade/BRepPrim_Cylinder.hxx ++usr/include/opencascade/BRepPrim_FaceBuilder.hxx ++usr/include/opencascade/BRepPrim_GWedge.hxx ++usr/include/opencascade/BRepPrim_OneAxis.hxx ++usr/include/opencascade/BRepPrim_Revolution.hxx ++usr/include/opencascade/BRepPrim_Sphere.hxx ++usr/include/opencascade/BRepPrim_Torus.hxx ++usr/include/opencascade/BRepPrim_Wedge.hxx ++usr/include/opencascade/BRepProj_Projection.hxx ++usr/include/opencascade/BRepProj_Projection.lxx ++usr/include/opencascade/BRepSweep_Array2OfShapesOfNumLinearRegularSweep.hxx ++usr/include/opencascade/BRepSweep_Builder.hxx ++usr/include/opencascade/BRepSweep_Builder.lxx ++usr/include/opencascade/BRepSweep_Iterator.hxx ++usr/include/opencascade/BRepSweep_Iterator.lxx ++usr/include/opencascade/BRepSweep_NumLinearRegularSweep.hxx ++usr/include/opencascade/BRepSweep_Prism.hxx ++usr/include/opencascade/BRepSweep_Revol.hxx ++usr/include/opencascade/BRepSweep_Rotation.hxx ++usr/include/opencascade/BRepSweep_SequenceNodeOfSequenceOfShapesOfNumLinearRegularSweep.hxx ++usr/include/opencascade/BRepSweep_SequenceOfShapesOfNumLinearRegularSweep.hxx ++usr/include/opencascade/BRepSweep_Tool.hxx ++usr/include/opencascade/BRepSweep_Translation.hxx ++usr/include/opencascade/BRepSweep_Trsf.hxx ++usr/include/opencascade/BRepToIGESBRep_Entity.hxx ++usr/include/opencascade/BRepToIGES_BREntity.hxx ++usr/include/opencascade/BRepToIGES_BRShell.hxx ++usr/include/opencascade/BRepToIGES_BRSolid.hxx ++usr/include/opencascade/BRepToIGES_BRWire.hxx ++usr/include/opencascade/BRepTools.hxx ++usr/include/opencascade/BRepTools_DataMapIteratorOfMapOfVertexPnt2d.hxx ++usr/include/opencascade/BRepTools_DataMapNodeOfMapOfVertexPnt2d.hxx ++usr/include/opencascade/BRepTools_GTrsfModification.hxx ++usr/include/opencascade/BRepTools_MapOfVertexPnt2d.hxx ++usr/include/opencascade/BRepTools_Modification.hxx ++usr/include/opencascade/BRepTools_Modifier.hxx ++usr/include/opencascade/BRepTools_Modifier.lxx ++usr/include/opencascade/BRepTools_NurbsConvertModification.hxx ++usr/include/opencascade/BRepTools_Quilt.hxx ++usr/include/opencascade/BRepTools_ReShape.hxx ++usr/include/opencascade/BRepTools_ShapeSet.hxx ++usr/include/opencascade/BRepTools_Substitution.hxx ++usr/include/opencascade/BRepTools_TrsfModification.hxx ++usr/include/opencascade/BRepTools_WireExplorer.hxx ++usr/include/opencascade/BRepTopAdaptor_DataMapIteratorOfMapOfShapeTool.hxx ++usr/include/opencascade/BRepTopAdaptor_DataMapNodeOfMapOfShapeTool.hxx ++usr/include/opencascade/BRepTopAdaptor_FClass2d.hxx ++usr/include/opencascade/BRepTopAdaptor_HVertex.hxx ++usr/include/opencascade/BRepTopAdaptor_HVertex.lxx ++usr/include/opencascade/BRepTopAdaptor_MapOfShapeTool.hxx ++usr/include/opencascade/BRepTopAdaptor_SeqOfPtr.hxx ++usr/include/opencascade/BRepTopAdaptor_Tool.hxx ++usr/include/opencascade/BRepTopAdaptor_TopolTool.hxx ++usr/include/opencascade/BRep_Builder.hxx ++usr/include/opencascade/BRep_Builder.lxx ++usr/include/opencascade/BRep_Curve3D.hxx ++usr/include/opencascade/BRep_CurveOn2Surfaces.hxx ++usr/include/opencascade/BRep_CurveOnClosedSurface.hxx ++usr/include/opencascade/BRep_CurveOnClosedSurface.lxx ++usr/include/opencascade/BRep_CurveOnSurface.hxx ++usr/include/opencascade/BRep_CurveOnSurface.lxx ++usr/include/opencascade/BRep_CurveRepresentation.hxx ++usr/include/opencascade/BRep_CurveRepresentation.lxx ++usr/include/opencascade/BRep_GCurve.hxx ++usr/include/opencascade/BRep_GCurve.lxx ++usr/include/opencascade/BRep_ListIteratorOfListOfCurveRepresentation.hxx ++usr/include/opencascade/BRep_ListIteratorOfListOfPointRepresentation.hxx ++usr/include/opencascade/BRep_ListNodeOfListOfCurveRepresentation.hxx ++usr/include/opencascade/BRep_ListNodeOfListOfPointRepresentation.hxx ++usr/include/opencascade/BRep_ListOfCurveRepresentation.hxx ++usr/include/opencascade/BRep_ListOfPointRepresentation.hxx ++usr/include/opencascade/BRep_PointOnCurve.hxx ++usr/include/opencascade/BRep_PointOnCurveOnSurface.hxx ++usr/include/opencascade/BRep_PointOnSurface.hxx ++usr/include/opencascade/BRep_PointRepresentation.hxx ++usr/include/opencascade/BRep_PointRepresentation.lxx ++usr/include/opencascade/BRep_PointsOnSurface.hxx ++usr/include/opencascade/BRep_Polygon3D.hxx ++usr/include/opencascade/BRep_PolygonOnClosedSurface.hxx ++usr/include/opencascade/BRep_PolygonOnClosedTriangulation.hxx ++usr/include/opencascade/BRep_PolygonOnSurface.hxx ++usr/include/opencascade/BRep_PolygonOnTriangulation.hxx ++usr/include/opencascade/BRep_TEdge.hxx ++usr/include/opencascade/BRep_TEdge.lxx ++usr/include/opencascade/BRep_TFace.hxx ++usr/include/opencascade/BRep_TFace.lxx ++usr/include/opencascade/BRep_TVertex.hxx ++usr/include/opencascade/BRep_TVertex.lxx ++usr/include/opencascade/BRep_Tool.hxx ++usr/include/opencascade/BiTgte_Blend.hxx ++usr/include/opencascade/BiTgte_ContactType.hxx ++usr/include/opencascade/BiTgte_CurveOnEdge.hxx ++usr/include/opencascade/BiTgte_CurveOnVertex.hxx ++usr/include/opencascade/BiTgte_DataMapIteratorOfDataMapOfShapeBox.hxx ++usr/include/opencascade/BiTgte_DataMapNodeOfDataMapOfShapeBox.hxx ++usr/include/opencascade/BiTgte_DataMapOfShapeBox.hxx ++usr/include/opencascade/BiTgte_HCurveOnEdge.hxx ++usr/include/opencascade/BiTgte_HCurveOnVertex.hxx ++usr/include/opencascade/Bisector.hxx ++usr/include/opencascade/Bisector_Bisec.hxx ++usr/include/opencascade/Bisector_BisecAna.hxx ++usr/include/opencascade/Bisector_BisecCC.hxx ++usr/include/opencascade/Bisector_BisecPC.hxx ++usr/include/opencascade/Bisector_Curve.hxx ++usr/include/opencascade/Bisector_FunctionH.hxx ++usr/include/opencascade/Bisector_FunctionInter.hxx ++usr/include/opencascade/Bisector_Inter.hxx ++usr/include/opencascade/Bisector_PointOnBis.hxx ++usr/include/opencascade/Bisector_PolyBis.hxx ++usr/include/opencascade/BlendFunc.hxx ++usr/include/opencascade/BlendFunc_CSCircular.hxx ++usr/include/opencascade/BlendFunc_CSConstRad.hxx ++usr/include/opencascade/BlendFunc_ChAsym.hxx ++usr/include/opencascade/BlendFunc_ChAsymInv.hxx ++usr/include/opencascade/BlendFunc_ChamfInv.hxx ++usr/include/opencascade/BlendFunc_Chamfer.hxx ++usr/include/opencascade/BlendFunc_ConstRad.hxx ++usr/include/opencascade/BlendFunc_ConstRadInv.hxx ++usr/include/opencascade/BlendFunc_Corde.hxx ++usr/include/opencascade/BlendFunc_EvolRad.hxx ++usr/include/opencascade/BlendFunc_EvolRadInv.hxx ++usr/include/opencascade/BlendFunc_Ruled.hxx ++usr/include/opencascade/BlendFunc_RuledInv.hxx ++usr/include/opencascade/BlendFunc_SectionShape.hxx ++usr/include/opencascade/BlendFunc_Tensor.hxx ++usr/include/opencascade/BlendFunc_Tensor.lxx ++usr/include/opencascade/Blend_AppFunction.hxx ++usr/include/opencascade/Blend_CSFunction.hxx ++usr/include/opencascade/Blend_CSWalking.gxx ++usr/include/opencascade/Blend_CSWalking.lxx ++usr/include/opencascade/Blend_CSWalking_1.gxx ++usr/include/opencascade/Blend_CSWalking_2.gxx ++usr/include/opencascade/Blend_CSWalking_3.gxx ++usr/include/opencascade/Blend_CSWalking_4.gxx ++usr/include/opencascade/Blend_CurvPointFuncInv.hxx ++usr/include/opencascade/Blend_DecrochStatus.hxx ++usr/include/opencascade/Blend_Extremity.gxx ++usr/include/opencascade/Blend_Extremity.lxx ++usr/include/opencascade/Blend_FuncInv.hxx ++usr/include/opencascade/Blend_Function.hxx ++usr/include/opencascade/Blend_Iterator.gxx ++usr/include/opencascade/Blend_Line.gxx ++usr/include/opencascade/Blend_Line.lxx ++usr/include/opencascade/Blend_Point.hxx ++usr/include/opencascade/Blend_Point.lxx ++usr/include/opencascade/Blend_PointOnRst.gxx ++usr/include/opencascade/Blend_PointOnRst.lxx ++usr/include/opencascade/Blend_RstRstFunction.hxx ++usr/include/opencascade/Blend_SequenceNodeOfSequenceOfPoint.hxx ++usr/include/opencascade/Blend_SequenceOfPoint.hxx ++usr/include/opencascade/Blend_Status.hxx ++usr/include/opencascade/Blend_SurfCurvFuncInv.hxx ++usr/include/opencascade/Blend_SurfPointFuncInv.hxx ++usr/include/opencascade/Blend_SurfRstFunction.hxx ++usr/include/opencascade/Blend_Walking.gxx ++usr/include/opencascade/Blend_Walking.lxx ++usr/include/opencascade/Blend_Walking_1.gxx ++usr/include/opencascade/Blend_Walking_2.gxx ++usr/include/opencascade/Blend_Walking_3.gxx ++usr/include/opencascade/Blend_Walking_4.gxx ++usr/include/opencascade/BndLib.hxx ++usr/include/opencascade/BndLib_Add2dCurve.hxx ++usr/include/opencascade/BndLib_Add3dCurve.hxx ++usr/include/opencascade/BndLib_AddSurface.hxx ++usr/include/opencascade/BndLib_Compute.gxx ++usr/include/opencascade/BndLib_Compute.hxx ++usr/include/opencascade/BooleanOperations_AncestorsAndSuccessors.hxx ++usr/include/opencascade/BooleanOperations_AncestorsAndSuccessors.lxx ++usr/include/opencascade/BooleanOperations_AncestorsSeqAndSuccessorsSeq.hxx ++usr/include/opencascade/BooleanOperations_AncestorsSeqAndSuccessorsSeq.lxx ++usr/include/opencascade/BooleanOperations_Explorer.hxx ++usr/include/opencascade/BooleanOperations_IndexedDataMapNodeOfIndexedDataMapOfShapeAncestorsSuccessors.hxx ++usr/include/opencascade/BooleanOperations_IndexedDataMapNodeOfIndexedDataMapOfShapeInteger.hxx ++usr/include/opencascade/BooleanOperations_IndexedDataMapOfShapeAncestorsSuccessors.hxx ++usr/include/opencascade/BooleanOperations_IndexedDataMapOfShapeInteger.hxx ++usr/include/opencascade/BooleanOperations_KindOfInterference.hxx ++usr/include/opencascade/BooleanOperations_KindOfIntersection.hxx ++usr/include/opencascade/BooleanOperations_OnceExplorer.hxx ++usr/include/opencascade/BooleanOperations_PShapeAndInterferences.hxx ++usr/include/opencascade/BooleanOperations_PShapesDataStructure.hxx ++usr/include/opencascade/BooleanOperations_ShapeAndInterferences.hxx ++usr/include/opencascade/BooleanOperations_ShapeAndInterferences.lxx ++usr/include/opencascade/BooleanOperations_ShapesDataStructure.hxx ++usr/include/opencascade/BooleanOperations_StateOfShape.hxx ++usr/include/opencascade/CPnts_AbscissaPoint.hxx ++usr/include/opencascade/CPnts_AbscissaPoint.lxx ++usr/include/opencascade/CPnts_MyGaussFunction.hxx ++usr/include/opencascade/CPnts_MyGaussFunction.lxx ++usr/include/opencascade/CPnts_MyRootFunction.hxx ++usr/include/opencascade/CPnts_MyRootFunction.lxx ++usr/include/opencascade/CPnts_RealFunction.hxx ++usr/include/opencascade/CPnts_UniformDeflection.hxx ++usr/include/opencascade/CPnts_UniformDeflection.lxx ++usr/include/opencascade/ChFi2d.hxx ++usr/include/opencascade/ChFi2d_Builder.hxx ++usr/include/opencascade/ChFi2d_Builder.lxx ++usr/include/opencascade/ChFi2d_ConstructionError.hxx ++usr/include/opencascade/ChFi3d.hxx ++usr/include/opencascade/ChFi3d_Builder.hxx ++usr/include/opencascade/ChFi3d_Builder_0.hxx ++usr/include/opencascade/ChFi3d_ChBuilder.hxx ++usr/include/opencascade/ChFi3d_FilBuilder.hxx ++usr/include/opencascade/ChFi3d_FilletShape.hxx ++usr/include/opencascade/ChFi3d_SearchSing.hxx ++usr/include/opencascade/ChFiDS_ChamfMethod.hxx ++usr/include/opencascade/ChFiDS_ChamfSpine.hxx ++usr/include/opencascade/ChFiDS_CircSection.hxx ++usr/include/opencascade/ChFiDS_CommonPoint.hxx ++usr/include/opencascade/ChFiDS_CommonPoint.lxx ++usr/include/opencascade/ChFiDS_ElSpine.hxx ++usr/include/opencascade/ChFiDS_ErrorStatus.hxx ++usr/include/opencascade/ChFiDS_FaceInterference.hxx ++usr/include/opencascade/ChFiDS_FaceInterference.lxx ++usr/include/opencascade/ChFiDS_FilSpine.hxx ++usr/include/opencascade/ChFiDS_HData.hxx ++usr/include/opencascade/ChFiDS_HElSpine.hxx ++usr/include/opencascade/ChFiDS_IndexedDataMapNodeOfIndexedDataMapOfVertexListOfStripe.hxx ++usr/include/opencascade/ChFiDS_IndexedDataMapOfVertexListOfStripe.hxx ++usr/include/opencascade/ChFiDS_ListIteratorOfListOfHElSpine.hxx ++usr/include/opencascade/ChFiDS_ListIteratorOfListOfStripe.hxx ++usr/include/opencascade/ChFiDS_ListIteratorOfRegularities.hxx ++usr/include/opencascade/ChFiDS_ListNodeOfListOfHElSpine.hxx ++usr/include/opencascade/ChFiDS_ListNodeOfListOfStripe.hxx ++usr/include/opencascade/ChFiDS_ListNodeOfRegularities.hxx ++usr/include/opencascade/ChFiDS_ListOfHElSpine.hxx ++usr/include/opencascade/ChFiDS_ListOfStripe.hxx ++usr/include/opencascade/ChFiDS_Map.hxx ++usr/include/opencascade/ChFiDS_Regul.hxx ++usr/include/opencascade/ChFiDS_Regularities.hxx ++usr/include/opencascade/ChFiDS_SecArray1.hxx ++usr/include/opencascade/ChFiDS_SecHArray1.hxx ++usr/include/opencascade/ChFiDS_SequenceNodeOfSequenceOfSpine.hxx ++usr/include/opencascade/ChFiDS_SequenceNodeOfSequenceOfSurfData.hxx ++usr/include/opencascade/ChFiDS_SequenceOfSpine.hxx ++usr/include/opencascade/ChFiDS_SequenceOfSurfData.hxx ++usr/include/opencascade/ChFiDS_Spine.hxx ++usr/include/opencascade/ChFiDS_Spine.lxx ++usr/include/opencascade/ChFiDS_State.hxx ++usr/include/opencascade/ChFiDS_Stripe.hxx ++usr/include/opencascade/ChFiDS_Stripe.lxx ++usr/include/opencascade/ChFiDS_StripeArray1.hxx ++usr/include/opencascade/ChFiDS_StripeMap.hxx ++usr/include/opencascade/ChFiDS_StripeMap.lxx ++usr/include/opencascade/ChFiDS_SurfData.hxx ++usr/include/opencascade/ChFiDS_SurfData.lxx ++usr/include/opencascade/ChFiKPart_ComputeData.hxx ++usr/include/opencascade/ChFiKPart_ComputeData_CS.hxx ++usr/include/opencascade/ChFiKPart_ComputeData_ChAsymPlnCon.hxx ++usr/include/opencascade/ChFiKPart_ComputeData_ChAsymPlnCyl.hxx ++usr/include/opencascade/ChFiKPart_ComputeData_ChAsymPlnPln.hxx ++usr/include/opencascade/ChFiKPart_ComputeData_ChPlnCon.hxx ++usr/include/opencascade/ChFiKPart_ComputeData_ChPlnCyl.hxx ++usr/include/opencascade/ChFiKPart_ComputeData_ChPlnPln.hxx ++usr/include/opencascade/ChFiKPart_ComputeData_Fcts.hxx ++usr/include/opencascade/ChFiKPart_ComputeData_FilPlnCon.hxx ++usr/include/opencascade/ChFiKPart_ComputeData_FilPlnCyl.hxx ++usr/include/opencascade/ChFiKPart_ComputeData_FilPlnPln.hxx ++usr/include/opencascade/ChFiKPart_ComputeData_Rotule.hxx ++usr/include/opencascade/ChFiKPart_ComputeData_Sphere.hxx ++usr/include/opencascade/ChFiKPart_DataMapIteratorOfRstMap.hxx ++usr/include/opencascade/ChFiKPart_DataMapNodeOfRstMap.hxx ++usr/include/opencascade/ChFiKPart_RstMap.hxx ++usr/include/opencascade/Contap_ArcFunction.gxx ++usr/include/opencascade/Contap_ArcFunction.lxx ++usr/include/opencascade/Contap_ArcTool.gxx ++usr/include/opencascade/Contap_ContAna.hxx ++usr/include/opencascade/Contap_ContAna.lxx ++usr/include/opencascade/Contap_Contour.hxx ++usr/include/opencascade/Contap_ContourGen.gxx ++usr/include/opencascade/Contap_ContourGen.lxx ++usr/include/opencascade/Contap_ContourGen_1.gxx ++usr/include/opencascade/Contap_ContourGen_2.gxx ++usr/include/opencascade/Contap_ContourGen_3.gxx ++usr/include/opencascade/Contap_HContTool.hxx ++usr/include/opencascade/Contap_HContToolGen.gxx ++usr/include/opencascade/Contap_HCurve2dTool.hxx ++usr/include/opencascade/Contap_HCurve2dToolGen.gxx ++usr/include/opencascade/Contap_HCurve2dToolGen.lxx ++usr/include/opencascade/Contap_IType.hxx ++usr/include/opencascade/Contap_Line.gxx ++usr/include/opencascade/Contap_Line.lxx ++usr/include/opencascade/Contap_Point.gxx ++usr/include/opencascade/Contap_Point.lxx ++usr/include/opencascade/Contap_SequenceNodeOfSequenceOfIWLineOfTheIWalkingOfContour.hxx ++usr/include/opencascade/Contap_SequenceNodeOfSequenceOfPathPointOfTheSearchOfContour.hxx ++usr/include/opencascade/Contap_SequenceNodeOfSequenceOfSegmentOfTheSearchOfContour.hxx ++usr/include/opencascade/Contap_SequenceNodeOfTheSequenceOfLineOfContour.hxx ++usr/include/opencascade/Contap_SequenceNodeOfTheSequenceOfPointOfContour.hxx ++usr/include/opencascade/Contap_SequenceOfIWLineOfTheIWalkingOfContour.hxx ++usr/include/opencascade/Contap_SequenceOfPathPointOfTheSearchOfContour.hxx ++usr/include/opencascade/Contap_SequenceOfSegmentOfTheSearchOfContour.hxx ++usr/include/opencascade/Contap_SurfFunction.gxx ++usr/include/opencascade/Contap_SurfFunction.lxx ++usr/include/opencascade/Contap_SurfProps.gxx ++usr/include/opencascade/Contap_SurfaceTool.gxx ++usr/include/opencascade/Contap_TFunction.hxx ++usr/include/opencascade/Contap_TheArcFunctionOfContour.hxx ++usr/include/opencascade/Contap_TheHSequenceOfPointOfContour.hxx ++usr/include/opencascade/Contap_TheIWLineOfTheIWalkingOfContour.hxx ++usr/include/opencascade/Contap_TheIWalkingOfContour.hxx ++usr/include/opencascade/Contap_TheLineOfContour.hxx ++usr/include/opencascade/Contap_ThePathPointOfTheSearchOfContour.hxx ++usr/include/opencascade/Contap_ThePointOfContour.hxx ++usr/include/opencascade/Contap_TheSearchInsideOfContour.hxx ++usr/include/opencascade/Contap_TheSearchOfContour.hxx ++usr/include/opencascade/Contap_TheSegmentOfTheSearchOfContour.hxx ++usr/include/opencascade/Contap_TheSequenceOfLineOfContour.hxx ++usr/include/opencascade/Contap_TheSequenceOfPointOfContour.hxx ++usr/include/opencascade/Contap_TheSurfFunctionOfContour.hxx ++usr/include/opencascade/Contap_TheSurfPropsOfContour.hxx ++usr/include/opencascade/Contap_TopolTool.gxx ++usr/include/opencascade/Draft.hxx ++usr/include/opencascade/Draft_DataMapIteratorOfDataMapOfEdgeEdgeInfo.hxx ++usr/include/opencascade/Draft_DataMapIteratorOfDataMapOfFaceFaceInfo.hxx ++usr/include/opencascade/Draft_DataMapIteratorOfDataMapOfVertexVertexInfo.hxx ++usr/include/opencascade/Draft_DataMapNodeOfDataMapOfEdgeEdgeInfo.hxx ++usr/include/opencascade/Draft_DataMapNodeOfDataMapOfFaceFaceInfo.hxx ++usr/include/opencascade/Draft_DataMapNodeOfDataMapOfVertexVertexInfo.hxx ++usr/include/opencascade/Draft_DataMapOfEdgeEdgeInfo.hxx ++usr/include/opencascade/Draft_DataMapOfFaceFaceInfo.hxx ++usr/include/opencascade/Draft_DataMapOfVertexVertexInfo.hxx ++usr/include/opencascade/Draft_EdgeInfo.hxx ++usr/include/opencascade/Draft_ErrorStatus.hxx ++usr/include/opencascade/Draft_FaceInfo.hxx ++usr/include/opencascade/Draft_Modification.hxx ++usr/include/opencascade/Draft_VertexInfo.hxx ++usr/include/opencascade/Extrema_Array1OfPOnCurv.hxx ++usr/include/opencascade/Extrema_Array1OfPOnCurv2d.hxx ++usr/include/opencascade/Extrema_Array1OfPOnSurf.hxx ++usr/include/opencascade/Extrema_Array2OfPOnCurv.hxx ++usr/include/opencascade/Extrema_Array2OfPOnCurv2d.hxx ++usr/include/opencascade/Extrema_Array2OfPOnSurf.hxx ++usr/include/opencascade/Extrema_CCFOfECC2dOfExtCC2d.hxx ++usr/include/opencascade/Extrema_CCFOfECCOfExtCC.hxx ++usr/include/opencascade/Extrema_CCFOfELCC2dOfLocateExtCC2d.hxx ++usr/include/opencascade/Extrema_CCFOfELCCOfLocateExtCC.hxx ++usr/include/opencascade/Extrema_CCLocFOfLocECC2dOfLocateExtCC2d.hxx ++usr/include/opencascade/Extrema_CCLocFOfLocECCOfLocateExtCC.hxx ++usr/include/opencascade/Extrema_CCache2dOfExtCC2d.hxx ++usr/include/opencascade/Extrema_CCacheOfExtCC.hxx ++usr/include/opencascade/Extrema_Curve2dTool.hxx ++usr/include/opencascade/Extrema_Curve2dTool.lxx ++usr/include/opencascade/Extrema_CurveCache.gxx ++usr/include/opencascade/Extrema_CurveCache.lxx ++usr/include/opencascade/Extrema_CurveLocator.gxx ++usr/include/opencascade/Extrema_CurveTool.hxx ++usr/include/opencascade/Extrema_CurveTool.lxx ++usr/include/opencascade/Extrema_ECC2dOfExtCC2d.hxx ++usr/include/opencascade/Extrema_ECCOfExtCC.hxx ++usr/include/opencascade/Extrema_ELCC2dOfLocateExtCC2d.hxx ++usr/include/opencascade/Extrema_ELCCOfLocateExtCC.hxx ++usr/include/opencascade/Extrema_ELPCOfLocateExtPC.hxx ++usr/include/opencascade/Extrema_ELPCOfLocateExtPC2d.hxx ++usr/include/opencascade/Extrema_EPCOfELPCOfLocateExtPC.hxx ++usr/include/opencascade/Extrema_EPCOfELPCOfLocateExtPC2d.hxx ++usr/include/opencascade/Extrema_EPCOfExtPC.hxx ++usr/include/opencascade/Extrema_EPCOfExtPC2d.hxx ++usr/include/opencascade/Extrema_ExtCC.hxx ++usr/include/opencascade/Extrema_ExtCC2d.hxx ++usr/include/opencascade/Extrema_ExtCS.hxx ++usr/include/opencascade/Extrema_ExtElC.hxx ++usr/include/opencascade/Extrema_ExtElC2d.hxx ++usr/include/opencascade/Extrema_ExtElCS.hxx ++usr/include/opencascade/Extrema_ExtElSS.hxx ++usr/include/opencascade/Extrema_ExtPC.hxx ++usr/include/opencascade/Extrema_ExtPC2d.hxx ++usr/include/opencascade/Extrema_ExtPElC.hxx ++usr/include/opencascade/Extrema_ExtPElC2d.hxx ++usr/include/opencascade/Extrema_ExtPElS.hxx ++usr/include/opencascade/Extrema_ExtPExtS.hxx ++usr/include/opencascade/Extrema_ExtPRevS.hxx ++usr/include/opencascade/Extrema_ExtPS.hxx ++usr/include/opencascade/Extrema_ExtPSOfRev.gxx ++usr/include/opencascade/Extrema_ExtSS.hxx ++usr/include/opencascade/Extrema_FuncExtCC.gxx ++usr/include/opencascade/Extrema_FuncExtCC.lxx ++usr/include/opencascade/Extrema_FuncExtCS.hxx ++usr/include/opencascade/Extrema_FuncExtPC.gxx ++usr/include/opencascade/Extrema_FuncExtPS.hxx ++usr/include/opencascade/Extrema_FuncExtSS.hxx ++usr/include/opencascade/Extrema_GExtCC.gxx ++usr/include/opencascade/Extrema_GExtCC2d.gxx ++usr/include/opencascade/Extrema_GExtPC.gxx ++usr/include/opencascade/Extrema_GLocateExtCC.gxx ++usr/include/opencascade/Extrema_GLocateExtCC2d.gxx ++usr/include/opencascade/Extrema_GLocateExtPC.gxx ++usr/include/opencascade/Extrema_GenExtCC.gxx ++usr/include/opencascade/Extrema_GenExtCS.hxx ++usr/include/opencascade/Extrema_GenExtPC.gxx ++usr/include/opencascade/Extrema_GenExtPS.hxx ++usr/include/opencascade/Extrema_GenExtSS.hxx ++usr/include/opencascade/Extrema_GenLocateExtCC.gxx ++usr/include/opencascade/Extrema_GenLocateExtCS.hxx ++usr/include/opencascade/Extrema_GenLocateExtPC.gxx ++usr/include/opencascade/Extrema_GenLocateExtPS.hxx ++usr/include/opencascade/Extrema_GenLocateExtSS.hxx ++usr/include/opencascade/Extrema_HArray1OfPOnCurv.hxx ++usr/include/opencascade/Extrema_HArray1OfPOnCurv2d.hxx ++usr/include/opencascade/Extrema_HArray1OfPOnSurf.hxx ++usr/include/opencascade/Extrema_HArray2OfPOnCurv.hxx ++usr/include/opencascade/Extrema_HArray2OfPOnCurv2d.hxx ++usr/include/opencascade/Extrema_HArray2OfPOnSurf.hxx ++usr/include/opencascade/Extrema_LCCache2dOfLocateExtCC2d.hxx ++usr/include/opencascade/Extrema_LCCacheOfLocateExtCC.hxx ++usr/include/opencascade/Extrema_LocECC2dOfLocateExtCC2d.hxx ++usr/include/opencascade/Extrema_LocECCOfLocateExtCC.hxx ++usr/include/opencascade/Extrema_LocEPCOfLocateExtPC.hxx ++usr/include/opencascade/Extrema_LocEPCOfLocateExtPC2d.hxx ++usr/include/opencascade/Extrema_LocateExtCC.hxx ++usr/include/opencascade/Extrema_LocateExtCC2d.hxx ++usr/include/opencascade/Extrema_LocateExtPC.hxx ++usr/include/opencascade/Extrema_LocateExtPC2d.hxx ++usr/include/opencascade/Extrema_PCFOfEPCOfELPCOfLocateExtPC.hxx ++usr/include/opencascade/Extrema_PCFOfEPCOfELPCOfLocateExtPC2d.hxx ++usr/include/opencascade/Extrema_PCFOfEPCOfExtPC.hxx ++usr/include/opencascade/Extrema_PCFOfEPCOfExtPC2d.hxx ++usr/include/opencascade/Extrema_PCLocFOfLocEPCOfLocateExtPC.hxx ++usr/include/opencascade/Extrema_PCLocFOfLocEPCOfLocateExtPC2d.hxx ++usr/include/opencascade/Extrema_POnCurv.hxx ++usr/include/opencascade/Extrema_POnCurv2d.hxx ++usr/include/opencascade/Extrema_POnSurf.hxx ++usr/include/opencascade/Extrema_POnSurf.lxx ++usr/include/opencascade/Extrema_Point.gxx ++usr/include/opencascade/Extrema_Point.lxx ++usr/include/opencascade/Extrema_SeqPCOfPCFOfEPCOfELPCOfLocateExtPC.hxx ++usr/include/opencascade/Extrema_SeqPCOfPCFOfEPCOfELPCOfLocateExtPC2d.hxx ++usr/include/opencascade/Extrema_SeqPCOfPCFOfEPCOfExtPC.hxx ++usr/include/opencascade/Extrema_SeqPCOfPCFOfEPCOfExtPC2d.hxx ++usr/include/opencascade/Extrema_SeqPCOfPCLocFOfLocEPCOfLocateExtPC.hxx ++usr/include/opencascade/Extrema_SeqPCOfPCLocFOfLocEPCOfLocateExtPC2d.hxx ++usr/include/opencascade/Extrema_SeqPOnCOfCCFOfECC2dOfExtCC2d.hxx ++usr/include/opencascade/Extrema_SeqPOnCOfCCFOfECCOfExtCC.hxx ++usr/include/opencascade/Extrema_SeqPOnCOfCCFOfELCC2dOfLocateExtCC2d.hxx ++usr/include/opencascade/Extrema_SeqPOnCOfCCFOfELCCOfLocateExtCC.hxx ++usr/include/opencascade/Extrema_SeqPOnCOfCCLocFOfLocECC2dOfLocateExtCC2d.hxx ++usr/include/opencascade/Extrema_SeqPOnCOfCCLocFOfLocECCOfLocateExtCC.hxx ++usr/include/opencascade/Extrema_SequenceNodeOfSeqPCOfPCFOfEPCOfELPCOfLocateExtPC.hxx ++usr/include/opencascade/Extrema_SequenceNodeOfSeqPCOfPCFOfEPCOfELPCOfLocateExtPC2d.hxx ++usr/include/opencascade/Extrema_SequenceNodeOfSeqPCOfPCFOfEPCOfExtPC.hxx ++usr/include/opencascade/Extrema_SequenceNodeOfSeqPCOfPCFOfEPCOfExtPC2d.hxx ++usr/include/opencascade/Extrema_SequenceNodeOfSeqPCOfPCLocFOfLocEPCOfLocateExtPC.hxx ++usr/include/opencascade/Extrema_SequenceNodeOfSeqPCOfPCLocFOfLocEPCOfLocateExtPC2d.hxx ++usr/include/opencascade/Extrema_SequenceNodeOfSeqPOnCOfCCFOfECC2dOfExtCC2d.hxx ++usr/include/opencascade/Extrema_SequenceNodeOfSeqPOnCOfCCFOfECCOfExtCC.hxx ++usr/include/opencascade/Extrema_SequenceNodeOfSeqPOnCOfCCFOfELCC2dOfLocateExtCC2d.hxx ++usr/include/opencascade/Extrema_SequenceNodeOfSeqPOnCOfCCFOfELCCOfLocateExtCC.hxx ++usr/include/opencascade/Extrema_SequenceNodeOfSeqPOnCOfCCLocFOfLocECC2dOfLocateExtCC2d.hxx ++usr/include/opencascade/Extrema_SequenceNodeOfSeqPOnCOfCCLocFOfLocECCOfLocateExtCC.hxx ++usr/include/opencascade/Extrema_SequenceNodeOfSequenceOfPOnCurv.hxx ++usr/include/opencascade/Extrema_SequenceNodeOfSequenceOfPOnCurv2d.hxx ++usr/include/opencascade/Extrema_SequenceNodeOfSequenceOfPOnSurf.hxx ++usr/include/opencascade/Extrema_SequenceOfPOnCurv.hxx ++usr/include/opencascade/Extrema_SequenceOfPOnCurv2d.hxx ++usr/include/opencascade/Extrema_SequenceOfPOnSurf.hxx ++usr/include/opencascade/FEmTool_Assembly.hxx ++usr/include/opencascade/FEmTool_AssemblyTable.hxx ++usr/include/opencascade/FEmTool_Curve.hxx ++usr/include/opencascade/FEmTool_ElementaryCriterion.hxx ++usr/include/opencascade/FEmTool_ElementsOfRefMatrix.hxx ++usr/include/opencascade/FEmTool_HAssemblyTable.hxx ++usr/include/opencascade/FEmTool_LinearFlexion.hxx ++usr/include/opencascade/FEmTool_LinearJerk.hxx ++usr/include/opencascade/FEmTool_LinearTension.hxx ++usr/include/opencascade/FEmTool_ListIteratorOfListOfVectors.hxx ++usr/include/opencascade/FEmTool_ListNodeOfListOfVectors.hxx ++usr/include/opencascade/FEmTool_ListOfVectors.hxx ++usr/include/opencascade/FEmTool_ProfileMatrix.hxx ++usr/include/opencascade/FEmTool_SeqOfLinConstr.hxx ++usr/include/opencascade/FEmTool_SequenceNodeOfSeqOfLinConstr.hxx ++usr/include/opencascade/FEmTool_SparseMatrix.hxx ++usr/include/opencascade/FairCurve_AnalysisCode.hxx ++usr/include/opencascade/FairCurve_Batten.hxx ++usr/include/opencascade/FairCurve_Batten.lxx ++usr/include/opencascade/FairCurve_BattenLaw.hxx ++usr/include/opencascade/FairCurve_BattenLaw.lxx ++usr/include/opencascade/FairCurve_DistributionOfEnergy.hxx ++usr/include/opencascade/FairCurve_DistributionOfJerk.hxx ++usr/include/opencascade/FairCurve_DistributionOfSagging.hxx ++usr/include/opencascade/FairCurve_DistributionOfTension.hxx ++usr/include/opencascade/FairCurve_DistributionOfTension.lxx ++usr/include/opencascade/FairCurve_Energy.hxx ++usr/include/opencascade/FairCurve_Energy.lxx ++usr/include/opencascade/FairCurve_EnergyOfBatten.hxx ++usr/include/opencascade/FairCurve_EnergyOfBatten.lxx ++usr/include/opencascade/FairCurve_EnergyOfMVC.hxx ++usr/include/opencascade/FairCurve_EnergyOfMVC.lxx ++usr/include/opencascade/FairCurve_MinimalVariation.hxx ++usr/include/opencascade/FairCurve_MinimalVariation.lxx ++usr/include/opencascade/FairCurve_Newton.hxx ++usr/include/opencascade/FilletSurf_Builder.hxx ++usr/include/opencascade/FilletSurf_ErrorTypeStatus.hxx ++usr/include/opencascade/FilletSurf_InternalBuilder.hxx ++usr/include/opencascade/FilletSurf_StatusDone.hxx ++usr/include/opencascade/FilletSurf_StatusType.hxx ++usr/include/opencascade/GCE2d_MakeArcOfCircle.hxx ++usr/include/opencascade/GCE2d_MakeArcOfEllipse.hxx ++usr/include/opencascade/GCE2d_MakeArcOfHyperbola.hxx ++usr/include/opencascade/GCE2d_MakeArcOfParabola.hxx ++usr/include/opencascade/GCE2d_MakeCircle.hxx ++usr/include/opencascade/GCE2d_MakeEllipse.hxx ++usr/include/opencascade/GCE2d_MakeHyperbola.hxx ++usr/include/opencascade/GCE2d_MakeLine.hxx ++usr/include/opencascade/GCE2d_MakeMirror.hxx ++usr/include/opencascade/GCE2d_MakeParabola.hxx ++usr/include/opencascade/GCE2d_MakeRotation.hxx ++usr/include/opencascade/GCE2d_MakeScale.hxx ++usr/include/opencascade/GCE2d_MakeSegment.hxx ++usr/include/opencascade/GCE2d_MakeTranslation.hxx ++usr/include/opencascade/GCE2d_Root.hxx ++usr/include/opencascade/GCE2d_Root.lxx ++usr/include/opencascade/GCPnts_AbscissaPoint.gxx ++usr/include/opencascade/GCPnts_AbscissaPoint.hxx ++usr/include/opencascade/GCPnts_AbscissaPoint.lxx ++usr/include/opencascade/GCPnts_AbscissaType.hxx ++usr/include/opencascade/GCPnts_DeflectionType.hxx ++usr/include/opencascade/GCPnts_QuasiUniformAbscissa.gxx ++usr/include/opencascade/GCPnts_QuasiUniformAbscissa.hxx ++usr/include/opencascade/GCPnts_QuasiUniformAbscissa.lxx ++usr/include/opencascade/GCPnts_QuasiUniformDeflection.gxx ++usr/include/opencascade/GCPnts_QuasiUniformDeflection.hxx ++usr/include/opencascade/GCPnts_QuasiUniformDeflection.lxx ++usr/include/opencascade/GCPnts_TangentialDeflection.gxx ++usr/include/opencascade/GCPnts_TangentialDeflection.hxx ++usr/include/opencascade/GCPnts_TangentialDeflection.lxx ++usr/include/opencascade/GCPnts_UniformAbscissa.gxx ++usr/include/opencascade/GCPnts_UniformAbscissa.hxx ++usr/include/opencascade/GCPnts_UniformAbscissa.lxx ++usr/include/opencascade/GCPnts_UniformDeflection.gxx ++usr/include/opencascade/GCPnts_UniformDeflection.hxx ++usr/include/opencascade/GCPnts_UniformDeflection.lxx ++usr/include/opencascade/GC_MakeArcOfCircle.hxx ++usr/include/opencascade/GC_MakeArcOfEllipse.hxx ++usr/include/opencascade/GC_MakeArcOfHyperbola.hxx ++usr/include/opencascade/GC_MakeArcOfParabola.hxx ++usr/include/opencascade/GC_MakeCircle.hxx ++usr/include/opencascade/GC_MakeConicalSurface.hxx ++usr/include/opencascade/GC_MakeCylindricalSurface.hxx ++usr/include/opencascade/GC_MakeEllipse.hxx ++usr/include/opencascade/GC_MakeHyperbola.hxx ++usr/include/opencascade/GC_MakeLine.hxx ++usr/include/opencascade/GC_MakeMirror.hxx ++usr/include/opencascade/GC_MakePlane.hxx ++usr/include/opencascade/GC_MakeRotation.hxx ++usr/include/opencascade/GC_MakeScale.hxx ++usr/include/opencascade/GC_MakeSegment.hxx ++usr/include/opencascade/GC_MakeTranslation.hxx ++usr/include/opencascade/GC_MakeTrimmedCone.hxx ++usr/include/opencascade/GC_MakeTrimmedCylinder.hxx ++usr/include/opencascade/GC_Root.hxx ++usr/include/opencascade/GC_Root.lxx ++usr/include/opencascade/GProp.hxx ++usr/include/opencascade/GProp_CGProps.gxx ++usr/include/opencascade/GProp_CelGProps.hxx ++usr/include/opencascade/GProp_CurveTool.gxx ++usr/include/opencascade/GProp_DomainTool.gxx ++usr/include/opencascade/GProp_EquaType.hxx ++usr/include/opencascade/GProp_FaceTool.gxx ++usr/include/opencascade/GProp_GProps.hxx ++usr/include/opencascade/GProp_PEquation.hxx ++usr/include/opencascade/GProp_PGProps.hxx ++usr/include/opencascade/GProp_PrincipalProps.hxx ++usr/include/opencascade/GProp_SGProps.gxx ++usr/include/opencascade/GProp_SelGProps.hxx ++usr/include/opencascade/GProp_TFunction.gxx ++usr/include/opencascade/GProp_TFunction.lxx ++usr/include/opencascade/GProp_UFunction.gxx ++usr/include/opencascade/GProp_UFunction.lxx ++usr/include/opencascade/GProp_UndefinedAxis.hxx ++usr/include/opencascade/GProp_VGProps.gxx ++usr/include/opencascade/GProp_VGPropsGK.gxx ++usr/include/opencascade/GProp_VGPropsGK.lxx ++usr/include/opencascade/GProp_ValueType.hxx ++usr/include/opencascade/GProp_VelGProps.hxx ++usr/include/opencascade/GccAna_Circ2d2TanOn.hxx ++usr/include/opencascade/GccAna_Circ2d2TanRad.hxx ++usr/include/opencascade/GccAna_Circ2d3Tan.hxx ++usr/include/opencascade/GccAna_Circ2dBisec.hxx ++usr/include/opencascade/GccAna_Circ2dTanCen.hxx ++usr/include/opencascade/GccAna_Circ2dTanOnRad.hxx ++usr/include/opencascade/GccAna_CircLin2dBisec.hxx ++usr/include/opencascade/GccAna_CircPnt2dBisec.hxx ++usr/include/opencascade/GccAna_Lin2d2Tan.hxx ++usr/include/opencascade/GccAna_Lin2dBisec.hxx ++usr/include/opencascade/GccAna_Lin2dTanObl.hxx ++usr/include/opencascade/GccAna_Lin2dTanPar.hxx ++usr/include/opencascade/GccAna_Lin2dTanPer.hxx ++usr/include/opencascade/GccAna_LinPnt2dBisec.hxx ++usr/include/opencascade/GccAna_NoSolution.hxx ++usr/include/opencascade/GccAna_Pnt2dBisec.hxx ++usr/include/opencascade/GccEnt.hxx ++usr/include/opencascade/GccEnt_Array1OfPosition.hxx ++usr/include/opencascade/GccEnt_BadQualifier.hxx ++usr/include/opencascade/GccEnt_Position.hxx ++usr/include/opencascade/GccEnt_QualifiedCirc.hxx ++usr/include/opencascade/GccEnt_QualifiedCurv.gxx ++usr/include/opencascade/GccEnt_QualifiedLin.hxx ++usr/include/opencascade/GccGeo_Circ2d2TanOn.gxx ++usr/include/opencascade/GccGeo_Circ2d2TanRad.gxx ++usr/include/opencascade/GccGeo_Circ2dTanCen.gxx ++usr/include/opencascade/GccGeo_Circ2dTanOnRad.gxx ++usr/include/opencascade/GccGeo_CurvePGTool.gxx ++usr/include/opencascade/GccGeo_ParGenCurve.gxx ++usr/include/opencascade/GccInt_BCirc.hxx ++usr/include/opencascade/GccInt_BElips.hxx ++usr/include/opencascade/GccInt_BHyper.hxx ++usr/include/opencascade/GccInt_BLine.hxx ++usr/include/opencascade/GccInt_BParab.hxx ++usr/include/opencascade/GccInt_BPoint.hxx ++usr/include/opencascade/GccInt_Bisec.hxx ++usr/include/opencascade/GccInt_IType.hxx ++usr/include/opencascade/GccIter_Circ2d2TanOn.gxx ++usr/include/opencascade/GccIter_Circ2d3Tan.gxx ++usr/include/opencascade/GccIter_FunctionTanCirCu.gxx ++usr/include/opencascade/GccIter_FunctionTanCuCu.gxx ++usr/include/opencascade/GccIter_FunctionTanCuCuCu.gxx ++usr/include/opencascade/GccIter_FunctionTanCuCuOnCu.gxx ++usr/include/opencascade/GccIter_FunctionTanCuPnt.gxx ++usr/include/opencascade/GccIter_FunctionTanObl.gxx ++usr/include/opencascade/GccIter_IsParallel.hxx ++usr/include/opencascade/GccIter_Lin2d2Tan.gxx ++usr/include/opencascade/GccIter_Lin2dTanObl.gxx ++usr/include/opencascade/GccIter_Type1.hxx ++usr/include/opencascade/GccIter_Type2.hxx ++usr/include/opencascade/GccIter_Type3.hxx ++usr/include/opencascade/Geom2dAPI_ExtremaCurveCurve.hxx ++usr/include/opencascade/Geom2dAPI_ExtremaCurveCurve.lxx ++usr/include/opencascade/Geom2dAPI_InterCurveCurve.hxx ++usr/include/opencascade/Geom2dAPI_InterCurveCurve.lxx ++usr/include/opencascade/Geom2dAPI_Interpolate.hxx ++usr/include/opencascade/Geom2dAPI_PointsToBSpline.hxx ++usr/include/opencascade/Geom2dAPI_ProjectPointOnCurve.hxx ++usr/include/opencascade/Geom2dAPI_ProjectPointOnCurve.lxx ++usr/include/opencascade/Geom2dAdaptor.hxx ++usr/include/opencascade/Geom2dAdaptor_Curve.hxx ++usr/include/opencascade/Geom2dAdaptor_Curve.lxx ++usr/include/opencascade/Geom2dAdaptor_GHCurve.hxx ++usr/include/opencascade/Geom2dAdaptor_HCurve.hxx ++usr/include/opencascade/Geom2dConvert.hxx ++usr/include/opencascade/Geom2dConvert_ApproxCurve.hxx ++usr/include/opencascade/Geom2dConvert_BSplineCurveKnotSplitting.hxx ++usr/include/opencascade/Geom2dConvert_BSplineCurveToBezierCurve.hxx ++usr/include/opencascade/Geom2dConvert_CompCurveToBSplineCurve.hxx ++usr/include/opencascade/Geom2dGcc.hxx ++usr/include/opencascade/Geom2dGcc_Circ2d2TanOn.hxx ++usr/include/opencascade/Geom2dGcc_Circ2d2TanRad.hxx ++usr/include/opencascade/Geom2dGcc_Circ2d3Tan.hxx ++usr/include/opencascade/Geom2dGcc_Circ2dTanCen.hxx ++usr/include/opencascade/Geom2dGcc_Circ2dTanOnRad.hxx ++usr/include/opencascade/Geom2dGcc_CurveTool.hxx ++usr/include/opencascade/Geom2dGcc_FuncTCirCuOfMyL2d2Tan.hxx ++usr/include/opencascade/Geom2dGcc_FuncTCuCuCuOfMyC2d3Tan.hxx ++usr/include/opencascade/Geom2dGcc_FuncTCuCuOfMyL2d2Tan.hxx ++usr/include/opencascade/Geom2dGcc_FuncTCuCuOnCuOfMyC2d2TanOn.hxx ++usr/include/opencascade/Geom2dGcc_FuncTCuPtOfMyL2d2Tan.hxx ++usr/include/opencascade/Geom2dGcc_FuncTOblOfMyL2dTanObl.hxx ++usr/include/opencascade/Geom2dGcc_Lin2d2Tan.hxx ++usr/include/opencascade/Geom2dGcc_Lin2dTanObl.hxx ++usr/include/opencascade/Geom2dGcc_MyC2d2TanOn.hxx ++usr/include/opencascade/Geom2dGcc_MyC2d3Tan.hxx ++usr/include/opencascade/Geom2dGcc_MyCirc2d2TanOn.hxx ++usr/include/opencascade/Geom2dGcc_MyCirc2d2TanRad.hxx ++usr/include/opencascade/Geom2dGcc_MyCirc2dTanCen.hxx ++usr/include/opencascade/Geom2dGcc_MyCirc2dTanOnRad.hxx ++usr/include/opencascade/Geom2dGcc_MyCurveTool.hxx ++usr/include/opencascade/Geom2dGcc_MyL2d2Tan.hxx ++usr/include/opencascade/Geom2dGcc_MyL2dTanObl.hxx ++usr/include/opencascade/Geom2dGcc_MyQCurve.hxx ++usr/include/opencascade/Geom2dGcc_QualifiedCurve.hxx ++usr/include/opencascade/Geom2dHatch_ClassifierOfHatcher.hxx ++usr/include/opencascade/Geom2dHatch_DataMapIteratorOfHatchingsOfHatcher.hxx ++usr/include/opencascade/Geom2dHatch_DataMapIteratorOfMapOfElementsOfElementsOfHatcher.hxx ++usr/include/opencascade/Geom2dHatch_DataMapNodeOfHatchingsOfHatcher.hxx ++usr/include/opencascade/Geom2dHatch_DataMapNodeOfMapOfElementsOfElementsOfHatcher.hxx ++usr/include/opencascade/Geom2dHatch_ElementOfHatcher.hxx ++usr/include/opencascade/Geom2dHatch_ElementsOfHatcher.hxx ++usr/include/opencascade/Geom2dHatch_FClass2dOfClassifierOfHatcher.hxx ++usr/include/opencascade/Geom2dHatch_Hatcher.hxx ++usr/include/opencascade/Geom2dHatch_HatchingOfHatcher.hxx ++usr/include/opencascade/Geom2dHatch_HatchingsOfHatcher.hxx ++usr/include/opencascade/Geom2dHatch_Intersector.hxx ++usr/include/opencascade/Geom2dHatch_Intersector.lxx ++usr/include/opencascade/Geom2dHatch_MapOfElementsOfElementsOfHatcher.hxx ++usr/include/opencascade/Geom2dInt_CurveTool.gxx ++usr/include/opencascade/Geom2dInt_CurveTool.lxx ++usr/include/opencascade/Geom2dInt_ExactIntersectionPointOfTheIntPCurvePCurveOfGInter.hxx ++usr/include/opencascade/Geom2dInt_GInter.hxx ++usr/include/opencascade/Geom2dInt_Geom2dCurveTool.hxx ++usr/include/opencascade/Geom2dInt_IntConicCurveOfGInter.hxx ++usr/include/opencascade/Geom2dInt_InterferencePoly2dOfTheIntPCurvePCurveOfGInter.hxx ++usr/include/opencascade/Geom2dInt_MyImpParToolOfTheIntersectorOfTheIntConicCurveOfGInter.hxx ++usr/include/opencascade/Geom2dInt_PCLocFOfTheLocateExtPCOfTheProjPCurOfGInter.hxx ++usr/include/opencascade/Geom2dInt_SeqPCOfPCLocFOfTheLocateExtPCOfTheProjPCurOfGInter.hxx ++usr/include/opencascade/Geom2dInt_SequenceNodeOfSeqPCOfPCLocFOfTheLocateExtPCOfTheProjPCurOfGInter.hxx ++usr/include/opencascade/Geom2dInt_TheCurveLocatorOfTheProjPCurOfGInter.hxx ++usr/include/opencascade/Geom2dInt_TheDistBetweenPCurvesOfTheIntPCurvePCurveOfGInter.hxx ++usr/include/opencascade/Geom2dInt_TheIntConicCurveOfGInter.hxx ++usr/include/opencascade/Geom2dInt_TheIntPCurvePCurveOfGInter.hxx ++usr/include/opencascade/Geom2dInt_TheIntersectorOfTheIntConicCurveOfGInter.hxx ++usr/include/opencascade/Geom2dInt_TheLocateExtPCOfTheProjPCurOfGInter.hxx ++usr/include/opencascade/Geom2dInt_ThePolygon2dOfTheIntPCurvePCurveOfGInter.hxx ++usr/include/opencascade/Geom2dInt_ThePolygon2dToolOfTheIntPCurvePCurveOfGInter.hxx ++usr/include/opencascade/Geom2dInt_TheProjPCurOfGInter.hxx ++usr/include/opencascade/Geom2dLProp_CLProps2d.hxx ++usr/include/opencascade/Geom2dLProp_CurAndInf2d.hxx ++usr/include/opencascade/Geom2dLProp_Curve2dTool.hxx ++usr/include/opencascade/Geom2dLProp_FCurExtOfNumericCurInf2d.hxx ++usr/include/opencascade/Geom2dLProp_FCurNulOfNumericCurInf2d.hxx ++usr/include/opencascade/Geom2dLProp_NumericCurInf2d.hxx ++usr/include/opencascade/Geom2dToIGES_Geom2dCurve.hxx ++usr/include/opencascade/Geom2dToIGES_Geom2dEntity.hxx ++usr/include/opencascade/Geom2dToIGES_Geom2dPoint.hxx ++usr/include/opencascade/Geom2dToIGES_Geom2dVector.hxx ++usr/include/opencascade/Geom2d_AxisPlacement.hxx ++usr/include/opencascade/Geom2d_BSplineCurve.hxx ++usr/include/opencascade/Geom2d_BezierCurve.hxx ++usr/include/opencascade/Geom2d_BoundedCurve.hxx ++usr/include/opencascade/Geom2d_CartesianPoint.hxx ++usr/include/opencascade/Geom2d_Circle.hxx ++usr/include/opencascade/Geom2d_Conic.hxx ++usr/include/opencascade/Geom2d_Curve.hxx ++usr/include/opencascade/Geom2d_Direction.hxx ++usr/include/opencascade/Geom2d_Ellipse.hxx ++usr/include/opencascade/Geom2d_Geometry.hxx ++usr/include/opencascade/Geom2d_Hyperbola.hxx ++usr/include/opencascade/Geom2d_Line.hxx ++usr/include/opencascade/Geom2d_OffsetCurve.hxx ++usr/include/opencascade/Geom2d_Parabola.hxx ++usr/include/opencascade/Geom2d_Point.hxx ++usr/include/opencascade/Geom2d_Transformation.hxx ++usr/include/opencascade/Geom2d_TrimmedCurve.hxx ++usr/include/opencascade/Geom2d_UndefinedDerivative.hxx ++usr/include/opencascade/Geom2d_UndefinedValue.hxx ++usr/include/opencascade/Geom2d_Vector.hxx ++usr/include/opencascade/Geom2d_VectorWithMagnitude.hxx ++usr/include/opencascade/GeomAPI.hxx ++usr/include/opencascade/GeomAPI_ExtremaCurveCurve.hxx ++usr/include/opencascade/GeomAPI_ExtremaCurveCurve.lxx ++usr/include/opencascade/GeomAPI_ExtremaCurveSurface.hxx ++usr/include/opencascade/GeomAPI_ExtremaCurveSurface.lxx ++usr/include/opencascade/GeomAPI_ExtremaSurfaceSurface.hxx ++usr/include/opencascade/GeomAPI_ExtremaSurfaceSurface.lxx ++usr/include/opencascade/GeomAPI_IntCS.hxx ++usr/include/opencascade/GeomAPI_IntSS.hxx ++usr/include/opencascade/GeomAPI_IntSS.lxx ++usr/include/opencascade/GeomAPI_Interpolate.hxx ++usr/include/opencascade/GeomAPI_PointsToBSpline.hxx ++usr/include/opencascade/GeomAPI_PointsToBSplineSurface.hxx ++usr/include/opencascade/GeomAPI_ProjectPointOnCurve.hxx ++usr/include/opencascade/GeomAPI_ProjectPointOnCurve.lxx ++usr/include/opencascade/GeomAPI_ProjectPointOnSurf.hxx ++usr/include/opencascade/GeomAPI_ProjectPointOnSurf.lxx ++usr/include/opencascade/GeomAdaptor.hxx ++usr/include/opencascade/GeomAdaptor_Curve.hxx ++usr/include/opencascade/GeomAdaptor_Curve.lxx ++usr/include/opencascade/GeomAdaptor_GHCurve.hxx ++usr/include/opencascade/GeomAdaptor_GHSurface.hxx ++usr/include/opencascade/GeomAdaptor_HCurve.hxx ++usr/include/opencascade/GeomAdaptor_HCurve.lxx ++usr/include/opencascade/GeomAdaptor_HSurface.hxx ++usr/include/opencascade/GeomAdaptor_HSurface.lxx ++usr/include/opencascade/GeomAdaptor_Surface.hxx ++usr/include/opencascade/GeomAdaptor_Surface.lxx ++usr/include/opencascade/GeomConvert.hxx ++usr/include/opencascade/GeomConvert_ApproxCurve.hxx ++usr/include/opencascade/GeomConvert_ApproxSurface.hxx ++usr/include/opencascade/GeomConvert_BSplineCurveKnotSplitting.hxx ++usr/include/opencascade/GeomConvert_BSplineCurveToBezierCurve.hxx ++usr/include/opencascade/GeomConvert_BSplineSurfaceKnotSplitting.hxx ++usr/include/opencascade/GeomConvert_BSplineSurfaceToBezierSurface.hxx ++usr/include/opencascade/GeomConvert_CompBezierSurfacesToBSplineSurface.hxx ++usr/include/opencascade/GeomConvert_CompBezierSurfacesToBSplineSurface.lxx ++usr/include/opencascade/GeomConvert_CompCurveToBSplineCurve.hxx ++usr/include/opencascade/GeomFill.hxx ++usr/include/opencascade/GeomFill_AppSurf.hxx ++usr/include/opencascade/GeomFill_AppSweep.hxx ++usr/include/opencascade/GeomFill_ApproxStyle.hxx ++usr/include/opencascade/GeomFill_Array1OfLocationLaw.hxx ++usr/include/opencascade/GeomFill_Array1OfSectionLaw.hxx ++usr/include/opencascade/GeomFill_BSplineCurves.hxx ++usr/include/opencascade/GeomFill_BSplineCurves.lxx ++usr/include/opencascade/GeomFill_BezierCurves.hxx ++usr/include/opencascade/GeomFill_BezierCurves.lxx ++usr/include/opencascade/GeomFill_BoundWithSurf.hxx ++usr/include/opencascade/GeomFill_Boundary.hxx ++usr/include/opencascade/GeomFill_CircularBlendFunc.hxx ++usr/include/opencascade/GeomFill_ConstantBiNormal.hxx ++usr/include/opencascade/GeomFill_ConstrainedFilling.hxx ++usr/include/opencascade/GeomFill_Coons.hxx ++usr/include/opencascade/GeomFill_CoonsAlgPatch.hxx ++usr/include/opencascade/GeomFill_CornerState.hxx ++usr/include/opencascade/GeomFill_CorrectedFrenet.hxx ++usr/include/opencascade/GeomFill_CurveAndTrihedron.hxx ++usr/include/opencascade/GeomFill_Curved.hxx ++usr/include/opencascade/GeomFill_Darboux.hxx ++usr/include/opencascade/GeomFill_DegeneratedBound.hxx ++usr/include/opencascade/GeomFill_DraftTrihedron.hxx ++usr/include/opencascade/GeomFill_EvolvedSection.hxx ++usr/include/opencascade/GeomFill_Filling.hxx ++usr/include/opencascade/GeomFill_FillingStyle.hxx ++usr/include/opencascade/GeomFill_Fixed.hxx ++usr/include/opencascade/GeomFill_Frenet.hxx ++usr/include/opencascade/GeomFill_FunctionDraft.hxx ++usr/include/opencascade/GeomFill_FunctionGuide.hxx ++usr/include/opencascade/GeomFill_Generator.hxx ++usr/include/opencascade/GeomFill_Generator.lxx ++usr/include/opencascade/GeomFill_GuideTrihedronAC.hxx ++usr/include/opencascade/GeomFill_GuideTrihedronPlan.hxx ++usr/include/opencascade/GeomFill_HArray1OfLocationLaw.hxx ++usr/include/opencascade/GeomFill_HArray1OfSectionLaw.hxx ++usr/include/opencascade/GeomFill_Line.hxx ++usr/include/opencascade/GeomFill_Line.lxx ++usr/include/opencascade/GeomFill_LocFunction.hxx ++usr/include/opencascade/GeomFill_LocationDraft.hxx ++usr/include/opencascade/GeomFill_LocationGuide.hxx ++usr/include/opencascade/GeomFill_LocationLaw.hxx ++usr/include/opencascade/GeomFill_NSections.hxx ++usr/include/opencascade/GeomFill_Pipe.hxx ++usr/include/opencascade/GeomFill_Pipe.lxx ++usr/include/opencascade/GeomFill_PipeError.hxx ++usr/include/opencascade/GeomFill_PlanFunc.hxx ++usr/include/opencascade/GeomFill_PolynomialConvertor.hxx ++usr/include/opencascade/GeomFill_Profiler.hxx ++usr/include/opencascade/GeomFill_Profiler.lxx ++usr/include/opencascade/GeomFill_QuasiAngularConvertor.hxx ++usr/include/opencascade/GeomFill_SectionGenerator.hxx ++usr/include/opencascade/GeomFill_SectionLaw.hxx ++usr/include/opencascade/GeomFill_SectionPlacement.hxx ++usr/include/opencascade/GeomFill_SequenceNodeOfSequenceOfTrsf.hxx ++usr/include/opencascade/GeomFill_SequenceOfTrsf.hxx ++usr/include/opencascade/GeomFill_SimpleBound.hxx ++usr/include/opencascade/GeomFill_SnglrFunc.hxx ++usr/include/opencascade/GeomFill_Stretch.hxx ++usr/include/opencascade/GeomFill_Sweep.hxx ++usr/include/opencascade/GeomFill_SweepFunction.hxx ++usr/include/opencascade/GeomFill_SweepSectionGenerator.hxx ++usr/include/opencascade/GeomFill_SweepSectionGenerator.lxx ++usr/include/opencascade/GeomFill_Tensor.hxx ++usr/include/opencascade/GeomFill_Tensor.lxx ++usr/include/opencascade/GeomFill_TgtField.hxx ++usr/include/opencascade/GeomFill_TgtOnCoons.hxx ++usr/include/opencascade/GeomFill_Trihedron.hxx ++usr/include/opencascade/GeomFill_TrihedronLaw.hxx ++usr/include/opencascade/GeomFill_TrihedronWithGuide.hxx ++usr/include/opencascade/GeomFill_UniformSection.hxx ++usr/include/opencascade/GeomInt_BSpGradient_BFGSOfMyBSplGradientOfTheComputeLineOfWLApprox.hxx ++usr/include/opencascade/GeomInt_BSpParFunctionOfMyBSplGradientOfTheComputeLineOfWLApprox.hxx ++usr/include/opencascade/GeomInt_BSpParLeastSquareOfMyBSplGradientOfTheComputeLineOfWLApprox.hxx ++usr/include/opencascade/GeomInt_Gradient_BFGSOfMyGradientOfTheComputeLineBezierOfWLApprox.hxx ++usr/include/opencascade/GeomInt_Gradient_BFGSOfMyGradientbisOfTheComputeLineOfWLApprox.hxx ++usr/include/opencascade/GeomInt_IntSS.hxx ++usr/include/opencascade/GeomInt_IntSS.lxx ++usr/include/opencascade/GeomInt_LineConstructor.hxx ++usr/include/opencascade/GeomInt_LineConstructor.lxx ++usr/include/opencascade/GeomInt_LineTool.hxx ++usr/include/opencascade/GeomInt_MyBSplGradientOfTheComputeLineOfWLApprox.hxx ++usr/include/opencascade/GeomInt_MyGradientOfTheComputeLineBezierOfWLApprox.hxx ++usr/include/opencascade/GeomInt_MyGradientbisOfTheComputeLineOfWLApprox.hxx ++usr/include/opencascade/GeomInt_ParFunctionOfMyGradientOfTheComputeLineBezierOfWLApprox.hxx ++usr/include/opencascade/GeomInt_ParFunctionOfMyGradientbisOfTheComputeLineOfWLApprox.hxx ++usr/include/opencascade/GeomInt_ParLeastSquareOfMyGradientOfTheComputeLineBezierOfWLApprox.hxx ++usr/include/opencascade/GeomInt_ParLeastSquareOfMyGradientbisOfTheComputeLineOfWLApprox.hxx ++usr/include/opencascade/GeomInt_ParameterAndOrientation.hxx ++usr/include/opencascade/GeomInt_ResConstraintOfMyGradientOfTheComputeLineBezierOfWLApprox.hxx ++usr/include/opencascade/GeomInt_ResConstraintOfMyGradientbisOfTheComputeLineOfWLApprox.hxx ++usr/include/opencascade/GeomInt_SequenceNodeOfSequenceOfParameterAndOrientation.hxx ++usr/include/opencascade/GeomInt_SequenceOfParameterAndOrientation.hxx ++usr/include/opencascade/GeomInt_TheComputeLineBezierOfWLApprox.hxx ++usr/include/opencascade/GeomInt_TheComputeLineOfWLApprox.hxx ++usr/include/opencascade/GeomInt_TheFunctionOfTheInt2SOfThePrmPrmSvSurfacesOfWLApprox.hxx ++usr/include/opencascade/GeomInt_TheImpPrmSvSurfacesOfWLApprox.hxx ++usr/include/opencascade/GeomInt_TheInt2SOfThePrmPrmSvSurfacesOfWLApprox.hxx ++usr/include/opencascade/GeomInt_TheMultiLineOfWLApprox.hxx ++usr/include/opencascade/GeomInt_TheMultiLineToolOfWLApprox.hxx ++usr/include/opencascade/GeomInt_ThePrmPrmSvSurfacesOfWLApprox.hxx ++usr/include/opencascade/GeomInt_TheZerImpFuncOfTheImpPrmSvSurfacesOfWLApprox.hxx ++usr/include/opencascade/GeomInt_WLApprox.hxx ++usr/include/opencascade/GeomLProp.hxx ++usr/include/opencascade/GeomLProp_CLProps.hxx ++usr/include/opencascade/GeomLProp_CurveTool.hxx ++usr/include/opencascade/GeomLProp_SLProps.hxx ++usr/include/opencascade/GeomLProp_SurfaceTool.hxx ++usr/include/opencascade/GeomLib.hxx ++usr/include/opencascade/GeomLib_Array1OfMat.hxx ++usr/include/opencascade/GeomLib_Check2dBSplineCurve.hxx ++usr/include/opencascade/GeomLib_Check2dBSplineCurve.lxx ++usr/include/opencascade/GeomLib_CheckBSplineCurve.hxx ++usr/include/opencascade/GeomLib_CheckBSplineCurve.lxx ++usr/include/opencascade/GeomLib_DenominatorMultiplier.hxx ++usr/include/opencascade/GeomLib_DenominatorMultiplierPtr.hxx ++usr/include/opencascade/GeomLib_Interpolate.hxx ++usr/include/opencascade/GeomLib_Interpolate.lxx ++usr/include/opencascade/GeomLib_InterpolationErrors.hxx ++usr/include/opencascade/GeomLib_IsPlanarSurface.hxx ++usr/include/opencascade/GeomLib_LogSample.hxx ++usr/include/opencascade/GeomLib_MakeCurvefromApprox.hxx ++usr/include/opencascade/GeomLib_MakeCurvefromApprox.lxx ++usr/include/opencascade/GeomLib_PolyFunc.hxx ++usr/include/opencascade/GeomLib_Tool.hxx ++usr/include/opencascade/GeomPlate_Aij.hxx ++usr/include/opencascade/GeomPlate_Array1OfHCurveOnSurface.hxx ++usr/include/opencascade/GeomPlate_Array1OfSequenceOfReal.hxx ++usr/include/opencascade/GeomPlate_BuildAveragePlane.hxx ++usr/include/opencascade/GeomPlate_BuildPlateSurface.hxx ++usr/include/opencascade/GeomPlate_CurveConstraint.hxx ++usr/include/opencascade/GeomPlate_HArray1OfHCurveOnSurface.hxx ++usr/include/opencascade/GeomPlate_HArray1OfSequenceOfReal.hxx ++usr/include/opencascade/GeomPlate_HSequenceOfCurveConstraint.hxx ++usr/include/opencascade/GeomPlate_HSequenceOfPointConstraint.hxx ++usr/include/opencascade/GeomPlate_MakeApprox.hxx ++usr/include/opencascade/GeomPlate_PlateG0Criterion.hxx ++usr/include/opencascade/GeomPlate_PlateG1Criterion.hxx ++usr/include/opencascade/GeomPlate_PointConstraint.hxx ++usr/include/opencascade/GeomPlate_SequenceNodeOfSequenceOfAij.hxx ++usr/include/opencascade/GeomPlate_SequenceNodeOfSequenceOfCurveConstraint.hxx ++usr/include/opencascade/GeomPlate_SequenceNodeOfSequenceOfPointConstraint.hxx ++usr/include/opencascade/GeomPlate_SequenceOfAij.hxx ++usr/include/opencascade/GeomPlate_SequenceOfCurveConstraint.hxx ++usr/include/opencascade/GeomPlate_SequenceOfPointConstraint.hxx ++usr/include/opencascade/GeomPlate_Surface.hxx ++usr/include/opencascade/GeomProjLib.hxx ++usr/include/opencascade/GeomToIGES_GeomCurve.hxx ++usr/include/opencascade/GeomToIGES_GeomEntity.hxx ++usr/include/opencascade/GeomToIGES_GeomPoint.hxx ++usr/include/opencascade/GeomToIGES_GeomSurface.hxx ++usr/include/opencascade/GeomToIGES_GeomVector.hxx ++usr/include/opencascade/GeomToStep_MakeAxis1Placement.hxx ++usr/include/opencascade/GeomToStep_MakeAxis2Placement2d.hxx ++usr/include/opencascade/GeomToStep_MakeAxis2Placement3d.hxx ++usr/include/opencascade/GeomToStep_MakeBSplineCurveWithKnots.hxx ++usr/include/opencascade/GeomToStep_MakeBSplineCurveWithKnotsAndRationalBSplineCurve.hxx ++usr/include/opencascade/GeomToStep_MakeBSplineSurfaceWithKnots.hxx ++usr/include/opencascade/GeomToStep_MakeBSplineSurfaceWithKnotsAndRationalBSplineSurface.hxx ++usr/include/opencascade/GeomToStep_MakeBoundedCurve.hxx ++usr/include/opencascade/GeomToStep_MakeBoundedSurface.hxx ++usr/include/opencascade/GeomToStep_MakeCartesianPoint.hxx ++usr/include/opencascade/GeomToStep_MakeCircle.hxx ++usr/include/opencascade/GeomToStep_MakeConic.hxx ++usr/include/opencascade/GeomToStep_MakeConicalSurface.hxx ++usr/include/opencascade/GeomToStep_MakeCurve.hxx ++usr/include/opencascade/GeomToStep_MakeCylindricalSurface.hxx ++usr/include/opencascade/GeomToStep_MakeDirection.hxx ++usr/include/opencascade/GeomToStep_MakeElementarySurface.hxx ++usr/include/opencascade/GeomToStep_MakeEllipse.hxx ++usr/include/opencascade/GeomToStep_MakeHyperbola.hxx ++usr/include/opencascade/GeomToStep_MakeLine.hxx ++usr/include/opencascade/GeomToStep_MakeParabola.hxx ++usr/include/opencascade/GeomToStep_MakePlane.hxx ++usr/include/opencascade/GeomToStep_MakePolyline.hxx ++usr/include/opencascade/GeomToStep_MakeRectangularTrimmedSurface.hxx ++usr/include/opencascade/GeomToStep_MakeSphericalSurface.hxx ++usr/include/opencascade/GeomToStep_MakeSurface.hxx ++usr/include/opencascade/GeomToStep_MakeSurfaceOfLinearExtrusion.hxx ++usr/include/opencascade/GeomToStep_MakeSurfaceOfRevolution.hxx ++usr/include/opencascade/GeomToStep_MakeSweptSurface.hxx ++usr/include/opencascade/GeomToStep_MakeToroidalSurface.hxx ++usr/include/opencascade/GeomToStep_MakeVector.hxx ++usr/include/opencascade/GeomToStep_Root.hxx ++usr/include/opencascade/GeomTools.hxx ++usr/include/opencascade/GeomTools_Curve2dSet.hxx ++usr/include/opencascade/GeomTools_CurveSet.hxx ++usr/include/opencascade/GeomTools_SurfaceSet.hxx ++usr/include/opencascade/GeomTools_UndefinedTypeHandler.hxx ++usr/include/opencascade/Geom_Axis1Placement.hxx ++usr/include/opencascade/Geom_Axis2Placement.hxx ++usr/include/opencascade/Geom_AxisPlacement.hxx ++usr/include/opencascade/Geom_BSplineCurve.hxx ++usr/include/opencascade/Geom_BSplineSurface.hxx ++usr/include/opencascade/Geom_BezierCurve.hxx ++usr/include/opencascade/Geom_BezierSurface.hxx ++usr/include/opencascade/Geom_BoundedCurve.hxx ++usr/include/opencascade/Geom_BoundedSurface.hxx ++usr/include/opencascade/Geom_CartesianPoint.hxx ++usr/include/opencascade/Geom_Circle.hxx ++usr/include/opencascade/Geom_Conic.hxx ++usr/include/opencascade/Geom_ConicalSurface.hxx ++usr/include/opencascade/Geom_Curve.hxx ++usr/include/opencascade/Geom_CylindricalSurface.hxx ++usr/include/opencascade/Geom_Direction.hxx ++usr/include/opencascade/Geom_ElementarySurface.hxx ++usr/include/opencascade/Geom_Ellipse.hxx ++usr/include/opencascade/Geom_Geometry.hxx ++usr/include/opencascade/Geom_HSequenceOfBSplineSurface.hxx ++usr/include/opencascade/Geom_HSequenceOfSurface.hxx ++usr/include/opencascade/Geom_Hyperbola.hxx ++usr/include/opencascade/Geom_Line.hxx ++usr/include/opencascade/Geom_OffsetCurve.hxx ++usr/include/opencascade/Geom_OffsetSurface.hxx ++usr/include/opencascade/Geom_OsculatingSurface.hxx ++usr/include/opencascade/Geom_Parabola.hxx ++usr/include/opencascade/Geom_Plane.hxx ++usr/include/opencascade/Geom_Point.hxx ++usr/include/opencascade/Geom_RectangularTrimmedSurface.hxx ++usr/include/opencascade/Geom_SequenceNodeOfSequenceOfBSplineSurface.hxx ++usr/include/opencascade/Geom_SequenceNodeOfSequenceOfSurface.hxx ++usr/include/opencascade/Geom_SequenceOfBSplineSurface.hxx ++usr/include/opencascade/Geom_SequenceOfSurface.hxx ++usr/include/opencascade/Geom_SphericalSurface.hxx ++usr/include/opencascade/Geom_Surface.hxx ++usr/include/opencascade/Geom_SurfaceOfLinearExtrusion.hxx ++usr/include/opencascade/Geom_SurfaceOfRevolution.hxx ++usr/include/opencascade/Geom_SweptSurface.hxx ++usr/include/opencascade/Geom_ToroidalSurface.hxx ++usr/include/opencascade/Geom_Transformation.hxx ++usr/include/opencascade/Geom_TrimmedCurve.hxx ++usr/include/opencascade/Geom_UndefinedDerivative.hxx ++usr/include/opencascade/Geom_UndefinedValue.hxx ++usr/include/opencascade/Geom_Vector.hxx ++usr/include/opencascade/Geom_VectorWithMagnitude.hxx ++usr/include/opencascade/HLRAlgo.hxx ++usr/include/opencascade/HLRAlgo_Array1OfPHDat.hxx ++usr/include/opencascade/HLRAlgo_Array1OfPINod.hxx ++usr/include/opencascade/HLRAlgo_Array1OfPISeg.hxx ++usr/include/opencascade/HLRAlgo_Array1OfTData.hxx ++usr/include/opencascade/HLRAlgo_BiPoint.hxx ++usr/include/opencascade/HLRAlgo_BiPoint.lxx ++usr/include/opencascade/HLRAlgo_Coincidence.hxx ++usr/include/opencascade/HLRAlgo_Coincidence.lxx ++usr/include/opencascade/HLRAlgo_EdgeIterator.hxx ++usr/include/opencascade/HLRAlgo_EdgeIterator.lxx ++usr/include/opencascade/HLRAlgo_EdgeStatus.hxx ++usr/include/opencascade/HLRAlgo_EdgeStatus.lxx ++usr/include/opencascade/HLRAlgo_EdgesBlock.hxx ++usr/include/opencascade/HLRAlgo_EdgesBlock.lxx ++usr/include/opencascade/HLRAlgo_HArray1OfPHDat.hxx ++usr/include/opencascade/HLRAlgo_HArray1OfPINod.hxx ++usr/include/opencascade/HLRAlgo_HArray1OfPISeg.hxx ++usr/include/opencascade/HLRAlgo_HArray1OfTData.hxx ++usr/include/opencascade/HLRAlgo_Interference.hxx ++usr/include/opencascade/HLRAlgo_InterferenceList.hxx ++usr/include/opencascade/HLRAlgo_Intersection.hxx ++usr/include/opencascade/HLRAlgo_Intersection.lxx ++usr/include/opencascade/HLRAlgo_ListIteratorOfInterferenceList.hxx ++usr/include/opencascade/HLRAlgo_ListIteratorOfListOfBPoint.hxx ++usr/include/opencascade/HLRAlgo_ListNodeOfInterferenceList.hxx ++usr/include/opencascade/HLRAlgo_ListNodeOfListOfBPoint.hxx ++usr/include/opencascade/HLRAlgo_ListOfBPoint.hxx ++usr/include/opencascade/HLRAlgo_PolyAlgo.hxx ++usr/include/opencascade/HLRAlgo_PolyAlgo.lxx ++usr/include/opencascade/HLRAlgo_PolyData.hxx ++usr/include/opencascade/HLRAlgo_PolyData.lxx ++usr/include/opencascade/HLRAlgo_PolyHidingData.hxx ++usr/include/opencascade/HLRAlgo_PolyHidingData.lxx ++usr/include/opencascade/HLRAlgo_PolyInternalData.hxx ++usr/include/opencascade/HLRAlgo_PolyInternalData.lxx ++usr/include/opencascade/HLRAlgo_PolyInternalNode.hxx ++usr/include/opencascade/HLRAlgo_PolyInternalNode.lxx ++usr/include/opencascade/HLRAlgo_PolyInternalSegment.hxx ++usr/include/opencascade/HLRAlgo_PolyInternalSegment.lxx ++usr/include/opencascade/HLRAlgo_PolyShellData.hxx ++usr/include/opencascade/HLRAlgo_PolyShellData.lxx ++usr/include/opencascade/HLRAlgo_Projector.hxx ++usr/include/opencascade/HLRAlgo_Projector.lxx ++usr/include/opencascade/HLRAlgo_TriangleData.hxx ++usr/include/opencascade/HLRAlgo_TriangleData.lxx ++usr/include/opencascade/HLRAlgo_WiresBlock.hxx ++usr/include/opencascade/HLRAlgo_WiresBlock.lxx ++usr/include/opencascade/HLRBRep.hxx ++usr/include/opencascade/HLRBRep_Algo.hxx ++usr/include/opencascade/HLRBRep_AreaLimit.hxx ++usr/include/opencascade/HLRBRep_Array1OfEData.hxx ++usr/include/opencascade/HLRBRep_Array1OfFData.hxx ++usr/include/opencascade/HLRBRep_BCurveTool.hxx ++usr/include/opencascade/HLRBRep_BCurveTool.lxx ++usr/include/opencascade/HLRBRep_BSurfaceTool.hxx ++usr/include/opencascade/HLRBRep_BSurfaceTool.lxx ++usr/include/opencascade/HLRBRep_BiPnt2D.hxx ++usr/include/opencascade/HLRBRep_BiPnt2D.lxx ++usr/include/opencascade/HLRBRep_BiPoint.hxx ++usr/include/opencascade/HLRBRep_BiPoint.lxx ++usr/include/opencascade/HLRBRep_CInter.hxx ++usr/include/opencascade/HLRBRep_CLProps.hxx ++usr/include/opencascade/HLRBRep_CLPropsATool.hxx ++usr/include/opencascade/HLRBRep_CLPropsATool.lxx ++usr/include/opencascade/HLRBRep_Curve.hxx ++usr/include/opencascade/HLRBRep_Curve.lxx ++usr/include/opencascade/HLRBRep_CurveTool.hxx ++usr/include/opencascade/HLRBRep_CurveTool.lxx ++usr/include/opencascade/HLRBRep_Data.hxx ++usr/include/opencascade/HLRBRep_Data.lxx ++usr/include/opencascade/HLRBRep_EdgeBuilder.hxx ++usr/include/opencascade/HLRBRep_EdgeData.hxx ++usr/include/opencascade/HLRBRep_EdgeData.lxx ++usr/include/opencascade/HLRBRep_EdgeFaceTool.hxx ++usr/include/opencascade/HLRBRep_EdgeIList.hxx ++usr/include/opencascade/HLRBRep_EdgeInterferenceTool.hxx ++usr/include/opencascade/HLRBRep_EdgeInterferenceTool.lxx ++usr/include/opencascade/HLRBRep_ExactIntersectionPointOfTheIntPCurvePCurveOfCInter.hxx ++usr/include/opencascade/HLRBRep_FaceData.hxx ++usr/include/opencascade/HLRBRep_FaceData.lxx ++usr/include/opencascade/HLRBRep_FaceIterator.hxx ++usr/include/opencascade/HLRBRep_FaceIterator.lxx ++usr/include/opencascade/HLRBRep_HLRToShape.hxx ++usr/include/opencascade/HLRBRep_HLRToShape.lxx ++usr/include/opencascade/HLRBRep_Hider.hxx ++usr/include/opencascade/HLRBRep_IntConicCurveOfCInter.hxx ++usr/include/opencascade/HLRBRep_InterCSurf.hxx ++usr/include/opencascade/HLRBRep_InterferencePoly2dOfTheIntPCurvePCurveOfCInter.hxx ++usr/include/opencascade/HLRBRep_InternalAlgo.hxx ++usr/include/opencascade/HLRBRep_Intersector.hxx ++usr/include/opencascade/HLRBRep_LineTool.hxx ++usr/include/opencascade/HLRBRep_LineTool.lxx ++usr/include/opencascade/HLRBRep_ListIteratorOfListOfBPnt2D.hxx ++usr/include/opencascade/HLRBRep_ListIteratorOfListOfBPoint.hxx ++usr/include/opencascade/HLRBRep_ListNodeOfListOfBPnt2D.hxx ++usr/include/opencascade/HLRBRep_ListNodeOfListOfBPoint.hxx ++usr/include/opencascade/HLRBRep_ListOfBPnt2D.hxx ++usr/include/opencascade/HLRBRep_ListOfBPoint.hxx ++usr/include/opencascade/HLRBRep_MyImpParToolOfTheIntersectorOfTheIntConicCurveOfCInter.hxx ++usr/include/opencascade/HLRBRep_PCLocFOfTheLocateExtPCOfTheProjPCurOfCInter.hxx ++usr/include/opencascade/HLRBRep_PolyAlgo.hxx ++usr/include/opencascade/HLRBRep_PolyAlgo.lxx ++usr/include/opencascade/HLRBRep_PolyHLRToShape.hxx ++usr/include/opencascade/HLRBRep_PolyHLRToShape.lxx ++usr/include/opencascade/HLRBRep_SLProps.hxx ++usr/include/opencascade/HLRBRep_SLPropsATool.hxx ++usr/include/opencascade/HLRBRep_SLPropsATool.lxx ++usr/include/opencascade/HLRBRep_SeqOfShapeBounds.hxx ++usr/include/opencascade/HLRBRep_SeqPCOfPCLocFOfTheLocateExtPCOfTheProjPCurOfCInter.hxx ++usr/include/opencascade/HLRBRep_SequenceNodeOfSeqOfShapeBounds.hxx ++usr/include/opencascade/HLRBRep_SequenceNodeOfSeqPCOfPCLocFOfTheLocateExtPCOfTheProjPCurOfCInter.hxx ++usr/include/opencascade/HLRBRep_ShapeBounds.hxx ++usr/include/opencascade/HLRBRep_ShapeBounds.lxx ++usr/include/opencascade/HLRBRep_ShapeToHLR.hxx ++usr/include/opencascade/HLRBRep_Surface.hxx ++usr/include/opencascade/HLRBRep_Surface.lxx ++usr/include/opencascade/HLRBRep_SurfaceTool.hxx ++usr/include/opencascade/HLRBRep_SurfaceTool.lxx ++usr/include/opencascade/HLRBRep_TheCSFunctionOfInterCSurf.hxx ++usr/include/opencascade/HLRBRep_TheCurveLocatorOfTheProjPCurOfCInter.hxx ++usr/include/opencascade/HLRBRep_TheDistBetweenPCurvesOfTheIntPCurvePCurveOfCInter.hxx ++usr/include/opencascade/HLRBRep_TheExactInterCSurf.hxx ++usr/include/opencascade/HLRBRep_TheIntConicCurveOfCInter.hxx ++usr/include/opencascade/HLRBRep_TheIntPCurvePCurveOfCInter.hxx ++usr/include/opencascade/HLRBRep_TheInterferenceOfInterCSurf.hxx ++usr/include/opencascade/HLRBRep_TheIntersectorOfTheIntConicCurveOfCInter.hxx ++usr/include/opencascade/HLRBRep_TheLocateExtPCOfTheProjPCurOfCInter.hxx ++usr/include/opencascade/HLRBRep_ThePolygon2dOfTheIntPCurvePCurveOfCInter.hxx ++usr/include/opencascade/HLRBRep_ThePolygon2dToolOfTheIntPCurvePCurveOfCInter.hxx ++usr/include/opencascade/HLRBRep_ThePolygonOfInterCSurf.hxx ++usr/include/opencascade/HLRBRep_ThePolygonToolOfInterCSurf.hxx ++usr/include/opencascade/HLRBRep_ThePolyhedronOfInterCSurf.hxx ++usr/include/opencascade/HLRBRep_ThePolyhedronToolOfInterCSurf.hxx ++usr/include/opencascade/HLRBRep_TheProjPCurOfCInter.hxx ++usr/include/opencascade/HLRBRep_TheQuadCurvExactInterCSurf.hxx ++usr/include/opencascade/HLRBRep_TheQuadCurvFuncOfTheQuadCurvExactInterCSurf.hxx ++usr/include/opencascade/HLRBRep_VertexList.hxx ++usr/include/opencascade/HLRTopoBRep_DSFiller.hxx ++usr/include/opencascade/HLRTopoBRep_Data.hxx ++usr/include/opencascade/HLRTopoBRep_Data.lxx ++usr/include/opencascade/HLRTopoBRep_DataMapIteratorOfDataMapOfShapeFaceData.hxx ++usr/include/opencascade/HLRTopoBRep_DataMapIteratorOfMapOfShapeListOfVData.hxx ++usr/include/opencascade/HLRTopoBRep_DataMapNodeOfDataMapOfShapeFaceData.hxx ++usr/include/opencascade/HLRTopoBRep_DataMapNodeOfMapOfShapeListOfVData.hxx ++usr/include/opencascade/HLRTopoBRep_DataMapOfShapeFaceData.hxx ++usr/include/opencascade/HLRTopoBRep_FaceData.hxx ++usr/include/opencascade/HLRTopoBRep_FaceData.lxx ++usr/include/opencascade/HLRTopoBRep_FaceIsoLiner.hxx ++usr/include/opencascade/HLRTopoBRep_ListIteratorOfListOfVData.hxx ++usr/include/opencascade/HLRTopoBRep_ListNodeOfListOfVData.hxx ++usr/include/opencascade/HLRTopoBRep_ListOfVData.hxx ++usr/include/opencascade/HLRTopoBRep_MapOfShapeListOfVData.hxx ++usr/include/opencascade/HLRTopoBRep_OutLiner.hxx ++usr/include/opencascade/HLRTopoBRep_OutLiner.lxx ++usr/include/opencascade/HLRTopoBRep_VData.hxx ++usr/include/opencascade/HLRTopoBRep_VData.lxx ++usr/include/opencascade/Handle_APIHeaderSection_EditHeader.hxx ++usr/include/opencascade/Handle_Adaptor2d_HCurve2d.hxx ++usr/include/opencascade/Handle_Adaptor2d_HLine2d.hxx ++usr/include/opencascade/Handle_Adaptor3d_HCurve.hxx ++usr/include/opencascade/Handle_Adaptor3d_HCurveOnSurface.hxx ++usr/include/opencascade/Handle_Adaptor3d_HIsoCurve.hxx ++usr/include/opencascade/Handle_Adaptor3d_HOffsetCurve.hxx ++usr/include/opencascade/Handle_Adaptor3d_HSurface.hxx ++usr/include/opencascade/Handle_Adaptor3d_HSurfaceOfLinearExtrusion.hxx ++usr/include/opencascade/Handle_Adaptor3d_HSurfaceOfRevolution.hxx ++usr/include/opencascade/Handle_Adaptor3d_HVertex.hxx ++usr/include/opencascade/Handle_Adaptor3d_TopolTool.hxx ++usr/include/opencascade/Handle_AdvApp2Var_SequenceNodeOfSequenceOfNode.hxx ++usr/include/opencascade/Handle_AdvApp2Var_SequenceNodeOfSequenceOfPatch.hxx ++usr/include/opencascade/Handle_AdvApp2Var_SequenceNodeOfSequenceOfStrip.hxx ++usr/include/opencascade/Handle_AdvApp2Var_SequenceNodeOfStrip.hxx ++usr/include/opencascade/Handle_AppDef_HArray1OfMultiPointConstraint.hxx ++usr/include/opencascade/Handle_AppDef_MyCriterionOfTheVariational.hxx ++usr/include/opencascade/Handle_AppParCurves_HArray1OfConstraintCouple.hxx ++usr/include/opencascade/Handle_AppParCurves_HArray1OfMultiBSpCurve.hxx ++usr/include/opencascade/Handle_AppParCurves_HArray1OfMultiCurve.hxx ++usr/include/opencascade/Handle_AppParCurves_HArray1OfMultiPoint.hxx ++usr/include/opencascade/Handle_AppParCurves_SequenceNodeOfSequenceOfMultiBSpCurve.hxx ++usr/include/opencascade/Handle_AppParCurves_SequenceNodeOfSequenceOfMultiCurve.hxx ++usr/include/opencascade/Handle_AppParCurves_SmoothCriterion.hxx ++usr/include/opencascade/Handle_Approx_CurvlinFunc.hxx ++usr/include/opencascade/Handle_Approx_HArray1OfAdHSurface.hxx ++usr/include/opencascade/Handle_Approx_HArray1OfGTrsf2d.hxx ++usr/include/opencascade/Handle_Approx_SequenceNodeOfSequenceOfHArray1OfReal.hxx ++usr/include/opencascade/Handle_Approx_SweepFunction.hxx ++usr/include/opencascade/Handle_BOPTColStd_IndexedDataMapNodeOfIndexedDataMapOfIntegerIndexedMapOfInteger.hxx ++usr/include/opencascade/Handle_BOPTColStd_IndexedDataMapNodeOfIndexedDataMapOfIntegerInteger.hxx ++usr/include/opencascade/Handle_BOPTColStd_IndexedDataMapNodeOfIndexedDataMapOfSWRInteger.hxx ++usr/include/opencascade/Handle_BOPTColStd_ListNodeOfListOfListOfShape.hxx ++usr/include/opencascade/Handle_BOPTools_HArray2OfIntersectionStatus.hxx ++usr/include/opencascade/Handle_BOPTools_IndexedDataMapNodeOfIDMapOfPaveBlockIMapOfInteger.hxx ++usr/include/opencascade/Handle_BOPTools_IndexedDataMapNodeOfIDMapOfPaveBlockIMapOfPaveBlock.hxx ++usr/include/opencascade/Handle_BOPTools_IndexedDataMapNodeOfIndexedDataMapOfIntegerDEInfo.hxx ++usr/include/opencascade/Handle_BOPTools_IndexedDataMapNodeOfIndexedDataMapOfIntegerPaveSet.hxx ++usr/include/opencascade/Handle_BOPTools_IndexedDataMapNodeOfIndexedDataMapOfIntegerState.hxx ++usr/include/opencascade/Handle_BOPTools_IndexedDataMapNodeOfIndexedDataMapOfShapeWithState.hxx ++usr/include/opencascade/Handle_BOPTools_IndexedMapNodeOfIMapOfPaveBlock.hxx ++usr/include/opencascade/Handle_BOPTools_IndexedMapNodeOfIndexedMapOfCoupleOfInteger.hxx ++usr/include/opencascade/Handle_BOPTools_ListNodeOfListOfCheckResults.hxx ++usr/include/opencascade/Handle_BOPTools_ListNodeOfListOfCommonBlock.hxx ++usr/include/opencascade/Handle_BOPTools_ListNodeOfListOfCoupleOfInteger.hxx ++usr/include/opencascade/Handle_BOPTools_ListNodeOfListOfInterference.hxx ++usr/include/opencascade/Handle_BOPTools_ListNodeOfListOfPave.hxx ++usr/include/opencascade/Handle_BOPTools_ListNodeOfListOfPaveBlock.hxx ++usr/include/opencascade/Handle_BOPTools_ListNodeOfListOfShapeEnum.hxx ++usr/include/opencascade/Handle_BOPTools_SequenceNodeOfSequenceOfCurves.hxx ++usr/include/opencascade/Handle_BOPTools_SequenceNodeOfSequenceOfPaveBlock.hxx ++usr/include/opencascade/Handle_BOP_HistoryCollector.hxx ++usr/include/opencascade/Handle_BOP_IndexedDataMapNodeOfIndexedDataMapOfEdgeListFaceInfo.hxx ++usr/include/opencascade/Handle_BOP_IndexedDataMapNodeOfIndexedDataMapOfSolidClassifier.hxx ++usr/include/opencascade/Handle_BOP_IndexedDataMapNodeOfIndexedDataMapOfVertexListEdgeInfo.hxx ++usr/include/opencascade/Handle_BOP_ListNodeOfListOfCheckResult.hxx ++usr/include/opencascade/Handle_BOP_ListNodeOfListOfConnexityBlock.hxx ++usr/include/opencascade/Handle_BOP_ListNodeOfListOfEdgeInfo.hxx ++usr/include/opencascade/Handle_BOP_ListNodeOfListOfFaceInfo.hxx ++usr/include/opencascade/Handle_BOP_ListNodeOfListOfListOfLoop.hxx ++usr/include/opencascade/Handle_BOP_ListNodeOfListOfLoop.hxx ++usr/include/opencascade/Handle_BOP_Loop.hxx ++usr/include/opencascade/Handle_BOP_SectionHistoryCollector.hxx ++usr/include/opencascade/Handle_BOP_SequenceNodeOfSeqOfSeqOfShape.hxx ++usr/include/opencascade/Handle_BOP_ShellSolidHistoryCollector.hxx ++usr/include/opencascade/Handle_BOP_SolidSolidHistoryCollector.hxx ++usr/include/opencascade/Handle_BOP_WireSolidHistoryCollector.hxx ++usr/include/opencascade/Handle_BRepAdaptor_HArray1OfCurve.hxx ++usr/include/opencascade/Handle_BRepAdaptor_HCompCurve.hxx ++usr/include/opencascade/Handle_BRepAdaptor_HCurve.hxx ++usr/include/opencascade/Handle_BRepAdaptor_HCurve2d.hxx ++usr/include/opencascade/Handle_BRepAdaptor_HSurface.hxx ++usr/include/opencascade/Handle_BRepAlgo_AsDes.hxx ++usr/include/opencascade/Handle_BRepAlgo_DataMapNodeOfDataMapOfShapeBoolean.hxx ++usr/include/opencascade/Handle_BRepAlgo_DataMapNodeOfDataMapOfShapeInterference.hxx ++usr/include/opencascade/Handle_BRepAlgo_EdgeConnector.hxx ++usr/include/opencascade/Handle_BRepAlgo_SequenceNodeOfSequenceOfSequenceOfInteger.hxx ++usr/include/opencascade/Handle_BRepApprox_ApproxLine.hxx ++usr/include/opencascade/Handle_BRepBlend_AppFunc.hxx ++usr/include/opencascade/Handle_BRepBlend_AppFuncRoot.hxx ++usr/include/opencascade/Handle_BRepBlend_AppFuncRst.hxx ++usr/include/opencascade/Handle_BRepBlend_AppFuncRstRst.hxx ++usr/include/opencascade/Handle_BRepBlend_Line.hxx ++usr/include/opencascade/Handle_BRepBlend_SequenceNodeOfSequenceOfLine.hxx ++usr/include/opencascade/Handle_BRepBlend_SequenceNodeOfSequenceOfPointOnRst.hxx ++usr/include/opencascade/Handle_BRepBuilderAPI_Sewing.hxx ++usr/include/opencascade/Handle_BRepCheck_DataMapNodeOfDataMapOfShapeListOfStatus.hxx ++usr/include/opencascade/Handle_BRepCheck_DataMapNodeOfDataMapOfShapeResult.hxx ++usr/include/opencascade/Handle_BRepCheck_Edge.hxx ++usr/include/opencascade/Handle_BRepCheck_Face.hxx ++usr/include/opencascade/Handle_BRepCheck_ListNodeOfListOfStatus.hxx ++usr/include/opencascade/Handle_BRepCheck_Result.hxx ++usr/include/opencascade/Handle_BRepCheck_Shell.hxx ++usr/include/opencascade/Handle_BRepCheck_Vertex.hxx ++usr/include/opencascade/Handle_BRepCheck_Wire.hxx ++usr/include/opencascade/Handle_BRepClass3d_DataMapNodeOfMapOfInter.hxx ++usr/include/opencascade/Handle_BRepExtrema_SequenceNodeOfSeqOfSolution.hxx ++usr/include/opencascade/Handle_BRepExtrema_UnCompatibleShape.hxx ++usr/include/opencascade/Handle_BRepFill_ACRLaw.hxx ++usr/include/opencascade/Handle_BRepFill_CurveConstraint.hxx ++usr/include/opencascade/Handle_BRepFill_DataMapNodeOfDataMapOfNodeDataMapOfShapeShape.hxx ++usr/include/opencascade/Handle_BRepFill_DataMapNodeOfDataMapOfNodeShape.hxx ++usr/include/opencascade/Handle_BRepFill_DataMapNodeOfDataMapOfOrientedShapeListOfShape.hxx ++usr/include/opencascade/Handle_BRepFill_DataMapNodeOfDataMapOfShapeDataMapOfShapeListOfShape.hxx ++usr/include/opencascade/Handle_BRepFill_DataMapNodeOfDataMapOfShapeSequenceOfPnt.hxx ++usr/include/opencascade/Handle_BRepFill_DataMapNodeOfDataMapOfShapeSequenceOfReal.hxx ++usr/include/opencascade/Handle_BRepFill_DraftLaw.hxx ++usr/include/opencascade/Handle_BRepFill_Edge3DLaw.hxx ++usr/include/opencascade/Handle_BRepFill_EdgeOnSurfLaw.hxx ++usr/include/opencascade/Handle_BRepFill_ListNodeOfListOfOffsetWire.hxx ++usr/include/opencascade/Handle_BRepFill_LocationLaw.hxx ++usr/include/opencascade/Handle_BRepFill_NSections.hxx ++usr/include/opencascade/Handle_BRepFill_PipeShell.hxx ++usr/include/opencascade/Handle_BRepFill_SectionLaw.hxx ++usr/include/opencascade/Handle_BRepFill_SequenceNodeOfSequenceOfEdgeFaceAndOrder.hxx ++usr/include/opencascade/Handle_BRepFill_SequenceNodeOfSequenceOfFaceAndOrder.hxx ++usr/include/opencascade/Handle_BRepFill_SequenceNodeOfSequenceOfSection.hxx ++usr/include/opencascade/Handle_BRepFill_ShapeLaw.hxx ++usr/include/opencascade/Handle_BRepMAT2d_DataMapNodeOfDataMapOfBasicEltShape.hxx ++usr/include/opencascade/Handle_BRepMAT2d_DataMapNodeOfDataMapOfShapeSequenceOfBasicElt.hxx ++usr/include/opencascade/Handle_BRepMAT2d_SequenceNodeOfSequenceOfBasicElt.hxx ++usr/include/opencascade/Handle_BRepMesh_DataMapNodeOfDataMapOfFaceAttribute.hxx ++usr/include/opencascade/Handle_BRepMesh_DataMapNodeOfDataMapOfIntegerListOfXY.hxx ++usr/include/opencascade/Handle_BRepMesh_DataMapNodeOfDataMapOfIntegerPnt.hxx ++usr/include/opencascade/Handle_BRepMesh_DataMapNodeOfDataMapOfShapePairOfPolygon.hxx ++usr/include/opencascade/Handle_BRepMesh_DataMapNodeOfDataMapOfShapeReal.hxx ++usr/include/opencascade/Handle_BRepMesh_DataMapNodeOfDataMapOfVertexInteger.hxx ++usr/include/opencascade/Handle_BRepMesh_DataStructureOfDelaun.hxx ++usr/include/opencascade/Handle_BRepMesh_FaceAttribute.hxx ++usr/include/opencascade/Handle_BRepMesh_FastDiscret.hxx ++usr/include/opencascade/Handle_BRepMesh_FastDiscretFace.hxx ++usr/include/opencascade/Handle_BRepMesh_HArray1OfVertexOfDelaun.hxx ++usr/include/opencascade/Handle_BRepMesh_IndexedDataMapNodeOfIDMapOfLinkOfDataStructureOfDelaun.hxx ++usr/include/opencascade/Handle_BRepMesh_IndexedDataMapNodeOfIDMapOfNodeOfDataStructureOfDelaun.hxx ++usr/include/opencascade/Handle_BRepMesh_IndexedMapNodeOfIMapOfElementOfDataStructureOfDelaun.hxx ++usr/include/opencascade/Handle_BRepMesh_IndexedMapNodeOfIndexedMapOfVertex.hxx ++usr/include/opencascade/Handle_BRepMesh_ListNodeOfListOfVertex.hxx ++usr/include/opencascade/Handle_BRepMesh_ListNodeOfListOfXY.hxx ++usr/include/opencascade/Handle_BRepOffsetAPI_SequenceNodeOfSequenceOfSequenceOfReal.hxx ++usr/include/opencascade/Handle_BRepOffsetAPI_SequenceNodeOfSequenceOfSequenceOfShape.hxx ++usr/include/opencascade/Handle_BRepOffset_DataMapNodeOfDataMapOfShapeListOfInterval.hxx ++usr/include/opencascade/Handle_BRepOffset_DataMapNodeOfDataMapOfShapeMapOfShape.hxx ++usr/include/opencascade/Handle_BRepOffset_DataMapNodeOfDataMapOfShapeOffset.hxx ++usr/include/opencascade/Handle_BRepOffset_ListNodeOfListOfInterval.hxx ++usr/include/opencascade/Handle_BRepSweep_SequenceNodeOfSequenceOfShapesOfNumLinearRegularSweep.hxx ++usr/include/opencascade/Handle_BRepTools_DataMapNodeOfMapOfVertexPnt2d.hxx ++usr/include/opencascade/Handle_BRepTools_GTrsfModification.hxx ++usr/include/opencascade/Handle_BRepTools_Modification.hxx ++usr/include/opencascade/Handle_BRepTools_NurbsConvertModification.hxx ++usr/include/opencascade/Handle_BRepTools_ReShape.hxx ++usr/include/opencascade/Handle_BRepTools_TrsfModification.hxx ++usr/include/opencascade/Handle_BRepTopAdaptor_DataMapNodeOfMapOfShapeTool.hxx ++usr/include/opencascade/Handle_BRepTopAdaptor_HVertex.hxx ++usr/include/opencascade/Handle_BRepTopAdaptor_TopolTool.hxx ++usr/include/opencascade/Handle_BRep_Curve3D.hxx ++usr/include/opencascade/Handle_BRep_CurveOn2Surfaces.hxx ++usr/include/opencascade/Handle_BRep_CurveOnClosedSurface.hxx ++usr/include/opencascade/Handle_BRep_CurveOnSurface.hxx ++usr/include/opencascade/Handle_BRep_CurveRepresentation.hxx ++usr/include/opencascade/Handle_BRep_GCurve.hxx ++usr/include/opencascade/Handle_BRep_ListNodeOfListOfCurveRepresentation.hxx ++usr/include/opencascade/Handle_BRep_ListNodeOfListOfPointRepresentation.hxx ++usr/include/opencascade/Handle_BRep_PointOnCurve.hxx ++usr/include/opencascade/Handle_BRep_PointOnCurveOnSurface.hxx ++usr/include/opencascade/Handle_BRep_PointOnSurface.hxx ++usr/include/opencascade/Handle_BRep_PointRepresentation.hxx ++usr/include/opencascade/Handle_BRep_PointsOnSurface.hxx ++usr/include/opencascade/Handle_BRep_Polygon3D.hxx ++usr/include/opencascade/Handle_BRep_PolygonOnClosedSurface.hxx ++usr/include/opencascade/Handle_BRep_PolygonOnClosedTriangulation.hxx ++usr/include/opencascade/Handle_BRep_PolygonOnSurface.hxx ++usr/include/opencascade/Handle_BRep_PolygonOnTriangulation.hxx ++usr/include/opencascade/Handle_BRep_TEdge.hxx ++usr/include/opencascade/Handle_BRep_TFace.hxx ++usr/include/opencascade/Handle_BRep_TVertex.hxx ++usr/include/opencascade/Handle_BiTgte_DataMapNodeOfDataMapOfShapeBox.hxx ++usr/include/opencascade/Handle_BiTgte_HCurveOnEdge.hxx ++usr/include/opencascade/Handle_BiTgte_HCurveOnVertex.hxx ++usr/include/opencascade/Handle_Bisector_BisecAna.hxx ++usr/include/opencascade/Handle_Bisector_BisecCC.hxx ++usr/include/opencascade/Handle_Bisector_BisecPC.hxx ++usr/include/opencascade/Handle_Bisector_Curve.hxx ++usr/include/opencascade/Handle_Blend_SequenceNodeOfSequenceOfPoint.hxx ++usr/include/opencascade/Handle_BooleanOperations_IndexedDataMapNodeOfIndexedDataMapOfShapeAncestorsSuccessors.hxx ++usr/include/opencascade/Handle_BooleanOperations_IndexedDataMapNodeOfIndexedDataMapOfShapeInteger.hxx ++usr/include/opencascade/Handle_ChFiDS_ChamfSpine.hxx ++usr/include/opencascade/Handle_ChFiDS_FilSpine.hxx ++usr/include/opencascade/Handle_ChFiDS_HData.hxx ++usr/include/opencascade/Handle_ChFiDS_HElSpine.hxx ++usr/include/opencascade/Handle_ChFiDS_IndexedDataMapNodeOfIndexedDataMapOfVertexListOfStripe.hxx ++usr/include/opencascade/Handle_ChFiDS_ListNodeOfListOfHElSpine.hxx ++usr/include/opencascade/Handle_ChFiDS_ListNodeOfListOfStripe.hxx ++usr/include/opencascade/Handle_ChFiDS_ListNodeOfRegularities.hxx ++usr/include/opencascade/Handle_ChFiDS_SecHArray1.hxx ++usr/include/opencascade/Handle_ChFiDS_SequenceNodeOfSequenceOfSpine.hxx ++usr/include/opencascade/Handle_ChFiDS_SequenceNodeOfSequenceOfSurfData.hxx ++usr/include/opencascade/Handle_ChFiDS_Spine.hxx ++usr/include/opencascade/Handle_ChFiDS_Stripe.hxx ++usr/include/opencascade/Handle_ChFiDS_SurfData.hxx ++usr/include/opencascade/Handle_ChFiKPart_DataMapNodeOfRstMap.hxx ++usr/include/opencascade/Handle_Contap_SequenceNodeOfSequenceOfIWLineOfTheIWalkingOfContour.hxx ++usr/include/opencascade/Handle_Contap_SequenceNodeOfSequenceOfPathPointOfTheSearchOfContour.hxx ++usr/include/opencascade/Handle_Contap_SequenceNodeOfSequenceOfSegmentOfTheSearchOfContour.hxx ++usr/include/opencascade/Handle_Contap_SequenceNodeOfTheSequenceOfLineOfContour.hxx ++usr/include/opencascade/Handle_Contap_SequenceNodeOfTheSequenceOfPointOfContour.hxx ++usr/include/opencascade/Handle_Contap_TheHSequenceOfPointOfContour.hxx ++usr/include/opencascade/Handle_Contap_TheIWLineOfTheIWalkingOfContour.hxx ++usr/include/opencascade/Handle_Draft_DataMapNodeOfDataMapOfEdgeEdgeInfo.hxx ++usr/include/opencascade/Handle_Draft_DataMapNodeOfDataMapOfFaceFaceInfo.hxx ++usr/include/opencascade/Handle_Draft_DataMapNodeOfDataMapOfVertexVertexInfo.hxx ++usr/include/opencascade/Handle_Draft_Modification.hxx ++usr/include/opencascade/Handle_Extrema_CCache2dOfExtCC2d.hxx ++usr/include/opencascade/Handle_Extrema_CCacheOfExtCC.hxx ++usr/include/opencascade/Handle_Extrema_HArray1OfPOnCurv.hxx ++usr/include/opencascade/Handle_Extrema_HArray1OfPOnCurv2d.hxx ++usr/include/opencascade/Handle_Extrema_HArray1OfPOnSurf.hxx ++usr/include/opencascade/Handle_Extrema_HArray2OfPOnCurv.hxx ++usr/include/opencascade/Handle_Extrema_HArray2OfPOnCurv2d.hxx ++usr/include/opencascade/Handle_Extrema_HArray2OfPOnSurf.hxx ++usr/include/opencascade/Handle_Extrema_LCCache2dOfLocateExtCC2d.hxx ++usr/include/opencascade/Handle_Extrema_LCCacheOfLocateExtCC.hxx ++usr/include/opencascade/Handle_Extrema_SequenceNodeOfSeqPCOfPCFOfEPCOfELPCOfLocateExtPC.hxx ++usr/include/opencascade/Handle_Extrema_SequenceNodeOfSeqPCOfPCFOfEPCOfELPCOfLocateExtPC2d.hxx ++usr/include/opencascade/Handle_Extrema_SequenceNodeOfSeqPCOfPCFOfEPCOfExtPC.hxx ++usr/include/opencascade/Handle_Extrema_SequenceNodeOfSeqPCOfPCFOfEPCOfExtPC2d.hxx ++usr/include/opencascade/Handle_Extrema_SequenceNodeOfSeqPCOfPCLocFOfLocEPCOfLocateExtPC.hxx ++usr/include/opencascade/Handle_Extrema_SequenceNodeOfSeqPCOfPCLocFOfLocEPCOfLocateExtPC2d.hxx ++usr/include/opencascade/Handle_Extrema_SequenceNodeOfSeqPOnCOfCCFOfECC2dOfExtCC2d.hxx ++usr/include/opencascade/Handle_Extrema_SequenceNodeOfSeqPOnCOfCCFOfECCOfExtCC.hxx ++usr/include/opencascade/Handle_Extrema_SequenceNodeOfSeqPOnCOfCCFOfELCC2dOfLocateExtCC2d.hxx ++usr/include/opencascade/Handle_Extrema_SequenceNodeOfSeqPOnCOfCCFOfELCCOfLocateExtCC.hxx ++usr/include/opencascade/Handle_Extrema_SequenceNodeOfSeqPOnCOfCCLocFOfLocECC2dOfLocateExtCC2d.hxx ++usr/include/opencascade/Handle_Extrema_SequenceNodeOfSeqPOnCOfCCLocFOfLocECCOfLocateExtCC.hxx ++usr/include/opencascade/Handle_Extrema_SequenceNodeOfSequenceOfPOnCurv.hxx ++usr/include/opencascade/Handle_Extrema_SequenceNodeOfSequenceOfPOnCurv2d.hxx ++usr/include/opencascade/Handle_Extrema_SequenceNodeOfSequenceOfPOnSurf.hxx ++usr/include/opencascade/Handle_FEmTool_Curve.hxx ++usr/include/opencascade/Handle_FEmTool_ElementaryCriterion.hxx ++usr/include/opencascade/Handle_FEmTool_HAssemblyTable.hxx ++usr/include/opencascade/Handle_FEmTool_LinearFlexion.hxx ++usr/include/opencascade/Handle_FEmTool_LinearJerk.hxx ++usr/include/opencascade/Handle_FEmTool_LinearTension.hxx ++usr/include/opencascade/Handle_FEmTool_ListNodeOfListOfVectors.hxx ++usr/include/opencascade/Handle_FEmTool_ProfileMatrix.hxx ++usr/include/opencascade/Handle_FEmTool_SequenceNodeOfSeqOfLinConstr.hxx ++usr/include/opencascade/Handle_FEmTool_SparseMatrix.hxx ++usr/include/opencascade/Handle_GProp_UndefinedAxis.hxx ++usr/include/opencascade/Handle_GccAna_NoSolution.hxx ++usr/include/opencascade/Handle_GccEnt_BadQualifier.hxx ++usr/include/opencascade/Handle_GccInt_BCirc.hxx ++usr/include/opencascade/Handle_GccInt_BElips.hxx ++usr/include/opencascade/Handle_GccInt_BHyper.hxx ++usr/include/opencascade/Handle_GccInt_BLine.hxx ++usr/include/opencascade/Handle_GccInt_BParab.hxx ++usr/include/opencascade/Handle_GccInt_BPoint.hxx ++usr/include/opencascade/Handle_GccInt_Bisec.hxx ++usr/include/opencascade/Handle_GccIter_IsParallel.hxx ++usr/include/opencascade/Handle_Geom2dAdaptor_GHCurve.hxx ++usr/include/opencascade/Handle_Geom2dAdaptor_HCurve.hxx ++usr/include/opencascade/Handle_Geom2dHatch_DataMapNodeOfHatchingsOfHatcher.hxx ++usr/include/opencascade/Handle_Geom2dHatch_DataMapNodeOfMapOfElementsOfElementsOfHatcher.hxx ++usr/include/opencascade/Handle_Geom2dInt_SequenceNodeOfSeqPCOfPCLocFOfTheLocateExtPCOfTheProjPCurOfGInter.hxx ++usr/include/opencascade/Handle_Geom2d_AxisPlacement.hxx ++usr/include/opencascade/Handle_Geom2d_BSplineCurve.hxx ++usr/include/opencascade/Handle_Geom2d_BezierCurve.hxx ++usr/include/opencascade/Handle_Geom2d_BoundedCurve.hxx ++usr/include/opencascade/Handle_Geom2d_CartesianPoint.hxx ++usr/include/opencascade/Handle_Geom2d_Circle.hxx ++usr/include/opencascade/Handle_Geom2d_Conic.hxx ++usr/include/opencascade/Handle_Geom2d_Curve.hxx ++usr/include/opencascade/Handle_Geom2d_Direction.hxx ++usr/include/opencascade/Handle_Geom2d_Ellipse.hxx ++usr/include/opencascade/Handle_Geom2d_Geometry.hxx ++usr/include/opencascade/Handle_Geom2d_Hyperbola.hxx ++usr/include/opencascade/Handle_Geom2d_Line.hxx ++usr/include/opencascade/Handle_Geom2d_OffsetCurve.hxx ++usr/include/opencascade/Handle_Geom2d_Parabola.hxx ++usr/include/opencascade/Handle_Geom2d_Point.hxx ++usr/include/opencascade/Handle_Geom2d_Transformation.hxx ++usr/include/opencascade/Handle_Geom2d_TrimmedCurve.hxx ++usr/include/opencascade/Handle_Geom2d_UndefinedDerivative.hxx ++usr/include/opencascade/Handle_Geom2d_UndefinedValue.hxx ++usr/include/opencascade/Handle_Geom2d_Vector.hxx ++usr/include/opencascade/Handle_Geom2d_VectorWithMagnitude.hxx ++usr/include/opencascade/Handle_GeomAdaptor_GHCurve.hxx ++usr/include/opencascade/Handle_GeomAdaptor_GHSurface.hxx ++usr/include/opencascade/Handle_GeomAdaptor_HCurve.hxx ++usr/include/opencascade/Handle_GeomAdaptor_HSurface.hxx ++usr/include/opencascade/Handle_GeomFill_BoundWithSurf.hxx ++usr/include/opencascade/Handle_GeomFill_Boundary.hxx ++usr/include/opencascade/Handle_GeomFill_CircularBlendFunc.hxx ++usr/include/opencascade/Handle_GeomFill_ConstantBiNormal.hxx ++usr/include/opencascade/Handle_GeomFill_CoonsAlgPatch.hxx ++usr/include/opencascade/Handle_GeomFill_CorrectedFrenet.hxx ++usr/include/opencascade/Handle_GeomFill_CurveAndTrihedron.hxx ++usr/include/opencascade/Handle_GeomFill_Darboux.hxx ++usr/include/opencascade/Handle_GeomFill_DegeneratedBound.hxx ++usr/include/opencascade/Handle_GeomFill_DraftTrihedron.hxx ++usr/include/opencascade/Handle_GeomFill_EvolvedSection.hxx ++usr/include/opencascade/Handle_GeomFill_Fixed.hxx ++usr/include/opencascade/Handle_GeomFill_Frenet.hxx ++usr/include/opencascade/Handle_GeomFill_GuideTrihedronAC.hxx ++usr/include/opencascade/Handle_GeomFill_GuideTrihedronPlan.hxx ++usr/include/opencascade/Handle_GeomFill_HArray1OfLocationLaw.hxx ++usr/include/opencascade/Handle_GeomFill_HArray1OfSectionLaw.hxx ++usr/include/opencascade/Handle_GeomFill_Line.hxx ++usr/include/opencascade/Handle_GeomFill_LocationDraft.hxx ++usr/include/opencascade/Handle_GeomFill_LocationGuide.hxx ++usr/include/opencascade/Handle_GeomFill_LocationLaw.hxx ++usr/include/opencascade/Handle_GeomFill_NSections.hxx ++usr/include/opencascade/Handle_GeomFill_SectionLaw.hxx ++usr/include/opencascade/Handle_GeomFill_SequenceNodeOfSequenceOfTrsf.hxx ++usr/include/opencascade/Handle_GeomFill_SimpleBound.hxx ++usr/include/opencascade/Handle_GeomFill_SweepFunction.hxx ++usr/include/opencascade/Handle_GeomFill_TgtField.hxx ++usr/include/opencascade/Handle_GeomFill_TgtOnCoons.hxx ++usr/include/opencascade/Handle_GeomFill_TrihedronLaw.hxx ++usr/include/opencascade/Handle_GeomFill_TrihedronWithGuide.hxx ++usr/include/opencascade/Handle_GeomFill_UniformSection.hxx ++usr/include/opencascade/Handle_GeomInt_SequenceNodeOfSequenceOfParameterAndOrientation.hxx ++usr/include/opencascade/Handle_GeomPlate_CurveConstraint.hxx ++usr/include/opencascade/Handle_GeomPlate_HArray1OfHCurveOnSurface.hxx ++usr/include/opencascade/Handle_GeomPlate_HArray1OfSequenceOfReal.hxx ++usr/include/opencascade/Handle_GeomPlate_HSequenceOfCurveConstraint.hxx ++usr/include/opencascade/Handle_GeomPlate_HSequenceOfPointConstraint.hxx ++usr/include/opencascade/Handle_GeomPlate_PointConstraint.hxx ++usr/include/opencascade/Handle_GeomPlate_SequenceNodeOfSequenceOfAij.hxx ++usr/include/opencascade/Handle_GeomPlate_SequenceNodeOfSequenceOfCurveConstraint.hxx ++usr/include/opencascade/Handle_GeomPlate_SequenceNodeOfSequenceOfPointConstraint.hxx ++usr/include/opencascade/Handle_GeomPlate_Surface.hxx ++usr/include/opencascade/Handle_GeomTools_UndefinedTypeHandler.hxx ++usr/include/opencascade/Handle_Geom_Axis1Placement.hxx ++usr/include/opencascade/Handle_Geom_Axis2Placement.hxx ++usr/include/opencascade/Handle_Geom_AxisPlacement.hxx ++usr/include/opencascade/Handle_Geom_BSplineCurve.hxx ++usr/include/opencascade/Handle_Geom_BSplineSurface.hxx ++usr/include/opencascade/Handle_Geom_BezierCurve.hxx ++usr/include/opencascade/Handle_Geom_BezierSurface.hxx ++usr/include/opencascade/Handle_Geom_BoundedCurve.hxx ++usr/include/opencascade/Handle_Geom_BoundedSurface.hxx ++usr/include/opencascade/Handle_Geom_CartesianPoint.hxx ++usr/include/opencascade/Handle_Geom_Circle.hxx ++usr/include/opencascade/Handle_Geom_Conic.hxx ++usr/include/opencascade/Handle_Geom_ConicalSurface.hxx ++usr/include/opencascade/Handle_Geom_Curve.hxx ++usr/include/opencascade/Handle_Geom_CylindricalSurface.hxx ++usr/include/opencascade/Handle_Geom_Direction.hxx ++usr/include/opencascade/Handle_Geom_ElementarySurface.hxx ++usr/include/opencascade/Handle_Geom_Ellipse.hxx ++usr/include/opencascade/Handle_Geom_Geometry.hxx ++usr/include/opencascade/Handle_Geom_HSequenceOfBSplineSurface.hxx ++usr/include/opencascade/Handle_Geom_HSequenceOfSurface.hxx ++usr/include/opencascade/Handle_Geom_Hyperbola.hxx ++usr/include/opencascade/Handle_Geom_Line.hxx ++usr/include/opencascade/Handle_Geom_OffsetCurve.hxx ++usr/include/opencascade/Handle_Geom_OffsetSurface.hxx ++usr/include/opencascade/Handle_Geom_Parabola.hxx ++usr/include/opencascade/Handle_Geom_Plane.hxx ++usr/include/opencascade/Handle_Geom_Point.hxx ++usr/include/opencascade/Handle_Geom_RectangularTrimmedSurface.hxx ++usr/include/opencascade/Handle_Geom_SequenceNodeOfSequenceOfBSplineSurface.hxx ++usr/include/opencascade/Handle_Geom_SequenceNodeOfSequenceOfSurface.hxx ++usr/include/opencascade/Handle_Geom_SphericalSurface.hxx ++usr/include/opencascade/Handle_Geom_Surface.hxx ++usr/include/opencascade/Handle_Geom_SurfaceOfLinearExtrusion.hxx ++usr/include/opencascade/Handle_Geom_SurfaceOfRevolution.hxx ++usr/include/opencascade/Handle_Geom_SweptSurface.hxx ++usr/include/opencascade/Handle_Geom_ToroidalSurface.hxx ++usr/include/opencascade/Handle_Geom_Transformation.hxx ++usr/include/opencascade/Handle_Geom_TrimmedCurve.hxx ++usr/include/opencascade/Handle_Geom_UndefinedDerivative.hxx ++usr/include/opencascade/Handle_Geom_UndefinedValue.hxx ++usr/include/opencascade/Handle_Geom_Vector.hxx ++usr/include/opencascade/Handle_Geom_VectorWithMagnitude.hxx ++usr/include/opencascade/Handle_HLRAlgo_EdgesBlock.hxx ++usr/include/opencascade/Handle_HLRAlgo_HArray1OfPHDat.hxx ++usr/include/opencascade/Handle_HLRAlgo_HArray1OfPINod.hxx ++usr/include/opencascade/Handle_HLRAlgo_HArray1OfPISeg.hxx ++usr/include/opencascade/Handle_HLRAlgo_HArray1OfTData.hxx ++usr/include/opencascade/Handle_HLRAlgo_ListNodeOfInterferenceList.hxx ++usr/include/opencascade/Handle_HLRAlgo_ListNodeOfListOfBPoint.hxx ++usr/include/opencascade/Handle_HLRAlgo_PolyAlgo.hxx ++usr/include/opencascade/Handle_HLRAlgo_PolyData.hxx ++usr/include/opencascade/Handle_HLRAlgo_PolyInternalData.hxx ++usr/include/opencascade/Handle_HLRAlgo_PolyInternalNode.hxx ++usr/include/opencascade/Handle_HLRAlgo_PolyShellData.hxx ++usr/include/opencascade/Handle_HLRAlgo_WiresBlock.hxx ++usr/include/opencascade/Handle_HLRBRep_Algo.hxx ++usr/include/opencascade/Handle_HLRBRep_AreaLimit.hxx ++usr/include/opencascade/Handle_HLRBRep_Data.hxx ++usr/include/opencascade/Handle_HLRBRep_InternalAlgo.hxx ++usr/include/opencascade/Handle_HLRBRep_ListNodeOfListOfBPnt2D.hxx ++usr/include/opencascade/Handle_HLRBRep_ListNodeOfListOfBPoint.hxx ++usr/include/opencascade/Handle_HLRBRep_PolyAlgo.hxx ++usr/include/opencascade/Handle_HLRBRep_SequenceNodeOfSeqOfShapeBounds.hxx ++usr/include/opencascade/Handle_HLRBRep_SequenceNodeOfSeqPCOfPCLocFOfTheLocateExtPCOfTheProjPCurOfCInter.hxx ++usr/include/opencascade/Handle_HLRTopoBRep_DataMapNodeOfDataMapOfShapeFaceData.hxx ++usr/include/opencascade/Handle_HLRTopoBRep_DataMapNodeOfMapOfShapeListOfVData.hxx ++usr/include/opencascade/Handle_HLRTopoBRep_ListNodeOfListOfVData.hxx ++usr/include/opencascade/Handle_HLRTopoBRep_OutLiner.hxx ++usr/include/opencascade/Handle_HatchGen_SequenceNodeOfDomains.hxx ++usr/include/opencascade/Handle_HatchGen_SequenceNodeOfPointsOnElement.hxx ++usr/include/opencascade/Handle_HatchGen_SequenceNodeOfPointsOnHatching.hxx ++usr/include/opencascade/Handle_Hatch_SequenceNodeOfSequenceOfLine.hxx ++usr/include/opencascade/Handle_Hatch_SequenceNodeOfSequenceOfParameter.hxx ++usr/include/opencascade/Handle_HeaderSection_FileDescription.hxx ++usr/include/opencascade/Handle_HeaderSection_FileName.hxx ++usr/include/opencascade/Handle_HeaderSection_FileSchema.hxx ++usr/include/opencascade/Handle_HeaderSection_HeaderRecognizer.hxx ++usr/include/opencascade/Handle_HeaderSection_Protocol.hxx ++usr/include/opencascade/Handle_IFSelect_Act.hxx ++usr/include/opencascade/Handle_IFSelect_Activator.hxx ++usr/include/opencascade/Handle_IFSelect_AppliedModifiers.hxx ++usr/include/opencascade/Handle_IFSelect_BasicDumper.hxx ++usr/include/opencascade/Handle_IFSelect_CheckCounter.hxx ++usr/include/opencascade/Handle_IFSelect_DispGlobal.hxx ++usr/include/opencascade/Handle_IFSelect_DispPerCount.hxx ++usr/include/opencascade/Handle_IFSelect_DispPerFiles.hxx ++usr/include/opencascade/Handle_IFSelect_DispPerOne.hxx ++usr/include/opencascade/Handle_IFSelect_DispPerSignature.hxx ++usr/include/opencascade/Handle_IFSelect_Dispatch.hxx ++usr/include/opencascade/Handle_IFSelect_EditForm.hxx ++usr/include/opencascade/Handle_IFSelect_Editor.hxx ++usr/include/opencascade/Handle_IFSelect_GeneralModifier.hxx ++usr/include/opencascade/Handle_IFSelect_GraphCounter.hxx ++usr/include/opencascade/Handle_IFSelect_HSeqOfSelection.hxx ++usr/include/opencascade/Handle_IFSelect_IntParam.hxx ++usr/include/opencascade/Handle_IFSelect_ListEditor.hxx ++usr/include/opencascade/Handle_IFSelect_ModelCopier.hxx ++usr/include/opencascade/Handle_IFSelect_ModifEditForm.hxx ++usr/include/opencascade/Handle_IFSelect_ModifReorder.hxx ++usr/include/opencascade/Handle_IFSelect_Modifier.hxx ++usr/include/opencascade/Handle_IFSelect_PacketList.hxx ++usr/include/opencascade/Handle_IFSelect_ParamEditor.hxx ++usr/include/opencascade/Handle_IFSelect_SelectAnyList.hxx ++usr/include/opencascade/Handle_IFSelect_SelectAnyType.hxx ++usr/include/opencascade/Handle_IFSelect_SelectBase.hxx ++usr/include/opencascade/Handle_IFSelect_SelectCombine.hxx ++usr/include/opencascade/Handle_IFSelect_SelectControl.hxx ++usr/include/opencascade/Handle_IFSelect_SelectDeduct.hxx ++usr/include/opencascade/Handle_IFSelect_SelectDiff.hxx ++usr/include/opencascade/Handle_IFSelect_SelectEntityNumber.hxx ++usr/include/opencascade/Handle_IFSelect_SelectErrorEntities.hxx ++usr/include/opencascade/Handle_IFSelect_SelectExplore.hxx ++usr/include/opencascade/Handle_IFSelect_SelectExtract.hxx ++usr/include/opencascade/Handle_IFSelect_SelectFlag.hxx ++usr/include/opencascade/Handle_IFSelect_SelectInList.hxx ++usr/include/opencascade/Handle_IFSelect_SelectIncorrectEntities.hxx ++usr/include/opencascade/Handle_IFSelect_SelectIntersection.hxx ++usr/include/opencascade/Handle_IFSelect_SelectModelEntities.hxx ++usr/include/opencascade/Handle_IFSelect_SelectModelRoots.hxx ++usr/include/opencascade/Handle_IFSelect_SelectPointed.hxx ++usr/include/opencascade/Handle_IFSelect_SelectRange.hxx ++usr/include/opencascade/Handle_IFSelect_SelectRootComps.hxx ++usr/include/opencascade/Handle_IFSelect_SelectRoots.hxx ++usr/include/opencascade/Handle_IFSelect_SelectSent.hxx ++usr/include/opencascade/Handle_IFSelect_SelectShared.hxx ++usr/include/opencascade/Handle_IFSelect_SelectSharing.hxx ++usr/include/opencascade/Handle_IFSelect_SelectSignature.hxx ++usr/include/opencascade/Handle_IFSelect_SelectSignedShared.hxx ++usr/include/opencascade/Handle_IFSelect_SelectSignedSharing.hxx ++usr/include/opencascade/Handle_IFSelect_SelectSuite.hxx ++usr/include/opencascade/Handle_IFSelect_SelectType.hxx ++usr/include/opencascade/Handle_IFSelect_SelectUnion.hxx ++usr/include/opencascade/Handle_IFSelect_SelectUnknownEntities.hxx ++usr/include/opencascade/Handle_IFSelect_Selection.hxx ++usr/include/opencascade/Handle_IFSelect_SequenceNodeOfSequenceOfAppliedModifiers.hxx ++usr/include/opencascade/Handle_IFSelect_SequenceNodeOfSequenceOfGeneralModifier.hxx ++usr/include/opencascade/Handle_IFSelect_SequenceNodeOfSequenceOfInterfaceModel.hxx ++usr/include/opencascade/Handle_IFSelect_SequenceNodeOfTSeqOfDispatch.hxx ++usr/include/opencascade/Handle_IFSelect_SequenceNodeOfTSeqOfSelection.hxx ++usr/include/opencascade/Handle_IFSelect_SessionDumper.hxx ++usr/include/opencascade/Handle_IFSelect_SessionPilot.hxx ++usr/include/opencascade/Handle_IFSelect_ShareOut.hxx ++usr/include/opencascade/Handle_IFSelect_SignAncestor.hxx ++usr/include/opencascade/Handle_IFSelect_SignCategory.hxx ++usr/include/opencascade/Handle_IFSelect_SignCounter.hxx ++usr/include/opencascade/Handle_IFSelect_SignMultiple.hxx ++usr/include/opencascade/Handle_IFSelect_SignType.hxx ++usr/include/opencascade/Handle_IFSelect_SignValidity.hxx ++usr/include/opencascade/Handle_IFSelect_Signature.hxx ++usr/include/opencascade/Handle_IFSelect_SignatureList.hxx ++usr/include/opencascade/Handle_IFSelect_TransformStandard.hxx ++usr/include/opencascade/Handle_IFSelect_Transformer.hxx ++usr/include/opencascade/Handle_IFSelect_WorkLibrary.hxx ++usr/include/opencascade/Handle_IFSelect_WorkSession.hxx ++usr/include/opencascade/Handle_IGESAppli_DrilledHole.hxx ++usr/include/opencascade/Handle_IGESAppli_ElementResults.hxx ++usr/include/opencascade/Handle_IGESAppli_FiniteElement.hxx ++usr/include/opencascade/Handle_IGESAppli_Flow.hxx ++usr/include/opencascade/Handle_IGESAppli_FlowLineSpec.hxx ++usr/include/opencascade/Handle_IGESAppli_GeneralModule.hxx ++usr/include/opencascade/Handle_IGESAppli_HArray1OfFiniteElement.hxx ++usr/include/opencascade/Handle_IGESAppli_HArray1OfFlow.hxx ++usr/include/opencascade/Handle_IGESAppli_HArray1OfNode.hxx ++usr/include/opencascade/Handle_IGESAppli_LevelFunction.hxx ++usr/include/opencascade/Handle_IGESAppli_LevelToPWBLayerMap.hxx ++usr/include/opencascade/Handle_IGESAppli_LineWidening.hxx ++usr/include/opencascade/Handle_IGESAppli_NodalConstraint.hxx ++usr/include/opencascade/Handle_IGESAppli_NodalDisplAndRot.hxx ++usr/include/opencascade/Handle_IGESAppli_NodalResults.hxx ++usr/include/opencascade/Handle_IGESAppli_Node.hxx ++usr/include/opencascade/Handle_IGESAppli_PWBArtworkStackup.hxx ++usr/include/opencascade/Handle_IGESAppli_PWBDrilledHole.hxx ++usr/include/opencascade/Handle_IGESAppli_PartNumber.hxx ++usr/include/opencascade/Handle_IGESAppli_PinNumber.hxx ++usr/include/opencascade/Handle_IGESAppli_PipingFlow.hxx ++usr/include/opencascade/Handle_IGESAppli_Protocol.hxx ++usr/include/opencascade/Handle_IGESAppli_ReadWriteModule.hxx ++usr/include/opencascade/Handle_IGESAppli_ReferenceDesignator.hxx ++usr/include/opencascade/Handle_IGESAppli_RegionRestriction.hxx ++usr/include/opencascade/Handle_IGESAppli_SpecificModule.hxx ++usr/include/opencascade/Handle_IGESBasic_AssocGroupType.hxx ++usr/include/opencascade/Handle_IGESBasic_ExternalRefFile.hxx ++usr/include/opencascade/Handle_IGESBasic_ExternalRefFileIndex.hxx ++usr/include/opencascade/Handle_IGESBasic_ExternalRefFileName.hxx ++usr/include/opencascade/Handle_IGESBasic_ExternalRefLibName.hxx ++usr/include/opencascade/Handle_IGESBasic_ExternalRefName.hxx ++usr/include/opencascade/Handle_IGESBasic_ExternalReferenceFile.hxx ++usr/include/opencascade/Handle_IGESBasic_GeneralModule.hxx ++usr/include/opencascade/Handle_IGESBasic_Group.hxx ++usr/include/opencascade/Handle_IGESBasic_GroupWithoutBackP.hxx ++usr/include/opencascade/Handle_IGESBasic_HArray1OfHArray1OfIGESEntity.hxx ++usr/include/opencascade/Handle_IGESBasic_HArray1OfHArray1OfInteger.hxx ++usr/include/opencascade/Handle_IGESBasic_HArray1OfHArray1OfReal.hxx ++usr/include/opencascade/Handle_IGESBasic_HArray1OfHArray1OfXY.hxx ++usr/include/opencascade/Handle_IGESBasic_HArray1OfHArray1OfXYZ.hxx ++usr/include/opencascade/Handle_IGESBasic_HArray1OfLineFontEntity.hxx ++usr/include/opencascade/Handle_IGESBasic_HArray2OfHArray1OfReal.hxx ++usr/include/opencascade/Handle_IGESBasic_Hierarchy.hxx ++usr/include/opencascade/Handle_IGESBasic_Name.hxx ++usr/include/opencascade/Handle_IGESBasic_OrderedGroup.hxx ++usr/include/opencascade/Handle_IGESBasic_OrderedGroupWithoutBackP.hxx ++usr/include/opencascade/Handle_IGESBasic_Protocol.hxx ++usr/include/opencascade/Handle_IGESBasic_ReadWriteModule.hxx ++usr/include/opencascade/Handle_IGESBasic_SingleParent.hxx ++usr/include/opencascade/Handle_IGESBasic_SingularSubfigure.hxx ++usr/include/opencascade/Handle_IGESBasic_SpecificModule.hxx ++usr/include/opencascade/Handle_IGESBasic_SubfigureDef.hxx ++usr/include/opencascade/Handle_IGESControl_ActorWrite.hxx ++usr/include/opencascade/Handle_IGESControl_AlgoContainer.hxx ++usr/include/opencascade/Handle_IGESControl_Controller.hxx ++usr/include/opencascade/Handle_IGESControl_IGESBoundary.hxx ++usr/include/opencascade/Handle_IGESControl_ToolContainer.hxx ++usr/include/opencascade/Handle_IGESData_ColorEntity.hxx ++usr/include/opencascade/Handle_IGESData_DefaultGeneral.hxx ++usr/include/opencascade/Handle_IGESData_DefaultSpecific.hxx ++usr/include/opencascade/Handle_IGESData_FileProtocol.hxx ++usr/include/opencascade/Handle_IGESData_FileRecognizer.hxx ++usr/include/opencascade/Handle_IGESData_FreeFormatEntity.hxx ++usr/include/opencascade/Handle_IGESData_GeneralModule.hxx ++usr/include/opencascade/Handle_IGESData_GlobalNodeOfSpecificLib.hxx ++usr/include/opencascade/Handle_IGESData_GlobalNodeOfWriterLib.hxx ++usr/include/opencascade/Handle_IGESData_HArray1OfIGESEntity.hxx ++usr/include/opencascade/Handle_IGESData_IGESEntity.hxx ++usr/include/opencascade/Handle_IGESData_IGESModel.hxx ++usr/include/opencascade/Handle_IGESData_IGESReaderData.hxx ++usr/include/opencascade/Handle_IGESData_LabelDisplayEntity.hxx ++usr/include/opencascade/Handle_IGESData_LevelListEntity.hxx ++usr/include/opencascade/Handle_IGESData_LineFontEntity.hxx ++usr/include/opencascade/Handle_IGESData_NameEntity.hxx ++usr/include/opencascade/Handle_IGESData_NodeOfSpecificLib.hxx ++usr/include/opencascade/Handle_IGESData_NodeOfWriterLib.hxx ++usr/include/opencascade/Handle_IGESData_Protocol.hxx ++usr/include/opencascade/Handle_IGESData_ReadWriteModule.hxx ++usr/include/opencascade/Handle_IGESData_SingleParentEntity.hxx ++usr/include/opencascade/Handle_IGESData_SpecificModule.hxx ++usr/include/opencascade/Handle_IGESData_ToolLocation.hxx ++usr/include/opencascade/Handle_IGESData_TransfEntity.hxx ++usr/include/opencascade/Handle_IGESData_UndefinedEntity.hxx ++usr/include/opencascade/Handle_IGESData_ViewKindEntity.hxx ++usr/include/opencascade/Handle_IGESDefs_AssociativityDef.hxx ++usr/include/opencascade/Handle_IGESDefs_AttributeDef.hxx ++usr/include/opencascade/Handle_IGESDefs_AttributeTable.hxx ++usr/include/opencascade/Handle_IGESDefs_GeneralModule.hxx ++usr/include/opencascade/Handle_IGESDefs_GenericData.hxx ++usr/include/opencascade/Handle_IGESDefs_HArray1OfHArray1OfTextDisplayTemplate.hxx ++usr/include/opencascade/Handle_IGESDefs_HArray1OfTabularData.hxx ++usr/include/opencascade/Handle_IGESDefs_MacroDef.hxx ++usr/include/opencascade/Handle_IGESDefs_Protocol.hxx ++usr/include/opencascade/Handle_IGESDefs_ReadWriteModule.hxx ++usr/include/opencascade/Handle_IGESDefs_SpecificModule.hxx ++usr/include/opencascade/Handle_IGESDefs_TabularData.hxx ++usr/include/opencascade/Handle_IGESDefs_UnitsData.hxx ++usr/include/opencascade/Handle_IGESDimen_AngularDimension.hxx ++usr/include/opencascade/Handle_IGESDimen_BasicDimension.hxx ++usr/include/opencascade/Handle_IGESDimen_CenterLine.hxx ++usr/include/opencascade/Handle_IGESDimen_CurveDimension.hxx ++usr/include/opencascade/Handle_IGESDimen_DiameterDimension.hxx ++usr/include/opencascade/Handle_IGESDimen_DimensionDisplayData.hxx ++usr/include/opencascade/Handle_IGESDimen_DimensionTolerance.hxx ++usr/include/opencascade/Handle_IGESDimen_DimensionUnits.hxx ++usr/include/opencascade/Handle_IGESDimen_DimensionedGeometry.hxx ++usr/include/opencascade/Handle_IGESDimen_FlagNote.hxx ++usr/include/opencascade/Handle_IGESDimen_GeneralLabel.hxx ++usr/include/opencascade/Handle_IGESDimen_GeneralModule.hxx ++usr/include/opencascade/Handle_IGESDimen_GeneralNote.hxx ++usr/include/opencascade/Handle_IGESDimen_GeneralSymbol.hxx ++usr/include/opencascade/Handle_IGESDimen_HArray1OfGeneralNote.hxx ++usr/include/opencascade/Handle_IGESDimen_HArray1OfLeaderArrow.hxx ++usr/include/opencascade/Handle_IGESDimen_LeaderArrow.hxx ++usr/include/opencascade/Handle_IGESDimen_LinearDimension.hxx ++usr/include/opencascade/Handle_IGESDimen_NewDimensionedGeometry.hxx ++usr/include/opencascade/Handle_IGESDimen_NewGeneralNote.hxx ++usr/include/opencascade/Handle_IGESDimen_OrdinateDimension.hxx ++usr/include/opencascade/Handle_IGESDimen_PointDimension.hxx ++usr/include/opencascade/Handle_IGESDimen_Protocol.hxx ++usr/include/opencascade/Handle_IGESDimen_RadiusDimension.hxx ++usr/include/opencascade/Handle_IGESDimen_ReadWriteModule.hxx ++usr/include/opencascade/Handle_IGESDimen_Section.hxx ++usr/include/opencascade/Handle_IGESDimen_SectionedArea.hxx ++usr/include/opencascade/Handle_IGESDimen_SpecificModule.hxx ++usr/include/opencascade/Handle_IGESDimen_WitnessLine.hxx ++usr/include/opencascade/Handle_IGESDraw_CircArraySubfigure.hxx ++usr/include/opencascade/Handle_IGESDraw_ConnectPoint.hxx ++usr/include/opencascade/Handle_IGESDraw_Drawing.hxx ++usr/include/opencascade/Handle_IGESDraw_DrawingWithRotation.hxx ++usr/include/opencascade/Handle_IGESDraw_GeneralModule.hxx ++usr/include/opencascade/Handle_IGESDraw_HArray1OfConnectPoint.hxx ++usr/include/opencascade/Handle_IGESDraw_HArray1OfViewKindEntity.hxx ++usr/include/opencascade/Handle_IGESDraw_LabelDisplay.hxx ++usr/include/opencascade/Handle_IGESDraw_NetworkSubfigure.hxx ++usr/include/opencascade/Handle_IGESDraw_NetworkSubfigureDef.hxx ++usr/include/opencascade/Handle_IGESDraw_PerspectiveView.hxx ++usr/include/opencascade/Handle_IGESDraw_Planar.hxx ++usr/include/opencascade/Handle_IGESDraw_Protocol.hxx ++usr/include/opencascade/Handle_IGESDraw_ReadWriteModule.hxx ++usr/include/opencascade/Handle_IGESDraw_RectArraySubfigure.hxx ++usr/include/opencascade/Handle_IGESDraw_SegmentedViewsVisible.hxx ++usr/include/opencascade/Handle_IGESDraw_SpecificModule.hxx ++usr/include/opencascade/Handle_IGESDraw_View.hxx ++usr/include/opencascade/Handle_IGESDraw_ViewsVisible.hxx ++usr/include/opencascade/Handle_IGESDraw_ViewsVisibleWithAttr.hxx ++usr/include/opencascade/Handle_IGESGeom_BSplineCurve.hxx ++usr/include/opencascade/Handle_IGESGeom_BSplineSurface.hxx ++usr/include/opencascade/Handle_IGESGeom_Boundary.hxx ++usr/include/opencascade/Handle_IGESGeom_BoundedSurface.hxx ++usr/include/opencascade/Handle_IGESGeom_CircularArc.hxx ++usr/include/opencascade/Handle_IGESGeom_CompositeCurve.hxx ++usr/include/opencascade/Handle_IGESGeom_ConicArc.hxx ++usr/include/opencascade/Handle_IGESGeom_CopiousData.hxx ++usr/include/opencascade/Handle_IGESGeom_CurveOnSurface.hxx ++usr/include/opencascade/Handle_IGESGeom_Direction.hxx ++usr/include/opencascade/Handle_IGESGeom_Flash.hxx ++usr/include/opencascade/Handle_IGESGeom_GeneralModule.hxx ++usr/include/opencascade/Handle_IGESGeom_HArray1OfBoundary.hxx ++usr/include/opencascade/Handle_IGESGeom_HArray1OfCurveOnSurface.hxx ++usr/include/opencascade/Handle_IGESGeom_HArray1OfTransformationMatrix.hxx ++usr/include/opencascade/Handle_IGESGeom_Line.hxx ++usr/include/opencascade/Handle_IGESGeom_OffsetCurve.hxx ++usr/include/opencascade/Handle_IGESGeom_OffsetSurface.hxx ++usr/include/opencascade/Handle_IGESGeom_Plane.hxx ++usr/include/opencascade/Handle_IGESGeom_Point.hxx ++usr/include/opencascade/Handle_IGESGeom_Protocol.hxx ++usr/include/opencascade/Handle_IGESGeom_ReadWriteModule.hxx ++usr/include/opencascade/Handle_IGESGeom_RuledSurface.hxx ++usr/include/opencascade/Handle_IGESGeom_SpecificModule.hxx ++usr/include/opencascade/Handle_IGESGeom_SplineCurve.hxx ++usr/include/opencascade/Handle_IGESGeom_SplineSurface.hxx ++usr/include/opencascade/Handle_IGESGeom_SurfaceOfRevolution.hxx ++usr/include/opencascade/Handle_IGESGeom_TabulatedCylinder.hxx ++usr/include/opencascade/Handle_IGESGeom_TransformationMatrix.hxx ++usr/include/opencascade/Handle_IGESGeom_TrimmedSurface.hxx ++usr/include/opencascade/Handle_IGESGraph_Color.hxx ++usr/include/opencascade/Handle_IGESGraph_DefinitionLevel.hxx ++usr/include/opencascade/Handle_IGESGraph_DrawingSize.hxx ++usr/include/opencascade/Handle_IGESGraph_DrawingUnits.hxx ++usr/include/opencascade/Handle_IGESGraph_GeneralModule.hxx ++usr/include/opencascade/Handle_IGESGraph_HArray1OfColor.hxx ++usr/include/opencascade/Handle_IGESGraph_HArray1OfTextDisplayTemplate.hxx ++usr/include/opencascade/Handle_IGESGraph_HArray1OfTextFontDef.hxx ++usr/include/opencascade/Handle_IGESGraph_HighLight.hxx ++usr/include/opencascade/Handle_IGESGraph_IntercharacterSpacing.hxx ++usr/include/opencascade/Handle_IGESGraph_LineFontDefPattern.hxx ++usr/include/opencascade/Handle_IGESGraph_LineFontDefTemplate.hxx ++usr/include/opencascade/Handle_IGESGraph_LineFontPredefined.hxx ++usr/include/opencascade/Handle_IGESGraph_NominalSize.hxx ++usr/include/opencascade/Handle_IGESGraph_Pick.hxx ++usr/include/opencascade/Handle_IGESGraph_Protocol.hxx ++usr/include/opencascade/Handle_IGESGraph_ReadWriteModule.hxx ++usr/include/opencascade/Handle_IGESGraph_SpecificModule.hxx ++usr/include/opencascade/Handle_IGESGraph_TextDisplayTemplate.hxx ++usr/include/opencascade/Handle_IGESGraph_TextFontDef.hxx ++usr/include/opencascade/Handle_IGESGraph_UniformRectGrid.hxx ++usr/include/opencascade/Handle_IGESSelect_Activator.hxx ++usr/include/opencascade/Handle_IGESSelect_AddFileComment.hxx ++usr/include/opencascade/Handle_IGESSelect_AddGroup.hxx ++usr/include/opencascade/Handle_IGESSelect_AutoCorrect.hxx ++usr/include/opencascade/Handle_IGESSelect_ChangeLevelList.hxx ++usr/include/opencascade/Handle_IGESSelect_ChangeLevelNumber.hxx ++usr/include/opencascade/Handle_IGESSelect_ComputeStatus.hxx ++usr/include/opencascade/Handle_IGESSelect_CounterOfLevelNumber.hxx ++usr/include/opencascade/Handle_IGESSelect_DispPerDrawing.hxx ++usr/include/opencascade/Handle_IGESSelect_DispPerSingleView.hxx ++usr/include/opencascade/Handle_IGESSelect_Dumper.hxx ++usr/include/opencascade/Handle_IGESSelect_EditDirPart.hxx ++usr/include/opencascade/Handle_IGESSelect_EditHeader.hxx ++usr/include/opencascade/Handle_IGESSelect_FileModifier.hxx ++usr/include/opencascade/Handle_IGESSelect_FloatFormat.hxx ++usr/include/opencascade/Handle_IGESSelect_IGESName.hxx ++usr/include/opencascade/Handle_IGESSelect_IGESTypeForm.hxx ++usr/include/opencascade/Handle_IGESSelect_ModelModifier.hxx ++usr/include/opencascade/Handle_IGESSelect_RebuildDrawings.hxx ++usr/include/opencascade/Handle_IGESSelect_RebuildGroups.hxx ++usr/include/opencascade/Handle_IGESSelect_RemoveCurves.hxx ++usr/include/opencascade/Handle_IGESSelect_SelectBasicGeom.hxx ++usr/include/opencascade/Handle_IGESSelect_SelectBypassGroup.hxx ++usr/include/opencascade/Handle_IGESSelect_SelectBypassSubfigure.hxx ++usr/include/opencascade/Handle_IGESSelect_SelectDrawingFrom.hxx ++usr/include/opencascade/Handle_IGESSelect_SelectFaces.hxx ++usr/include/opencascade/Handle_IGESSelect_SelectFromDrawing.hxx ++usr/include/opencascade/Handle_IGESSelect_SelectFromSingleView.hxx ++usr/include/opencascade/Handle_IGESSelect_SelectLevelNumber.hxx ++usr/include/opencascade/Handle_IGESSelect_SelectName.hxx ++usr/include/opencascade/Handle_IGESSelect_SelectPCurves.hxx ++usr/include/opencascade/Handle_IGESSelect_SelectSingleViewFrom.hxx ++usr/include/opencascade/Handle_IGESSelect_SelectSubordinate.hxx ++usr/include/opencascade/Handle_IGESSelect_SelectVisibleStatus.hxx ++usr/include/opencascade/Handle_IGESSelect_SetGlobalParameter.hxx ++usr/include/opencascade/Handle_IGESSelect_SetLabel.hxx ++usr/include/opencascade/Handle_IGESSelect_SetVersion5.hxx ++usr/include/opencascade/Handle_IGESSelect_SignColor.hxx ++usr/include/opencascade/Handle_IGESSelect_SignLevelNumber.hxx ++usr/include/opencascade/Handle_IGESSelect_SignStatus.hxx ++usr/include/opencascade/Handle_IGESSelect_SplineToBSpline.hxx ++usr/include/opencascade/Handle_IGESSelect_UpdateCreationDate.hxx ++usr/include/opencascade/Handle_IGESSelect_UpdateFileName.hxx ++usr/include/opencascade/Handle_IGESSelect_UpdateLastChange.hxx ++usr/include/opencascade/Handle_IGESSelect_ViewSorter.hxx ++usr/include/opencascade/Handle_IGESSelect_WorkLibrary.hxx ++usr/include/opencascade/Handle_IGESSolid_Block.hxx ++usr/include/opencascade/Handle_IGESSolid_BooleanTree.hxx ++usr/include/opencascade/Handle_IGESSolid_ConeFrustum.hxx ++usr/include/opencascade/Handle_IGESSolid_ConicalSurface.hxx ++usr/include/opencascade/Handle_IGESSolid_Cylinder.hxx ++usr/include/opencascade/Handle_IGESSolid_CylindricalSurface.hxx ++usr/include/opencascade/Handle_IGESSolid_EdgeList.hxx ++usr/include/opencascade/Handle_IGESSolid_Ellipsoid.hxx ++usr/include/opencascade/Handle_IGESSolid_Face.hxx ++usr/include/opencascade/Handle_IGESSolid_GeneralModule.hxx ++usr/include/opencascade/Handle_IGESSolid_HArray1OfFace.hxx ++usr/include/opencascade/Handle_IGESSolid_HArray1OfLoop.hxx ++usr/include/opencascade/Handle_IGESSolid_HArray1OfShell.hxx ++usr/include/opencascade/Handle_IGESSolid_HArray1OfVertexList.hxx ++usr/include/opencascade/Handle_IGESSolid_Loop.hxx ++usr/include/opencascade/Handle_IGESSolid_ManifoldSolid.hxx ++usr/include/opencascade/Handle_IGESSolid_PlaneSurface.hxx ++usr/include/opencascade/Handle_IGESSolid_Protocol.hxx ++usr/include/opencascade/Handle_IGESSolid_ReadWriteModule.hxx ++usr/include/opencascade/Handle_IGESSolid_RightAngularWedge.hxx ++usr/include/opencascade/Handle_IGESSolid_SelectedComponent.hxx ++usr/include/opencascade/Handle_IGESSolid_Shell.hxx ++usr/include/opencascade/Handle_IGESSolid_SolidAssembly.hxx ++usr/include/opencascade/Handle_IGESSolid_SolidInstance.hxx ++usr/include/opencascade/Handle_IGESSolid_SolidOfLinearExtrusion.hxx ++usr/include/opencascade/Handle_IGESSolid_SolidOfRevolution.hxx ++usr/include/opencascade/Handle_IGESSolid_SpecificModule.hxx ++usr/include/opencascade/Handle_IGESSolid_Sphere.hxx ++usr/include/opencascade/Handle_IGESSolid_SphericalSurface.hxx ++usr/include/opencascade/Handle_IGESSolid_ToroidalSurface.hxx ++usr/include/opencascade/Handle_IGESSolid_Torus.hxx ++usr/include/opencascade/Handle_IGESSolid_VertexList.hxx ++usr/include/opencascade/Handle_IGESToBRep_Actor.hxx ++usr/include/opencascade/Handle_IGESToBRep_AlgoContainer.hxx ++usr/include/opencascade/Handle_IGESToBRep_IGESBoundary.hxx ++usr/include/opencascade/Handle_IGESToBRep_ToolContainer.hxx ++usr/include/opencascade/Handle_IntAna_ListNodeOfListOfCurve.hxx ++usr/include/opencascade/Handle_IntCurveSurface_SequenceNodeOfSequenceOfPnt.hxx ++usr/include/opencascade/Handle_IntCurveSurface_SequenceNodeOfSequenceOfSeg.hxx ++usr/include/opencascade/Handle_IntPatch_ALine.hxx ++usr/include/opencascade/Handle_IntPatch_GLine.hxx ++usr/include/opencascade/Handle_IntPatch_Line.hxx ++usr/include/opencascade/Handle_IntPatch_RLine.hxx ++usr/include/opencascade/Handle_IntPatch_SequenceNodeOfSequenceOfIWLineOfTheIWalking.hxx ++usr/include/opencascade/Handle_IntPatch_SequenceNodeOfSequenceOfLine.hxx ++usr/include/opencascade/Handle_IntPatch_SequenceNodeOfSequenceOfPathPointOfTheSOnBounds.hxx ++usr/include/opencascade/Handle_IntPatch_SequenceNodeOfSequenceOfPoint.hxx ++usr/include/opencascade/Handle_IntPatch_SequenceNodeOfSequenceOfSegmentOfTheSOnBounds.hxx ++usr/include/opencascade/Handle_IntPatch_TheIWLineOfTheIWalking.hxx ++usr/include/opencascade/Handle_IntPatch_WLine.hxx ++usr/include/opencascade/Handle_IntPoly_IndexedMapNodeOfIndexedMapOfPnt.hxx ++usr/include/opencascade/Handle_IntPoly_IndexedMapNodeOfIndexedMapOfPnt2d.hxx ++usr/include/opencascade/Handle_IntPoly_SequenceNodeOfSequenceOfSequenceOfPnt.hxx ++usr/include/opencascade/Handle_IntPoly_SequenceNodeOfSequenceOfSequenceOfPnt2d.hxx ++usr/include/opencascade/Handle_IntPolyh_SequenceNodeOfSeqOfStartPoints.hxx ++usr/include/opencascade/Handle_IntRes2d_SequenceNodeOfSequenceOfIntersectionPoint.hxx ++usr/include/opencascade/Handle_IntRes2d_SequenceNodeOfSequenceOfIntersectionSegment.hxx ++usr/include/opencascade/Handle_IntStart_SITopolTool.hxx ++usr/include/opencascade/Handle_IntSurf_LineOn2S.hxx ++usr/include/opencascade/Handle_IntSurf_ListNodeOfListOfPntOn2S.hxx ++usr/include/opencascade/Handle_IntSurf_SequenceNodeOfSequenceOfCouple.hxx ++usr/include/opencascade/Handle_IntSurf_SequenceNodeOfSequenceOfInteriorPoint.hxx ++usr/include/opencascade/Handle_IntSurf_SequenceNodeOfSequenceOfPathPoint.hxx ++usr/include/opencascade/Handle_IntSurf_SequenceNodeOfSequenceOfPntOn2S.hxx ++usr/include/opencascade/Handle_IntTools_DataMapNodeOfDataMapOfCurveSampleBox.hxx ++usr/include/opencascade/Handle_IntTools_DataMapNodeOfDataMapOfSurfaceSampleBox.hxx ++usr/include/opencascade/Handle_IntTools_IndexedDataMapNodeOfIndexedDataMapOfTransientAddress.hxx ++usr/include/opencascade/Handle_IntTools_ListNodeOfListOfBox.hxx ++usr/include/opencascade/Handle_IntTools_ListNodeOfListOfCurveRangeSample.hxx ++usr/include/opencascade/Handle_IntTools_ListNodeOfListOfSurfaceRangeSample.hxx ++usr/include/opencascade/Handle_IntTools_SequenceNodeOfSequenceOfCommonPrts.hxx ++usr/include/opencascade/Handle_IntTools_SequenceNodeOfSequenceOfCurves.hxx ++usr/include/opencascade/Handle_IntTools_SequenceNodeOfSequenceOfPntOn2Faces.hxx ++usr/include/opencascade/Handle_IntTools_SequenceNodeOfSequenceOfRanges.hxx ++usr/include/opencascade/Handle_IntTools_SequenceNodeOfSequenceOfRoots.hxx ++usr/include/opencascade/Handle_IntTools_StdMapNodeOfMapOfCurveSample.hxx ++usr/include/opencascade/Handle_IntTools_StdMapNodeOfMapOfSurfaceSample.hxx ++usr/include/opencascade/Handle_IntTools_TopolTool.hxx ++usr/include/opencascade/Handle_Interface_Check.hxx ++usr/include/opencascade/Handle_Interface_CheckFailure.hxx ++usr/include/opencascade/Handle_Interface_CopyControl.hxx ++usr/include/opencascade/Handle_Interface_CopyMap.hxx ++usr/include/opencascade/Handle_Interface_DataMapNodeOfDataMapOfTransientInteger.hxx ++usr/include/opencascade/Handle_Interface_EntityCluster.hxx ++usr/include/opencascade/Handle_Interface_FileReaderData.hxx ++usr/include/opencascade/Handle_Interface_GTool.hxx ++usr/include/opencascade/Handle_Interface_GeneralModule.hxx ++usr/include/opencascade/Handle_Interface_GlobalNodeOfGeneralLib.hxx ++usr/include/opencascade/Handle_Interface_GlobalNodeOfReaderLib.hxx ++usr/include/opencascade/Handle_Interface_HArray1OfHAsciiString.hxx ++usr/include/opencascade/Handle_Interface_HGraph.hxx ++usr/include/opencascade/Handle_Interface_HSequenceOfCheck.hxx ++usr/include/opencascade/Handle_Interface_IndexedMapNodeOfIndexedMapOfAsciiString.hxx ++usr/include/opencascade/Handle_Interface_IntVal.hxx ++usr/include/opencascade/Handle_Interface_InterfaceError.hxx ++usr/include/opencascade/Handle_Interface_InterfaceMismatch.hxx ++usr/include/opencascade/Handle_Interface_InterfaceModel.hxx ++usr/include/opencascade/Handle_Interface_NodeOfGeneralLib.hxx ++usr/include/opencascade/Handle_Interface_NodeOfReaderLib.hxx ++usr/include/opencascade/Handle_Interface_ParamList.hxx ++usr/include/opencascade/Handle_Interface_ParamSet.hxx ++usr/include/opencascade/Handle_Interface_Protocol.hxx ++usr/include/opencascade/Handle_Interface_ReaderModule.hxx ++usr/include/opencascade/Handle_Interface_ReportEntity.hxx ++usr/include/opencascade/Handle_Interface_SequenceNodeOfSequenceOfCheck.hxx ++usr/include/opencascade/Handle_Interface_SignLabel.hxx ++usr/include/opencascade/Handle_Interface_SignType.hxx ++usr/include/opencascade/Handle_Interface_Static.hxx ++usr/include/opencascade/Handle_Interface_TypedValue.hxx ++usr/include/opencascade/Handle_Interface_UndefinedContent.hxx ++usr/include/opencascade/Handle_Intf_SequenceNodeOfSeqOfSectionLine.hxx ++usr/include/opencascade/Handle_Intf_SequenceNodeOfSeqOfSectionPoint.hxx ++usr/include/opencascade/Handle_Intf_SequenceNodeOfSeqOfTangentZone.hxx ++usr/include/opencascade/Handle_Intrv_SequenceNodeOfSequenceOfInterval.hxx ++usr/include/opencascade/Handle_LProp_BadContinuity.hxx ++usr/include/opencascade/Handle_LProp_NotDefined.hxx ++usr/include/opencascade/Handle_LProp_SequenceNodeOfSequenceOfCIType.hxx ++usr/include/opencascade/Handle_Law_BSpFunc.hxx ++usr/include/opencascade/Handle_Law_BSpline.hxx ++usr/include/opencascade/Handle_Law_Composite.hxx ++usr/include/opencascade/Handle_Law_Constant.hxx ++usr/include/opencascade/Handle_Law_Function.hxx ++usr/include/opencascade/Handle_Law_Interpol.hxx ++usr/include/opencascade/Handle_Law_Linear.hxx ++usr/include/opencascade/Handle_Law_ListNodeOfLaws.hxx ++usr/include/opencascade/Handle_Law_S.hxx ++usr/include/opencascade/Handle_LocOpe_DataMapNodeOfDataMapOfShapePnt.hxx ++usr/include/opencascade/Handle_LocOpe_GeneratedShape.hxx ++usr/include/opencascade/Handle_LocOpe_GluedShape.hxx ++usr/include/opencascade/Handle_LocOpe_HBuilder.hxx ++usr/include/opencascade/Handle_LocOpe_ProjectedWires.hxx ++usr/include/opencascade/Handle_LocOpe_SequenceNodeOfSequenceOfCirc.hxx ++usr/include/opencascade/Handle_LocOpe_SequenceNodeOfSequenceOfLin.hxx ++usr/include/opencascade/Handle_LocOpe_SequenceNodeOfSequenceOfPntFace.hxx ++usr/include/opencascade/Handle_LocOpe_WiresOnShape.hxx ++usr/include/opencascade/Handle_MAT2d_Circuit.hxx ++usr/include/opencascade/Handle_MAT2d_Connexion.hxx ++usr/include/opencascade/Handle_MAT2d_DataMapNodeOfDataMapOfBiIntInteger.hxx ++usr/include/opencascade/Handle_MAT2d_DataMapNodeOfDataMapOfBiIntSequenceOfInteger.hxx ++usr/include/opencascade/Handle_MAT2d_DataMapNodeOfDataMapOfIntegerBisec.hxx ++usr/include/opencascade/Handle_MAT2d_DataMapNodeOfDataMapOfIntegerConnexion.hxx ++usr/include/opencascade/Handle_MAT2d_DataMapNodeOfDataMapOfIntegerPnt2d.hxx ++usr/include/opencascade/Handle_MAT2d_DataMapNodeOfDataMapOfIntegerSequenceOfConnexion.hxx ++usr/include/opencascade/Handle_MAT2d_DataMapNodeOfDataMapOfIntegerVec2d.hxx ++usr/include/opencascade/Handle_MAT2d_SequenceNodeOfSequenceOfConnexion.hxx ++usr/include/opencascade/Handle_MAT2d_SequenceNodeOfSequenceOfSequenceOfCurve.hxx ++usr/include/opencascade/Handle_MAT2d_SequenceNodeOfSequenceOfSequenceOfGeometry.hxx ++usr/include/opencascade/Handle_MAT_Arc.hxx ++usr/include/opencascade/Handle_MAT_BasicElt.hxx ++usr/include/opencascade/Handle_MAT_Bisector.hxx ++usr/include/opencascade/Handle_MAT_DataMapNodeOfDataMapOfIntegerArc.hxx ++usr/include/opencascade/Handle_MAT_DataMapNodeOfDataMapOfIntegerBasicElt.hxx ++usr/include/opencascade/Handle_MAT_DataMapNodeOfDataMapOfIntegerBisector.hxx ++usr/include/opencascade/Handle_MAT_DataMapNodeOfDataMapOfIntegerNode.hxx ++usr/include/opencascade/Handle_MAT_Edge.hxx ++usr/include/opencascade/Handle_MAT_Graph.hxx ++usr/include/opencascade/Handle_MAT_ListOfBisector.hxx ++usr/include/opencascade/Handle_MAT_ListOfEdge.hxx ++usr/include/opencascade/Handle_MAT_Node.hxx ++usr/include/opencascade/Handle_MAT_SequenceNodeOfSequenceOfArc.hxx ++usr/include/opencascade/Handle_MAT_SequenceNodeOfSequenceOfBasicElt.hxx ++usr/include/opencascade/Handle_MAT_TListNodeOfListOfBisector.hxx ++usr/include/opencascade/Handle_MAT_TListNodeOfListOfEdge.hxx ++usr/include/opencascade/Handle_MAT_Zone.hxx ++usr/include/opencascade/Handle_MoniTool_CaseData.hxx ++usr/include/opencascade/Handle_MoniTool_DataMapNodeOfDataMapOfShapeTransient.hxx ++usr/include/opencascade/Handle_MoniTool_DataMapNodeOfDataMapOfTimer.hxx ++usr/include/opencascade/Handle_MoniTool_Element.hxx ++usr/include/opencascade/Handle_MoniTool_HSequenceOfElement.hxx ++usr/include/opencascade/Handle_MoniTool_IndexedDataMapNodeOfIndexedDataMapOfShapeTransient.hxx ++usr/include/opencascade/Handle_MoniTool_IntVal.hxx ++usr/include/opencascade/Handle_MoniTool_Option.hxx ++usr/include/opencascade/Handle_MoniTool_Profile.hxx ++usr/include/opencascade/Handle_MoniTool_RealVal.hxx ++usr/include/opencascade/Handle_MoniTool_SequenceNodeOfSequenceOfElement.hxx ++usr/include/opencascade/Handle_MoniTool_SignShape.hxx ++usr/include/opencascade/Handle_MoniTool_SignText.hxx ++usr/include/opencascade/Handle_MoniTool_Timer.hxx ++usr/include/opencascade/Handle_MoniTool_TransientElem.hxx ++usr/include/opencascade/Handle_MoniTool_TypedValue.hxx ++usr/include/opencascade/Handle_NLPlate_HGPPConstraint.hxx ++usr/include/opencascade/Handle_NLPlate_HPG0Constraint.hxx ++usr/include/opencascade/Handle_NLPlate_HPG0G1Constraint.hxx ++usr/include/opencascade/Handle_NLPlate_HPG0G2Constraint.hxx ++usr/include/opencascade/Handle_NLPlate_HPG0G3Constraint.hxx ++usr/include/opencascade/Handle_NLPlate_HPG1Constraint.hxx ++usr/include/opencascade/Handle_NLPlate_HPG2Constraint.hxx ++usr/include/opencascade/Handle_NLPlate_HPG3Constraint.hxx ++usr/include/opencascade/Handle_NLPlate_SequenceNodeOfSequenceOfHGPPConstraint.hxx ++usr/include/opencascade/Handle_NLPlate_StackNodeOfStackOfPlate.hxx ++usr/include/opencascade/Handle_Plate_HArray1OfPinpointConstraint.hxx ++usr/include/opencascade/Handle_Plate_SequenceNodeOfSequenceOfLinearScalarConstraint.hxx ++usr/include/opencascade/Handle_Plate_SequenceNodeOfSequenceOfLinearXYZConstraint.hxx ++usr/include/opencascade/Handle_Plate_SequenceNodeOfSequenceOfPinpointConstraint.hxx ++usr/include/opencascade/Handle_ProjLib_HCompProjectedCurve.hxx ++usr/include/opencascade/Handle_ProjLib_HProjectedCurve.hxx ++usr/include/opencascade/Handle_ProjLib_HSequenceOfHSequenceOfPnt.hxx ++usr/include/opencascade/Handle_ProjLib_SequenceNodeOfSequenceOfHSequenceOfPnt.hxx ++usr/include/opencascade/Handle_RWHeaderSection_GeneralModule.hxx ++usr/include/opencascade/Handle_RWHeaderSection_ReadWriteModule.hxx ++usr/include/opencascade/Handle_RWStepAP214_GeneralModule.hxx ++usr/include/opencascade/Handle_RWStepAP214_ReadWriteModule.hxx ++usr/include/opencascade/Handle_STEPConstruct_DataMapNodeOfDataMapOfAsciiStringTransient.hxx ++usr/include/opencascade/Handle_STEPConstruct_DataMapNodeOfDataMapOfPointTransient.hxx ++usr/include/opencascade/Handle_STEPControl_ActorRead.hxx ++usr/include/opencascade/Handle_STEPControl_ActorWrite.hxx ++usr/include/opencascade/Handle_STEPControl_Controller.hxx ++usr/include/opencascade/Handle_STEPEdit_EditContext.hxx ++usr/include/opencascade/Handle_STEPEdit_EditSDR.hxx ++usr/include/opencascade/Handle_STEPSelections_AssemblyComponent.hxx ++usr/include/opencascade/Handle_STEPSelections_AssemblyLink.hxx ++usr/include/opencascade/Handle_STEPSelections_HSequenceOfAssemblyLink.hxx ++usr/include/opencascade/Handle_STEPSelections_SelectAssembly.hxx ++usr/include/opencascade/Handle_STEPSelections_SelectDerived.hxx ++usr/include/opencascade/Handle_STEPSelections_SelectFaces.hxx ++usr/include/opencascade/Handle_STEPSelections_SelectForTransfer.hxx ++usr/include/opencascade/Handle_STEPSelections_SelectGSCurves.hxx ++usr/include/opencascade/Handle_STEPSelections_SelectInstances.hxx ++usr/include/opencascade/Handle_STEPSelections_SequenceNodeOfSequenceOfAssemblyComponent.hxx ++usr/include/opencascade/Handle_STEPSelections_SequenceNodeOfSequenceOfAssemblyLink.hxx ++usr/include/opencascade/Handle_ShapeAlgo_AlgoContainer.hxx ++usr/include/opencascade/Handle_ShapeAlgo_ToolContainer.hxx ++usr/include/opencascade/Handle_ShapeAnalysis_DataMapNodeOfDataMapOfShapeListOfReal.hxx ++usr/include/opencascade/Handle_ShapeAnalysis_FreeBoundData.hxx ++usr/include/opencascade/Handle_ShapeAnalysis_HSequenceOfFreeBounds.hxx ++usr/include/opencascade/Handle_ShapeAnalysis_SequenceNodeOfSequenceOfFreeBounds.hxx ++usr/include/opencascade/Handle_ShapeAnalysis_Surface.hxx ++usr/include/opencascade/Handle_ShapeAnalysis_TransferParameters.hxx ++usr/include/opencascade/Handle_ShapeAnalysis_TransferParametersProj.hxx ++usr/include/opencascade/Handle_ShapeAnalysis_Wire.hxx ++usr/include/opencascade/Handle_ShapeBuild_ReShape.hxx ++usr/include/opencascade/Handle_ShapeConstruct_ProjectCurveOnSurface.hxx ++usr/include/opencascade/Handle_ShapeCustom_BSplineRestriction.hxx ++usr/include/opencascade/Handle_ShapeCustom_ConvertToBSpline.hxx ++usr/include/opencascade/Handle_ShapeCustom_ConvertToRevolution.hxx ++usr/include/opencascade/Handle_ShapeCustom_DirectModification.hxx ++usr/include/opencascade/Handle_ShapeCustom_RestrictionParameters.hxx ++usr/include/opencascade/Handle_ShapeCustom_SweptToElementary.hxx ++usr/include/opencascade/Handle_ShapeCustom_TrsfModification.hxx ++usr/include/opencascade/Handle_ShapeExtend_BasicMsgRegistrator.hxx ++usr/include/opencascade/Handle_ShapeExtend_ComplexCurve.hxx ++usr/include/opencascade/Handle_ShapeExtend_CompositeSurface.hxx ++usr/include/opencascade/Handle_ShapeExtend_DataMapNodeOfDataMapOfShapeListOfMsg.hxx ++usr/include/opencascade/Handle_ShapeExtend_DataMapNodeOfDataMapOfTransientListOfMsg.hxx ++usr/include/opencascade/Handle_ShapeExtend_MsgRegistrator.hxx ++usr/include/opencascade/Handle_ShapeExtend_WireData.hxx ++usr/include/opencascade/Handle_ShapeFix_ComposeShell.hxx ++usr/include/opencascade/Handle_ShapeFix_DataMapNodeOfDataMapOfShapeBox2d.hxx ++usr/include/opencascade/Handle_ShapeFix_Edge.hxx ++usr/include/opencascade/Handle_ShapeFix_EdgeProjAux.hxx ++usr/include/opencascade/Handle_ShapeFix_Face.hxx ++usr/include/opencascade/Handle_ShapeFix_FixSmallFace.hxx ++usr/include/opencascade/Handle_ShapeFix_Root.hxx ++usr/include/opencascade/Handle_ShapeFix_SequenceNodeOfSequenceOfWireSegment.hxx ++usr/include/opencascade/Handle_ShapeFix_Shape.hxx ++usr/include/opencascade/Handle_ShapeFix_Shell.hxx ++usr/include/opencascade/Handle_ShapeFix_Solid.hxx ++usr/include/opencascade/Handle_ShapeFix_SplitCommonVertex.hxx ++usr/include/opencascade/Handle_ShapeFix_Wire.hxx ++usr/include/opencascade/Handle_ShapeFix_Wireframe.hxx ++usr/include/opencascade/Handle_ShapeProcess_Context.hxx ++usr/include/opencascade/Handle_ShapeProcess_DictionaryOfOperator.hxx ++usr/include/opencascade/Handle_ShapeProcess_Operator.hxx ++usr/include/opencascade/Handle_ShapeProcess_ShapeContext.hxx ++usr/include/opencascade/Handle_ShapeProcess_StackItemOfDictionaryOfOperator.hxx ++usr/include/opencascade/Handle_ShapeProcess_UOperator.hxx ++usr/include/opencascade/Handle_ShapeUpgrade_ClosedEdgeDivide.hxx ++usr/include/opencascade/Handle_ShapeUpgrade_ClosedFaceDivide.hxx ++usr/include/opencascade/Handle_ShapeUpgrade_ConvertCurve2dToBezier.hxx ++usr/include/opencascade/Handle_ShapeUpgrade_ConvertCurve3dToBezier.hxx ++usr/include/opencascade/Handle_ShapeUpgrade_ConvertSurfaceToBezierBasis.hxx ++usr/include/opencascade/Handle_ShapeUpgrade_EdgeDivide.hxx ++usr/include/opencascade/Handle_ShapeUpgrade_FaceDivide.hxx ++usr/include/opencascade/Handle_ShapeUpgrade_FaceDivideArea.hxx ++usr/include/opencascade/Handle_ShapeUpgrade_FixSmallBezierCurves.hxx ++usr/include/opencascade/Handle_ShapeUpgrade_FixSmallCurves.hxx ++usr/include/opencascade/Handle_ShapeUpgrade_RemoveInternalWires.hxx ++usr/include/opencascade/Handle_ShapeUpgrade_RemoveLocations.hxx ++usr/include/opencascade/Handle_ShapeUpgrade_SplitCurve.hxx ++usr/include/opencascade/Handle_ShapeUpgrade_SplitCurve2d.hxx ++usr/include/opencascade/Handle_ShapeUpgrade_SplitCurve2dContinuity.hxx ++usr/include/opencascade/Handle_ShapeUpgrade_SplitCurve3d.hxx ++usr/include/opencascade/Handle_ShapeUpgrade_SplitCurve3dContinuity.hxx ++usr/include/opencascade/Handle_ShapeUpgrade_SplitSurface.hxx ++usr/include/opencascade/Handle_ShapeUpgrade_SplitSurfaceAngle.hxx ++usr/include/opencascade/Handle_ShapeUpgrade_SplitSurfaceArea.hxx ++usr/include/opencascade/Handle_ShapeUpgrade_SplitSurfaceContinuity.hxx ++usr/include/opencascade/Handle_ShapeUpgrade_Tool.hxx ++usr/include/opencascade/Handle_ShapeUpgrade_WireDivide.hxx ++usr/include/opencascade/Handle_StepAP203_CcDesignApproval.hxx ++usr/include/opencascade/Handle_StepAP203_CcDesignCertification.hxx ++usr/include/opencascade/Handle_StepAP203_CcDesignContract.hxx ++usr/include/opencascade/Handle_StepAP203_CcDesignDateAndTimeAssignment.hxx ++usr/include/opencascade/Handle_StepAP203_CcDesignPersonAndOrganizationAssignment.hxx ++usr/include/opencascade/Handle_StepAP203_CcDesignSecurityClassification.hxx ++usr/include/opencascade/Handle_StepAP203_CcDesignSpecificationReference.hxx ++usr/include/opencascade/Handle_StepAP203_Change.hxx ++usr/include/opencascade/Handle_StepAP203_ChangeRequest.hxx ++usr/include/opencascade/Handle_StepAP203_HArray1OfApprovedItem.hxx ++usr/include/opencascade/Handle_StepAP203_HArray1OfCertifiedItem.hxx ++usr/include/opencascade/Handle_StepAP203_HArray1OfChangeRequestItem.hxx ++usr/include/opencascade/Handle_StepAP203_HArray1OfClassifiedItem.hxx ++usr/include/opencascade/Handle_StepAP203_HArray1OfContractedItem.hxx ++usr/include/opencascade/Handle_StepAP203_HArray1OfDateTimeItem.hxx ++usr/include/opencascade/Handle_StepAP203_HArray1OfPersonOrganizationItem.hxx ++usr/include/opencascade/Handle_StepAP203_HArray1OfSpecifiedItem.hxx ++usr/include/opencascade/Handle_StepAP203_HArray1OfStartRequestItem.hxx ++usr/include/opencascade/Handle_StepAP203_HArray1OfWorkItem.hxx ++usr/include/opencascade/Handle_StepAP203_StartRequest.hxx ++usr/include/opencascade/Handle_StepAP203_StartWork.hxx ++usr/include/opencascade/Handle_StepAP214_AppliedApprovalAssignment.hxx ++usr/include/opencascade/Handle_StepAP214_AppliedDateAndTimeAssignment.hxx ++usr/include/opencascade/Handle_StepAP214_AppliedDateAssignment.hxx ++usr/include/opencascade/Handle_StepAP214_AppliedDocumentReference.hxx ++usr/include/opencascade/Handle_StepAP214_AppliedExternalIdentificationAssignment.hxx ++usr/include/opencascade/Handle_StepAP214_AppliedGroupAssignment.hxx ++usr/include/opencascade/Handle_StepAP214_AppliedOrganizationAssignment.hxx ++usr/include/opencascade/Handle_StepAP214_AppliedPersonAndOrganizationAssignment.hxx ++usr/include/opencascade/Handle_StepAP214_AppliedPresentedItem.hxx ++usr/include/opencascade/Handle_StepAP214_AppliedSecurityClassificationAssignment.hxx ++usr/include/opencascade/Handle_StepAP214_AutoDesignActualDateAndTimeAssignment.hxx ++usr/include/opencascade/Handle_StepAP214_AutoDesignActualDateAssignment.hxx ++usr/include/opencascade/Handle_StepAP214_AutoDesignApprovalAssignment.hxx ++usr/include/opencascade/Handle_StepAP214_AutoDesignDateAndPersonAssignment.hxx ++usr/include/opencascade/Handle_StepAP214_AutoDesignDocumentReference.hxx ++usr/include/opencascade/Handle_StepAP214_AutoDesignGroupAssignment.hxx ++usr/include/opencascade/Handle_StepAP214_AutoDesignNominalDateAndTimeAssignment.hxx ++usr/include/opencascade/Handle_StepAP214_AutoDesignNominalDateAssignment.hxx ++usr/include/opencascade/Handle_StepAP214_AutoDesignOrganizationAssignment.hxx ++usr/include/opencascade/Handle_StepAP214_AutoDesignPersonAndOrganizationAssignment.hxx ++usr/include/opencascade/Handle_StepAP214_AutoDesignPresentedItem.hxx ++usr/include/opencascade/Handle_StepAP214_AutoDesignSecurityClassificationAssignment.hxx ++usr/include/opencascade/Handle_StepAP214_Class.hxx ++usr/include/opencascade/Handle_StepAP214_ExternallyDefinedClass.hxx ++usr/include/opencascade/Handle_StepAP214_ExternallyDefinedGeneralProperty.hxx ++usr/include/opencascade/Handle_StepAP214_HArray1OfApprovalItem.hxx ++usr/include/opencascade/Handle_StepAP214_HArray1OfAutoDesignDateAndPersonItem.hxx ++usr/include/opencascade/Handle_StepAP214_HArray1OfAutoDesignDateAndTimeItem.hxx ++usr/include/opencascade/Handle_StepAP214_HArray1OfAutoDesignDatedItem.hxx ++usr/include/opencascade/Handle_StepAP214_HArray1OfAutoDesignGeneralOrgItem.hxx ++usr/include/opencascade/Handle_StepAP214_HArray1OfAutoDesignGroupedItem.hxx ++usr/include/opencascade/Handle_StepAP214_HArray1OfAutoDesignPresentedItemSelect.hxx ++usr/include/opencascade/Handle_StepAP214_HArray1OfAutoDesignReferencingItem.hxx ++usr/include/opencascade/Handle_StepAP214_HArray1OfDateAndTimeItem.hxx ++usr/include/opencascade/Handle_StepAP214_HArray1OfDateItem.hxx ++usr/include/opencascade/Handle_StepAP214_HArray1OfDocumentReferenceItem.hxx ++usr/include/opencascade/Handle_StepAP214_HArray1OfExternalIdentificationItem.hxx ++usr/include/opencascade/Handle_StepAP214_HArray1OfGroupItem.hxx ++usr/include/opencascade/Handle_StepAP214_HArray1OfOrganizationItem.hxx ++usr/include/opencascade/Handle_StepAP214_HArray1OfPersonAndOrganizationItem.hxx ++usr/include/opencascade/Handle_StepAP214_HArray1OfPresentedItemSelect.hxx ++usr/include/opencascade/Handle_StepAP214_HArray1OfSecurityClassificationItem.hxx ++usr/include/opencascade/Handle_StepAP214_Protocol.hxx ++usr/include/opencascade/Handle_StepAP214_RepItemGroup.hxx ++usr/include/opencascade/Handle_StepBasic_Action.hxx ++usr/include/opencascade/Handle_StepBasic_ActionAssignment.hxx ++usr/include/opencascade/Handle_StepBasic_ActionMethod.hxx ++usr/include/opencascade/Handle_StepBasic_ActionRequestAssignment.hxx ++usr/include/opencascade/Handle_StepBasic_ActionRequestSolution.hxx ++usr/include/opencascade/Handle_StepBasic_Address.hxx ++usr/include/opencascade/Handle_StepBasic_ApplicationContext.hxx ++usr/include/opencascade/Handle_StepBasic_ApplicationContextElement.hxx ++usr/include/opencascade/Handle_StepBasic_ApplicationProtocolDefinition.hxx ++usr/include/opencascade/Handle_StepBasic_Approval.hxx ++usr/include/opencascade/Handle_StepBasic_ApprovalAssignment.hxx ++usr/include/opencascade/Handle_StepBasic_ApprovalDateTime.hxx ++usr/include/opencascade/Handle_StepBasic_ApprovalPersonOrganization.hxx ++usr/include/opencascade/Handle_StepBasic_ApprovalRelationship.hxx ++usr/include/opencascade/Handle_StepBasic_ApprovalRole.hxx ++usr/include/opencascade/Handle_StepBasic_ApprovalStatus.hxx ++usr/include/opencascade/Handle_StepBasic_AreaUnit.hxx ++usr/include/opencascade/Handle_StepBasic_CalendarDate.hxx ++usr/include/opencascade/Handle_StepBasic_Certification.hxx ++usr/include/opencascade/Handle_StepBasic_CertificationAssignment.hxx ++usr/include/opencascade/Handle_StepBasic_CertificationType.hxx ++usr/include/opencascade/Handle_StepBasic_CharacterizedObject.hxx ++usr/include/opencascade/Handle_StepBasic_Contract.hxx ++usr/include/opencascade/Handle_StepBasic_ContractAssignment.hxx ++usr/include/opencascade/Handle_StepBasic_ContractType.hxx ++usr/include/opencascade/Handle_StepBasic_ConversionBasedUnit.hxx ++usr/include/opencascade/Handle_StepBasic_ConversionBasedUnitAndAreaUnit.hxx ++usr/include/opencascade/Handle_StepBasic_ConversionBasedUnitAndLengthUnit.hxx ++usr/include/opencascade/Handle_StepBasic_ConversionBasedUnitAndMassUnit.hxx ++usr/include/opencascade/Handle_StepBasic_ConversionBasedUnitAndPlaneAngleUnit.hxx ++usr/include/opencascade/Handle_StepBasic_ConversionBasedUnitAndRatioUnit.hxx ++usr/include/opencascade/Handle_StepBasic_ConversionBasedUnitAndSolidAngleUnit.hxx ++usr/include/opencascade/Handle_StepBasic_ConversionBasedUnitAndTimeUnit.hxx ++usr/include/opencascade/Handle_StepBasic_ConversionBasedUnitAndVolumeUnit.hxx ++usr/include/opencascade/Handle_StepBasic_CoordinatedUniversalTimeOffset.hxx ++usr/include/opencascade/Handle_StepBasic_Date.hxx ++usr/include/opencascade/Handle_StepBasic_DateAndTime.hxx ++usr/include/opencascade/Handle_StepBasic_DateAndTimeAssignment.hxx ++usr/include/opencascade/Handle_StepBasic_DateAssignment.hxx ++usr/include/opencascade/Handle_StepBasic_DateRole.hxx ++usr/include/opencascade/Handle_StepBasic_DateTimeRole.hxx ++usr/include/opencascade/Handle_StepBasic_DerivedUnit.hxx ++usr/include/opencascade/Handle_StepBasic_DerivedUnitElement.hxx ++usr/include/opencascade/Handle_StepBasic_DesignContext.hxx ++usr/include/opencascade/Handle_StepBasic_DigitalDocument.hxx ++usr/include/opencascade/Handle_StepBasic_DimensionalExponents.hxx ++usr/include/opencascade/Handle_StepBasic_Document.hxx ++usr/include/opencascade/Handle_StepBasic_DocumentFile.hxx ++usr/include/opencascade/Handle_StepBasic_DocumentProductAssociation.hxx ++usr/include/opencascade/Handle_StepBasic_DocumentProductEquivalence.hxx ++usr/include/opencascade/Handle_StepBasic_DocumentReference.hxx ++usr/include/opencascade/Handle_StepBasic_DocumentRelationship.hxx ++usr/include/opencascade/Handle_StepBasic_DocumentRepresentationType.hxx ++usr/include/opencascade/Handle_StepBasic_DocumentType.hxx ++usr/include/opencascade/Handle_StepBasic_DocumentUsageConstraint.hxx ++usr/include/opencascade/Handle_StepBasic_Effectivity.hxx ++usr/include/opencascade/Handle_StepBasic_EffectivityAssignment.hxx ++usr/include/opencascade/Handle_StepBasic_EulerAngles.hxx ++usr/include/opencascade/Handle_StepBasic_ExternalIdentificationAssignment.hxx ++usr/include/opencascade/Handle_StepBasic_ExternalSource.hxx ++usr/include/opencascade/Handle_StepBasic_ExternallyDefinedItem.hxx ++usr/include/opencascade/Handle_StepBasic_GeneralProperty.hxx ++usr/include/opencascade/Handle_StepBasic_Group.hxx ++usr/include/opencascade/Handle_StepBasic_GroupAssignment.hxx ++usr/include/opencascade/Handle_StepBasic_GroupRelationship.hxx ++usr/include/opencascade/Handle_StepBasic_HArray1OfApproval.hxx ++usr/include/opencascade/Handle_StepBasic_HArray1OfDerivedUnitElement.hxx ++usr/include/opencascade/Handle_StepBasic_HArray1OfDocument.hxx ++usr/include/opencascade/Handle_StepBasic_HArray1OfNamedUnit.hxx ++usr/include/opencascade/Handle_StepBasic_HArray1OfOrganization.hxx ++usr/include/opencascade/Handle_StepBasic_HArray1OfPerson.hxx ++usr/include/opencascade/Handle_StepBasic_HArray1OfProduct.hxx ++usr/include/opencascade/Handle_StepBasic_HArray1OfProductContext.hxx ++usr/include/opencascade/Handle_StepBasic_HArray1OfProductDefinition.hxx ++usr/include/opencascade/Handle_StepBasic_HArray1OfUncertaintyMeasureWithUnit.hxx ++usr/include/opencascade/Handle_StepBasic_IdentificationAssignment.hxx ++usr/include/opencascade/Handle_StepBasic_IdentificationRole.hxx ++usr/include/opencascade/Handle_StepBasic_LengthMeasureWithUnit.hxx ++usr/include/opencascade/Handle_StepBasic_LengthUnit.hxx ++usr/include/opencascade/Handle_StepBasic_LocalTime.hxx ++usr/include/opencascade/Handle_StepBasic_MassMeasureWithUnit.hxx ++usr/include/opencascade/Handle_StepBasic_MassUnit.hxx ++usr/include/opencascade/Handle_StepBasic_MeasureValueMember.hxx ++usr/include/opencascade/Handle_StepBasic_MeasureWithUnit.hxx ++usr/include/opencascade/Handle_StepBasic_MechanicalContext.hxx ++usr/include/opencascade/Handle_StepBasic_NameAssignment.hxx ++usr/include/opencascade/Handle_StepBasic_NamedUnit.hxx ++usr/include/opencascade/Handle_StepBasic_ObjectRole.hxx ++usr/include/opencascade/Handle_StepBasic_OrdinalDate.hxx ++usr/include/opencascade/Handle_StepBasic_Organization.hxx ++usr/include/opencascade/Handle_StepBasic_OrganizationAssignment.hxx ++usr/include/opencascade/Handle_StepBasic_OrganizationRole.hxx ++usr/include/opencascade/Handle_StepBasic_OrganizationalAddress.hxx ++usr/include/opencascade/Handle_StepBasic_Person.hxx ++usr/include/opencascade/Handle_StepBasic_PersonAndOrganization.hxx ++usr/include/opencascade/Handle_StepBasic_PersonAndOrganizationAssignment.hxx ++usr/include/opencascade/Handle_StepBasic_PersonAndOrganizationRole.hxx ++usr/include/opencascade/Handle_StepBasic_PersonalAddress.hxx ++usr/include/opencascade/Handle_StepBasic_PhysicallyModeledProductDefinition.hxx ++usr/include/opencascade/Handle_StepBasic_PlaneAngleMeasureWithUnit.hxx ++usr/include/opencascade/Handle_StepBasic_PlaneAngleUnit.hxx ++usr/include/opencascade/Handle_StepBasic_Product.hxx ++usr/include/opencascade/Handle_StepBasic_ProductCategory.hxx ++usr/include/opencascade/Handle_StepBasic_ProductCategoryRelationship.hxx ++usr/include/opencascade/Handle_StepBasic_ProductConceptContext.hxx ++usr/include/opencascade/Handle_StepBasic_ProductContext.hxx ++usr/include/opencascade/Handle_StepBasic_ProductDefinition.hxx ++usr/include/opencascade/Handle_StepBasic_ProductDefinitionContext.hxx ++usr/include/opencascade/Handle_StepBasic_ProductDefinitionEffectivity.hxx ++usr/include/opencascade/Handle_StepBasic_ProductDefinitionFormation.hxx ++usr/include/opencascade/Handle_StepBasic_ProductDefinitionFormationRelationship.hxx ++usr/include/opencascade/Handle_StepBasic_ProductDefinitionFormationWithSpecifiedSource.hxx ++usr/include/opencascade/Handle_StepBasic_ProductDefinitionRelationship.hxx ++usr/include/opencascade/Handle_StepBasic_ProductDefinitionWithAssociatedDocuments.hxx ++usr/include/opencascade/Handle_StepBasic_ProductRelatedProductCategory.hxx ++usr/include/opencascade/Handle_StepBasic_ProductType.hxx ++usr/include/opencascade/Handle_StepBasic_RatioMeasureWithUnit.hxx ++usr/include/opencascade/Handle_StepBasic_RatioUnit.hxx ++usr/include/opencascade/Handle_StepBasic_RoleAssociation.hxx ++usr/include/opencascade/Handle_StepBasic_SecurityClassification.hxx ++usr/include/opencascade/Handle_StepBasic_SecurityClassificationAssignment.hxx ++usr/include/opencascade/Handle_StepBasic_SecurityClassificationLevel.hxx ++usr/include/opencascade/Handle_StepBasic_SiUnit.hxx ++usr/include/opencascade/Handle_StepBasic_SiUnitAndAreaUnit.hxx ++usr/include/opencascade/Handle_StepBasic_SiUnitAndLengthUnit.hxx ++usr/include/opencascade/Handle_StepBasic_SiUnitAndMassUnit.hxx ++usr/include/opencascade/Handle_StepBasic_SiUnitAndPlaneAngleUnit.hxx ++usr/include/opencascade/Handle_StepBasic_SiUnitAndRatioUnit.hxx ++usr/include/opencascade/Handle_StepBasic_SiUnitAndSolidAngleUnit.hxx ++usr/include/opencascade/Handle_StepBasic_SiUnitAndThermodynamicTemperatureUnit.hxx ++usr/include/opencascade/Handle_StepBasic_SiUnitAndTimeUnit.hxx ++usr/include/opencascade/Handle_StepBasic_SiUnitAndVolumeUnit.hxx ++usr/include/opencascade/Handle_StepBasic_SizeMember.hxx ++usr/include/opencascade/Handle_StepBasic_SolidAngleMeasureWithUnit.hxx ++usr/include/opencascade/Handle_StepBasic_SolidAngleUnit.hxx ++usr/include/opencascade/Handle_StepBasic_ThermodynamicTemperatureUnit.hxx ++usr/include/opencascade/Handle_StepBasic_TimeMeasureWithUnit.hxx ++usr/include/opencascade/Handle_StepBasic_TimeUnit.hxx ++usr/include/opencascade/Handle_StepBasic_UncertaintyMeasureWithUnit.hxx ++usr/include/opencascade/Handle_StepBasic_VersionedActionRequest.hxx ++usr/include/opencascade/Handle_StepBasic_VolumeUnit.hxx ++usr/include/opencascade/Handle_StepBasic_WeekOfYearAndDayDate.hxx ++usr/include/opencascade/Handle_StepData_DefaultGeneral.hxx ++usr/include/opencascade/Handle_StepData_DescrGeneral.hxx ++usr/include/opencascade/Handle_StepData_DescrProtocol.hxx ++usr/include/opencascade/Handle_StepData_DescrReadWrite.hxx ++usr/include/opencascade/Handle_StepData_Described.hxx ++usr/include/opencascade/Handle_StepData_ECDescr.hxx ++usr/include/opencascade/Handle_StepData_EDescr.hxx ++usr/include/opencascade/Handle_StepData_ESDescr.hxx ++usr/include/opencascade/Handle_StepData_FileProtocol.hxx ++usr/include/opencascade/Handle_StepData_FileRecognizer.hxx ++usr/include/opencascade/Handle_StepData_FreeFormEntity.hxx ++usr/include/opencascade/Handle_StepData_GeneralModule.hxx ++usr/include/opencascade/Handle_StepData_GlobalNodeOfWriterLib.hxx ++usr/include/opencascade/Handle_StepData_HArray1OfField.hxx ++usr/include/opencascade/Handle_StepData_NodeOfWriterLib.hxx ++usr/include/opencascade/Handle_StepData_PDescr.hxx ++usr/include/opencascade/Handle_StepData_Plex.hxx ++usr/include/opencascade/Handle_StepData_Protocol.hxx ++usr/include/opencascade/Handle_StepData_ReadWriteModule.hxx ++usr/include/opencascade/Handle_StepData_SelectArrReal.hxx ++usr/include/opencascade/Handle_StepData_SelectInt.hxx ++usr/include/opencascade/Handle_StepData_SelectMember.hxx ++usr/include/opencascade/Handle_StepData_SelectNamed.hxx ++usr/include/opencascade/Handle_StepData_SelectReal.hxx ++usr/include/opencascade/Handle_StepData_Simple.hxx ++usr/include/opencascade/Handle_StepData_StepModel.hxx ++usr/include/opencascade/Handle_StepData_StepReaderData.hxx ++usr/include/opencascade/Handle_StepData_UndefinedEntity.hxx ++usr/include/opencascade/Handle_StepDimTol_AngularityTolerance.hxx ++usr/include/opencascade/Handle_StepDimTol_CircularRunoutTolerance.hxx ++usr/include/opencascade/Handle_StepDimTol_CoaxialityTolerance.hxx ++usr/include/opencascade/Handle_StepDimTol_CommonDatum.hxx ++usr/include/opencascade/Handle_StepDimTol_ConcentricityTolerance.hxx ++usr/include/opencascade/Handle_StepDimTol_CylindricityTolerance.hxx ++usr/include/opencascade/Handle_StepDimTol_Datum.hxx ++usr/include/opencascade/Handle_StepDimTol_DatumFeature.hxx ++usr/include/opencascade/Handle_StepDimTol_DatumReference.hxx ++usr/include/opencascade/Handle_StepDimTol_DatumTarget.hxx ++usr/include/opencascade/Handle_StepDimTol_FlatnessTolerance.hxx ++usr/include/opencascade/Handle_StepDimTol_GeoTolAndGeoTolWthDatRefAndModGeoTolAndPosTol.hxx ++usr/include/opencascade/Handle_StepDimTol_GeometricTolerance.hxx ++usr/include/opencascade/Handle_StepDimTol_GeometricToleranceRelationship.hxx ++usr/include/opencascade/Handle_StepDimTol_GeometricToleranceWithDatumReference.hxx ++usr/include/opencascade/Handle_StepDimTol_HArray1OfDatumReference.hxx ++usr/include/opencascade/Handle_StepDimTol_LineProfileTolerance.hxx ++usr/include/opencascade/Handle_StepDimTol_ModifiedGeometricTolerance.hxx ++usr/include/opencascade/Handle_StepDimTol_ParallelismTolerance.hxx ++usr/include/opencascade/Handle_StepDimTol_PerpendicularityTolerance.hxx ++usr/include/opencascade/Handle_StepDimTol_PlacedDatumTargetFeature.hxx ++usr/include/opencascade/Handle_StepDimTol_PositionTolerance.hxx ++usr/include/opencascade/Handle_StepDimTol_RoundnessTolerance.hxx ++usr/include/opencascade/Handle_StepDimTol_StraightnessTolerance.hxx ++usr/include/opencascade/Handle_StepDimTol_SurfaceProfileTolerance.hxx ++usr/include/opencascade/Handle_StepDimTol_SymmetryTolerance.hxx ++usr/include/opencascade/Handle_StepDimTol_TotalRunoutTolerance.hxx ++usr/include/opencascade/Handle_StepElement_AnalysisItemWithinRepresentation.hxx ++usr/include/opencascade/Handle_StepElement_Curve3dElementDescriptor.hxx ++usr/include/opencascade/Handle_StepElement_CurveElementEndReleasePacket.hxx ++usr/include/opencascade/Handle_StepElement_CurveElementFreedomMember.hxx ++usr/include/opencascade/Handle_StepElement_CurveElementPurposeMember.hxx ++usr/include/opencascade/Handle_StepElement_CurveElementSectionDefinition.hxx ++usr/include/opencascade/Handle_StepElement_CurveElementSectionDerivedDefinitions.hxx ++usr/include/opencascade/Handle_StepElement_ElementAspectMember.hxx ++usr/include/opencascade/Handle_StepElement_ElementDescriptor.hxx ++usr/include/opencascade/Handle_StepElement_ElementMaterial.hxx ++usr/include/opencascade/Handle_StepElement_HArray1OfCurveElementEndReleasePacket.hxx ++usr/include/opencascade/Handle_StepElement_HArray1OfCurveElementSectionDefinition.hxx ++usr/include/opencascade/Handle_StepElement_HArray1OfHSequenceOfCurveElementPurposeMember.hxx ++usr/include/opencascade/Handle_StepElement_HArray1OfHSequenceOfSurfaceElementPurposeMember.hxx ++usr/include/opencascade/Handle_StepElement_HArray1OfMeasureOrUnspecifiedValue.hxx ++usr/include/opencascade/Handle_StepElement_HArray1OfSurfaceSection.hxx ++usr/include/opencascade/Handle_StepElement_HArray1OfVolumeElementPurpose.hxx ++usr/include/opencascade/Handle_StepElement_HArray1OfVolumeElementPurposeMember.hxx ++usr/include/opencascade/Handle_StepElement_HArray2OfCurveElementPurposeMember.hxx ++usr/include/opencascade/Handle_StepElement_HArray2OfSurfaceElementPurpose.hxx ++usr/include/opencascade/Handle_StepElement_HArray2OfSurfaceElementPurposeMember.hxx ++usr/include/opencascade/Handle_StepElement_HSequenceOfCurveElementPurposeMember.hxx ++usr/include/opencascade/Handle_StepElement_HSequenceOfCurveElementSectionDefinition.hxx ++usr/include/opencascade/Handle_StepElement_HSequenceOfElementMaterial.hxx ++usr/include/opencascade/Handle_StepElement_HSequenceOfSurfaceElementPurposeMember.hxx ++usr/include/opencascade/Handle_StepElement_MeasureOrUnspecifiedValueMember.hxx ++usr/include/opencascade/Handle_StepElement_SequenceNodeOfSequenceOfCurveElementPurposeMember.hxx ++usr/include/opencascade/Handle_StepElement_SequenceNodeOfSequenceOfCurveElementSectionDefinition.hxx ++usr/include/opencascade/Handle_StepElement_SequenceNodeOfSequenceOfElementMaterial.hxx ++usr/include/opencascade/Handle_StepElement_SequenceNodeOfSequenceOfSurfaceElementPurposeMember.hxx ++usr/include/opencascade/Handle_StepElement_Surface3dElementDescriptor.hxx ++usr/include/opencascade/Handle_StepElement_SurfaceElementProperty.hxx ++usr/include/opencascade/Handle_StepElement_SurfaceElementPurposeMember.hxx ++usr/include/opencascade/Handle_StepElement_SurfaceSection.hxx ++usr/include/opencascade/Handle_StepElement_SurfaceSectionField.hxx ++usr/include/opencascade/Handle_StepElement_SurfaceSectionFieldConstant.hxx ++usr/include/opencascade/Handle_StepElement_SurfaceSectionFieldVarying.hxx ++usr/include/opencascade/Handle_StepElement_UniformSurfaceSection.hxx ++usr/include/opencascade/Handle_StepElement_Volume3dElementDescriptor.hxx ++usr/include/opencascade/Handle_StepElement_VolumeElementPurposeMember.hxx ++usr/include/opencascade/Handle_StepFEA_AlignedCurve3dElementCoordinateSystem.hxx ++usr/include/opencascade/Handle_StepFEA_AlignedSurface3dElementCoordinateSystem.hxx ++usr/include/opencascade/Handle_StepFEA_ArbitraryVolume3dElementCoordinateSystem.hxx ++usr/include/opencascade/Handle_StepFEA_ConstantSurface3dElementCoordinateSystem.hxx ++usr/include/opencascade/Handle_StepFEA_Curve3dElementProperty.hxx ++usr/include/opencascade/Handle_StepFEA_Curve3dElementRepresentation.hxx ++usr/include/opencascade/Handle_StepFEA_CurveElementEndOffset.hxx ++usr/include/opencascade/Handle_StepFEA_CurveElementEndRelease.hxx ++usr/include/opencascade/Handle_StepFEA_CurveElementInterval.hxx ++usr/include/opencascade/Handle_StepFEA_CurveElementIntervalConstant.hxx ++usr/include/opencascade/Handle_StepFEA_CurveElementIntervalLinearlyVarying.hxx ++usr/include/opencascade/Handle_StepFEA_CurveElementLocation.hxx ++usr/include/opencascade/Handle_StepFEA_DegreeOfFreedomMember.hxx ++usr/include/opencascade/Handle_StepFEA_DummyNode.hxx ++usr/include/opencascade/Handle_StepFEA_ElementGeometricRelationship.hxx ++usr/include/opencascade/Handle_StepFEA_ElementGroup.hxx ++usr/include/opencascade/Handle_StepFEA_ElementRepresentation.hxx ++usr/include/opencascade/Handle_StepFEA_FeaAreaDensity.hxx ++usr/include/opencascade/Handle_StepFEA_FeaAxis2Placement3d.hxx ++usr/include/opencascade/Handle_StepFEA_FeaCurveSectionGeometricRelationship.hxx ++usr/include/opencascade/Handle_StepFEA_FeaGroup.hxx ++usr/include/opencascade/Handle_StepFEA_FeaLinearElasticity.hxx ++usr/include/opencascade/Handle_StepFEA_FeaMassDensity.hxx ++usr/include/opencascade/Handle_StepFEA_FeaMaterialPropertyRepresentation.hxx ++usr/include/opencascade/Handle_StepFEA_FeaMaterialPropertyRepresentationItem.hxx ++usr/include/opencascade/Handle_StepFEA_FeaModel.hxx ++usr/include/opencascade/Handle_StepFEA_FeaModel3d.hxx ++usr/include/opencascade/Handle_StepFEA_FeaModelDefinition.hxx ++usr/include/opencascade/Handle_StepFEA_FeaMoistureAbsorption.hxx ++usr/include/opencascade/Handle_StepFEA_FeaParametricPoint.hxx ++usr/include/opencascade/Handle_StepFEA_FeaRepresentationItem.hxx ++usr/include/opencascade/Handle_StepFEA_FeaSecantCoefficientOfLinearThermalExpansion.hxx ++usr/include/opencascade/Handle_StepFEA_FeaShellBendingStiffness.hxx ++usr/include/opencascade/Handle_StepFEA_FeaShellMembraneBendingCouplingStiffness.hxx ++usr/include/opencascade/Handle_StepFEA_FeaShellMembraneStiffness.hxx ++usr/include/opencascade/Handle_StepFEA_FeaShellShearStiffness.hxx ++usr/include/opencascade/Handle_StepFEA_FeaSurfaceSectionGeometricRelationship.hxx ++usr/include/opencascade/Handle_StepFEA_FeaTangentialCoefficientOfLinearThermalExpansion.hxx ++usr/include/opencascade/Handle_StepFEA_FreedomAndCoefficient.hxx ++usr/include/opencascade/Handle_StepFEA_FreedomsList.hxx ++usr/include/opencascade/Handle_StepFEA_GeometricNode.hxx ++usr/include/opencascade/Handle_StepFEA_HArray1OfCurveElementEndOffset.hxx ++usr/include/opencascade/Handle_StepFEA_HArray1OfCurveElementEndRelease.hxx ++usr/include/opencascade/Handle_StepFEA_HArray1OfCurveElementInterval.hxx ++usr/include/opencascade/Handle_StepFEA_HArray1OfDegreeOfFreedom.hxx ++usr/include/opencascade/Handle_StepFEA_HArray1OfElementRepresentation.hxx ++usr/include/opencascade/Handle_StepFEA_HArray1OfNodeRepresentation.hxx ++usr/include/opencascade/Handle_StepFEA_HSequenceOfCurve3dElementProperty.hxx ++usr/include/opencascade/Handle_StepFEA_HSequenceOfElementGeometricRelationship.hxx ++usr/include/opencascade/Handle_StepFEA_HSequenceOfElementRepresentation.hxx ++usr/include/opencascade/Handle_StepFEA_HSequenceOfNodeRepresentation.hxx ++usr/include/opencascade/Handle_StepFEA_Node.hxx ++usr/include/opencascade/Handle_StepFEA_NodeDefinition.hxx ++usr/include/opencascade/Handle_StepFEA_NodeGroup.hxx ++usr/include/opencascade/Handle_StepFEA_NodeRepresentation.hxx ++usr/include/opencascade/Handle_StepFEA_NodeSet.hxx ++usr/include/opencascade/Handle_StepFEA_NodeWithSolutionCoordinateSystem.hxx ++usr/include/opencascade/Handle_StepFEA_NodeWithVector.hxx ++usr/include/opencascade/Handle_StepFEA_ParametricCurve3dElementCoordinateDirection.hxx ++usr/include/opencascade/Handle_StepFEA_ParametricCurve3dElementCoordinateSystem.hxx ++usr/include/opencascade/Handle_StepFEA_ParametricSurface3dElementCoordinateSystem.hxx ++usr/include/opencascade/Handle_StepFEA_SequenceNodeOfSequenceOfCurve3dElementProperty.hxx ++usr/include/opencascade/Handle_StepFEA_SequenceNodeOfSequenceOfElementGeometricRelationship.hxx ++usr/include/opencascade/Handle_StepFEA_SequenceNodeOfSequenceOfElementRepresentation.hxx ++usr/include/opencascade/Handle_StepFEA_SequenceNodeOfSequenceOfNodeRepresentation.hxx ++usr/include/opencascade/Handle_StepFEA_Surface3dElementRepresentation.hxx ++usr/include/opencascade/Handle_StepFEA_SymmetricTensor23dMember.hxx ++usr/include/opencascade/Handle_StepFEA_SymmetricTensor43dMember.hxx ++usr/include/opencascade/Handle_StepFEA_Volume3dElementRepresentation.hxx ++usr/include/opencascade/Handle_StepGeom_Axis1Placement.hxx ++usr/include/opencascade/Handle_StepGeom_Axis2Placement2d.hxx ++usr/include/opencascade/Handle_StepGeom_Axis2Placement3d.hxx ++usr/include/opencascade/Handle_StepGeom_BSplineCurve.hxx ++usr/include/opencascade/Handle_StepGeom_BSplineCurveWithKnots.hxx ++usr/include/opencascade/Handle_StepGeom_BSplineCurveWithKnotsAndRationalBSplineCurve.hxx ++usr/include/opencascade/Handle_StepGeom_BSplineSurface.hxx ++usr/include/opencascade/Handle_StepGeom_BSplineSurfaceWithKnots.hxx ++usr/include/opencascade/Handle_StepGeom_BSplineSurfaceWithKnotsAndRationalBSplineSurface.hxx ++usr/include/opencascade/Handle_StepGeom_BezierCurve.hxx ++usr/include/opencascade/Handle_StepGeom_BezierCurveAndRationalBSplineCurve.hxx ++usr/include/opencascade/Handle_StepGeom_BezierSurface.hxx ++usr/include/opencascade/Handle_StepGeom_BezierSurfaceAndRationalBSplineSurface.hxx ++usr/include/opencascade/Handle_StepGeom_BoundaryCurve.hxx ++usr/include/opencascade/Handle_StepGeom_BoundedCurve.hxx ++usr/include/opencascade/Handle_StepGeom_BoundedSurface.hxx ++usr/include/opencascade/Handle_StepGeom_CartesianPoint.hxx ++usr/include/opencascade/Handle_StepGeom_CartesianTransformationOperator.hxx ++usr/include/opencascade/Handle_StepGeom_CartesianTransformationOperator2d.hxx ++usr/include/opencascade/Handle_StepGeom_CartesianTransformationOperator3d.hxx ++usr/include/opencascade/Handle_StepGeom_Circle.hxx ++usr/include/opencascade/Handle_StepGeom_CompositeCurve.hxx ++usr/include/opencascade/Handle_StepGeom_CompositeCurveOnSurface.hxx ++usr/include/opencascade/Handle_StepGeom_CompositeCurveSegment.hxx ++usr/include/opencascade/Handle_StepGeom_Conic.hxx ++usr/include/opencascade/Handle_StepGeom_ConicalSurface.hxx ++usr/include/opencascade/Handle_StepGeom_Curve.hxx ++usr/include/opencascade/Handle_StepGeom_CurveBoundedSurface.hxx ++usr/include/opencascade/Handle_StepGeom_CurveReplica.hxx ++usr/include/opencascade/Handle_StepGeom_CylindricalSurface.hxx ++usr/include/opencascade/Handle_StepGeom_DegeneratePcurve.hxx ++usr/include/opencascade/Handle_StepGeom_DegenerateToroidalSurface.hxx ++usr/include/opencascade/Handle_StepGeom_Direction.hxx ++usr/include/opencascade/Handle_StepGeom_ElementarySurface.hxx ++usr/include/opencascade/Handle_StepGeom_Ellipse.hxx ++usr/include/opencascade/Handle_StepGeom_EvaluatedDegeneratePcurve.hxx ++usr/include/opencascade/Handle_StepGeom_GeomRepContextAndGlobUnitAssCtxAndGlobUncertaintyAssCtx.hxx ++usr/include/opencascade/Handle_StepGeom_GeometricRepresentationContext.hxx ++usr/include/opencascade/Handle_StepGeom_GeometricRepresentationContextAndGlobalUnitAssignedContext.hxx ++usr/include/opencascade/Handle_StepGeom_GeometricRepresentationContextAndParametricRepresentationContext.hxx ++usr/include/opencascade/Handle_StepGeom_GeometricRepresentationItem.hxx ++usr/include/opencascade/Handle_StepGeom_HArray1OfBoundaryCurve.hxx ++usr/include/opencascade/Handle_StepGeom_HArray1OfCartesianPoint.hxx ++usr/include/opencascade/Handle_StepGeom_HArray1OfCompositeCurveSegment.hxx ++usr/include/opencascade/Handle_StepGeom_HArray1OfCurve.hxx ++usr/include/opencascade/Handle_StepGeom_HArray1OfPcurveOrSurface.hxx ++usr/include/opencascade/Handle_StepGeom_HArray1OfSurfaceBoundary.hxx ++usr/include/opencascade/Handle_StepGeom_HArray1OfTrimmingSelect.hxx ++usr/include/opencascade/Handle_StepGeom_HArray2OfCartesianPoint.hxx ++usr/include/opencascade/Handle_StepGeom_HArray2OfSurfacePatch.hxx ++usr/include/opencascade/Handle_StepGeom_Hyperbola.hxx ++usr/include/opencascade/Handle_StepGeom_IntersectionCurve.hxx ++usr/include/opencascade/Handle_StepGeom_Line.hxx ++usr/include/opencascade/Handle_StepGeom_OffsetCurve3d.hxx ++usr/include/opencascade/Handle_StepGeom_OffsetSurface.hxx ++usr/include/opencascade/Handle_StepGeom_OrientedSurface.hxx ++usr/include/opencascade/Handle_StepGeom_OuterBoundaryCurve.hxx ++usr/include/opencascade/Handle_StepGeom_Parabola.hxx ++usr/include/opencascade/Handle_StepGeom_Pcurve.hxx ++usr/include/opencascade/Handle_StepGeom_Placement.hxx ++usr/include/opencascade/Handle_StepGeom_Plane.hxx ++usr/include/opencascade/Handle_StepGeom_Point.hxx ++usr/include/opencascade/Handle_StepGeom_PointOnCurve.hxx ++usr/include/opencascade/Handle_StepGeom_PointOnSurface.hxx ++usr/include/opencascade/Handle_StepGeom_PointReplica.hxx ++usr/include/opencascade/Handle_StepGeom_Polyline.hxx ++usr/include/opencascade/Handle_StepGeom_QuasiUniformCurve.hxx ++usr/include/opencascade/Handle_StepGeom_QuasiUniformCurveAndRationalBSplineCurve.hxx ++usr/include/opencascade/Handle_StepGeom_QuasiUniformSurface.hxx ++usr/include/opencascade/Handle_StepGeom_QuasiUniformSurfaceAndRationalBSplineSurface.hxx ++usr/include/opencascade/Handle_StepGeom_RationalBSplineCurve.hxx ++usr/include/opencascade/Handle_StepGeom_RationalBSplineSurface.hxx ++usr/include/opencascade/Handle_StepGeom_RectangularCompositeSurface.hxx ++usr/include/opencascade/Handle_StepGeom_RectangularTrimmedSurface.hxx ++usr/include/opencascade/Handle_StepGeom_ReparametrisedCompositeCurveSegment.hxx ++usr/include/opencascade/Handle_StepGeom_SeamCurve.hxx ++usr/include/opencascade/Handle_StepGeom_SphericalSurface.hxx ++usr/include/opencascade/Handle_StepGeom_Surface.hxx ++usr/include/opencascade/Handle_StepGeom_SurfaceCurve.hxx ++usr/include/opencascade/Handle_StepGeom_SurfaceCurveAndBoundedCurve.hxx ++usr/include/opencascade/Handle_StepGeom_SurfaceOfLinearExtrusion.hxx ++usr/include/opencascade/Handle_StepGeom_SurfaceOfRevolution.hxx ++usr/include/opencascade/Handle_StepGeom_SurfacePatch.hxx ++usr/include/opencascade/Handle_StepGeom_SurfaceReplica.hxx ++usr/include/opencascade/Handle_StepGeom_SweptSurface.hxx ++usr/include/opencascade/Handle_StepGeom_ToroidalSurface.hxx ++usr/include/opencascade/Handle_StepGeom_TrimmedCurve.hxx ++usr/include/opencascade/Handle_StepGeom_TrimmingMember.hxx ++usr/include/opencascade/Handle_StepGeom_UniformCurve.hxx ++usr/include/opencascade/Handle_StepGeom_UniformCurveAndRationalBSplineCurve.hxx ++usr/include/opencascade/Handle_StepGeom_UniformSurface.hxx ++usr/include/opencascade/Handle_StepGeom_UniformSurfaceAndRationalBSplineSurface.hxx ++usr/include/opencascade/Handle_StepGeom_Vector.hxx ++usr/include/opencascade/Handle_StepRepr_AssemblyComponentUsage.hxx ++usr/include/opencascade/Handle_StepRepr_AssemblyComponentUsageSubstitute.hxx ++usr/include/opencascade/Handle_StepRepr_CompositeShapeAspect.hxx ++usr/include/opencascade/Handle_StepRepr_CompoundRepresentationItem.hxx ++usr/include/opencascade/Handle_StepRepr_ConfigurationDesign.hxx ++usr/include/opencascade/Handle_StepRepr_ConfigurationEffectivity.hxx ++usr/include/opencascade/Handle_StepRepr_ConfigurationItem.hxx ++usr/include/opencascade/Handle_StepRepr_DataEnvironment.hxx ++usr/include/opencascade/Handle_StepRepr_DefinitionalRepresentation.hxx ++usr/include/opencascade/Handle_StepRepr_DerivedShapeAspect.hxx ++usr/include/opencascade/Handle_StepRepr_DescriptiveRepresentationItem.hxx ++usr/include/opencascade/Handle_StepRepr_Extension.hxx ++usr/include/opencascade/Handle_StepRepr_ExternallyDefinedRepresentation.hxx ++usr/include/opencascade/Handle_StepRepr_FunctionallyDefinedTransformation.hxx ++usr/include/opencascade/Handle_StepRepr_GlobalUncertaintyAssignedContext.hxx ++usr/include/opencascade/Handle_StepRepr_GlobalUnitAssignedContext.hxx ++usr/include/opencascade/Handle_StepRepr_HArray1OfMaterialPropertyRepresentation.hxx ++usr/include/opencascade/Handle_StepRepr_HArray1OfPropertyDefinitionRepresentation.hxx ++usr/include/opencascade/Handle_StepRepr_HArray1OfRepresentationItem.hxx ++usr/include/opencascade/Handle_StepRepr_HSequenceOfMaterialPropertyRepresentation.hxx ++usr/include/opencascade/Handle_StepRepr_HSequenceOfRepresentationItem.hxx ++usr/include/opencascade/Handle_StepRepr_ItemDefinedTransformation.hxx ++usr/include/opencascade/Handle_StepRepr_MakeFromUsageOption.hxx ++usr/include/opencascade/Handle_StepRepr_MappedItem.hxx ++usr/include/opencascade/Handle_StepRepr_MaterialDesignation.hxx ++usr/include/opencascade/Handle_StepRepr_MaterialProperty.hxx ++usr/include/opencascade/Handle_StepRepr_MaterialPropertyRepresentation.hxx ++usr/include/opencascade/Handle_StepRepr_MeasureRepresentationItem.hxx ++usr/include/opencascade/Handle_StepRepr_NextAssemblyUsageOccurrence.hxx ++usr/include/opencascade/Handle_StepRepr_ParametricRepresentationContext.hxx ++usr/include/opencascade/Handle_StepRepr_ProductConcept.hxx ++usr/include/opencascade/Handle_StepRepr_ProductDefinitionShape.hxx ++usr/include/opencascade/Handle_StepRepr_ProductDefinitionUsage.hxx ++usr/include/opencascade/Handle_StepRepr_PromissoryUsageOccurrence.hxx ++usr/include/opencascade/Handle_StepRepr_PropertyDefinition.hxx ++usr/include/opencascade/Handle_StepRepr_PropertyDefinitionRelationship.hxx ++usr/include/opencascade/Handle_StepRepr_PropertyDefinitionRepresentation.hxx ++usr/include/opencascade/Handle_StepRepr_QuantifiedAssemblyComponentUsage.hxx ++usr/include/opencascade/Handle_StepRepr_ReprItemAndLengthMeasureWithUnit.hxx ++usr/include/opencascade/Handle_StepRepr_Representation.hxx ++usr/include/opencascade/Handle_StepRepr_RepresentationContext.hxx ++usr/include/opencascade/Handle_StepRepr_RepresentationItem.hxx ++usr/include/opencascade/Handle_StepRepr_RepresentationMap.hxx ++usr/include/opencascade/Handle_StepRepr_RepresentationRelationship.hxx ++usr/include/opencascade/Handle_StepRepr_RepresentationRelationshipWithTransformation.hxx ++usr/include/opencascade/Handle_StepRepr_SequenceNodeOfSequenceOfMaterialPropertyRepresentation.hxx ++usr/include/opencascade/Handle_StepRepr_SequenceNodeOfSequenceOfRepresentationItem.hxx ++usr/include/opencascade/Handle_StepRepr_ShapeAspect.hxx ++usr/include/opencascade/Handle_StepRepr_ShapeAspectDerivingRelationship.hxx ++usr/include/opencascade/Handle_StepRepr_ShapeAspectRelationship.hxx ++usr/include/opencascade/Handle_StepRepr_ShapeAspectTransition.hxx ++usr/include/opencascade/Handle_StepRepr_ShapeRepresentationRelationship.hxx ++usr/include/opencascade/Handle_StepRepr_ShapeRepresentationRelationshipWithTransformation.hxx ++usr/include/opencascade/Handle_StepRepr_SpecifiedHigherUsageOccurrence.hxx ++usr/include/opencascade/Handle_StepRepr_StructuralResponseProperty.hxx ++usr/include/opencascade/Handle_StepRepr_StructuralResponsePropertyDefinitionRepresentation.hxx ++usr/include/opencascade/Handle_StepRepr_SuppliedPartRelationship.hxx ++usr/include/opencascade/Handle_StepRepr_ValueRange.hxx ++usr/include/opencascade/Handle_StepSelect_Activator.hxx ++usr/include/opencascade/Handle_StepSelect_FileModifier.hxx ++usr/include/opencascade/Handle_StepSelect_FloatFormat.hxx ++usr/include/opencascade/Handle_StepSelect_ModelModifier.hxx ++usr/include/opencascade/Handle_StepSelect_StepType.hxx ++usr/include/opencascade/Handle_StepSelect_WorkLibrary.hxx ++usr/include/opencascade/Handle_StepShape_AdvancedBrepShapeRepresentation.hxx ++usr/include/opencascade/Handle_StepShape_AdvancedFace.hxx ++usr/include/opencascade/Handle_StepShape_AngularLocation.hxx ++usr/include/opencascade/Handle_StepShape_AngularSize.hxx ++usr/include/opencascade/Handle_StepShape_Block.hxx ++usr/include/opencascade/Handle_StepShape_BooleanResult.hxx ++usr/include/opencascade/Handle_StepShape_BoxDomain.hxx ++usr/include/opencascade/Handle_StepShape_BoxedHalfSpace.hxx ++usr/include/opencascade/Handle_StepShape_BrepWithVoids.hxx ++usr/include/opencascade/Handle_StepShape_ClosedShell.hxx ++usr/include/opencascade/Handle_StepShape_CompoundShapeRepresentation.hxx ++usr/include/opencascade/Handle_StepShape_ConnectedEdgeSet.hxx ++usr/include/opencascade/Handle_StepShape_ConnectedFaceSet.hxx ++usr/include/opencascade/Handle_StepShape_ConnectedFaceShapeRepresentation.hxx ++usr/include/opencascade/Handle_StepShape_ConnectedFaceSubSet.hxx ++usr/include/opencascade/Handle_StepShape_ContextDependentShapeRepresentation.hxx ++usr/include/opencascade/Handle_StepShape_CsgShapeRepresentation.hxx ++usr/include/opencascade/Handle_StepShape_CsgSolid.hxx ++usr/include/opencascade/Handle_StepShape_DefinitionalRepresentationAndShapeRepresentation.hxx ++usr/include/opencascade/Handle_StepShape_DimensionalCharacteristicRepresentation.hxx ++usr/include/opencascade/Handle_StepShape_DimensionalLocation.hxx ++usr/include/opencascade/Handle_StepShape_DimensionalLocationWithPath.hxx ++usr/include/opencascade/Handle_StepShape_DimensionalSize.hxx ++usr/include/opencascade/Handle_StepShape_DimensionalSizeWithPath.hxx ++usr/include/opencascade/Handle_StepShape_DirectedDimensionalLocation.hxx ++usr/include/opencascade/Handle_StepShape_Edge.hxx ++usr/include/opencascade/Handle_StepShape_EdgeBasedWireframeModel.hxx ++usr/include/opencascade/Handle_StepShape_EdgeBasedWireframeShapeRepresentation.hxx ++usr/include/opencascade/Handle_StepShape_EdgeCurve.hxx ++usr/include/opencascade/Handle_StepShape_EdgeLoop.hxx ++usr/include/opencascade/Handle_StepShape_ExtrudedAreaSolid.hxx ++usr/include/opencascade/Handle_StepShape_ExtrudedFaceSolid.hxx ++usr/include/opencascade/Handle_StepShape_Face.hxx ++usr/include/opencascade/Handle_StepShape_FaceBasedSurfaceModel.hxx ++usr/include/opencascade/Handle_StepShape_FaceBound.hxx ++usr/include/opencascade/Handle_StepShape_FaceOuterBound.hxx ++usr/include/opencascade/Handle_StepShape_FaceSurface.hxx ++usr/include/opencascade/Handle_StepShape_FacetedBrep.hxx ++usr/include/opencascade/Handle_StepShape_FacetedBrepAndBrepWithVoids.hxx ++usr/include/opencascade/Handle_StepShape_FacetedBrepShapeRepresentation.hxx ++usr/include/opencascade/Handle_StepShape_GeometricCurveSet.hxx ++usr/include/opencascade/Handle_StepShape_GeometricSet.hxx ++usr/include/opencascade/Handle_StepShape_GeometricallyBoundedSurfaceShapeRepresentation.hxx ++usr/include/opencascade/Handle_StepShape_GeometricallyBoundedWireframeShapeRepresentation.hxx ++usr/include/opencascade/Handle_StepShape_HArray1OfConnectedEdgeSet.hxx ++usr/include/opencascade/Handle_StepShape_HArray1OfConnectedFaceSet.hxx ++usr/include/opencascade/Handle_StepShape_HArray1OfEdge.hxx ++usr/include/opencascade/Handle_StepShape_HArray1OfFace.hxx ++usr/include/opencascade/Handle_StepShape_HArray1OfFaceBound.hxx ++usr/include/opencascade/Handle_StepShape_HArray1OfGeometricSetSelect.hxx ++usr/include/opencascade/Handle_StepShape_HArray1OfOrientedClosedShell.hxx ++usr/include/opencascade/Handle_StepShape_HArray1OfOrientedEdge.hxx ++usr/include/opencascade/Handle_StepShape_HArray1OfShell.hxx ++usr/include/opencascade/Handle_StepShape_HArray1OfValueQualifier.hxx ++usr/include/opencascade/Handle_StepShape_HalfSpaceSolid.hxx ++usr/include/opencascade/Handle_StepShape_LimitsAndFits.hxx ++usr/include/opencascade/Handle_StepShape_Loop.hxx ++usr/include/opencascade/Handle_StepShape_LoopAndPath.hxx ++usr/include/opencascade/Handle_StepShape_ManifoldSolidBrep.hxx ++usr/include/opencascade/Handle_StepShape_ManifoldSurfaceShapeRepresentation.hxx ++usr/include/opencascade/Handle_StepShape_MeasureQualification.hxx ++usr/include/opencascade/Handle_StepShape_MeasureRepresentationItemAndQualifiedRepresentationItem.hxx ++usr/include/opencascade/Handle_StepShape_NonManifoldSurfaceShapeRepresentation.hxx ++usr/include/opencascade/Handle_StepShape_OpenShell.hxx ++usr/include/opencascade/Handle_StepShape_OrientedClosedShell.hxx ++usr/include/opencascade/Handle_StepShape_OrientedEdge.hxx ++usr/include/opencascade/Handle_StepShape_OrientedFace.hxx ++usr/include/opencascade/Handle_StepShape_OrientedOpenShell.hxx ++usr/include/opencascade/Handle_StepShape_OrientedPath.hxx ++usr/include/opencascade/Handle_StepShape_Path.hxx ++usr/include/opencascade/Handle_StepShape_PlusMinusTolerance.hxx ++usr/include/opencascade/Handle_StepShape_PointRepresentation.hxx ++usr/include/opencascade/Handle_StepShape_PolyLoop.hxx ++usr/include/opencascade/Handle_StepShape_PrecisionQualifier.hxx ++usr/include/opencascade/Handle_StepShape_QualifiedRepresentationItem.hxx ++usr/include/opencascade/Handle_StepShape_RevolvedAreaSolid.hxx ++usr/include/opencascade/Handle_StepShape_RevolvedFaceSolid.hxx ++usr/include/opencascade/Handle_StepShape_RightAngularWedge.hxx ++usr/include/opencascade/Handle_StepShape_RightCircularCone.hxx ++usr/include/opencascade/Handle_StepShape_RightCircularCylinder.hxx ++usr/include/opencascade/Handle_StepShape_SeamEdge.hxx ++usr/include/opencascade/Handle_StepShape_ShapeDefinitionRepresentation.hxx ++usr/include/opencascade/Handle_StepShape_ShapeDimensionRepresentation.hxx ++usr/include/opencascade/Handle_StepShape_ShapeRepresentation.hxx ++usr/include/opencascade/Handle_StepShape_ShapeRepresentationWithParameters.hxx ++usr/include/opencascade/Handle_StepShape_ShellBasedSurfaceModel.hxx ++usr/include/opencascade/Handle_StepShape_SolidModel.hxx ++usr/include/opencascade/Handle_StepShape_SolidReplica.hxx ++usr/include/opencascade/Handle_StepShape_Sphere.hxx ++usr/include/opencascade/Handle_StepShape_Subedge.hxx ++usr/include/opencascade/Handle_StepShape_Subface.hxx ++usr/include/opencascade/Handle_StepShape_SweptAreaSolid.hxx ++usr/include/opencascade/Handle_StepShape_SweptFaceSolid.hxx ++usr/include/opencascade/Handle_StepShape_ToleranceValue.hxx ++usr/include/opencascade/Handle_StepShape_TopologicalRepresentationItem.hxx ++usr/include/opencascade/Handle_StepShape_Torus.hxx ++usr/include/opencascade/Handle_StepShape_TransitionalShapeRepresentation.hxx ++usr/include/opencascade/Handle_StepShape_TypeQualifier.hxx ++usr/include/opencascade/Handle_StepShape_Vertex.hxx ++usr/include/opencascade/Handle_StepShape_VertexLoop.hxx ++usr/include/opencascade/Handle_StepShape_VertexPoint.hxx ++usr/include/opencascade/Handle_StepToTopoDS_DataMapNodeOfDataMapOfRI.hxx ++usr/include/opencascade/Handle_StepToTopoDS_DataMapNodeOfDataMapOfRINames.hxx ++usr/include/opencascade/Handle_StepToTopoDS_DataMapNodeOfDataMapOfTRI.hxx ++usr/include/opencascade/Handle_StepToTopoDS_DataMapNodeOfPointEdgeMap.hxx ++usr/include/opencascade/Handle_StepToTopoDS_DataMapNodeOfPointVertexMap.hxx ++usr/include/opencascade/Handle_StepVisual_AnnotationOccurrence.hxx ++usr/include/opencascade/Handle_StepVisual_AnnotationText.hxx ++usr/include/opencascade/Handle_StepVisual_AnnotationTextOccurrence.hxx ++usr/include/opencascade/Handle_StepVisual_AreaInSet.hxx ++usr/include/opencascade/Handle_StepVisual_BackgroundColour.hxx ++usr/include/opencascade/Handle_StepVisual_CameraImage.hxx ++usr/include/opencascade/Handle_StepVisual_CameraImage2dWithScale.hxx ++usr/include/opencascade/Handle_StepVisual_CameraImage3dWithScale.hxx ++usr/include/opencascade/Handle_StepVisual_CameraModel.hxx ++usr/include/opencascade/Handle_StepVisual_CameraModelD2.hxx ++usr/include/opencascade/Handle_StepVisual_CameraModelD3.hxx ++usr/include/opencascade/Handle_StepVisual_CameraUsage.hxx ++usr/include/opencascade/Handle_StepVisual_Colour.hxx ++usr/include/opencascade/Handle_StepVisual_ColourRgb.hxx ++usr/include/opencascade/Handle_StepVisual_ColourSpecification.hxx ++usr/include/opencascade/Handle_StepVisual_CompositeText.hxx ++usr/include/opencascade/Handle_StepVisual_CompositeTextWithExtent.hxx ++usr/include/opencascade/Handle_StepVisual_ContextDependentInvisibility.hxx ++usr/include/opencascade/Handle_StepVisual_ContextDependentOverRidingStyledItem.hxx ++usr/include/opencascade/Handle_StepVisual_CurveStyle.hxx ++usr/include/opencascade/Handle_StepVisual_CurveStyleFont.hxx ++usr/include/opencascade/Handle_StepVisual_CurveStyleFontPattern.hxx ++usr/include/opencascade/Handle_StepVisual_DraughtingAnnotationOccurrence.hxx ++usr/include/opencascade/Handle_StepVisual_DraughtingModel.hxx ++usr/include/opencascade/Handle_StepVisual_DraughtingPreDefinedColour.hxx ++usr/include/opencascade/Handle_StepVisual_DraughtingPreDefinedCurveFont.hxx ++usr/include/opencascade/Handle_StepVisual_ExternallyDefinedCurveFont.hxx ++usr/include/opencascade/Handle_StepVisual_ExternallyDefinedTextFont.hxx ++usr/include/opencascade/Handle_StepVisual_FillAreaStyle.hxx ++usr/include/opencascade/Handle_StepVisual_FillAreaStyleColour.hxx ++usr/include/opencascade/Handle_StepVisual_HArray1OfBoxCharacteristicSelect.hxx ++usr/include/opencascade/Handle_StepVisual_HArray1OfCurveStyleFontPattern.hxx ++usr/include/opencascade/Handle_StepVisual_HArray1OfDirectionCountSelect.hxx ++usr/include/opencascade/Handle_StepVisual_HArray1OfFillStyleSelect.hxx ++usr/include/opencascade/Handle_StepVisual_HArray1OfInvisibleItem.hxx ++usr/include/opencascade/Handle_StepVisual_HArray1OfLayeredItem.hxx ++usr/include/opencascade/Handle_StepVisual_HArray1OfPresentationStyleAssignment.hxx ++usr/include/opencascade/Handle_StepVisual_HArray1OfPresentationStyleSelect.hxx ++usr/include/opencascade/Handle_StepVisual_HArray1OfStyleContextSelect.hxx ++usr/include/opencascade/Handle_StepVisual_HArray1OfSurfaceStyleElementSelect.hxx ++usr/include/opencascade/Handle_StepVisual_HArray1OfTextOrCharacter.hxx ++usr/include/opencascade/Handle_StepVisual_Invisibility.hxx ++usr/include/opencascade/Handle_StepVisual_MarkerMember.hxx ++usr/include/opencascade/Handle_StepVisual_MechanicalDesignGeometricPresentationArea.hxx ++usr/include/opencascade/Handle_StepVisual_MechanicalDesignGeometricPresentationRepresentation.hxx ++usr/include/opencascade/Handle_StepVisual_OverRidingStyledItem.hxx ++usr/include/opencascade/Handle_StepVisual_PlanarBox.hxx ++usr/include/opencascade/Handle_StepVisual_PlanarExtent.hxx ++usr/include/opencascade/Handle_StepVisual_PointStyle.hxx ++usr/include/opencascade/Handle_StepVisual_PreDefinedColour.hxx ++usr/include/opencascade/Handle_StepVisual_PreDefinedCurveFont.hxx ++usr/include/opencascade/Handle_StepVisual_PreDefinedItem.hxx ++usr/include/opencascade/Handle_StepVisual_PreDefinedTextFont.hxx ++usr/include/opencascade/Handle_StepVisual_PresentationArea.hxx ++usr/include/opencascade/Handle_StepVisual_PresentationLayerAssignment.hxx ++usr/include/opencascade/Handle_StepVisual_PresentationLayerUsage.hxx ++usr/include/opencascade/Handle_StepVisual_PresentationRepresentation.hxx ++usr/include/opencascade/Handle_StepVisual_PresentationSet.hxx ++usr/include/opencascade/Handle_StepVisual_PresentationSize.hxx ++usr/include/opencascade/Handle_StepVisual_PresentationStyleAssignment.hxx ++usr/include/opencascade/Handle_StepVisual_PresentationStyleByContext.hxx ++usr/include/opencascade/Handle_StepVisual_PresentationView.hxx ++usr/include/opencascade/Handle_StepVisual_PresentedItem.hxx ++usr/include/opencascade/Handle_StepVisual_PresentedItemRepresentation.hxx ++usr/include/opencascade/Handle_StepVisual_StyledItem.hxx ++usr/include/opencascade/Handle_StepVisual_SurfaceSideStyle.hxx ++usr/include/opencascade/Handle_StepVisual_SurfaceStyleBoundary.hxx ++usr/include/opencascade/Handle_StepVisual_SurfaceStyleControlGrid.hxx ++usr/include/opencascade/Handle_StepVisual_SurfaceStyleFillArea.hxx ++usr/include/opencascade/Handle_StepVisual_SurfaceStyleParameterLine.hxx ++usr/include/opencascade/Handle_StepVisual_SurfaceStyleSegmentationCurve.hxx ++usr/include/opencascade/Handle_StepVisual_SurfaceStyleSilhouette.hxx ++usr/include/opencascade/Handle_StepVisual_SurfaceStyleUsage.hxx ++usr/include/opencascade/Handle_StepVisual_Template.hxx ++usr/include/opencascade/Handle_StepVisual_TemplateInstance.hxx ++usr/include/opencascade/Handle_StepVisual_TextLiteral.hxx ++usr/include/opencascade/Handle_StepVisual_TextStyle.hxx ++usr/include/opencascade/Handle_StepVisual_TextStyleForDefinedFont.hxx ++usr/include/opencascade/Handle_StepVisual_TextStyleWithBoxCharacteristics.hxx ++usr/include/opencascade/Handle_StepVisual_ViewVolume.hxx ++usr/include/opencascade/Handle_StlMesh_Mesh.hxx ++usr/include/opencascade/Handle_StlMesh_MeshDomain.hxx ++usr/include/opencascade/Handle_StlMesh_MeshTriangle.hxx ++usr/include/opencascade/Handle_StlMesh_SequenceNodeOfSequenceOfMesh.hxx ++usr/include/opencascade/Handle_StlMesh_SequenceNodeOfSequenceOfMeshDomain.hxx ++usr/include/opencascade/Handle_StlMesh_SequenceNodeOfSequenceOfMeshTriangle.hxx ++usr/include/opencascade/Handle_TColGeom2d_HArray1OfBSplineCurve.hxx ++usr/include/opencascade/Handle_TColGeom2d_HArray1OfBezierCurve.hxx ++usr/include/opencascade/Handle_TColGeom2d_HArray1OfBoundedCurve.hxx ++usr/include/opencascade/Handle_TColGeom2d_HArray1OfCurve.hxx ++usr/include/opencascade/Handle_TColGeom2d_HArray1OfGeometry.hxx ++usr/include/opencascade/Handle_TColGeom2d_HSequenceOfBoundedCurve.hxx ++usr/include/opencascade/Handle_TColGeom2d_HSequenceOfCurve.hxx ++usr/include/opencascade/Handle_TColGeom2d_HSequenceOfGeometry.hxx ++usr/include/opencascade/Handle_TColGeom2d_SequenceNodeOfSequenceOfBoundedCurve.hxx ++usr/include/opencascade/Handle_TColGeom2d_SequenceNodeOfSequenceOfCurve.hxx ++usr/include/opencascade/Handle_TColGeom2d_SequenceNodeOfSequenceOfGeometry.hxx ++usr/include/opencascade/Handle_TColGeom_HArray1OfBSplineCurve.hxx ++usr/include/opencascade/Handle_TColGeom_HArray1OfBezierCurve.hxx ++usr/include/opencascade/Handle_TColGeom_HArray1OfBoundedCurve.hxx ++usr/include/opencascade/Handle_TColGeom_HArray1OfBoundedSurface.hxx ++usr/include/opencascade/Handle_TColGeom_HArray1OfCurve.hxx ++usr/include/opencascade/Handle_TColGeom_HArray1OfSurface.hxx ++usr/include/opencascade/Handle_TColGeom_HArray2OfBSplineSurface.hxx ++usr/include/opencascade/Handle_TColGeom_HArray2OfBezierSurface.hxx ++usr/include/opencascade/Handle_TColGeom_HArray2OfBoundedSurface.hxx ++usr/include/opencascade/Handle_TColGeom_HArray2OfSurface.hxx ++usr/include/opencascade/Handle_TColGeom_HSequenceOfBoundedCurve.hxx ++usr/include/opencascade/Handle_TColGeom_HSequenceOfBoundedSurface.hxx ++usr/include/opencascade/Handle_TColGeom_HSequenceOfCurve.hxx ++usr/include/opencascade/Handle_TColGeom_HSequenceOfSurface.hxx ++usr/include/opencascade/Handle_TColGeom_SequenceNodeOfSequenceOfBoundedCurve.hxx ++usr/include/opencascade/Handle_TColGeom_SequenceNodeOfSequenceOfBoundedSurface.hxx ++usr/include/opencascade/Handle_TColGeom_SequenceNodeOfSequenceOfCurve.hxx ++usr/include/opencascade/Handle_TColGeom_SequenceNodeOfSequenceOfSurface.hxx ++usr/include/opencascade/Handle_TopBas_ListNodeOfListOfTestInterference.hxx ++usr/include/opencascade/Handle_TopExp_StackNodeOfStackOfIterator.hxx ++usr/include/opencascade/Handle_TopOpeBRepBuild_DataMapNodeOfDataMapOfShapeListOfShapeListOfShape.hxx ++usr/include/opencascade/Handle_TopOpeBRepBuild_HBuilder.hxx ++usr/include/opencascade/Handle_TopOpeBRepBuild_IndexedDataMapNodeOfIndexedDataMapOfShapeVertexInfo.hxx ++usr/include/opencascade/Handle_TopOpeBRepBuild_ListNodeOfListOfListOfLoop.hxx ++usr/include/opencascade/Handle_TopOpeBRepBuild_ListNodeOfListOfLoop.hxx ++usr/include/opencascade/Handle_TopOpeBRepBuild_ListNodeOfListOfPave.hxx ++usr/include/opencascade/Handle_TopOpeBRepBuild_ListNodeOfListOfShapeListOfShape.hxx ++usr/include/opencascade/Handle_TopOpeBRepBuild_Loop.hxx ++usr/include/opencascade/Handle_TopOpeBRepBuild_Pave.hxx ++usr/include/opencascade/Handle_TopOpeBRepDS_Association.hxx ++usr/include/opencascade/Handle_TopOpeBRepDS_Check.hxx ++usr/include/opencascade/Handle_TopOpeBRepDS_CurvePointInterference.hxx ++usr/include/opencascade/Handle_TopOpeBRepDS_DataMapNodeOfDataMapOfCheckStatus.hxx ++usr/include/opencascade/Handle_TopOpeBRepDS_DataMapNodeOfDataMapOfIntegerListOfInterference.hxx ++usr/include/opencascade/Handle_TopOpeBRepDS_DataMapNodeOfDataMapOfInterferenceListOfInterference.hxx ++usr/include/opencascade/Handle_TopOpeBRepDS_DataMapNodeOfDataMapOfInterferenceShape.hxx ++usr/include/opencascade/Handle_TopOpeBRepDS_DataMapNodeOfDataMapOfShapeListOfShapeOn1State.hxx ++usr/include/opencascade/Handle_TopOpeBRepDS_DataMapNodeOfDataMapOfShapeState.hxx ++usr/include/opencascade/Handle_TopOpeBRepDS_DataMapNodeOfMapOfCurve.hxx ++usr/include/opencascade/Handle_TopOpeBRepDS_DataMapNodeOfMapOfIntegerShapeData.hxx ++usr/include/opencascade/Handle_TopOpeBRepDS_DataMapNodeOfMapOfPoint.hxx ++usr/include/opencascade/Handle_TopOpeBRepDS_DataMapNodeOfMapOfSurface.hxx ++usr/include/opencascade/Handle_TopOpeBRepDS_DataMapNodeOfShapeSurface.hxx ++usr/include/opencascade/Handle_TopOpeBRepDS_DoubleMapNodeOfDoubleMapOfIntegerShape.hxx ++usr/include/opencascade/Handle_TopOpeBRepDS_EdgeVertexInterference.hxx ++usr/include/opencascade/Handle_TopOpeBRepDS_FaceEdgeInterference.hxx ++usr/include/opencascade/Handle_TopOpeBRepDS_GapTool.hxx ++usr/include/opencascade/Handle_TopOpeBRepDS_HArray1OfDataMapOfIntegerListOfInterference.hxx ++usr/include/opencascade/Handle_TopOpeBRepDS_HDataStructure.hxx ++usr/include/opencascade/Handle_TopOpeBRepDS_IndexedDataMapNodeOfIndexedDataMapOfShapeWithState.hxx ++usr/include/opencascade/Handle_TopOpeBRepDS_IndexedDataMapNodeOfIndexedDataMapOfVertexPoint.hxx ++usr/include/opencascade/Handle_TopOpeBRepDS_IndexedDataMapNodeOfMapOfShapeData.hxx ++usr/include/opencascade/Handle_TopOpeBRepDS_Interference.hxx ++usr/include/opencascade/Handle_TopOpeBRepDS_ListNodeOfListOfInterference.hxx ++usr/include/opencascade/Handle_TopOpeBRepDS_Marker.hxx ++usr/include/opencascade/Handle_TopOpeBRepDS_ShapeShapeInterference.hxx ++usr/include/opencascade/Handle_TopOpeBRepDS_SolidSurfaceInterference.hxx ++usr/include/opencascade/Handle_TopOpeBRepDS_SurfaceCurveInterference.hxx ++usr/include/opencascade/Handle_TopOpeBRepTool_DataMapNodeOfDataMapOfOrientedShapeC2DF.hxx ++usr/include/opencascade/Handle_TopOpeBRepTool_DataMapNodeOfDataMapOfShapeListOfC2DF.hxx ++usr/include/opencascade/Handle_TopOpeBRepTool_DataMapNodeOfDataMapOfShapeface.hxx ++usr/include/opencascade/Handle_TopOpeBRepTool_HBoxTool.hxx ++usr/include/opencascade/Handle_TopOpeBRepTool_IndexedDataMapNodeOfIndexedDataMapOfShapeBox.hxx ++usr/include/opencascade/Handle_TopOpeBRepTool_IndexedDataMapNodeOfIndexedDataMapOfShapeBox2d.hxx ++usr/include/opencascade/Handle_TopOpeBRepTool_IndexedDataMapNodeOfIndexedDataMapOfShapeconnexity.hxx ++usr/include/opencascade/Handle_TopOpeBRepTool_IndexedDataMapNodeOfIndexedDataMapOfSolidClassifier.hxx ++usr/include/opencascade/Handle_TopOpeBRepTool_ListNodeOfListOfC2DF.hxx ++usr/include/opencascade/Handle_TopOpeBRep_DataMapNodeOfDataMapOfTopolTool.hxx ++usr/include/opencascade/Handle_TopOpeBRep_FFDumper.hxx ++usr/include/opencascade/Handle_TopOpeBRep_HArray1OfLineInter.hxx ++usr/include/opencascade/Handle_TopOpeBRep_HArray1OfVPointInter.hxx ++usr/include/opencascade/Handle_TopOpeBRep_Hctxee2d.hxx ++usr/include/opencascade/Handle_TopOpeBRep_Hctxff2d.hxx ++usr/include/opencascade/Handle_TopOpeBRep_ListNodeOfListOfBipoint.hxx ++usr/include/opencascade/Handle_TopOpeBRep_SequenceNodeOfSequenceOfPoint2d.hxx ++usr/include/opencascade/Handle_TopTools_DataMapNodeOfDataMapOfIntegerListOfShape.hxx ++usr/include/opencascade/Handle_TopTools_DataMapNodeOfDataMapOfIntegerShape.hxx ++usr/include/opencascade/Handle_TopTools_DataMapNodeOfDataMapOfOrientedShapeInteger.hxx ++usr/include/opencascade/Handle_TopTools_DataMapNodeOfDataMapOfOrientedShapeShape.hxx ++usr/include/opencascade/Handle_TopTools_DataMapNodeOfDataMapOfShapeInteger.hxx ++usr/include/opencascade/Handle_TopTools_DataMapNodeOfDataMapOfShapeListOfInteger.hxx ++usr/include/opencascade/Handle_TopTools_DataMapNodeOfDataMapOfShapeListOfShape.hxx ++usr/include/opencascade/Handle_TopTools_DataMapNodeOfDataMapOfShapeReal.hxx ++usr/include/opencascade/Handle_TopTools_DataMapNodeOfDataMapOfShapeSequenceOfShape.hxx ++usr/include/opencascade/Handle_TopTools_DataMapNodeOfDataMapOfShapeShape.hxx ++usr/include/opencascade/Handle_TopTools_HArray1OfListOfShape.hxx ++usr/include/opencascade/Handle_TopTools_HArray1OfShape.hxx ++usr/include/opencascade/Handle_TopTools_HArray2OfShape.hxx ++usr/include/opencascade/Handle_TopTools_HSequenceOfShape.hxx ++usr/include/opencascade/Handle_TopTools_IndexedDataMapNodeOfIndexedDataMapOfShapeAddress.hxx ++usr/include/opencascade/Handle_TopTools_IndexedDataMapNodeOfIndexedDataMapOfShapeListOfShape.hxx ++usr/include/opencascade/Handle_TopTools_IndexedDataMapNodeOfIndexedDataMapOfShapeShape.hxx ++usr/include/opencascade/Handle_TopTools_IndexedMapNodeOfIndexedMapOfOrientedShape.hxx ++usr/include/opencascade/Handle_TopTools_IndexedMapNodeOfIndexedMapOfShape.hxx ++usr/include/opencascade/Handle_TopTools_ListNodeOfListOfShape.hxx ++usr/include/opencascade/Handle_TopTools_SequenceNodeOfSequenceOfShape.hxx ++usr/include/opencascade/Handle_TopTools_StdMapNodeOfMapOfOrientedShape.hxx ++usr/include/opencascade/Handle_TopTools_StdMapNodeOfMapOfShape.hxx ++usr/include/opencascade/Handle_TopoDS_FrozenShape.hxx ++usr/include/opencascade/Handle_TopoDS_HShape.hxx ++usr/include/opencascade/Handle_TopoDS_ListNodeOfListOfShape.hxx ++usr/include/opencascade/Handle_TopoDS_TCompSolid.hxx ++usr/include/opencascade/Handle_TopoDS_TCompound.hxx ++usr/include/opencascade/Handle_TopoDS_TEdge.hxx ++usr/include/opencascade/Handle_TopoDS_TFace.hxx ++usr/include/opencascade/Handle_TopoDS_TShape.hxx ++usr/include/opencascade/Handle_TopoDS_TShell.hxx ++usr/include/opencascade/Handle_TopoDS_TSolid.hxx ++usr/include/opencascade/Handle_TopoDS_TVertex.hxx ++usr/include/opencascade/Handle_TopoDS_TWire.hxx ++usr/include/opencascade/Handle_TopoDS_UnCompatibleShapes.hxx ++usr/include/opencascade/Handle_TransferBRep_BinderOfShape.hxx ++usr/include/opencascade/Handle_TransferBRep_HSequenceOfTransferResultInfo.hxx ++usr/include/opencascade/Handle_TransferBRep_OrientedShapeMapper.hxx ++usr/include/opencascade/Handle_TransferBRep_SequenceNodeOfSequenceOfTransferResultInfo.hxx ++usr/include/opencascade/Handle_TransferBRep_ShapeBinder.hxx ++usr/include/opencascade/Handle_TransferBRep_ShapeListBinder.hxx ++usr/include/opencascade/Handle_TransferBRep_ShapeMapper.hxx ++usr/include/opencascade/Handle_TransferBRep_TransferResultInfo.hxx ++usr/include/opencascade/Handle_Transfer_ActorDispatch.hxx ++usr/include/opencascade/Handle_Transfer_ActorOfFinderProcess.hxx ++usr/include/opencascade/Handle_Transfer_ActorOfProcessForFinder.hxx ++usr/include/opencascade/Handle_Transfer_ActorOfProcessForTransient.hxx ++usr/include/opencascade/Handle_Transfer_ActorOfTransientProcess.hxx ++usr/include/opencascade/Handle_Transfer_Binder.hxx ++usr/include/opencascade/Handle_Transfer_BinderOfTransientInteger.hxx ++usr/include/opencascade/Handle_Transfer_DispatchControl.hxx ++usr/include/opencascade/Handle_Transfer_Finder.hxx ++usr/include/opencascade/Handle_Transfer_FinderProcess.hxx ++usr/include/opencascade/Handle_Transfer_HSequenceOfBinder.hxx ++usr/include/opencascade/Handle_Transfer_HSequenceOfFinder.hxx ++usr/include/opencascade/Handle_Transfer_IndexedDataMapNodeOfTransferMapOfProcessForFinder.hxx ++usr/include/opencascade/Handle_Transfer_IndexedDataMapNodeOfTransferMapOfProcessForTransient.hxx ++usr/include/opencascade/Handle_Transfer_MapContainer.hxx ++usr/include/opencascade/Handle_Transfer_MultipleBinder.hxx ++usr/include/opencascade/Handle_Transfer_ProcessForFinder.hxx ++usr/include/opencascade/Handle_Transfer_ProcessForTransient.hxx ++usr/include/opencascade/Handle_Transfer_ResultFromModel.hxx ++usr/include/opencascade/Handle_Transfer_ResultFromTransient.hxx ++usr/include/opencascade/Handle_Transfer_SequenceNodeOfSequenceOfBinder.hxx ++usr/include/opencascade/Handle_Transfer_SequenceNodeOfSequenceOfFinder.hxx ++usr/include/opencascade/Handle_Transfer_SimpleBinderOfTransient.hxx ++usr/include/opencascade/Handle_Transfer_TransferDeadLoop.hxx ++usr/include/opencascade/Handle_Transfer_TransferFailure.hxx ++usr/include/opencascade/Handle_Transfer_TransientListBinder.hxx ++usr/include/opencascade/Handle_Transfer_TransientMapper.hxx ++usr/include/opencascade/Handle_Transfer_TransientProcess.hxx ++usr/include/opencascade/Handle_Transfer_VoidBinder.hxx ++usr/include/opencascade/Handle_XSAlgo_AlgoContainer.hxx ++usr/include/opencascade/Handle_XSAlgo_ToolContainer.hxx ++usr/include/opencascade/Handle_XSControl_ConnectedShapes.hxx ++usr/include/opencascade/Handle_XSControl_Controller.hxx ++usr/include/opencascade/Handle_XSControl_SelectForTransfer.hxx ++usr/include/opencascade/Handle_XSControl_SignTransferStatus.hxx ++usr/include/opencascade/Handle_XSControl_TransferReader.hxx ++usr/include/opencascade/Handle_XSControl_TransferWriter.hxx ++usr/include/opencascade/Handle_XSControl_Vars.hxx ++usr/include/opencascade/Handle_XSControl_WorkSession.hxx ++usr/include/opencascade/HatchGen_Domain.hxx ++usr/include/opencascade/HatchGen_Domain.lxx ++usr/include/opencascade/HatchGen_Domains.hxx ++usr/include/opencascade/HatchGen_ElementGen.gxx ++usr/include/opencascade/HatchGen_ElementsGen.gxx ++usr/include/opencascade/HatchGen_ErrorStatus.hxx ++usr/include/opencascade/HatchGen_Hatcher.gxx ++usr/include/opencascade/HatchGen_Hatcher.lxx ++usr/include/opencascade/HatchGen_HatchingGen.gxx ++usr/include/opencascade/HatchGen_IntersectionPoint.hxx ++usr/include/opencascade/HatchGen_IntersectionType.hxx ++usr/include/opencascade/HatchGen_Intersector.gxx ++usr/include/opencascade/HatchGen_PointOnElement.hxx ++usr/include/opencascade/HatchGen_PointOnElement.lxx ++usr/include/opencascade/HatchGen_PointOnHatching.hxx ++usr/include/opencascade/HatchGen_PointsOnElement.hxx ++usr/include/opencascade/HatchGen_PointsOnHatching.hxx ++usr/include/opencascade/HatchGen_SequenceNodeOfDomains.hxx ++usr/include/opencascade/HatchGen_SequenceNodeOfPointsOnElement.hxx ++usr/include/opencascade/HatchGen_SequenceNodeOfPointsOnHatching.hxx ++usr/include/opencascade/Hatch_Hatcher.hxx ++usr/include/opencascade/Hatch_Hatcher.lxx ++usr/include/opencascade/Hatch_Line.hxx ++usr/include/opencascade/Hatch_LineForm.hxx ++usr/include/opencascade/Hatch_Parameter.hxx ++usr/include/opencascade/Hatch_SequenceNodeOfSequenceOfLine.hxx ++usr/include/opencascade/Hatch_SequenceNodeOfSequenceOfParameter.hxx ++usr/include/opencascade/Hatch_SequenceOfLine.hxx ++usr/include/opencascade/Hatch_SequenceOfParameter.hxx ++usr/include/opencascade/HeaderSection.hxx ++usr/include/opencascade/HeaderSection_FileDescription.hxx ++usr/include/opencascade/HeaderSection_FileName.hxx ++usr/include/opencascade/HeaderSection_FileSchema.hxx ++usr/include/opencascade/HeaderSection_HeaderRecognizer.hxx ++usr/include/opencascade/HeaderSection_Protocol.hxx ++usr/include/opencascade/Hermit.hxx ++usr/include/opencascade/IFGraph_AllConnected.hxx ++usr/include/opencascade/IFGraph_AllShared.hxx ++usr/include/opencascade/IFGraph_Articulations.hxx ++usr/include/opencascade/IFGraph_Compare.hxx ++usr/include/opencascade/IFGraph_ConnectedComponants.hxx ++usr/include/opencascade/IFGraph_Cumulate.hxx ++usr/include/opencascade/IFGraph_Cycles.hxx ++usr/include/opencascade/IFGraph_ExternalSources.hxx ++usr/include/opencascade/IFGraph_SCRoots.hxx ++usr/include/opencascade/IFGraph_StrongComponants.hxx ++usr/include/opencascade/IFGraph_SubPartsIterator.hxx ++usr/include/opencascade/IFSelect.hxx ++usr/include/opencascade/IFSelect_Act.hxx ++usr/include/opencascade/IFSelect_ActFunc.hxx ++usr/include/opencascade/IFSelect_Activator.hxx ++usr/include/opencascade/IFSelect_AppliedModifiers.hxx ++usr/include/opencascade/IFSelect_BasicDumper.hxx ++usr/include/opencascade/IFSelect_CheckCounter.hxx ++usr/include/opencascade/IFSelect_ContextModif.hxx ++usr/include/opencascade/IFSelect_ContextWrite.hxx ++usr/include/opencascade/IFSelect_DispGlobal.hxx ++usr/include/opencascade/IFSelect_DispPerCount.hxx ++usr/include/opencascade/IFSelect_DispPerFiles.hxx ++usr/include/opencascade/IFSelect_DispPerOne.hxx ++usr/include/opencascade/IFSelect_DispPerSignature.hxx ++usr/include/opencascade/IFSelect_Dispatch.hxx ++usr/include/opencascade/IFSelect_EditForm.hxx ++usr/include/opencascade/IFSelect_EditValue.hxx ++usr/include/opencascade/IFSelect_Editor.hxx ++usr/include/opencascade/IFSelect_FileModifier.gxx ++usr/include/opencascade/IFSelect_Functions.hxx ++usr/include/opencascade/IFSelect_GeneralModifier.hxx ++usr/include/opencascade/IFSelect_GraphCounter.hxx ++usr/include/opencascade/IFSelect_HSeqOfSelection.hxx ++usr/include/opencascade/IFSelect_IntParam.hxx ++usr/include/opencascade/IFSelect_ListEditor.hxx ++usr/include/opencascade/IFSelect_ModelCopier.hxx ++usr/include/opencascade/IFSelect_ModelModifier.gxx ++usr/include/opencascade/IFSelect_ModifEditForm.hxx ++usr/include/opencascade/IFSelect_ModifReorder.hxx ++usr/include/opencascade/IFSelect_Modifier.hxx ++usr/include/opencascade/IFSelect_Option.hxx ++usr/include/opencascade/IFSelect_PacketList.hxx ++usr/include/opencascade/IFSelect_ParamEditor.hxx ++usr/include/opencascade/IFSelect_PrintCount.hxx ++usr/include/opencascade/IFSelect_PrintFail.hxx ++usr/include/opencascade/IFSelect_Profile.hxx ++usr/include/opencascade/IFSelect_RemainMode.hxx ++usr/include/opencascade/IFSelect_ReturnStatus.hxx ++usr/include/opencascade/IFSelect_SelectAnyList.hxx ++usr/include/opencascade/IFSelect_SelectAnyType.hxx ++usr/include/opencascade/IFSelect_SelectBase.hxx ++usr/include/opencascade/IFSelect_SelectCombine.hxx ++usr/include/opencascade/IFSelect_SelectControl.hxx ++usr/include/opencascade/IFSelect_SelectDeduct.hxx ++usr/include/opencascade/IFSelect_SelectDiff.hxx ++usr/include/opencascade/IFSelect_SelectEntityNumber.hxx ++usr/include/opencascade/IFSelect_SelectErrorEntities.hxx ++usr/include/opencascade/IFSelect_SelectExplore.hxx ++usr/include/opencascade/IFSelect_SelectExtract.hxx ++usr/include/opencascade/IFSelect_SelectFlag.hxx ++usr/include/opencascade/IFSelect_SelectInList.hxx ++usr/include/opencascade/IFSelect_SelectIncorrectEntities.hxx ++usr/include/opencascade/IFSelect_SelectIntersection.hxx ++usr/include/opencascade/IFSelect_SelectList.gxx ++usr/include/opencascade/IFSelect_SelectModelEntities.hxx ++usr/include/opencascade/IFSelect_SelectModelRoots.hxx ++usr/include/opencascade/IFSelect_SelectPointed.hxx ++usr/include/opencascade/IFSelect_SelectRange.hxx ++usr/include/opencascade/IFSelect_SelectRootComps.hxx ++usr/include/opencascade/IFSelect_SelectRoots.hxx ++usr/include/opencascade/IFSelect_SelectSent.hxx ++usr/include/opencascade/IFSelect_SelectShared.hxx ++usr/include/opencascade/IFSelect_SelectSharing.hxx ++usr/include/opencascade/IFSelect_SelectSignature.hxx ++usr/include/opencascade/IFSelect_SelectSignedShared.hxx ++usr/include/opencascade/IFSelect_SelectSignedSharing.hxx ++usr/include/opencascade/IFSelect_SelectSuite.hxx ++usr/include/opencascade/IFSelect_SelectType.hxx ++usr/include/opencascade/IFSelect_SelectUnion.hxx ++usr/include/opencascade/IFSelect_SelectUnknownEntities.hxx ++usr/include/opencascade/IFSelect_Selection.hxx ++usr/include/opencascade/IFSelect_SelectionIterator.hxx ++usr/include/opencascade/IFSelect_SequenceNodeOfSequenceOfAppliedModifiers.hxx ++usr/include/opencascade/IFSelect_SequenceNodeOfSequenceOfGeneralModifier.hxx ++usr/include/opencascade/IFSelect_SequenceNodeOfSequenceOfInterfaceModel.hxx ++usr/include/opencascade/IFSelect_SequenceNodeOfTSeqOfDispatch.hxx ++usr/include/opencascade/IFSelect_SequenceNodeOfTSeqOfSelection.hxx ++usr/include/opencascade/IFSelect_SequenceOfAppliedModifiers.hxx ++usr/include/opencascade/IFSelect_SequenceOfGeneralModifier.hxx ++usr/include/opencascade/IFSelect_SequenceOfInterfaceModel.hxx ++usr/include/opencascade/IFSelect_SessionDumper.hxx ++usr/include/opencascade/IFSelect_SessionFile.hxx ++usr/include/opencascade/IFSelect_SessionPilot.hxx ++usr/include/opencascade/IFSelect_ShareOut.hxx ++usr/include/opencascade/IFSelect_ShareOutResult.hxx ++usr/include/opencascade/IFSelect_SignAncestor.hxx ++usr/include/opencascade/IFSelect_SignCategory.hxx ++usr/include/opencascade/IFSelect_SignCounter.hxx ++usr/include/opencascade/IFSelect_SignMultiple.hxx ++usr/include/opencascade/IFSelect_SignType.hxx ++usr/include/opencascade/IFSelect_SignValidity.hxx ++usr/include/opencascade/IFSelect_Signature.hxx ++usr/include/opencascade/IFSelect_SignatureList.hxx ++usr/include/opencascade/IFSelect_TSeqOfDispatch.hxx ++usr/include/opencascade/IFSelect_TSeqOfSelection.hxx ++usr/include/opencascade/IFSelect_TransformStandard.hxx ++usr/include/opencascade/IFSelect_Transformer.hxx ++usr/include/opencascade/IFSelect_WorkLibrary.hxx ++usr/include/opencascade/IFSelect_WorkSession.hxx ++usr/include/opencascade/IGESAppli.hxx ++usr/include/opencascade/IGESAppli_Array1OfFiniteElement.hxx ++usr/include/opencascade/IGESAppli_Array1OfFlow.hxx ++usr/include/opencascade/IGESAppli_Array1OfNode.hxx ++usr/include/opencascade/IGESAppli_DrilledHole.hxx ++usr/include/opencascade/IGESAppli_ElementResults.hxx ++usr/include/opencascade/IGESAppli_FiniteElement.hxx ++usr/include/opencascade/IGESAppli_Flow.hxx ++usr/include/opencascade/IGESAppli_FlowLineSpec.hxx ++usr/include/opencascade/IGESAppli_GeneralModule.hxx ++usr/include/opencascade/IGESAppli_HArray1OfFiniteElement.hxx ++usr/include/opencascade/IGESAppli_HArray1OfFlow.hxx ++usr/include/opencascade/IGESAppli_HArray1OfNode.hxx ++usr/include/opencascade/IGESAppli_LevelFunction.hxx ++usr/include/opencascade/IGESAppli_LevelToPWBLayerMap.hxx ++usr/include/opencascade/IGESAppli_LineWidening.hxx ++usr/include/opencascade/IGESAppli_NodalConstraint.hxx ++usr/include/opencascade/IGESAppli_NodalDisplAndRot.hxx ++usr/include/opencascade/IGESAppli_NodalResults.hxx ++usr/include/opencascade/IGESAppli_Node.hxx ++usr/include/opencascade/IGESAppli_PWBArtworkStackup.hxx ++usr/include/opencascade/IGESAppli_PWBDrilledHole.hxx ++usr/include/opencascade/IGESAppli_PartNumber.hxx ++usr/include/opencascade/IGESAppli_PinNumber.hxx ++usr/include/opencascade/IGESAppli_PipingFlow.hxx ++usr/include/opencascade/IGESAppli_Protocol.hxx ++usr/include/opencascade/IGESAppli_ReadWriteModule.hxx ++usr/include/opencascade/IGESAppli_ReferenceDesignator.hxx ++usr/include/opencascade/IGESAppli_RegionRestriction.hxx ++usr/include/opencascade/IGESAppli_SpecificModule.hxx ++usr/include/opencascade/IGESAppli_ToolDrilledHole.hxx ++usr/include/opencascade/IGESAppli_ToolElementResults.hxx ++usr/include/opencascade/IGESAppli_ToolFiniteElement.hxx ++usr/include/opencascade/IGESAppli_ToolFlow.hxx ++usr/include/opencascade/IGESAppli_ToolFlowLineSpec.hxx ++usr/include/opencascade/IGESAppli_ToolLevelFunction.hxx ++usr/include/opencascade/IGESAppli_ToolLevelToPWBLayerMap.hxx ++usr/include/opencascade/IGESAppli_ToolLineWidening.hxx ++usr/include/opencascade/IGESAppli_ToolNodalConstraint.hxx ++usr/include/opencascade/IGESAppli_ToolNodalDisplAndRot.hxx ++usr/include/opencascade/IGESAppli_ToolNodalResults.hxx ++usr/include/opencascade/IGESAppli_ToolNode.hxx ++usr/include/opencascade/IGESAppli_ToolPWBArtworkStackup.hxx ++usr/include/opencascade/IGESAppli_ToolPWBDrilledHole.hxx ++usr/include/opencascade/IGESAppli_ToolPartNumber.hxx ++usr/include/opencascade/IGESAppli_ToolPinNumber.hxx ++usr/include/opencascade/IGESAppli_ToolPipingFlow.hxx ++usr/include/opencascade/IGESAppli_ToolReferenceDesignator.hxx ++usr/include/opencascade/IGESAppli_ToolRegionRestriction.hxx ++usr/include/opencascade/IGESBasic.hxx ++usr/include/opencascade/IGESBasic_Array1OfLineFontEntity.hxx ++usr/include/opencascade/IGESBasic_Array2OfHArray1OfReal.hxx ++usr/include/opencascade/IGESBasic_AssocGroupType.hxx ++usr/include/opencascade/IGESBasic_ExternalRefFile.hxx ++usr/include/opencascade/IGESBasic_ExternalRefFileIndex.hxx ++usr/include/opencascade/IGESBasic_ExternalRefFileName.hxx ++usr/include/opencascade/IGESBasic_ExternalRefLibName.hxx ++usr/include/opencascade/IGESBasic_ExternalRefName.hxx ++usr/include/opencascade/IGESBasic_ExternalReferenceFile.hxx ++usr/include/opencascade/IGESBasic_GeneralModule.hxx ++usr/include/opencascade/IGESBasic_Group.hxx ++usr/include/opencascade/IGESBasic_GroupWithoutBackP.hxx ++usr/include/opencascade/IGESBasic_HArray1OfHArray1OfIGESEntity.hxx ++usr/include/opencascade/IGESBasic_HArray1OfHArray1OfInteger.hxx ++usr/include/opencascade/IGESBasic_HArray1OfHArray1OfReal.hxx ++usr/include/opencascade/IGESBasic_HArray1OfHArray1OfXY.hxx ++usr/include/opencascade/IGESBasic_HArray1OfHArray1OfXYZ.hxx ++usr/include/opencascade/IGESBasic_HArray1OfLineFontEntity.hxx ++usr/include/opencascade/IGESBasic_HArray2OfHArray1OfReal.hxx ++usr/include/opencascade/IGESBasic_Hierarchy.hxx ++usr/include/opencascade/IGESBasic_Name.hxx ++usr/include/opencascade/IGESBasic_OrderedGroup.hxx ++usr/include/opencascade/IGESBasic_OrderedGroupWithoutBackP.hxx ++usr/include/opencascade/IGESBasic_Protocol.hxx ++usr/include/opencascade/IGESBasic_ReadWriteModule.hxx ++usr/include/opencascade/IGESBasic_SingleParent.hxx ++usr/include/opencascade/IGESBasic_SingularSubfigure.hxx ++usr/include/opencascade/IGESBasic_SpecificModule.hxx ++usr/include/opencascade/IGESBasic_SubfigureDef.hxx ++usr/include/opencascade/IGESBasic_ToolAssocGroupType.hxx ++usr/include/opencascade/IGESBasic_ToolExternalRefFile.hxx ++usr/include/opencascade/IGESBasic_ToolExternalRefFileIndex.hxx ++usr/include/opencascade/IGESBasic_ToolExternalRefFileName.hxx ++usr/include/opencascade/IGESBasic_ToolExternalRefLibName.hxx ++usr/include/opencascade/IGESBasic_ToolExternalRefName.hxx ++usr/include/opencascade/IGESBasic_ToolExternalReferenceFile.hxx ++usr/include/opencascade/IGESBasic_ToolGroup.hxx ++usr/include/opencascade/IGESBasic_ToolGroupWithoutBackP.hxx ++usr/include/opencascade/IGESBasic_ToolHierarchy.hxx ++usr/include/opencascade/IGESBasic_ToolName.hxx ++usr/include/opencascade/IGESBasic_ToolOrderedGroup.hxx ++usr/include/opencascade/IGESBasic_ToolOrderedGroupWithoutBackP.hxx ++usr/include/opencascade/IGESBasic_ToolSingleParent.hxx ++usr/include/opencascade/IGESBasic_ToolSingularSubfigure.hxx ++usr/include/opencascade/IGESBasic_ToolSubfigureDef.hxx ++usr/include/opencascade/IGESControl_ActorWrite.hxx ++usr/include/opencascade/IGESControl_AlgoContainer.hxx ++usr/include/opencascade/IGESControl_Controller.hxx ++usr/include/opencascade/IGESControl_IGESBoundary.hxx ++usr/include/opencascade/IGESControl_Reader.hxx ++usr/include/opencascade/IGESControl_Reader.lxx ++usr/include/opencascade/IGESControl_ToolContainer.hxx ++usr/include/opencascade/IGESControl_Writer.hxx ++usr/include/opencascade/IGESConvGeom.hxx ++usr/include/opencascade/IGESConvGeom_GeomBuilder.hxx ++usr/include/opencascade/IGESData.hxx ++usr/include/opencascade/IGESData_Array1OfDirPart.hxx ++usr/include/opencascade/IGESData_Array1OfIGESEntity.hxx ++usr/include/opencascade/IGESData_BasicEditor.hxx ++usr/include/opencascade/IGESData_ColorEntity.hxx ++usr/include/opencascade/IGESData_DefList.hxx ++usr/include/opencascade/IGESData_DefSwitch.hxx ++usr/include/opencascade/IGESData_DefType.hxx ++usr/include/opencascade/IGESData_DefaultGeneral.hxx ++usr/include/opencascade/IGESData_DefaultSpecific.hxx ++usr/include/opencascade/IGESData_DirChecker.hxx ++usr/include/opencascade/IGESData_DirPart.hxx ++usr/include/opencascade/IGESData_Dump.hxx ++usr/include/opencascade/IGESData_FileProtocol.hxx ++usr/include/opencascade/IGESData_FileRecognizer.hxx ++usr/include/opencascade/IGESData_FreeFormatEntity.hxx ++usr/include/opencascade/IGESData_GeneralModule.hxx ++usr/include/opencascade/IGESData_GlobalNodeOfSpecificLib.hxx ++usr/include/opencascade/IGESData_GlobalNodeOfWriterLib.hxx ++usr/include/opencascade/IGESData_GlobalSection.hxx ++usr/include/opencascade/IGESData_HArray1OfIGESEntity.hxx ++usr/include/opencascade/IGESData_IGESDumper.hxx ++usr/include/opencascade/IGESData_IGESEntity.hxx ++usr/include/opencascade/IGESData_IGESModel.hxx ++usr/include/opencascade/IGESData_IGESReaderData.hxx ++usr/include/opencascade/IGESData_IGESReaderTool.hxx ++usr/include/opencascade/IGESData_IGESType.hxx ++usr/include/opencascade/IGESData_IGESWriter.hxx ++usr/include/opencascade/IGESData_LabelDisplayEntity.hxx ++usr/include/opencascade/IGESData_LevelListEntity.hxx ++usr/include/opencascade/IGESData_LineFontEntity.hxx ++usr/include/opencascade/IGESData_NameEntity.hxx ++usr/include/opencascade/IGESData_NodeOfSpecificLib.hxx ++usr/include/opencascade/IGESData_NodeOfWriterLib.hxx ++usr/include/opencascade/IGESData_ParamCursor.hxx ++usr/include/opencascade/IGESData_ParamCursor.lxx ++usr/include/opencascade/IGESData_ParamReader.hxx ++usr/include/opencascade/IGESData_Protocol.hxx ++usr/include/opencascade/IGESData_ReadStage.hxx ++usr/include/opencascade/IGESData_ReadWriteModule.hxx ++usr/include/opencascade/IGESData_SingleParentEntity.hxx ++usr/include/opencascade/IGESData_SpecificLib.hxx ++usr/include/opencascade/IGESData_SpecificModule.hxx ++usr/include/opencascade/IGESData_Status.hxx ++usr/include/opencascade/IGESData_ToolLocation.hxx ++usr/include/opencascade/IGESData_TransfEntity.hxx ++usr/include/opencascade/IGESData_UndefinedEntity.hxx ++usr/include/opencascade/IGESData_ViewKindEntity.hxx ++usr/include/opencascade/IGESData_WriterLib.hxx ++usr/include/opencascade/IGESDefs.hxx ++usr/include/opencascade/IGESDefs_Array1OfTabularData.hxx ++usr/include/opencascade/IGESDefs_AssociativityDef.hxx ++usr/include/opencascade/IGESDefs_AttributeDef.hxx ++usr/include/opencascade/IGESDefs_AttributeTable.hxx ++usr/include/opencascade/IGESDefs_GeneralModule.hxx ++usr/include/opencascade/IGESDefs_GenericData.hxx ++usr/include/opencascade/IGESDefs_HArray1OfHArray1OfTextDisplayTemplate.hxx ++usr/include/opencascade/IGESDefs_HArray1OfTabularData.hxx ++usr/include/opencascade/IGESDefs_MacroDef.hxx ++usr/include/opencascade/IGESDefs_Protocol.hxx ++usr/include/opencascade/IGESDefs_ReadWriteModule.hxx ++usr/include/opencascade/IGESDefs_SpecificModule.hxx ++usr/include/opencascade/IGESDefs_TabularData.hxx ++usr/include/opencascade/IGESDefs_ToolAssociativityDef.hxx ++usr/include/opencascade/IGESDefs_ToolAttributeDef.hxx ++usr/include/opencascade/IGESDefs_ToolAttributeTable.hxx ++usr/include/opencascade/IGESDefs_ToolGenericData.hxx ++usr/include/opencascade/IGESDefs_ToolMacroDef.hxx ++usr/include/opencascade/IGESDefs_ToolTabularData.hxx ++usr/include/opencascade/IGESDefs_ToolUnitsData.hxx ++usr/include/opencascade/IGESDefs_UnitsData.hxx ++usr/include/opencascade/IGESDimen.hxx ++usr/include/opencascade/IGESDimen_AngularDimension.hxx ++usr/include/opencascade/IGESDimen_Array1OfGeneralNote.hxx ++usr/include/opencascade/IGESDimen_Array1OfLeaderArrow.hxx ++usr/include/opencascade/IGESDimen_BasicDimension.hxx ++usr/include/opencascade/IGESDimen_CenterLine.hxx ++usr/include/opencascade/IGESDimen_CurveDimension.hxx ++usr/include/opencascade/IGESDimen_DiameterDimension.hxx ++usr/include/opencascade/IGESDimen_DimensionDisplayData.hxx ++usr/include/opencascade/IGESDimen_DimensionTolerance.hxx ++usr/include/opencascade/IGESDimen_DimensionUnits.hxx ++usr/include/opencascade/IGESDimen_DimensionedGeometry.hxx ++usr/include/opencascade/IGESDimen_FlagNote.hxx ++usr/include/opencascade/IGESDimen_GeneralLabel.hxx ++usr/include/opencascade/IGESDimen_GeneralModule.hxx ++usr/include/opencascade/IGESDimen_GeneralNote.hxx ++usr/include/opencascade/IGESDimen_GeneralSymbol.hxx ++usr/include/opencascade/IGESDimen_HArray1OfGeneralNote.hxx ++usr/include/opencascade/IGESDimen_HArray1OfLeaderArrow.hxx ++usr/include/opencascade/IGESDimen_LeaderArrow.hxx ++usr/include/opencascade/IGESDimen_LinearDimension.hxx ++usr/include/opencascade/IGESDimen_NewDimensionedGeometry.hxx ++usr/include/opencascade/IGESDimen_NewGeneralNote.hxx ++usr/include/opencascade/IGESDimen_OrdinateDimension.hxx ++usr/include/opencascade/IGESDimen_PointDimension.hxx ++usr/include/opencascade/IGESDimen_Protocol.hxx ++usr/include/opencascade/IGESDimen_RadiusDimension.hxx ++usr/include/opencascade/IGESDimen_ReadWriteModule.hxx ++usr/include/opencascade/IGESDimen_Section.hxx ++usr/include/opencascade/IGESDimen_SectionedArea.hxx ++usr/include/opencascade/IGESDimen_SpecificModule.hxx ++usr/include/opencascade/IGESDimen_ToolAngularDimension.hxx ++usr/include/opencascade/IGESDimen_ToolBasicDimension.hxx ++usr/include/opencascade/IGESDimen_ToolCenterLine.hxx ++usr/include/opencascade/IGESDimen_ToolCurveDimension.hxx ++usr/include/opencascade/IGESDimen_ToolDiameterDimension.hxx ++usr/include/opencascade/IGESDimen_ToolDimensionDisplayData.hxx ++usr/include/opencascade/IGESDimen_ToolDimensionTolerance.hxx ++usr/include/opencascade/IGESDimen_ToolDimensionUnits.hxx ++usr/include/opencascade/IGESDimen_ToolDimensionedGeometry.hxx ++usr/include/opencascade/IGESDimen_ToolFlagNote.hxx ++usr/include/opencascade/IGESDimen_ToolGeneralLabel.hxx ++usr/include/opencascade/IGESDimen_ToolGeneralNote.hxx ++usr/include/opencascade/IGESDimen_ToolGeneralSymbol.hxx ++usr/include/opencascade/IGESDimen_ToolLeaderArrow.hxx ++usr/include/opencascade/IGESDimen_ToolLinearDimension.hxx ++usr/include/opencascade/IGESDimen_ToolNewDimensionedGeometry.hxx ++usr/include/opencascade/IGESDimen_ToolNewGeneralNote.hxx ++usr/include/opencascade/IGESDimen_ToolOrdinateDimension.hxx ++usr/include/opencascade/IGESDimen_ToolPointDimension.hxx ++usr/include/opencascade/IGESDimen_ToolRadiusDimension.hxx ++usr/include/opencascade/IGESDimen_ToolSection.hxx ++usr/include/opencascade/IGESDimen_ToolSectionedArea.hxx ++usr/include/opencascade/IGESDimen_ToolWitnessLine.hxx ++usr/include/opencascade/IGESDimen_WitnessLine.hxx ++usr/include/opencascade/IGESDraw.hxx ++usr/include/opencascade/IGESDraw_Array1OfConnectPoint.hxx ++usr/include/opencascade/IGESDraw_Array1OfViewKindEntity.hxx ++usr/include/opencascade/IGESDraw_CircArraySubfigure.hxx ++usr/include/opencascade/IGESDraw_ConnectPoint.hxx ++usr/include/opencascade/IGESDraw_Drawing.hxx ++usr/include/opencascade/IGESDraw_DrawingWithRotation.hxx ++usr/include/opencascade/IGESDraw_GeneralModule.hxx ++usr/include/opencascade/IGESDraw_HArray1OfConnectPoint.hxx ++usr/include/opencascade/IGESDraw_HArray1OfViewKindEntity.hxx ++usr/include/opencascade/IGESDraw_LabelDisplay.hxx ++usr/include/opencascade/IGESDraw_NetworkSubfigure.hxx ++usr/include/opencascade/IGESDraw_NetworkSubfigureDef.hxx ++usr/include/opencascade/IGESDraw_PerspectiveView.hxx ++usr/include/opencascade/IGESDraw_Planar.hxx ++usr/include/opencascade/IGESDraw_Protocol.hxx ++usr/include/opencascade/IGESDraw_ReadWriteModule.hxx ++usr/include/opencascade/IGESDraw_RectArraySubfigure.hxx ++usr/include/opencascade/IGESDraw_SegmentedViewsVisible.hxx ++usr/include/opencascade/IGESDraw_SpecificModule.hxx ++usr/include/opencascade/IGESDraw_ToolCircArraySubfigure.hxx ++usr/include/opencascade/IGESDraw_ToolConnectPoint.hxx ++usr/include/opencascade/IGESDraw_ToolDrawing.hxx ++usr/include/opencascade/IGESDraw_ToolDrawingWithRotation.hxx ++usr/include/opencascade/IGESDraw_ToolLabelDisplay.hxx ++usr/include/opencascade/IGESDraw_ToolNetworkSubfigure.hxx ++usr/include/opencascade/IGESDraw_ToolNetworkSubfigureDef.hxx ++usr/include/opencascade/IGESDraw_ToolPerspectiveView.hxx ++usr/include/opencascade/IGESDraw_ToolPlanar.hxx ++usr/include/opencascade/IGESDraw_ToolRectArraySubfigure.hxx ++usr/include/opencascade/IGESDraw_ToolSegmentedViewsVisible.hxx ++usr/include/opencascade/IGESDraw_ToolView.hxx ++usr/include/opencascade/IGESDraw_ToolViewsVisible.hxx ++usr/include/opencascade/IGESDraw_ToolViewsVisibleWithAttr.hxx ++usr/include/opencascade/IGESDraw_View.hxx ++usr/include/opencascade/IGESDraw_ViewsVisible.hxx ++usr/include/opencascade/IGESDraw_ViewsVisibleWithAttr.hxx ++usr/include/opencascade/IGESFile_Read.hxx ++usr/include/opencascade/IGESGeom.hxx ++usr/include/opencascade/IGESGeom_Array1OfBoundary.hxx ++usr/include/opencascade/IGESGeom_Array1OfCurveOnSurface.hxx ++usr/include/opencascade/IGESGeom_Array1OfTransformationMatrix.hxx ++usr/include/opencascade/IGESGeom_BSplineCurve.hxx ++usr/include/opencascade/IGESGeom_BSplineSurface.hxx ++usr/include/opencascade/IGESGeom_Boundary.hxx ++usr/include/opencascade/IGESGeom_BoundedSurface.hxx ++usr/include/opencascade/IGESGeom_CircularArc.hxx ++usr/include/opencascade/IGESGeom_CompositeCurve.hxx ++usr/include/opencascade/IGESGeom_ConicArc.hxx ++usr/include/opencascade/IGESGeom_CopiousData.hxx ++usr/include/opencascade/IGESGeom_CurveOnSurface.hxx ++usr/include/opencascade/IGESGeom_Direction.hxx ++usr/include/opencascade/IGESGeom_Flash.hxx ++usr/include/opencascade/IGESGeom_GeneralModule.hxx ++usr/include/opencascade/IGESGeom_HArray1OfBoundary.hxx ++usr/include/opencascade/IGESGeom_HArray1OfCurveOnSurface.hxx ++usr/include/opencascade/IGESGeom_HArray1OfTransformationMatrix.hxx ++usr/include/opencascade/IGESGeom_Line.hxx ++usr/include/opencascade/IGESGeom_OffsetCurve.hxx ++usr/include/opencascade/IGESGeom_OffsetSurface.hxx ++usr/include/opencascade/IGESGeom_Plane.hxx ++usr/include/opencascade/IGESGeom_Point.hxx ++usr/include/opencascade/IGESGeom_Protocol.hxx ++usr/include/opencascade/IGESGeom_ReadWriteModule.hxx ++usr/include/opencascade/IGESGeom_RuledSurface.hxx ++usr/include/opencascade/IGESGeom_SpecificModule.hxx ++usr/include/opencascade/IGESGeom_SplineCurve.hxx ++usr/include/opencascade/IGESGeom_SplineSurface.hxx ++usr/include/opencascade/IGESGeom_SurfaceOfRevolution.hxx ++usr/include/opencascade/IGESGeom_TabulatedCylinder.hxx ++usr/include/opencascade/IGESGeom_ToolBSplineCurve.hxx ++usr/include/opencascade/IGESGeom_ToolBSplineSurface.hxx ++usr/include/opencascade/IGESGeom_ToolBoundary.hxx ++usr/include/opencascade/IGESGeom_ToolBoundedSurface.hxx ++usr/include/opencascade/IGESGeom_ToolCircularArc.hxx ++usr/include/opencascade/IGESGeom_ToolCompositeCurve.hxx ++usr/include/opencascade/IGESGeom_ToolConicArc.hxx ++usr/include/opencascade/IGESGeom_ToolCopiousData.hxx ++usr/include/opencascade/IGESGeom_ToolCurveOnSurface.hxx ++usr/include/opencascade/IGESGeom_ToolDirection.hxx ++usr/include/opencascade/IGESGeom_ToolFlash.hxx ++usr/include/opencascade/IGESGeom_ToolLine.hxx ++usr/include/opencascade/IGESGeom_ToolOffsetCurve.hxx ++usr/include/opencascade/IGESGeom_ToolOffsetSurface.hxx ++usr/include/opencascade/IGESGeom_ToolPlane.hxx ++usr/include/opencascade/IGESGeom_ToolPoint.hxx ++usr/include/opencascade/IGESGeom_ToolRuledSurface.hxx ++usr/include/opencascade/IGESGeom_ToolSplineCurve.hxx ++usr/include/opencascade/IGESGeom_ToolSplineSurface.hxx ++usr/include/opencascade/IGESGeom_ToolSurfaceOfRevolution.hxx ++usr/include/opencascade/IGESGeom_ToolTabulatedCylinder.hxx ++usr/include/opencascade/IGESGeom_ToolTransformationMatrix.hxx ++usr/include/opencascade/IGESGeom_ToolTrimmedSurface.hxx ++usr/include/opencascade/IGESGeom_TransformationMatrix.hxx ++usr/include/opencascade/IGESGeom_TrimmedSurface.hxx ++usr/include/opencascade/IGESGraph.hxx ++usr/include/opencascade/IGESGraph_Array1OfColor.hxx ++usr/include/opencascade/IGESGraph_Array1OfTextDisplayTemplate.hxx ++usr/include/opencascade/IGESGraph_Array1OfTextFontDef.hxx ++usr/include/opencascade/IGESGraph_Color.hxx ++usr/include/opencascade/IGESGraph_DefinitionLevel.hxx ++usr/include/opencascade/IGESGraph_DrawingSize.hxx ++usr/include/opencascade/IGESGraph_DrawingUnits.hxx ++usr/include/opencascade/IGESGraph_GeneralModule.hxx ++usr/include/opencascade/IGESGraph_HArray1OfColor.hxx ++usr/include/opencascade/IGESGraph_HArray1OfTextDisplayTemplate.hxx ++usr/include/opencascade/IGESGraph_HArray1OfTextFontDef.hxx ++usr/include/opencascade/IGESGraph_HighLight.hxx ++usr/include/opencascade/IGESGraph_IntercharacterSpacing.hxx ++usr/include/opencascade/IGESGraph_LineFontDefPattern.hxx ++usr/include/opencascade/IGESGraph_LineFontDefTemplate.hxx ++usr/include/opencascade/IGESGraph_LineFontPredefined.hxx ++usr/include/opencascade/IGESGraph_NominalSize.hxx ++usr/include/opencascade/IGESGraph_Pick.hxx ++usr/include/opencascade/IGESGraph_Protocol.hxx ++usr/include/opencascade/IGESGraph_ReadWriteModule.hxx ++usr/include/opencascade/IGESGraph_SpecificModule.hxx ++usr/include/opencascade/IGESGraph_TextDisplayTemplate.hxx ++usr/include/opencascade/IGESGraph_TextFontDef.hxx ++usr/include/opencascade/IGESGraph_ToolColor.hxx ++usr/include/opencascade/IGESGraph_ToolDefinitionLevel.hxx ++usr/include/opencascade/IGESGraph_ToolDrawingSize.hxx ++usr/include/opencascade/IGESGraph_ToolDrawingUnits.hxx ++usr/include/opencascade/IGESGraph_ToolHighLight.hxx ++usr/include/opencascade/IGESGraph_ToolIntercharacterSpacing.hxx ++usr/include/opencascade/IGESGraph_ToolLineFontDefPattern.hxx ++usr/include/opencascade/IGESGraph_ToolLineFontDefTemplate.hxx ++usr/include/opencascade/IGESGraph_ToolLineFontPredefined.hxx ++usr/include/opencascade/IGESGraph_ToolNominalSize.hxx ++usr/include/opencascade/IGESGraph_ToolPick.hxx ++usr/include/opencascade/IGESGraph_ToolTextDisplayTemplate.hxx ++usr/include/opencascade/IGESGraph_ToolTextFontDef.hxx ++usr/include/opencascade/IGESGraph_ToolUniformRectGrid.hxx ++usr/include/opencascade/IGESGraph_UniformRectGrid.hxx ++usr/include/opencascade/IGESSelect.hxx ++usr/include/opencascade/IGESSelect_Activator.hxx ++usr/include/opencascade/IGESSelect_AddFileComment.hxx ++usr/include/opencascade/IGESSelect_AddGroup.hxx ++usr/include/opencascade/IGESSelect_AutoCorrect.hxx ++usr/include/opencascade/IGESSelect_ChangeLevelList.hxx ++usr/include/opencascade/IGESSelect_ChangeLevelNumber.hxx ++usr/include/opencascade/IGESSelect_ComputeStatus.hxx ++usr/include/opencascade/IGESSelect_CounterOfLevelNumber.hxx ++usr/include/opencascade/IGESSelect_DispPerDrawing.hxx ++usr/include/opencascade/IGESSelect_DispPerSingleView.hxx ++usr/include/opencascade/IGESSelect_Dumper.hxx ++usr/include/opencascade/IGESSelect_EditDirPart.hxx ++usr/include/opencascade/IGESSelect_EditHeader.hxx ++usr/include/opencascade/IGESSelect_FileModifier.hxx ++usr/include/opencascade/IGESSelect_FloatFormat.hxx ++usr/include/opencascade/IGESSelect_IGESName.hxx ++usr/include/opencascade/IGESSelect_IGESTypeForm.hxx ++usr/include/opencascade/IGESSelect_ModelModifier.hxx ++usr/include/opencascade/IGESSelect_RebuildDrawings.hxx ++usr/include/opencascade/IGESSelect_RebuildGroups.hxx ++usr/include/opencascade/IGESSelect_RemoveCurves.hxx ++usr/include/opencascade/IGESSelect_SelectBasicGeom.hxx ++usr/include/opencascade/IGESSelect_SelectBypassGroup.hxx ++usr/include/opencascade/IGESSelect_SelectBypassSubfigure.hxx ++usr/include/opencascade/IGESSelect_SelectDrawingFrom.hxx ++usr/include/opencascade/IGESSelect_SelectFaces.hxx ++usr/include/opencascade/IGESSelect_SelectFromDrawing.hxx ++usr/include/opencascade/IGESSelect_SelectFromSingleView.hxx ++usr/include/opencascade/IGESSelect_SelectLevelNumber.hxx ++usr/include/opencascade/IGESSelect_SelectName.hxx ++usr/include/opencascade/IGESSelect_SelectPCurves.hxx ++usr/include/opencascade/IGESSelect_SelectSingleViewFrom.hxx ++usr/include/opencascade/IGESSelect_SelectSubordinate.hxx ++usr/include/opencascade/IGESSelect_SelectVisibleStatus.hxx ++usr/include/opencascade/IGESSelect_SetGlobalParameter.hxx ++usr/include/opencascade/IGESSelect_SetLabel.hxx ++usr/include/opencascade/IGESSelect_SetVersion5.hxx ++usr/include/opencascade/IGESSelect_SignColor.hxx ++usr/include/opencascade/IGESSelect_SignLevelNumber.hxx ++usr/include/opencascade/IGESSelect_SignStatus.hxx ++usr/include/opencascade/IGESSelect_SplineToBSpline.hxx ++usr/include/opencascade/IGESSelect_UpdateCreationDate.hxx ++usr/include/opencascade/IGESSelect_UpdateFileName.hxx ++usr/include/opencascade/IGESSelect_UpdateLastChange.hxx ++usr/include/opencascade/IGESSelect_ViewSorter.hxx ++usr/include/opencascade/IGESSelect_WorkLibrary.hxx ++usr/include/opencascade/IGESSolid.hxx ++usr/include/opencascade/IGESSolid_Array1OfFace.hxx ++usr/include/opencascade/IGESSolid_Array1OfLoop.hxx ++usr/include/opencascade/IGESSolid_Array1OfShell.hxx ++usr/include/opencascade/IGESSolid_Array1OfVertexList.hxx ++usr/include/opencascade/IGESSolid_Block.hxx ++usr/include/opencascade/IGESSolid_BooleanTree.hxx ++usr/include/opencascade/IGESSolid_ConeFrustum.hxx ++usr/include/opencascade/IGESSolid_ConicalSurface.hxx ++usr/include/opencascade/IGESSolid_Cylinder.hxx ++usr/include/opencascade/IGESSolid_CylindricalSurface.hxx ++usr/include/opencascade/IGESSolid_EdgeList.hxx ++usr/include/opencascade/IGESSolid_Ellipsoid.hxx ++usr/include/opencascade/IGESSolid_Face.hxx ++usr/include/opencascade/IGESSolid_GeneralModule.hxx ++usr/include/opencascade/IGESSolid_HArray1OfFace.hxx ++usr/include/opencascade/IGESSolid_HArray1OfLoop.hxx ++usr/include/opencascade/IGESSolid_HArray1OfShell.hxx ++usr/include/opencascade/IGESSolid_HArray1OfVertexList.hxx ++usr/include/opencascade/IGESSolid_Loop.hxx ++usr/include/opencascade/IGESSolid_ManifoldSolid.hxx ++usr/include/opencascade/IGESSolid_PlaneSurface.hxx ++usr/include/opencascade/IGESSolid_Protocol.hxx ++usr/include/opencascade/IGESSolid_ReadWriteModule.hxx ++usr/include/opencascade/IGESSolid_RightAngularWedge.hxx ++usr/include/opencascade/IGESSolid_SelectedComponent.hxx ++usr/include/opencascade/IGESSolid_Shell.hxx ++usr/include/opencascade/IGESSolid_SolidAssembly.hxx ++usr/include/opencascade/IGESSolid_SolidInstance.hxx ++usr/include/opencascade/IGESSolid_SolidOfLinearExtrusion.hxx ++usr/include/opencascade/IGESSolid_SolidOfRevolution.hxx ++usr/include/opencascade/IGESSolid_SpecificModule.hxx ++usr/include/opencascade/IGESSolid_Sphere.hxx ++usr/include/opencascade/IGESSolid_SphericalSurface.hxx ++usr/include/opencascade/IGESSolid_ToolBlock.hxx ++usr/include/opencascade/IGESSolid_ToolBooleanTree.hxx ++usr/include/opencascade/IGESSolid_ToolConeFrustum.hxx ++usr/include/opencascade/IGESSolid_ToolConicalSurface.hxx ++usr/include/opencascade/IGESSolid_ToolCylinder.hxx ++usr/include/opencascade/IGESSolid_ToolCylindricalSurface.hxx ++usr/include/opencascade/IGESSolid_ToolEdgeList.hxx ++usr/include/opencascade/IGESSolid_ToolEllipsoid.hxx ++usr/include/opencascade/IGESSolid_ToolFace.hxx ++usr/include/opencascade/IGESSolid_ToolLoop.hxx ++usr/include/opencascade/IGESSolid_ToolManifoldSolid.hxx ++usr/include/opencascade/IGESSolid_ToolPlaneSurface.hxx ++usr/include/opencascade/IGESSolid_ToolRightAngularWedge.hxx ++usr/include/opencascade/IGESSolid_ToolSelectedComponent.hxx ++usr/include/opencascade/IGESSolid_ToolShell.hxx ++usr/include/opencascade/IGESSolid_ToolSolidAssembly.hxx ++usr/include/opencascade/IGESSolid_ToolSolidInstance.hxx ++usr/include/opencascade/IGESSolid_ToolSolidOfLinearExtrusion.hxx ++usr/include/opencascade/IGESSolid_ToolSolidOfRevolution.hxx ++usr/include/opencascade/IGESSolid_ToolSphere.hxx ++usr/include/opencascade/IGESSolid_ToolSphericalSurface.hxx ++usr/include/opencascade/IGESSolid_ToolToroidalSurface.hxx ++usr/include/opencascade/IGESSolid_ToolTorus.hxx ++usr/include/opencascade/IGESSolid_ToolVertexList.hxx ++usr/include/opencascade/IGESSolid_TopoBuilder.hxx ++usr/include/opencascade/IGESSolid_ToroidalSurface.hxx ++usr/include/opencascade/IGESSolid_Torus.hxx ++usr/include/opencascade/IGESSolid_VertexList.hxx ++usr/include/opencascade/IGESToBRep.hxx ++usr/include/opencascade/IGESToBRep_Actor.hxx ++usr/include/opencascade/IGESToBRep_AlgoContainer.hxx ++usr/include/opencascade/IGESToBRep_AlgoContainer.lxx ++usr/include/opencascade/IGESToBRep_BRepEntity.hxx ++usr/include/opencascade/IGESToBRep_BasicCurve.hxx ++usr/include/opencascade/IGESToBRep_BasicSurface.hxx ++usr/include/opencascade/IGESToBRep_CurveAndSurface.hxx ++usr/include/opencascade/IGESToBRep_CurveAndSurface.lxx ++usr/include/opencascade/IGESToBRep_IGESBoundary.hxx ++usr/include/opencascade/IGESToBRep_IGESBoundary.lxx ++usr/include/opencascade/IGESToBRep_Reader.hxx ++usr/include/opencascade/IGESToBRep_ToolContainer.hxx ++usr/include/opencascade/IGESToBRep_TopoCurve.hxx ++usr/include/opencascade/IGESToBRep_TopoSurface.hxx ++usr/include/opencascade/IntAna2d_AnaIntersection.hxx ++usr/include/opencascade/IntAna2d_AnaIntersection.lxx ++usr/include/opencascade/IntAna2d_Conic.hxx ++usr/include/opencascade/IntAna2d_IntPoint.hxx ++usr/include/opencascade/IntAna2d_IntPoint.lxx ++usr/include/opencascade/IntAna2d_Outils.hxx ++usr/include/opencascade/IntAna_Curve.hxx ++usr/include/opencascade/IntAna_Int3Pln.hxx ++usr/include/opencascade/IntAna_Int3Pln.lxx ++usr/include/opencascade/IntAna_IntConicQuad.hxx ++usr/include/opencascade/IntAna_IntConicQuad.lxx ++usr/include/opencascade/IntAna_IntLinTorus.hxx ++usr/include/opencascade/IntAna_IntLinTorus.lxx ++usr/include/opencascade/IntAna_IntQuadQuad.hxx ++usr/include/opencascade/IntAna_IntQuadQuad.lxx ++usr/include/opencascade/IntAna_ListIteratorOfListOfCurve.hxx ++usr/include/opencascade/IntAna_ListNodeOfListOfCurve.hxx ++usr/include/opencascade/IntAna_ListOfCurve.hxx ++usr/include/opencascade/IntAna_QuadQuadGeo.hxx ++usr/include/opencascade/IntAna_QuadQuadGeo.lxx ++usr/include/opencascade/IntAna_Quadric.hxx ++usr/include/opencascade/IntAna_ResultType.hxx ++usr/include/opencascade/IntCurveSurface_CurveTool.gxx ++usr/include/opencascade/IntCurveSurface_CurveTool.lxx ++usr/include/opencascade/IntCurveSurface_HCurveTool.gxx ++usr/include/opencascade/IntCurveSurface_HCurveTool.lxx ++usr/include/opencascade/IntCurveSurface_HInter.hxx ++usr/include/opencascade/IntCurveSurface_Inter.gxx ++usr/include/opencascade/IntCurveSurface_Intersection.hxx ++usr/include/opencascade/IntCurveSurface_IntersectionPoint.hxx ++usr/include/opencascade/IntCurveSurface_IntersectionPoint.lxx ++usr/include/opencascade/IntCurveSurface_IntersectionSegment.hxx ++usr/include/opencascade/IntCurveSurface_Polygon.gxx ++usr/include/opencascade/IntCurveSurface_Polygon.lxx ++usr/include/opencascade/IntCurveSurface_PolygonTool.gxx ++usr/include/opencascade/IntCurveSurface_PolygonTool.lxx ++usr/include/opencascade/IntCurveSurface_Polyhedron.gxx ++usr/include/opencascade/IntCurveSurface_Polyhedron.lxx ++usr/include/opencascade/IntCurveSurface_PolyhedronTool.gxx ++usr/include/opencascade/IntCurveSurface_PolyhedronTool.lxx ++usr/include/opencascade/IntCurveSurface_QuadricCurveExactInter.gxx ++usr/include/opencascade/IntCurveSurface_QuadricCurveFunc.gxx ++usr/include/opencascade/IntCurveSurface_SequenceNodeOfSequenceOfPnt.hxx ++usr/include/opencascade/IntCurveSurface_SequenceNodeOfSequenceOfSeg.hxx ++usr/include/opencascade/IntCurveSurface_SequenceOfPnt.hxx ++usr/include/opencascade/IntCurveSurface_SequenceOfSeg.hxx ++usr/include/opencascade/IntCurveSurface_SurfaceTool.gxx ++usr/include/opencascade/IntCurveSurface_SurfaceTool.lxx ++usr/include/opencascade/IntCurveSurface_TheCSFunctionOfHInter.hxx ++usr/include/opencascade/IntCurveSurface_TheExactHInter.hxx ++usr/include/opencascade/IntCurveSurface_TheHCurveTool.hxx ++usr/include/opencascade/IntCurveSurface_TheInterferenceOfHInter.hxx ++usr/include/opencascade/IntCurveSurface_ThePolygonOfHInter.hxx ++usr/include/opencascade/IntCurveSurface_ThePolygonToolOfHInter.hxx ++usr/include/opencascade/IntCurveSurface_ThePolyhedronOfHInter.hxx ++usr/include/opencascade/IntCurveSurface_ThePolyhedronToolOfHInter.hxx ++usr/include/opencascade/IntCurveSurface_TheQuadCurvExactHInter.hxx ++usr/include/opencascade/IntCurveSurface_TheQuadCurvFuncOfTheQuadCurvExactHInter.hxx ++usr/include/opencascade/IntCurveSurface_TransitionOnCurve.hxx ++usr/include/opencascade/IntCurve_DistBetweenPCurvesGen.gxx ++usr/include/opencascade/IntCurve_ExactIntersectionPoint.gxx ++usr/include/opencascade/IntCurve_IConicTool.hxx ++usr/include/opencascade/IntCurve_IntConicConic.hxx ++usr/include/opencascade/IntCurve_IntConicConic.lxx ++usr/include/opencascade/IntCurve_IntConicConic_1.hxx ++usr/include/opencascade/IntCurve_IntConicConic_Tool.hxx ++usr/include/opencascade/IntCurve_IntConicCurveGen.gxx ++usr/include/opencascade/IntCurve_IntConicCurveGen.lxx ++usr/include/opencascade/IntCurve_IntCurveCurveGen.gxx ++usr/include/opencascade/IntCurve_IntCurveCurveGen.lxx ++usr/include/opencascade/IntCurve_IntImpConicParConic.hxx ++usr/include/opencascade/IntCurve_IntPolyPolyGen.gxx ++usr/include/opencascade/IntCurve_MyImpParToolOfIntImpConicParConic.hxx ++usr/include/opencascade/IntCurve_PConic.hxx ++usr/include/opencascade/IntCurve_PConic.lxx ++usr/include/opencascade/IntCurve_PConicTool.hxx ++usr/include/opencascade/IntCurve_Polygon2dGen.gxx ++usr/include/opencascade/IntCurve_Polygon2dGen.lxx ++usr/include/opencascade/IntCurve_ProjPCurGen.gxx ++usr/include/opencascade/IntCurve_ProjectOnPConicTool.hxx ++usr/include/opencascade/IntCurve_ToolPolygon.gxx ++usr/include/opencascade/IntCurve_ToolPolygon.lxx ++usr/include/opencascade/IntCurve_UserIntConicCurveGen.gxx ++usr/include/opencascade/IntCurvesFace_Intersector.hxx ++usr/include/opencascade/IntCurvesFace_Intersector.lxx ++usr/include/opencascade/IntCurvesFace_ShapeIntersector.hxx ++usr/include/opencascade/IntCurvesFace_ShapeIntersector.lxx ++usr/include/opencascade/IntImpParGen.hxx ++usr/include/opencascade/IntImpParGen_ImpParTool.gxx ++usr/include/opencascade/IntImpParGen_ImpTool.hxx ++usr/include/opencascade/IntImpParGen_Intersector.gxx ++usr/include/opencascade/IntImpParGen_ParTool.gxx ++usr/include/opencascade/IntImpParGen_Tool.hxx ++usr/include/opencascade/IntImp_COnSCurveTool.gxx ++usr/include/opencascade/IntImp_CSCurveTool.gxx ++usr/include/opencascade/IntImp_CSFunction.gxx ++usr/include/opencascade/IntImp_ComputeTangence.hxx ++usr/include/opencascade/IntImp_ConstIsoparametric.hxx ++usr/include/opencascade/IntImp_CurveTool.gxx ++usr/include/opencascade/IntImp_ISurfaceTool.gxx ++usr/include/opencascade/IntImp_Int2S.gxx ++usr/include/opencascade/IntImp_Int2S.lxx ++usr/include/opencascade/IntImp_IntCS.gxx ++usr/include/opencascade/IntImp_PSurfaceTool.gxx ++usr/include/opencascade/IntImp_ZerCOnSSParFunc.gxx ++usr/include/opencascade/IntImp_ZerCSParFunc.gxx ++usr/include/opencascade/IntImp_ZerImpFunc.gxx ++usr/include/opencascade/IntImp_ZerImpFunc.lxx ++usr/include/opencascade/IntImp_ZerParFunc.gxx ++usr/include/opencascade/IntImp_ZerParFunc.lxx ++usr/include/opencascade/IntPatch_ALine.hxx ++usr/include/opencascade/IntPatch_ALine.lxx ++usr/include/opencascade/IntPatch_ALineToWLine.hxx ++usr/include/opencascade/IntPatch_ArcFunction.hxx ++usr/include/opencascade/IntPatch_ArcFunction.lxx ++usr/include/opencascade/IntPatch_CSFunction.hxx ++usr/include/opencascade/IntPatch_CurvIntSurf.hxx ++usr/include/opencascade/IntPatch_GLine.hxx ++usr/include/opencascade/IntPatch_GLine.lxx ++usr/include/opencascade/IntPatch_HCurve2dTool.hxx ++usr/include/opencascade/IntPatch_HCurve2dTool.lxx ++usr/include/opencascade/IntPatch_HInterTool.hxx ++usr/include/opencascade/IntPatch_HInterTool.lxx ++usr/include/opencascade/IntPatch_IType.hxx ++usr/include/opencascade/IntPatch_ImpImpIntersection.hxx ++usr/include/opencascade/IntPatch_ImpImpIntersection.lxx ++usr/include/opencascade/IntPatch_ImpImpIntersection_0.gxx ++usr/include/opencascade/IntPatch_ImpImpIntersection_1.gxx ++usr/include/opencascade/IntPatch_ImpImpIntersection_2.gxx ++usr/include/opencascade/IntPatch_ImpImpIntersection_3.gxx ++usr/include/opencascade/IntPatch_ImpImpIntersection_4.gxx ++usr/include/opencascade/IntPatch_ImpImpIntersection_5.gxx ++usr/include/opencascade/IntPatch_ImpPrmIntersection.hxx ++usr/include/opencascade/IntPatch_ImpPrmIntersection.lxx ++usr/include/opencascade/IntPatch_Intersection.hxx ++usr/include/opencascade/IntPatch_Intersection.lxx ++usr/include/opencascade/IntPatch_Line.hxx ++usr/include/opencascade/IntPatch_Line.lxx ++usr/include/opencascade/IntPatch_LineConstructor.hxx ++usr/include/opencascade/IntPatch_Point.hxx ++usr/include/opencascade/IntPatch_Point.lxx ++usr/include/opencascade/IntPatch_PolyArc.hxx ++usr/include/opencascade/IntPatch_PolyLine.hxx ++usr/include/opencascade/IntPatch_Polygo.hxx ++usr/include/opencascade/IntPatch_PolygoTool.hxx ++usr/include/opencascade/IntPatch_PolygoTool.lxx ++usr/include/opencascade/IntPatch_Polyhedron.hxx ++usr/include/opencascade/IntPatch_PolyhedronTool.hxx ++usr/include/opencascade/IntPatch_PolyhedronTool.lxx ++usr/include/opencascade/IntPatch_PrmPrmIntersection.hxx ++usr/include/opencascade/IntPatch_PrmPrmIntersection.lxx ++usr/include/opencascade/IntPatch_PrmPrmIntersection_T3Bits.hxx ++usr/include/opencascade/IntPatch_PrmPrmIntersection_T3Bits.lxx ++usr/include/opencascade/IntPatch_RLine.hxx ++usr/include/opencascade/IntPatch_RLine.lxx ++usr/include/opencascade/IntPatch_RstInt.hxx ++usr/include/opencascade/IntPatch_SearchPnt.hxx ++usr/include/opencascade/IntPatch_SequenceNodeOfSequenceOfIWLineOfTheIWalking.hxx ++usr/include/opencascade/IntPatch_SequenceNodeOfSequenceOfLine.hxx ++usr/include/opencascade/IntPatch_SequenceNodeOfSequenceOfPathPointOfTheSOnBounds.hxx ++usr/include/opencascade/IntPatch_SequenceNodeOfSequenceOfPoint.hxx ++usr/include/opencascade/IntPatch_SequenceNodeOfSequenceOfSegmentOfTheSOnBounds.hxx ++usr/include/opencascade/IntPatch_SequenceOfIWLineOfTheIWalking.hxx ++usr/include/opencascade/IntPatch_SequenceOfLine.hxx ++usr/include/opencascade/IntPatch_SequenceOfPathPointOfTheSOnBounds.hxx ++usr/include/opencascade/IntPatch_SequenceOfPoint.hxx ++usr/include/opencascade/IntPatch_SequenceOfSegmentOfTheSOnBounds.hxx ++usr/include/opencascade/IntPatch_TheFunctionOfTheInt2SOfThePWalkingInter.hxx ++usr/include/opencascade/IntPatch_TheIWLineOfTheIWalking.hxx ++usr/include/opencascade/IntPatch_TheIWalking.hxx ++usr/include/opencascade/IntPatch_TheInt2SOfThePWalkingInter.hxx ++usr/include/opencascade/IntPatch_TheInterfPolyhedron.hxx ++usr/include/opencascade/IntPatch_ThePWalkingInter.hxx ++usr/include/opencascade/IntPatch_ThePathPointOfTheSOnBounds.hxx ++usr/include/opencascade/IntPatch_TheSOnBounds.hxx ++usr/include/opencascade/IntPatch_TheSearchInside.hxx ++usr/include/opencascade/IntPatch_TheSegmentOfTheSOnBounds.hxx ++usr/include/opencascade/IntPatch_TheSurfFunction.hxx ++usr/include/opencascade/IntPatch_WLine.hxx ++usr/include/opencascade/IntPatch_WLine.lxx ++usr/include/opencascade/IntPoly_IndexedMapNodeOfIndexedMapOfPnt.hxx ++usr/include/opencascade/IntPoly_IndexedMapNodeOfIndexedMapOfPnt2d.hxx ++usr/include/opencascade/IntPoly_IndexedMapOfPnt.hxx ++usr/include/opencascade/IntPoly_IndexedMapOfPnt2d.hxx ++usr/include/opencascade/IntPoly_PlaneSection.hxx ++usr/include/opencascade/IntPoly_Pnt2dHasher.hxx ++usr/include/opencascade/IntPoly_Pnt2dHasher.lxx ++usr/include/opencascade/IntPoly_PntHasher.hxx ++usr/include/opencascade/IntPoly_PntHasher.lxx ++usr/include/opencascade/IntPoly_SequenceNodeOfSequenceOfSequenceOfPnt.hxx ++usr/include/opencascade/IntPoly_SequenceNodeOfSequenceOfSequenceOfPnt2d.hxx ++usr/include/opencascade/IntPoly_SequenceOfSequenceOfPnt.hxx ++usr/include/opencascade/IntPoly_SequenceOfSequenceOfPnt2d.hxx ++usr/include/opencascade/IntPoly_ShapeSection.hxx ++usr/include/opencascade/IntPolyh_ArrayOfCouples.hxx ++usr/include/opencascade/IntPolyh_ArrayOfEdges.hxx ++usr/include/opencascade/IntPolyh_ArrayOfPoints.hxx ++usr/include/opencascade/IntPolyh_ArrayOfSectionLines.hxx ++usr/include/opencascade/IntPolyh_ArrayOfStartPoints.hxx ++usr/include/opencascade/IntPolyh_ArrayOfTangentZones.hxx ++usr/include/opencascade/IntPolyh_ArrayOfTriangles.hxx ++usr/include/opencascade/IntPolyh_Couple.hxx ++usr/include/opencascade/IntPolyh_Edge.hxx ++usr/include/opencascade/IntPolyh_Intersection.hxx ++usr/include/opencascade/IntPolyh_MaillageAffinage.hxx ++usr/include/opencascade/IntPolyh_PMaillageAffinage.hxx ++usr/include/opencascade/IntPolyh_Point.hxx ++usr/include/opencascade/IntPolyh_SectionLine.hxx ++usr/include/opencascade/IntPolyh_SeqOfStartPoints.hxx ++usr/include/opencascade/IntPolyh_SequenceNodeOfSeqOfStartPoints.hxx ++usr/include/opencascade/IntPolyh_StartPoint.hxx ++usr/include/opencascade/IntPolyh_Triangle.hxx ++usr/include/opencascade/IntRes2d_Domain.hxx ++usr/include/opencascade/IntRes2d_Domain.lxx ++usr/include/opencascade/IntRes2d_Intersection.hxx ++usr/include/opencascade/IntRes2d_Intersection.lxx ++usr/include/opencascade/IntRes2d_IntersectionPoint.hxx ++usr/include/opencascade/IntRes2d_IntersectionPoint.lxx ++usr/include/opencascade/IntRes2d_IntersectionSegment.hxx ++usr/include/opencascade/IntRes2d_IntersectionSegment.lxx ++usr/include/opencascade/IntRes2d_Position.hxx ++usr/include/opencascade/IntRes2d_SequenceNodeOfSequenceOfIntersectionPoint.hxx ++usr/include/opencascade/IntRes2d_SequenceNodeOfSequenceOfIntersectionSegment.hxx ++usr/include/opencascade/IntRes2d_SequenceOfIntersectionPoint.hxx ++usr/include/opencascade/IntRes2d_SequenceOfIntersectionSegment.hxx ++usr/include/opencascade/IntRes2d_Situation.hxx ++usr/include/opencascade/IntRes2d_Transition.hxx ++usr/include/opencascade/IntRes2d_Transition.lxx ++usr/include/opencascade/IntRes2d_TypeTrans.hxx ++usr/include/opencascade/IntStart_ArcTool.gxx ++usr/include/opencascade/IntStart_PSurfaceTool.gxx ++usr/include/opencascade/IntStart_PathPoint.gxx ++usr/include/opencascade/IntStart_PathPoint.lxx ++usr/include/opencascade/IntStart_SIFunction.gxx ++usr/include/opencascade/IntStart_SITool.gxx ++usr/include/opencascade/IntStart_SITopolTool.hxx ++usr/include/opencascade/IntStart_SOBFunction.gxx ++usr/include/opencascade/IntStart_SOBTool.gxx ++usr/include/opencascade/IntStart_SearchInside.gxx ++usr/include/opencascade/IntStart_SearchInside.lxx ++usr/include/opencascade/IntStart_SearchOnBoundaries.gxx ++usr/include/opencascade/IntStart_SearchOnBoundaries.lxx ++usr/include/opencascade/IntStart_SearchOnBoundaries_1.gxx ++usr/include/opencascade/IntStart_SearchOnBoundaries_2.gxx ++usr/include/opencascade/IntStart_Segment.gxx ++usr/include/opencascade/IntStart_Segment.lxx ++usr/include/opencascade/IntStart_TopolTool.gxx ++usr/include/opencascade/IntSurf.hxx ++usr/include/opencascade/IntSurf_Couple.hxx ++usr/include/opencascade/IntSurf_Couple.lxx ++usr/include/opencascade/IntSurf_InteriorPoint.hxx ++usr/include/opencascade/IntSurf_InteriorPoint.lxx ++usr/include/opencascade/IntSurf_InteriorPointTool.hxx ++usr/include/opencascade/IntSurf_InteriorPointTool.lxx ++usr/include/opencascade/IntSurf_LineOn2S.hxx ++usr/include/opencascade/IntSurf_LineOn2S.lxx ++usr/include/opencascade/IntSurf_ListIteratorOfListOfPntOn2S.hxx ++usr/include/opencascade/IntSurf_ListNodeOfListOfPntOn2S.hxx ++usr/include/opencascade/IntSurf_ListOfPntOn2S.hxx ++usr/include/opencascade/IntSurf_PathPoint.hxx ++usr/include/opencascade/IntSurf_PathPoint.lxx ++usr/include/opencascade/IntSurf_PathPointTool.hxx ++usr/include/opencascade/IntSurf_PathPointTool.lxx ++usr/include/opencascade/IntSurf_PntOn2S.hxx ++usr/include/opencascade/IntSurf_PntOn2S.lxx ++usr/include/opencascade/IntSurf_Quadric.hxx ++usr/include/opencascade/IntSurf_Quadric.lxx ++usr/include/opencascade/IntSurf_QuadricTool.hxx ++usr/include/opencascade/IntSurf_QuadricTool.lxx ++usr/include/opencascade/IntSurf_SequenceNodeOfSequenceOfCouple.hxx ++usr/include/opencascade/IntSurf_SequenceNodeOfSequenceOfInteriorPoint.hxx ++usr/include/opencascade/IntSurf_SequenceNodeOfSequenceOfPathPoint.hxx ++usr/include/opencascade/IntSurf_SequenceNodeOfSequenceOfPntOn2S.hxx ++usr/include/opencascade/IntSurf_SequenceOfCouple.hxx ++usr/include/opencascade/IntSurf_SequenceOfInteriorPoint.hxx ++usr/include/opencascade/IntSurf_SequenceOfPathPoint.hxx ++usr/include/opencascade/IntSurf_SequenceOfPntOn2S.hxx ++usr/include/opencascade/IntSurf_Situation.hxx ++usr/include/opencascade/IntSurf_Transition.hxx ++usr/include/opencascade/IntSurf_Transition.lxx ++usr/include/opencascade/IntSurf_TypeTrans.hxx ++usr/include/opencascade/IntTools.hxx ++usr/include/opencascade/IntTools_Array1OfRange.hxx ++usr/include/opencascade/IntTools_Array1OfRoots.hxx ++usr/include/opencascade/IntTools_BaseRangeSample.hxx ++usr/include/opencascade/IntTools_BaseRangeSample.lxx ++usr/include/opencascade/IntTools_BeanBeanIntersector.hxx ++usr/include/opencascade/IntTools_BeanBeanIntersector.lxx ++usr/include/opencascade/IntTools_BeanFaceIntersector.hxx ++usr/include/opencascade/IntTools_BeanFaceIntersector.lxx ++usr/include/opencascade/IntTools_CArray1.gxx ++usr/include/opencascade/IntTools_CArray1.lxx ++usr/include/opencascade/IntTools_CArray1OfInteger.hxx ++usr/include/opencascade/IntTools_CArray1OfReal.hxx ++usr/include/opencascade/IntTools_CommonPrt.hxx ++usr/include/opencascade/IntTools_Compare.hxx ++usr/include/opencascade/IntTools_CompareRange.hxx ++usr/include/opencascade/IntTools_Context.hxx ++usr/include/opencascade/IntTools_Curve.hxx ++usr/include/opencascade/IntTools_Curve.lxx ++usr/include/opencascade/IntTools_CurveRangeLocalizeData.hxx ++usr/include/opencascade/IntTools_CurveRangeLocalizeData.lxx ++usr/include/opencascade/IntTools_CurveRangeSample.hxx ++usr/include/opencascade/IntTools_CurveRangeSample.lxx ++usr/include/opencascade/IntTools_CurveRangeSampleMapHasher.hxx ++usr/include/opencascade/IntTools_CurveRangeSampleMapHasher.lxx ++usr/include/opencascade/IntTools_DataMapIteratorOfDataMapOfCurveSampleBox.hxx ++usr/include/opencascade/IntTools_DataMapIteratorOfDataMapOfSurfaceSampleBox.hxx ++usr/include/opencascade/IntTools_DataMapNodeOfDataMapOfCurveSampleBox.hxx ++usr/include/opencascade/IntTools_DataMapNodeOfDataMapOfSurfaceSampleBox.hxx ++usr/include/opencascade/IntTools_DataMapOfCurveSampleBox.hxx ++usr/include/opencascade/IntTools_DataMapOfSurfaceSampleBox.hxx ++usr/include/opencascade/IntTools_EdgeEdge.hxx ++usr/include/opencascade/IntTools_EdgeFace.hxx ++usr/include/opencascade/IntTools_FClass2d.hxx ++usr/include/opencascade/IntTools_FaceFace.hxx ++usr/include/opencascade/IntTools_IndexedDataMapNodeOfIndexedDataMapOfTransientAddress.hxx ++usr/include/opencascade/IntTools_IndexedDataMapOfTransientAddress.hxx ++usr/include/opencascade/IntTools_LineConstructor.hxx ++usr/include/opencascade/IntTools_LineConstructor.lxx ++usr/include/opencascade/IntTools_ListIteratorOfListOfBox.hxx ++usr/include/opencascade/IntTools_ListIteratorOfListOfCurveRangeSample.hxx ++usr/include/opencascade/IntTools_ListIteratorOfListOfSurfaceRangeSample.hxx ++usr/include/opencascade/IntTools_ListNodeOfListOfBox.hxx ++usr/include/opencascade/IntTools_ListNodeOfListOfCurveRangeSample.hxx ++usr/include/opencascade/IntTools_ListNodeOfListOfSurfaceRangeSample.hxx ++usr/include/opencascade/IntTools_ListOfBox.hxx ++usr/include/opencascade/IntTools_ListOfCurveRangeSample.hxx ++usr/include/opencascade/IntTools_ListOfSurfaceRangeSample.hxx ++usr/include/opencascade/IntTools_MapIteratorOfMapOfCurveSample.hxx ++usr/include/opencascade/IntTools_MapIteratorOfMapOfSurfaceSample.hxx ++usr/include/opencascade/IntTools_MapOfCurveSample.hxx ++usr/include/opencascade/IntTools_MapOfSurfaceSample.hxx ++usr/include/opencascade/IntTools_MarkedRangeSet.hxx ++usr/include/opencascade/IntTools_MarkedRangeSet.lxx ++usr/include/opencascade/IntTools_PContext.hxx ++usr/include/opencascade/IntTools_PntOn2Faces.hxx ++usr/include/opencascade/IntTools_PntOnFace.hxx ++usr/include/opencascade/IntTools_QuickSort.hxx ++usr/include/opencascade/IntTools_QuickSortRange.hxx ++usr/include/opencascade/IntTools_Range.hxx ++usr/include/opencascade/IntTools_Root.hxx ++usr/include/opencascade/IntTools_SequenceNodeOfSequenceOfCommonPrts.hxx ++usr/include/opencascade/IntTools_SequenceNodeOfSequenceOfCurves.hxx ++usr/include/opencascade/IntTools_SequenceNodeOfSequenceOfPntOn2Faces.hxx ++usr/include/opencascade/IntTools_SequenceNodeOfSequenceOfRanges.hxx ++usr/include/opencascade/IntTools_SequenceNodeOfSequenceOfRoots.hxx ++usr/include/opencascade/IntTools_SequenceOfCommonPrts.hxx ++usr/include/opencascade/IntTools_SequenceOfCurves.hxx ++usr/include/opencascade/IntTools_SequenceOfPntOn2Faces.hxx ++usr/include/opencascade/IntTools_SequenceOfRanges.hxx ++usr/include/opencascade/IntTools_SequenceOfRoots.hxx ++usr/include/opencascade/IntTools_ShrunkRange.hxx ++usr/include/opencascade/IntTools_StdMapNodeOfMapOfCurveSample.hxx ++usr/include/opencascade/IntTools_StdMapNodeOfMapOfSurfaceSample.hxx ++usr/include/opencascade/IntTools_SurfaceRangeLocalizeData.hxx ++usr/include/opencascade/IntTools_SurfaceRangeLocalizeData.lxx ++usr/include/opencascade/IntTools_SurfaceRangeSample.hxx ++usr/include/opencascade/IntTools_SurfaceRangeSample.lxx ++usr/include/opencascade/IntTools_SurfaceRangeSampleMapHasher.hxx ++usr/include/opencascade/IntTools_SurfaceRangeSampleMapHasher.lxx ++usr/include/opencascade/IntTools_Tools.hxx ++usr/include/opencascade/IntTools_TopolTool.hxx ++usr/include/opencascade/IntWalk_IWFunction.gxx ++usr/include/opencascade/IntWalk_IWLine.gxx ++usr/include/opencascade/IntWalk_IWLine.lxx ++usr/include/opencascade/IntWalk_IWalking.gxx ++usr/include/opencascade/IntWalk_IWalking.lxx ++usr/include/opencascade/IntWalk_IWalking_1.gxx ++usr/include/opencascade/IntWalk_IWalking_2.gxx ++usr/include/opencascade/IntWalk_IWalking_3.gxx ++usr/include/opencascade/IntWalk_IWalking_4.gxx ++usr/include/opencascade/IntWalk_IWalking_5.gxx ++usr/include/opencascade/IntWalk_IWalking_6.gxx ++usr/include/opencascade/IntWalk_Iterator.gxx ++usr/include/opencascade/IntWalk_LoopPointTool.gxx ++usr/include/opencascade/IntWalk_PSurfaceTool.gxx ++usr/include/opencascade/IntWalk_PWalking.gxx ++usr/include/opencascade/IntWalk_PWalking.lxx ++usr/include/opencascade/IntWalk_PWalking_1.gxx ++usr/include/opencascade/IntWalk_PWalking_2.gxx ++usr/include/opencascade/IntWalk_PWalking_3.gxx ++usr/include/opencascade/IntWalk_PWalking_4.gxx ++usr/include/opencascade/IntWalk_PathPointTool.gxx ++usr/include/opencascade/IntWalk_StatusDeflection.hxx ++usr/include/opencascade/Interface_Array1OfFileParameter.hxx ++usr/include/opencascade/Interface_Array1OfHAsciiString.hxx ++usr/include/opencascade/Interface_BitMap.hxx ++usr/include/opencascade/Interface_Category.hxx ++usr/include/opencascade/Interface_Check.hxx ++usr/include/opencascade/Interface_CheckFailure.hxx ++usr/include/opencascade/Interface_CheckIterator.hxx ++usr/include/opencascade/Interface_CheckStatus.hxx ++usr/include/opencascade/Interface_CheckTool.hxx ++usr/include/opencascade/Interface_CopyControl.hxx ++usr/include/opencascade/Interface_CopyMap.hxx ++usr/include/opencascade/Interface_CopyTool.hxx ++usr/include/opencascade/Interface_DataMapIteratorOfDataMapOfTransientInteger.hxx ++usr/include/opencascade/Interface_DataMapNodeOfDataMapOfTransientInteger.hxx ++usr/include/opencascade/Interface_DataMapOfTransientInteger.hxx ++usr/include/opencascade/Interface_DataState.hxx ++usr/include/opencascade/Interface_EntityCluster.hxx ++usr/include/opencascade/Interface_EntityIterator.hxx ++usr/include/opencascade/Interface_EntityList.hxx ++usr/include/opencascade/Interface_FileParameter.hxx ++usr/include/opencascade/Interface_FileReaderData.hxx ++usr/include/opencascade/Interface_FileReaderTool.hxx ++usr/include/opencascade/Interface_FloatWriter.hxx ++usr/include/opencascade/Interface_GTool.hxx ++usr/include/opencascade/Interface_GeneralLib.hxx ++usr/include/opencascade/Interface_GeneralModule.hxx ++usr/include/opencascade/Interface_GlobalNodeOfGeneralLib.hxx ++usr/include/opencascade/Interface_GlobalNodeOfReaderLib.hxx ++usr/include/opencascade/Interface_Graph.hxx ++usr/include/opencascade/Interface_GraphContent.hxx ++usr/include/opencascade/Interface_HArray1OfHAsciiString.hxx ++usr/include/opencascade/Interface_HGraph.hxx ++usr/include/opencascade/Interface_HSequenceOfCheck.hxx ++usr/include/opencascade/Interface_IndexedMapNodeOfIndexedMapOfAsciiString.hxx ++usr/include/opencascade/Interface_IndexedMapOfAsciiString.hxx ++usr/include/opencascade/Interface_IntList.hxx ++usr/include/opencascade/Interface_IntVal.hxx ++usr/include/opencascade/Interface_InterfaceError.hxx ++usr/include/opencascade/Interface_InterfaceMismatch.hxx ++usr/include/opencascade/Interface_InterfaceModel.hxx ++usr/include/opencascade/Interface_JaggedArray.gxx ++usr/include/opencascade/Interface_LineBuffer.hxx ++usr/include/opencascade/Interface_MSG.hxx ++usr/include/opencascade/Interface_Macros.hxx ++usr/include/opencascade/Interface_MapAsciiStringHasher.hxx ++usr/include/opencascade/Interface_NodeOfGeneralLib.hxx ++usr/include/opencascade/Interface_NodeOfReaderLib.hxx ++usr/include/opencascade/Interface_ParamList.hxx ++usr/include/opencascade/Interface_ParamList.lxx ++usr/include/opencascade/Interface_ParamSet.hxx ++usr/include/opencascade/Interface_ParamType.hxx ++usr/include/opencascade/Interface_Protocol.hxx ++usr/include/opencascade/Interface_ReaderLib.hxx ++usr/include/opencascade/Interface_ReaderModule.hxx ++usr/include/opencascade/Interface_Recognizer.gxx ++usr/include/opencascade/Interface_ReportEntity.hxx ++usr/include/opencascade/Interface_STAT.hxx ++usr/include/opencascade/Interface_SequenceNodeOfSequenceOfCheck.hxx ++usr/include/opencascade/Interface_SequenceOfCheck.hxx ++usr/include/opencascade/Interface_ShareFlags.hxx ++usr/include/opencascade/Interface_ShareTool.hxx ++usr/include/opencascade/Interface_SignLabel.hxx ++usr/include/opencascade/Interface_SignType.hxx ++usr/include/opencascade/Interface_Static.hxx ++usr/include/opencascade/Interface_StaticSatisfies.hxx ++usr/include/opencascade/Interface_Statics.hxx ++usr/include/opencascade/Interface_Translates.hxx ++usr/include/opencascade/Interface_TypedValue.hxx ++usr/include/opencascade/Interface_UndefinedContent.hxx ++usr/include/opencascade/Interface_ValueInterpret.hxx ++usr/include/opencascade/Interface_ValueSatisfies.hxx ++usr/include/opencascade/Interface_VectorOfFileParameter.hxx ++usr/include/opencascade/Interface_Version.hxx ++usr/include/opencascade/Intf.hxx ++usr/include/opencascade/Intf_Array1OfLin.hxx ++usr/include/opencascade/Intf_Interference.hxx ++usr/include/opencascade/Intf_InterferencePolygon2d.gxx ++usr/include/opencascade/Intf_InterferencePolygon3d.gxx ++usr/include/opencascade/Intf_InterferencePolygonPolyhedron.gxx ++usr/include/opencascade/Intf_InterferencePolyhedron.gxx ++usr/include/opencascade/Intf_PIType.hxx ++usr/include/opencascade/Intf_SectionLine.hxx ++usr/include/opencascade/Intf_SectionLine.lxx ++usr/include/opencascade/Intf_SectionPoint.hxx ++usr/include/opencascade/Intf_SectionPoint.lxx ++usr/include/opencascade/Intf_SeqOfSectionLine.hxx ++usr/include/opencascade/Intf_SeqOfSectionPoint.hxx ++usr/include/opencascade/Intf_SeqOfTangentZone.hxx ++usr/include/opencascade/Intf_SequenceNodeOfSeqOfSectionLine.hxx ++usr/include/opencascade/Intf_SequenceNodeOfSeqOfSectionPoint.hxx ++usr/include/opencascade/Intf_SequenceNodeOfSeqOfTangentZone.hxx ++usr/include/opencascade/Intf_TangentZone.hxx ++usr/include/opencascade/Intf_TangentZone.lxx ++usr/include/opencascade/Intf_Tool.hxx ++usr/include/opencascade/Intf_ToolPolygon.gxx ++usr/include/opencascade/Intf_ToolPolyhedron.gxx ++usr/include/opencascade/Intrv_Interval.hxx ++usr/include/opencascade/Intrv_Interval.lxx ++usr/include/opencascade/Intrv_Intervals.hxx ++usr/include/opencascade/Intrv_Intervals.lxx ++usr/include/opencascade/Intrv_Position.hxx ++usr/include/opencascade/Intrv_SequenceNodeOfSequenceOfInterval.hxx ++usr/include/opencascade/Intrv_SequenceOfInterval.hxx ++usr/include/opencascade/LProp3d_CLProps.hxx ++usr/include/opencascade/LProp3d_CurveTool.hxx ++usr/include/opencascade/LProp3d_SLProps.hxx ++usr/include/opencascade/LProp3d_SurfaceTool.hxx ++usr/include/opencascade/LProp_AnalyticCurInf.hxx ++usr/include/opencascade/LProp_BadContinuity.hxx ++usr/include/opencascade/LProp_CIType.hxx ++usr/include/opencascade/LProp_CLProps.gxx ++usr/include/opencascade/LProp_CurAndInf.hxx ++usr/include/opencascade/LProp_CurveTool.gxx ++usr/include/opencascade/LProp_FuncCurExt.gxx ++usr/include/opencascade/LProp_FuncCurNul.gxx ++usr/include/opencascade/LProp_NotDefined.hxx ++usr/include/opencascade/LProp_NumericCurInf.gxx ++usr/include/opencascade/LProp_SLProps.gxx ++usr/include/opencascade/LProp_SequenceNodeOfSequenceOfCIType.hxx ++usr/include/opencascade/LProp_SequenceOfCIType.hxx ++usr/include/opencascade/LProp_Status.hxx ++usr/include/opencascade/LProp_SurfaceTool.gxx ++usr/include/opencascade/Law.hxx ++usr/include/opencascade/Law_BSpFunc.hxx ++usr/include/opencascade/Law_BSpline.hxx ++usr/include/opencascade/Law_BSplineKnotSplitting.hxx ++usr/include/opencascade/Law_Composite.hxx ++usr/include/opencascade/Law_Constant.hxx ++usr/include/opencascade/Law_Function.hxx ++usr/include/opencascade/Law_Interpol.hxx ++usr/include/opencascade/Law_Interpolate.hxx ++usr/include/opencascade/Law_Laws.hxx ++usr/include/opencascade/Law_Linear.hxx ++usr/include/opencascade/Law_ListIteratorOfLaws.hxx ++usr/include/opencascade/Law_ListNodeOfLaws.hxx ++usr/include/opencascade/Law_S.hxx ++usr/include/opencascade/LibCtl_GlobalNode.gxx ++usr/include/opencascade/LibCtl_Library.gxx ++usr/include/opencascade/LibCtl_Node.gxx ++usr/include/opencascade/LibCtl_ProtocolTemplate.gxx ++usr/include/opencascade/LocOpe.hxx ++usr/include/opencascade/LocOpe_BuildShape.hxx ++usr/include/opencascade/LocOpe_BuildShape.lxx ++usr/include/opencascade/LocOpe_BuildWires.hxx ++usr/include/opencascade/LocOpe_Builder.hxx ++usr/include/opencascade/LocOpe_Builder.lxx ++usr/include/opencascade/LocOpe_CSIntersector.hxx ++usr/include/opencascade/LocOpe_CSIntersector.lxx ++usr/include/opencascade/LocOpe_CurveShapeIntersector.hxx ++usr/include/opencascade/LocOpe_CurveShapeIntersector.lxx ++usr/include/opencascade/LocOpe_DPrism.hxx ++usr/include/opencascade/LocOpe_DataMapIteratorOfDataMapOfShapePnt.hxx ++usr/include/opencascade/LocOpe_DataMapNodeOfDataMapOfShapePnt.hxx ++usr/include/opencascade/LocOpe_DataMapOfShapePnt.hxx ++usr/include/opencascade/LocOpe_FindEdges.hxx ++usr/include/opencascade/LocOpe_FindEdges.lxx ++usr/include/opencascade/LocOpe_FindEdgesInFace.hxx ++usr/include/opencascade/LocOpe_FindEdgesInFace.lxx ++usr/include/opencascade/LocOpe_GeneratedShape.hxx ++usr/include/opencascade/LocOpe_Generator.hxx ++usr/include/opencascade/LocOpe_Generator.lxx ++usr/include/opencascade/LocOpe_GluedShape.hxx ++usr/include/opencascade/LocOpe_Gluer.hxx ++usr/include/opencascade/LocOpe_Gluer.lxx ++usr/include/opencascade/LocOpe_HBuilder.hxx ++usr/include/opencascade/LocOpe_HBuilder.lxx ++usr/include/opencascade/LocOpe_LinearForm.hxx ++usr/include/opencascade/LocOpe_LinearForm.lxx ++usr/include/opencascade/LocOpe_Operation.hxx ++usr/include/opencascade/LocOpe_Pipe.hxx ++usr/include/opencascade/LocOpe_Pipe.lxx ++usr/include/opencascade/LocOpe_PntFace.hxx ++usr/include/opencascade/LocOpe_PntFace.lxx ++usr/include/opencascade/LocOpe_Prism.hxx ++usr/include/opencascade/LocOpe_ProjectedWires.hxx ++usr/include/opencascade/LocOpe_Revol.hxx ++usr/include/opencascade/LocOpe_RevolutionForm.hxx ++usr/include/opencascade/LocOpe_SequenceNodeOfSequenceOfCirc.hxx ++usr/include/opencascade/LocOpe_SequenceNodeOfSequenceOfLin.hxx ++usr/include/opencascade/LocOpe_SequenceNodeOfSequenceOfPntFace.hxx ++usr/include/opencascade/LocOpe_SequenceOfCirc.hxx ++usr/include/opencascade/LocOpe_SequenceOfLin.hxx ++usr/include/opencascade/LocOpe_SequenceOfPntFace.hxx ++usr/include/opencascade/LocOpe_SplitDrafts.hxx ++usr/include/opencascade/LocOpe_SplitDrafts.lxx ++usr/include/opencascade/LocOpe_SplitShape.hxx ++usr/include/opencascade/LocOpe_SplitShape.lxx ++usr/include/opencascade/LocOpe_Spliter.hxx ++usr/include/opencascade/LocOpe_Spliter.lxx ++usr/include/opencascade/LocOpe_WiresOnShape.hxx ++usr/include/opencascade/LocOpe_WiresOnShape.lxx ++usr/include/opencascade/LocalAnalysis.hxx ++usr/include/opencascade/LocalAnalysis_CurveContinuity.hxx ++usr/include/opencascade/LocalAnalysis_StatusErrorType.hxx ++usr/include/opencascade/LocalAnalysis_SurfaceContinuity.hxx ++usr/include/opencascade/MAT2d_Array2OfConnexion.hxx ++usr/include/opencascade/MAT2d_BiInt.hxx ++usr/include/opencascade/MAT2d_BisectingLocus.gxx ++usr/include/opencascade/MAT2d_Circuit.hxx ++usr/include/opencascade/MAT2d_Connexion.hxx ++usr/include/opencascade/MAT2d_CutCurve.hxx ++usr/include/opencascade/MAT2d_DataMapIteratorOfDataMapOfBiIntInteger.hxx ++usr/include/opencascade/MAT2d_DataMapIteratorOfDataMapOfBiIntSequenceOfInteger.hxx ++usr/include/opencascade/MAT2d_DataMapIteratorOfDataMapOfIntegerBisec.hxx ++usr/include/opencascade/MAT2d_DataMapIteratorOfDataMapOfIntegerConnexion.hxx ++usr/include/opencascade/MAT2d_DataMapIteratorOfDataMapOfIntegerPnt2d.hxx ++usr/include/opencascade/MAT2d_DataMapIteratorOfDataMapOfIntegerSequenceOfConnexion.hxx ++usr/include/opencascade/MAT2d_DataMapIteratorOfDataMapOfIntegerVec2d.hxx ++usr/include/opencascade/MAT2d_DataMapNodeOfDataMapOfBiIntInteger.hxx ++usr/include/opencascade/MAT2d_DataMapNodeOfDataMapOfBiIntSequenceOfInteger.hxx ++usr/include/opencascade/MAT2d_DataMapNodeOfDataMapOfIntegerBisec.hxx ++usr/include/opencascade/MAT2d_DataMapNodeOfDataMapOfIntegerConnexion.hxx ++usr/include/opencascade/MAT2d_DataMapNodeOfDataMapOfIntegerPnt2d.hxx ++usr/include/opencascade/MAT2d_DataMapNodeOfDataMapOfIntegerSequenceOfConnexion.hxx ++usr/include/opencascade/MAT2d_DataMapNodeOfDataMapOfIntegerVec2d.hxx ++usr/include/opencascade/MAT2d_DataMapOfBiIntInteger.hxx ++usr/include/opencascade/MAT2d_DataMapOfBiIntSequenceOfInteger.hxx ++usr/include/opencascade/MAT2d_DataMapOfIntegerBisec.hxx ++usr/include/opencascade/MAT2d_DataMapOfIntegerConnexion.hxx ++usr/include/opencascade/MAT2d_DataMapOfIntegerPnt2d.hxx ++usr/include/opencascade/MAT2d_DataMapOfIntegerSequenceOfConnexion.hxx ++usr/include/opencascade/MAT2d_DataMapOfIntegerVec2d.hxx ++usr/include/opencascade/MAT2d_MapBiIntHasher.hxx ++usr/include/opencascade/MAT2d_MapBiIntHasher.lxx ++usr/include/opencascade/MAT2d_Mat2d.hxx ++usr/include/opencascade/MAT2d_MiniPath.hxx ++usr/include/opencascade/MAT2d_SequenceNodeOfSequenceOfConnexion.hxx ++usr/include/opencascade/MAT2d_SequenceNodeOfSequenceOfSequenceOfCurve.hxx ++usr/include/opencascade/MAT2d_SequenceNodeOfSequenceOfSequenceOfGeometry.hxx ++usr/include/opencascade/MAT2d_SequenceOfConnexion.hxx ++usr/include/opencascade/MAT2d_SequenceOfSequenceOfCurve.hxx ++usr/include/opencascade/MAT2d_SequenceOfSequenceOfGeometry.hxx ++usr/include/opencascade/MAT2d_SketchExplorer.hxx ++usr/include/opencascade/MAT2d_Tool2d.hxx ++usr/include/opencascade/MAT_Arc.hxx ++usr/include/opencascade/MAT_BasicElt.hxx ++usr/include/opencascade/MAT_Bisector.hxx ++usr/include/opencascade/MAT_DataMapIteratorOfDataMapOfIntegerArc.hxx ++usr/include/opencascade/MAT_DataMapIteratorOfDataMapOfIntegerBasicElt.hxx ++usr/include/opencascade/MAT_DataMapIteratorOfDataMapOfIntegerBisector.hxx ++usr/include/opencascade/MAT_DataMapIteratorOfDataMapOfIntegerNode.hxx ++usr/include/opencascade/MAT_DataMapNodeOfDataMapOfIntegerArc.hxx ++usr/include/opencascade/MAT_DataMapNodeOfDataMapOfIntegerBasicElt.hxx ++usr/include/opencascade/MAT_DataMapNodeOfDataMapOfIntegerBisector.hxx ++usr/include/opencascade/MAT_DataMapNodeOfDataMapOfIntegerNode.hxx ++usr/include/opencascade/MAT_DataMapOfIntegerArc.hxx ++usr/include/opencascade/MAT_DataMapOfIntegerBasicElt.hxx ++usr/include/opencascade/MAT_DataMapOfIntegerBisector.hxx ++usr/include/opencascade/MAT_DataMapOfIntegerNode.hxx ++usr/include/opencascade/MAT_Edge.hxx ++usr/include/opencascade/MAT_Graph.hxx ++usr/include/opencascade/MAT_ListOfBisector.hxx ++usr/include/opencascade/MAT_ListOfEdge.hxx ++usr/include/opencascade/MAT_Mat.gxx ++usr/include/opencascade/MAT_Node.hxx ++usr/include/opencascade/MAT_SequenceNodeOfSequenceOfArc.hxx ++usr/include/opencascade/MAT_SequenceNodeOfSequenceOfBasicElt.hxx ++usr/include/opencascade/MAT_SequenceOfArc.hxx ++usr/include/opencascade/MAT_SequenceOfBasicElt.hxx ++usr/include/opencascade/MAT_Side.hxx ++usr/include/opencascade/MAT_TList.gxx ++usr/include/opencascade/MAT_TList.lxx ++usr/include/opencascade/MAT_TListNode.gxx ++usr/include/opencascade/MAT_TListNode.lxx ++usr/include/opencascade/MAT_TListNodeOfListOfBisector.hxx ++usr/include/opencascade/MAT_TListNodeOfListOfEdge.hxx ++usr/include/opencascade/MAT_Tool.gxx ++usr/include/opencascade/MAT_Zone.hxx ++usr/include/opencascade/MeshAlgo_CellFilter.hxx ++usr/include/opencascade/MeshAlgo_Circ.hxx ++usr/include/opencascade/MeshAlgo_Circ.lxx ++usr/include/opencascade/MeshAlgo_CircleInspector.hxx ++usr/include/opencascade/MeshAlgo_CircleTool.hxx ++usr/include/opencascade/MeshAlgo_Delaunay.gxx ++usr/include/opencascade/MeshAlgo_Delaunay.lxx ++usr/include/opencascade/MeshAlgo_Edge.hxx ++usr/include/opencascade/MeshAlgo_IndexedPntComparator.gxx ++usr/include/opencascade/MeshAlgo_PntComparator.gxx ++usr/include/opencascade/MeshAlgo_Triangle.hxx ++usr/include/opencascade/MeshAlgo_Vertex.hxx ++usr/include/opencascade/MeshDS_BaseAllocator.hxx ++usr/include/opencascade/MeshDS_DegreeOfFreedom.hxx ++usr/include/opencascade/MeshDS_Element2d.gxx ++usr/include/opencascade/MeshDS_Link.gxx ++usr/include/opencascade/MeshDS_ListOfInteger.hxx ++usr/include/opencascade/MeshDS_MapOfInteger.hxx ++usr/include/opencascade/MeshDS_MapOfIntegerInteger.hxx ++usr/include/opencascade/MeshDS_Mesh2d.gxx ++usr/include/opencascade/MeshDS_Node.gxx ++usr/include/opencascade/MeshDS_PairOfIndex.hxx ++usr/include/opencascade/MeshDS_Selector.gxx ++usr/include/opencascade/MoniTool_AttrList.hxx ++usr/include/opencascade/MoniTool_CaseData.hxx ++usr/include/opencascade/MoniTool_DataInfo.hxx ++usr/include/opencascade/MoniTool_DataMapIteratorOfDataMapOfShapeTransient.hxx ++usr/include/opencascade/MoniTool_DataMapIteratorOfDataMapOfTimer.hxx ++usr/include/opencascade/MoniTool_DataMapNodeOfDataMapOfShapeTransient.hxx ++usr/include/opencascade/MoniTool_DataMapNodeOfDataMapOfTimer.hxx ++usr/include/opencascade/MoniTool_DataMapOfShapeTransient.hxx ++usr/include/opencascade/MoniTool_DataMapOfTimer.hxx ++usr/include/opencascade/MoniTool_Elem.gxx ++usr/include/opencascade/MoniTool_ElemHasher.hxx ++usr/include/opencascade/MoniTool_Element.hxx ++usr/include/opencascade/MoniTool_HSequenceOfElement.hxx ++usr/include/opencascade/MoniTool_IndexedDataMapNodeOfIndexedDataMapOfShapeTransient.hxx ++usr/include/opencascade/MoniTool_IndexedDataMapOfShapeTransient.hxx ++usr/include/opencascade/MoniTool_IntVal.hxx ++usr/include/opencascade/MoniTool_MTHasher.hxx ++usr/include/opencascade/MoniTool_MTHasher.lxx ++usr/include/opencascade/MoniTool_Macros.hxx ++usr/include/opencascade/MoniTool_OptValue.hxx ++usr/include/opencascade/MoniTool_Option.hxx ++usr/include/opencascade/MoniTool_Profile.hxx ++usr/include/opencascade/MoniTool_RealVal.hxx ++usr/include/opencascade/MoniTool_SequenceNodeOfSequenceOfElement.hxx ++usr/include/opencascade/MoniTool_SequenceOfElement.hxx ++usr/include/opencascade/MoniTool_SignShape.hxx ++usr/include/opencascade/MoniTool_SignText.hxx ++usr/include/opencascade/MoniTool_Stat.hxx ++usr/include/opencascade/MoniTool_Timer.hxx ++usr/include/opencascade/MoniTool_Timer.lxx ++usr/include/opencascade/MoniTool_TimerSentry.hxx ++usr/include/opencascade/MoniTool_TimerSentry.lxx ++usr/include/opencascade/MoniTool_TransientElem.hxx ++usr/include/opencascade/MoniTool_TypedValue.hxx ++usr/include/opencascade/MoniTool_ValueInterpret.hxx ++usr/include/opencascade/MoniTool_ValueSatisfies.hxx ++usr/include/opencascade/MoniTool_ValueType.hxx ++usr/include/opencascade/NLPlate_HGPPConstraint.hxx ++usr/include/opencascade/NLPlate_HPG0Constraint.hxx ++usr/include/opencascade/NLPlate_HPG0G1Constraint.hxx ++usr/include/opencascade/NLPlate_HPG0G2Constraint.hxx ++usr/include/opencascade/NLPlate_HPG0G3Constraint.hxx ++usr/include/opencascade/NLPlate_HPG1Constraint.hxx ++usr/include/opencascade/NLPlate_HPG2Constraint.hxx ++usr/include/opencascade/NLPlate_HPG3Constraint.hxx ++usr/include/opencascade/NLPlate_NLPlate.hxx ++usr/include/opencascade/NLPlate_SequenceNodeOfSequenceOfHGPPConstraint.hxx ++usr/include/opencascade/NLPlate_SequenceOfHGPPConstraint.hxx ++usr/include/opencascade/NLPlate_StackIteratorOfStackOfPlate.hxx ++usr/include/opencascade/NLPlate_StackNodeOfStackOfPlate.hxx ++usr/include/opencascade/NLPlate_StackOfPlate.hxx ++usr/include/opencascade/Plate_Array1OfPinpointConstraint.hxx ++usr/include/opencascade/Plate_D1.hxx ++usr/include/opencascade/Plate_D1.lxx ++usr/include/opencascade/Plate_D2.hxx ++usr/include/opencascade/Plate_D3.hxx ++usr/include/opencascade/Plate_FreeGtoCConstraint.hxx ++usr/include/opencascade/Plate_FreeGtoCConstraint.lxx ++usr/include/opencascade/Plate_GlobalTranslationConstraint.hxx ++usr/include/opencascade/Plate_GlobalTranslationConstraint.lxx ++usr/include/opencascade/Plate_GtoCConstraint.hxx ++usr/include/opencascade/Plate_GtoCConstraint.lxx ++usr/include/opencascade/Plate_HArray1OfPinpointConstraint.hxx ++usr/include/opencascade/Plate_LineConstraint.hxx ++usr/include/opencascade/Plate_LineConstraint.lxx ++usr/include/opencascade/Plate_LinearScalarConstraint.hxx ++usr/include/opencascade/Plate_LinearScalarConstraint.lxx ++usr/include/opencascade/Plate_LinearXYZConstraint.hxx ++usr/include/opencascade/Plate_LinearXYZConstraint.lxx ++usr/include/opencascade/Plate_PinpointConstraint.hxx ++usr/include/opencascade/Plate_PinpointConstraint.lxx ++usr/include/opencascade/Plate_PlaneConstraint.hxx ++usr/include/opencascade/Plate_PlaneConstraint.lxx ++usr/include/opencascade/Plate_Plate.hxx ++usr/include/opencascade/Plate_Plate.lxx ++usr/include/opencascade/Plate_SampledCurveConstraint.hxx ++usr/include/opencascade/Plate_SampledCurveConstraint.lxx ++usr/include/opencascade/Plate_SequenceNodeOfSequenceOfLinearScalarConstraint.hxx ++usr/include/opencascade/Plate_SequenceNodeOfSequenceOfLinearXYZConstraint.hxx ++usr/include/opencascade/Plate_SequenceNodeOfSequenceOfPinpointConstraint.hxx ++usr/include/opencascade/Plate_SequenceOfLinearScalarConstraint.hxx ++usr/include/opencascade/Plate_SequenceOfLinearXYZConstraint.hxx ++usr/include/opencascade/Plate_SequenceOfPinpointConstraint.hxx ++usr/include/opencascade/Primitives_Builder.gxx ++usr/include/opencascade/Primitives_Direction.hxx ++usr/include/opencascade/Primitives_OneAxis.gxx ++usr/include/opencascade/Primitives_Wedge.gxx ++usr/include/opencascade/ProjLib.hxx ++usr/include/opencascade/ProjLib_CompProjectedCurve.hxx ++usr/include/opencascade/ProjLib_ComputeApprox.hxx ++usr/include/opencascade/ProjLib_ComputeApproxOnPolarSurface.hxx ++usr/include/opencascade/ProjLib_Cone.hxx ++usr/include/opencascade/ProjLib_Cylinder.hxx ++usr/include/opencascade/ProjLib_HCompProjectedCurve.hxx ++usr/include/opencascade/ProjLib_HProjectedCurve.hxx ++usr/include/opencascade/ProjLib_HSequenceOfHSequenceOfPnt.hxx ++usr/include/opencascade/ProjLib_Plane.hxx ++usr/include/opencascade/ProjLib_PrjFunc.hxx ++usr/include/opencascade/ProjLib_PrjResolve.hxx ++usr/include/opencascade/ProjLib_ProjectOnPlane.hxx ++usr/include/opencascade/ProjLib_ProjectOnSurface.hxx ++usr/include/opencascade/ProjLib_ProjectedCurve.hxx ++usr/include/opencascade/ProjLib_Projector.hxx ++usr/include/opencascade/ProjLib_SequenceNodeOfSequenceOfHSequenceOfPnt.hxx ++usr/include/opencascade/ProjLib_SequenceOfHSequenceOfPnt.hxx ++usr/include/opencascade/ProjLib_Sphere.hxx ++usr/include/opencascade/ProjLib_Torus.hxx ++usr/include/opencascade/RWHeaderSection.hxx ++usr/include/opencascade/RWHeaderSection_GeneralModule.hxx ++usr/include/opencascade/RWHeaderSection_RWFileDescription.hxx ++usr/include/opencascade/RWHeaderSection_RWFileName.hxx ++usr/include/opencascade/RWHeaderSection_RWFileSchema.hxx ++usr/include/opencascade/RWHeaderSection_ReadWriteModule.hxx ++usr/include/opencascade/RWStepAP203_RWCcDesignApproval.hxx ++usr/include/opencascade/RWStepAP203_RWCcDesignCertification.hxx ++usr/include/opencascade/RWStepAP203_RWCcDesignContract.hxx ++usr/include/opencascade/RWStepAP203_RWCcDesignDateAndTimeAssignment.hxx ++usr/include/opencascade/RWStepAP203_RWCcDesignPersonAndOrganizationAssignment.hxx ++usr/include/opencascade/RWStepAP203_RWCcDesignSecurityClassification.hxx ++usr/include/opencascade/RWStepAP203_RWCcDesignSpecificationReference.hxx ++usr/include/opencascade/RWStepAP203_RWChange.hxx ++usr/include/opencascade/RWStepAP203_RWChangeRequest.hxx ++usr/include/opencascade/RWStepAP203_RWStartRequest.hxx ++usr/include/opencascade/RWStepAP203_RWStartWork.hxx ++usr/include/opencascade/RWStepAP214.hxx ++usr/include/opencascade/RWStepAP214_GeneralModule.hxx ++usr/include/opencascade/RWStepAP214_RWAppliedApprovalAssignment.hxx ++usr/include/opencascade/RWStepAP214_RWAppliedDateAndTimeAssignment.hxx ++usr/include/opencascade/RWStepAP214_RWAppliedDateAssignment.hxx ++usr/include/opencascade/RWStepAP214_RWAppliedDocumentReference.hxx ++usr/include/opencascade/RWStepAP214_RWAppliedExternalIdentificationAssignment.hxx ++usr/include/opencascade/RWStepAP214_RWAppliedGroupAssignment.hxx ++usr/include/opencascade/RWStepAP214_RWAppliedOrganizationAssignment.hxx ++usr/include/opencascade/RWStepAP214_RWAppliedPersonAndOrganizationAssignment.hxx ++usr/include/opencascade/RWStepAP214_RWAppliedPresentedItem.hxx ++usr/include/opencascade/RWStepAP214_RWAppliedSecurityClassificationAssignment.hxx ++usr/include/opencascade/RWStepAP214_RWAutoDesignActualDateAndTimeAssignment.hxx ++usr/include/opencascade/RWStepAP214_RWAutoDesignActualDateAssignment.hxx ++usr/include/opencascade/RWStepAP214_RWAutoDesignApprovalAssignment.hxx ++usr/include/opencascade/RWStepAP214_RWAutoDesignDateAndPersonAssignment.hxx ++usr/include/opencascade/RWStepAP214_RWAutoDesignDocumentReference.hxx ++usr/include/opencascade/RWStepAP214_RWAutoDesignGroupAssignment.hxx ++usr/include/opencascade/RWStepAP214_RWAutoDesignNominalDateAndTimeAssignment.hxx ++usr/include/opencascade/RWStepAP214_RWAutoDesignNominalDateAssignment.hxx ++usr/include/opencascade/RWStepAP214_RWAutoDesignOrganizationAssignment.hxx ++usr/include/opencascade/RWStepAP214_RWAutoDesignPersonAndOrganizationAssignment.hxx ++usr/include/opencascade/RWStepAP214_RWAutoDesignPresentedItem.hxx ++usr/include/opencascade/RWStepAP214_RWAutoDesignSecurityClassificationAssignment.hxx ++usr/include/opencascade/RWStepAP214_RWClass.hxx ++usr/include/opencascade/RWStepAP214_RWExternallyDefinedClass.hxx ++usr/include/opencascade/RWStepAP214_RWExternallyDefinedGeneralProperty.hxx ++usr/include/opencascade/RWStepAP214_RWRepItemGroup.hxx ++usr/include/opencascade/RWStepAP214_ReadWriteModule.hxx ++usr/include/opencascade/RWStepBasic_RWAction.hxx ++usr/include/opencascade/RWStepBasic_RWActionAssignment.hxx ++usr/include/opencascade/RWStepBasic_RWActionMethod.hxx ++usr/include/opencascade/RWStepBasic_RWActionRequestAssignment.hxx ++usr/include/opencascade/RWStepBasic_RWActionRequestSolution.hxx ++usr/include/opencascade/RWStepBasic_RWAddress.hxx ++usr/include/opencascade/RWStepBasic_RWApplicationContext.hxx ++usr/include/opencascade/RWStepBasic_RWApplicationContextElement.hxx ++usr/include/opencascade/RWStepBasic_RWApplicationProtocolDefinition.hxx ++usr/include/opencascade/RWStepBasic_RWApproval.hxx ++usr/include/opencascade/RWStepBasic_RWApprovalDateTime.hxx ++usr/include/opencascade/RWStepBasic_RWApprovalPersonOrganization.hxx ++usr/include/opencascade/RWStepBasic_RWApprovalRelationship.hxx ++usr/include/opencascade/RWStepBasic_RWApprovalRole.hxx ++usr/include/opencascade/RWStepBasic_RWApprovalStatus.hxx ++usr/include/opencascade/RWStepBasic_RWCalendarDate.hxx ++usr/include/opencascade/RWStepBasic_RWCertification.hxx ++usr/include/opencascade/RWStepBasic_RWCertificationAssignment.hxx ++usr/include/opencascade/RWStepBasic_RWCertificationType.hxx ++usr/include/opencascade/RWStepBasic_RWCharacterizedObject.hxx ++usr/include/opencascade/RWStepBasic_RWContract.hxx ++usr/include/opencascade/RWStepBasic_RWContractAssignment.hxx ++usr/include/opencascade/RWStepBasic_RWContractType.hxx ++usr/include/opencascade/RWStepBasic_RWConversionBasedUnit.hxx ++usr/include/opencascade/RWStepBasic_RWConversionBasedUnitAndAreaUnit.hxx ++usr/include/opencascade/RWStepBasic_RWConversionBasedUnitAndLengthUnit.hxx ++usr/include/opencascade/RWStepBasic_RWConversionBasedUnitAndMassUnit.hxx ++usr/include/opencascade/RWStepBasic_RWConversionBasedUnitAndPlaneAngleUnit.hxx ++usr/include/opencascade/RWStepBasic_RWConversionBasedUnitAndRatioUnit.hxx ++usr/include/opencascade/RWStepBasic_RWConversionBasedUnitAndSolidAngleUnit.hxx ++usr/include/opencascade/RWStepBasic_RWConversionBasedUnitAndTimeUnit.hxx ++usr/include/opencascade/RWStepBasic_RWConversionBasedUnitAndVolumeUnit.hxx ++usr/include/opencascade/RWStepBasic_RWCoordinatedUniversalTimeOffset.hxx ++usr/include/opencascade/RWStepBasic_RWDate.hxx ++usr/include/opencascade/RWStepBasic_RWDateAndTime.hxx ++usr/include/opencascade/RWStepBasic_RWDateRole.hxx ++usr/include/opencascade/RWStepBasic_RWDateTimeRole.hxx ++usr/include/opencascade/RWStepBasic_RWDerivedUnit.hxx ++usr/include/opencascade/RWStepBasic_RWDerivedUnitElement.hxx ++usr/include/opencascade/RWStepBasic_RWDimensionalExponents.hxx ++usr/include/opencascade/RWStepBasic_RWDocument.hxx ++usr/include/opencascade/RWStepBasic_RWDocumentFile.hxx ++usr/include/opencascade/RWStepBasic_RWDocumentProductAssociation.hxx ++usr/include/opencascade/RWStepBasic_RWDocumentProductEquivalence.hxx ++usr/include/opencascade/RWStepBasic_RWDocumentRelationship.hxx ++usr/include/opencascade/RWStepBasic_RWDocumentRepresentationType.hxx ++usr/include/opencascade/RWStepBasic_RWDocumentType.hxx ++usr/include/opencascade/RWStepBasic_RWDocumentUsageConstraint.hxx ++usr/include/opencascade/RWStepBasic_RWEffectivity.hxx ++usr/include/opencascade/RWStepBasic_RWEffectivityAssignment.hxx ++usr/include/opencascade/RWStepBasic_RWEulerAngles.hxx ++usr/include/opencascade/RWStepBasic_RWExternalIdentificationAssignment.hxx ++usr/include/opencascade/RWStepBasic_RWExternalSource.hxx ++usr/include/opencascade/RWStepBasic_RWExternallyDefinedItem.hxx ++usr/include/opencascade/RWStepBasic_RWGeneralProperty.hxx ++usr/include/opencascade/RWStepBasic_RWGroup.hxx ++usr/include/opencascade/RWStepBasic_RWGroupAssignment.hxx ++usr/include/opencascade/RWStepBasic_RWGroupRelationship.hxx ++usr/include/opencascade/RWStepBasic_RWIdentificationAssignment.hxx ++usr/include/opencascade/RWStepBasic_RWIdentificationRole.hxx ++usr/include/opencascade/RWStepBasic_RWLengthMeasureWithUnit.hxx ++usr/include/opencascade/RWStepBasic_RWLengthUnit.hxx ++usr/include/opencascade/RWStepBasic_RWLocalTime.hxx ++usr/include/opencascade/RWStepBasic_RWMassMeasureWithUnit.hxx ++usr/include/opencascade/RWStepBasic_RWMassUnit.hxx ++usr/include/opencascade/RWStepBasic_RWMeasureWithUnit.hxx ++usr/include/opencascade/RWStepBasic_RWMechanicalContext.hxx ++usr/include/opencascade/RWStepBasic_RWNameAssignment.hxx ++usr/include/opencascade/RWStepBasic_RWNamedUnit.hxx ++usr/include/opencascade/RWStepBasic_RWObjectRole.hxx ++usr/include/opencascade/RWStepBasic_RWOrdinalDate.hxx ++usr/include/opencascade/RWStepBasic_RWOrganization.hxx ++usr/include/opencascade/RWStepBasic_RWOrganizationRole.hxx ++usr/include/opencascade/RWStepBasic_RWOrganizationalAddress.hxx ++usr/include/opencascade/RWStepBasic_RWPerson.hxx ++usr/include/opencascade/RWStepBasic_RWPersonAndOrganization.hxx ++usr/include/opencascade/RWStepBasic_RWPersonAndOrganizationRole.hxx ++usr/include/opencascade/RWStepBasic_RWPersonalAddress.hxx ++usr/include/opencascade/RWStepBasic_RWPlaneAngleMeasureWithUnit.hxx ++usr/include/opencascade/RWStepBasic_RWPlaneAngleUnit.hxx ++usr/include/opencascade/RWStepBasic_RWProduct.hxx ++usr/include/opencascade/RWStepBasic_RWProductCategory.hxx ++usr/include/opencascade/RWStepBasic_RWProductCategoryRelationship.hxx ++usr/include/opencascade/RWStepBasic_RWProductConceptContext.hxx ++usr/include/opencascade/RWStepBasic_RWProductContext.hxx ++usr/include/opencascade/RWStepBasic_RWProductDefinition.hxx ++usr/include/opencascade/RWStepBasic_RWProductDefinitionContext.hxx ++usr/include/opencascade/RWStepBasic_RWProductDefinitionEffectivity.hxx ++usr/include/opencascade/RWStepBasic_RWProductDefinitionFormation.hxx ++usr/include/opencascade/RWStepBasic_RWProductDefinitionFormationRelationship.hxx ++usr/include/opencascade/RWStepBasic_RWProductDefinitionFormationWithSpecifiedSource.hxx ++usr/include/opencascade/RWStepBasic_RWProductDefinitionRelationship.hxx ++usr/include/opencascade/RWStepBasic_RWProductDefinitionWithAssociatedDocuments.hxx ++usr/include/opencascade/RWStepBasic_RWProductRelatedProductCategory.hxx ++usr/include/opencascade/RWStepBasic_RWProductType.hxx ++usr/include/opencascade/RWStepBasic_RWRatioMeasureWithUnit.hxx ++usr/include/opencascade/RWStepBasic_RWRoleAssociation.hxx ++usr/include/opencascade/RWStepBasic_RWSecurityClassification.hxx ++usr/include/opencascade/RWStepBasic_RWSecurityClassificationLevel.hxx ++usr/include/opencascade/RWStepBasic_RWSiUnit.hxx ++usr/include/opencascade/RWStepBasic_RWSiUnitAndAreaUnit.hxx ++usr/include/opencascade/RWStepBasic_RWSiUnitAndLengthUnit.hxx ++usr/include/opencascade/RWStepBasic_RWSiUnitAndMassUnit.hxx ++usr/include/opencascade/RWStepBasic_RWSiUnitAndPlaneAngleUnit.hxx ++usr/include/opencascade/RWStepBasic_RWSiUnitAndRatioUnit.hxx ++usr/include/opencascade/RWStepBasic_RWSiUnitAndSolidAngleUnit.hxx ++usr/include/opencascade/RWStepBasic_RWSiUnitAndThermodynamicTemperatureUnit.hxx ++usr/include/opencascade/RWStepBasic_RWSiUnitAndTimeUnit.hxx ++usr/include/opencascade/RWStepBasic_RWSiUnitAndVolumeUnit.hxx ++usr/include/opencascade/RWStepBasic_RWSolidAngleMeasureWithUnit.hxx ++usr/include/opencascade/RWStepBasic_RWSolidAngleUnit.hxx ++usr/include/opencascade/RWStepBasic_RWThermodynamicTemperatureUnit.hxx ++usr/include/opencascade/RWStepBasic_RWUncertaintyMeasureWithUnit.hxx ++usr/include/opencascade/RWStepBasic_RWVersionedActionRequest.hxx ++usr/include/opencascade/RWStepBasic_RWWeekOfYearAndDayDate.hxx ++usr/include/opencascade/RWStepDimTol_RWAngularityTolerance.hxx ++usr/include/opencascade/RWStepDimTol_RWCircularRunoutTolerance.hxx ++usr/include/opencascade/RWStepDimTol_RWCoaxialityTolerance.hxx ++usr/include/opencascade/RWStepDimTol_RWCommonDatum.hxx ++usr/include/opencascade/RWStepDimTol_RWConcentricityTolerance.hxx ++usr/include/opencascade/RWStepDimTol_RWCylindricityTolerance.hxx ++usr/include/opencascade/RWStepDimTol_RWDatum.hxx ++usr/include/opencascade/RWStepDimTol_RWDatumFeature.hxx ++usr/include/opencascade/RWStepDimTol_RWDatumReference.hxx ++usr/include/opencascade/RWStepDimTol_RWDatumTarget.hxx ++usr/include/opencascade/RWStepDimTol_RWFlatnessTolerance.hxx ++usr/include/opencascade/RWStepDimTol_RWGeoTolAndGeoTolWthDatRefAndModGeoTolAndPosTol.hxx ++usr/include/opencascade/RWStepDimTol_RWGeometricTolerance.hxx ++usr/include/opencascade/RWStepDimTol_RWGeometricToleranceRelationship.hxx ++usr/include/opencascade/RWStepDimTol_RWGeometricToleranceWithDatumReference.hxx ++usr/include/opencascade/RWStepDimTol_RWLineProfileTolerance.hxx ++usr/include/opencascade/RWStepDimTol_RWModifiedGeometricTolerance.hxx ++usr/include/opencascade/RWStepDimTol_RWParallelismTolerance.hxx ++usr/include/opencascade/RWStepDimTol_RWPerpendicularityTolerance.hxx ++usr/include/opencascade/RWStepDimTol_RWPlacedDatumTargetFeature.hxx ++usr/include/opencascade/RWStepDimTol_RWPositionTolerance.hxx ++usr/include/opencascade/RWStepDimTol_RWRoundnessTolerance.hxx ++usr/include/opencascade/RWStepDimTol_RWStraightnessTolerance.hxx ++usr/include/opencascade/RWStepDimTol_RWSurfaceProfileTolerance.hxx ++usr/include/opencascade/RWStepDimTol_RWSymmetryTolerance.hxx ++usr/include/opencascade/RWStepDimTol_RWTotalRunoutTolerance.hxx ++usr/include/opencascade/RWStepElement_RWAnalysisItemWithinRepresentation.hxx ++usr/include/opencascade/RWStepElement_RWCurve3dElementDescriptor.hxx ++usr/include/opencascade/RWStepElement_RWCurveElementEndReleasePacket.hxx ++usr/include/opencascade/RWStepElement_RWCurveElementSectionDefinition.hxx ++usr/include/opencascade/RWStepElement_RWCurveElementSectionDerivedDefinitions.hxx ++usr/include/opencascade/RWStepElement_RWElementDescriptor.hxx ++usr/include/opencascade/RWStepElement_RWElementMaterial.hxx ++usr/include/opencascade/RWStepElement_RWSurface3dElementDescriptor.hxx ++usr/include/opencascade/RWStepElement_RWSurfaceElementProperty.hxx ++usr/include/opencascade/RWStepElement_RWSurfaceSection.hxx ++usr/include/opencascade/RWStepElement_RWSurfaceSectionField.hxx ++usr/include/opencascade/RWStepElement_RWSurfaceSectionFieldConstant.hxx ++usr/include/opencascade/RWStepElement_RWSurfaceSectionFieldVarying.hxx ++usr/include/opencascade/RWStepElement_RWUniformSurfaceSection.hxx ++usr/include/opencascade/RWStepElement_RWVolume3dElementDescriptor.hxx ++usr/include/opencascade/RWStepFEA_RWAlignedCurve3dElementCoordinateSystem.hxx ++usr/include/opencascade/RWStepFEA_RWAlignedSurface3dElementCoordinateSystem.hxx ++usr/include/opencascade/RWStepFEA_RWArbitraryVolume3dElementCoordinateSystem.hxx ++usr/include/opencascade/RWStepFEA_RWConstantSurface3dElementCoordinateSystem.hxx ++usr/include/opencascade/RWStepFEA_RWCurve3dElementProperty.hxx ++usr/include/opencascade/RWStepFEA_RWCurve3dElementRepresentation.hxx ++usr/include/opencascade/RWStepFEA_RWCurveElementEndOffset.hxx ++usr/include/opencascade/RWStepFEA_RWCurveElementEndRelease.hxx ++usr/include/opencascade/RWStepFEA_RWCurveElementInterval.hxx ++usr/include/opencascade/RWStepFEA_RWCurveElementIntervalConstant.hxx ++usr/include/opencascade/RWStepFEA_RWCurveElementIntervalLinearlyVarying.hxx ++usr/include/opencascade/RWStepFEA_RWCurveElementLocation.hxx ++usr/include/opencascade/RWStepFEA_RWDummyNode.hxx ++usr/include/opencascade/RWStepFEA_RWElementGeometricRelationship.hxx ++usr/include/opencascade/RWStepFEA_RWElementGroup.hxx ++usr/include/opencascade/RWStepFEA_RWElementRepresentation.hxx ++usr/include/opencascade/RWStepFEA_RWFeaAreaDensity.hxx ++usr/include/opencascade/RWStepFEA_RWFeaAxis2Placement3d.hxx ++usr/include/opencascade/RWStepFEA_RWFeaCurveSectionGeometricRelationship.hxx ++usr/include/opencascade/RWStepFEA_RWFeaGroup.hxx ++usr/include/opencascade/RWStepFEA_RWFeaLinearElasticity.hxx ++usr/include/opencascade/RWStepFEA_RWFeaMassDensity.hxx ++usr/include/opencascade/RWStepFEA_RWFeaMaterialPropertyRepresentation.hxx ++usr/include/opencascade/RWStepFEA_RWFeaMaterialPropertyRepresentationItem.hxx ++usr/include/opencascade/RWStepFEA_RWFeaModel.hxx ++usr/include/opencascade/RWStepFEA_RWFeaModel3d.hxx ++usr/include/opencascade/RWStepFEA_RWFeaModelDefinition.hxx ++usr/include/opencascade/RWStepFEA_RWFeaMoistureAbsorption.hxx ++usr/include/opencascade/RWStepFEA_RWFeaParametricPoint.hxx ++usr/include/opencascade/RWStepFEA_RWFeaRepresentationItem.hxx ++usr/include/opencascade/RWStepFEA_RWFeaSecantCoefficientOfLinearThermalExpansion.hxx ++usr/include/opencascade/RWStepFEA_RWFeaShellBendingStiffness.hxx ++usr/include/opencascade/RWStepFEA_RWFeaShellMembraneBendingCouplingStiffness.hxx ++usr/include/opencascade/RWStepFEA_RWFeaShellMembraneStiffness.hxx ++usr/include/opencascade/RWStepFEA_RWFeaShellShearStiffness.hxx ++usr/include/opencascade/RWStepFEA_RWFeaSurfaceSectionGeometricRelationship.hxx ++usr/include/opencascade/RWStepFEA_RWFeaTangentialCoefficientOfLinearThermalExpansion.hxx ++usr/include/opencascade/RWStepFEA_RWFreedomAndCoefficient.hxx ++usr/include/opencascade/RWStepFEA_RWFreedomsList.hxx ++usr/include/opencascade/RWStepFEA_RWGeometricNode.hxx ++usr/include/opencascade/RWStepFEA_RWNode.hxx ++usr/include/opencascade/RWStepFEA_RWNodeDefinition.hxx ++usr/include/opencascade/RWStepFEA_RWNodeGroup.hxx ++usr/include/opencascade/RWStepFEA_RWNodeRepresentation.hxx ++usr/include/opencascade/RWStepFEA_RWNodeSet.hxx ++usr/include/opencascade/RWStepFEA_RWNodeWithSolutionCoordinateSystem.hxx ++usr/include/opencascade/RWStepFEA_RWNodeWithVector.hxx ++usr/include/opencascade/RWStepFEA_RWParametricCurve3dElementCoordinateDirection.hxx ++usr/include/opencascade/RWStepFEA_RWParametricCurve3dElementCoordinateSystem.hxx ++usr/include/opencascade/RWStepFEA_RWParametricSurface3dElementCoordinateSystem.hxx ++usr/include/opencascade/RWStepFEA_RWSurface3dElementRepresentation.hxx ++usr/include/opencascade/RWStepFEA_RWVolume3dElementRepresentation.hxx ++usr/include/opencascade/RWStepGeom_RWAxis1Placement.hxx ++usr/include/opencascade/RWStepGeom_RWAxis2Placement2d.hxx ++usr/include/opencascade/RWStepGeom_RWAxis2Placement3d.hxx ++usr/include/opencascade/RWStepGeom_RWBSplineCurve.hxx ++usr/include/opencascade/RWStepGeom_RWBSplineCurveWithKnots.hxx ++usr/include/opencascade/RWStepGeom_RWBSplineCurveWithKnotsAndRationalBSplineCurve.hxx ++usr/include/opencascade/RWStepGeom_RWBSplineSurface.hxx ++usr/include/opencascade/RWStepGeom_RWBSplineSurfaceWithKnots.hxx ++usr/include/opencascade/RWStepGeom_RWBSplineSurfaceWithKnotsAndRationalBSplineSurface.hxx ++usr/include/opencascade/RWStepGeom_RWBezierCurve.hxx ++usr/include/opencascade/RWStepGeom_RWBezierCurveAndRationalBSplineCurve.hxx ++usr/include/opencascade/RWStepGeom_RWBezierSurface.hxx ++usr/include/opencascade/RWStepGeom_RWBezierSurfaceAndRationalBSplineSurface.hxx ++usr/include/opencascade/RWStepGeom_RWBoundaryCurve.hxx ++usr/include/opencascade/RWStepGeom_RWBoundedCurve.hxx ++usr/include/opencascade/RWStepGeom_RWBoundedSurface.hxx ++usr/include/opencascade/RWStepGeom_RWCartesianPoint.hxx ++usr/include/opencascade/RWStepGeom_RWCartesianTransformationOperator.hxx ++usr/include/opencascade/RWStepGeom_RWCartesianTransformationOperator3d.hxx ++usr/include/opencascade/RWStepGeom_RWCircle.hxx ++usr/include/opencascade/RWStepGeom_RWCompositeCurve.hxx ++usr/include/opencascade/RWStepGeom_RWCompositeCurveOnSurface.hxx ++usr/include/opencascade/RWStepGeom_RWCompositeCurveSegment.hxx ++usr/include/opencascade/RWStepGeom_RWConic.hxx ++usr/include/opencascade/RWStepGeom_RWConicalSurface.hxx ++usr/include/opencascade/RWStepGeom_RWCurve.hxx ++usr/include/opencascade/RWStepGeom_RWCurveBoundedSurface.hxx ++usr/include/opencascade/RWStepGeom_RWCurveReplica.hxx ++usr/include/opencascade/RWStepGeom_RWCylindricalSurface.hxx ++usr/include/opencascade/RWStepGeom_RWDegeneratePcurve.hxx ++usr/include/opencascade/RWStepGeom_RWDegenerateToroidalSurface.hxx ++usr/include/opencascade/RWStepGeom_RWDirection.hxx ++usr/include/opencascade/RWStepGeom_RWElementarySurface.hxx ++usr/include/opencascade/RWStepGeom_RWEllipse.hxx ++usr/include/opencascade/RWStepGeom_RWEvaluatedDegeneratePcurve.hxx ++usr/include/opencascade/RWStepGeom_RWGeomRepContextAndGlobUnitAssCtxAndGlobUncertaintyAssCtx.hxx ++usr/include/opencascade/RWStepGeom_RWGeometricRepresentationContext.hxx ++usr/include/opencascade/RWStepGeom_RWGeometricRepresentationContextAndGlobalUnitAssignedContext.hxx ++usr/include/opencascade/RWStepGeom_RWGeometricRepresentationContextAndParametricRepresentationContext.hxx ++usr/include/opencascade/RWStepGeom_RWGeometricRepresentationItem.hxx ++usr/include/opencascade/RWStepGeom_RWHyperbola.hxx ++usr/include/opencascade/RWStepGeom_RWIntersectionCurve.hxx ++usr/include/opencascade/RWStepGeom_RWLine.hxx ++usr/include/opencascade/RWStepGeom_RWOffsetCurve3d.hxx ++usr/include/opencascade/RWStepGeom_RWOffsetSurface.hxx ++usr/include/opencascade/RWStepGeom_RWOrientedSurface.hxx ++usr/include/opencascade/RWStepGeom_RWOuterBoundaryCurve.hxx ++usr/include/opencascade/RWStepGeom_RWParabola.hxx ++usr/include/opencascade/RWStepGeom_RWPcurve.hxx ++usr/include/opencascade/RWStepGeom_RWPlacement.hxx ++usr/include/opencascade/RWStepGeom_RWPlane.hxx ++usr/include/opencascade/RWStepGeom_RWPoint.hxx ++usr/include/opencascade/RWStepGeom_RWPointOnCurve.hxx ++usr/include/opencascade/RWStepGeom_RWPointOnSurface.hxx ++usr/include/opencascade/RWStepGeom_RWPointReplica.hxx ++usr/include/opencascade/RWStepGeom_RWPolyline.hxx ++usr/include/opencascade/RWStepGeom_RWQuasiUniformCurve.hxx ++usr/include/opencascade/RWStepGeom_RWQuasiUniformCurveAndRationalBSplineCurve.hxx ++usr/include/opencascade/RWStepGeom_RWQuasiUniformSurface.hxx ++usr/include/opencascade/RWStepGeom_RWQuasiUniformSurfaceAndRationalBSplineSurface.hxx ++usr/include/opencascade/RWStepGeom_RWRationalBSplineCurve.hxx ++usr/include/opencascade/RWStepGeom_RWRationalBSplineSurface.hxx ++usr/include/opencascade/RWStepGeom_RWRectangularCompositeSurface.hxx ++usr/include/opencascade/RWStepGeom_RWRectangularTrimmedSurface.hxx ++usr/include/opencascade/RWStepGeom_RWReparametrisedCompositeCurveSegment.hxx ++usr/include/opencascade/RWStepGeom_RWSeamCurve.hxx ++usr/include/opencascade/RWStepGeom_RWSphericalSurface.hxx ++usr/include/opencascade/RWStepGeom_RWSurface.hxx ++usr/include/opencascade/RWStepGeom_RWSurfaceCurve.hxx ++usr/include/opencascade/RWStepGeom_RWSurfaceCurveAndBoundedCurve.hxx ++usr/include/opencascade/RWStepGeom_RWSurfaceOfLinearExtrusion.hxx ++usr/include/opencascade/RWStepGeom_RWSurfaceOfRevolution.hxx ++usr/include/opencascade/RWStepGeom_RWSurfacePatch.hxx ++usr/include/opencascade/RWStepGeom_RWSurfaceReplica.hxx ++usr/include/opencascade/RWStepGeom_RWSweptSurface.hxx ++usr/include/opencascade/RWStepGeom_RWToroidalSurface.hxx ++usr/include/opencascade/RWStepGeom_RWTrimmedCurve.hxx ++usr/include/opencascade/RWStepGeom_RWUniformCurve.hxx ++usr/include/opencascade/RWStepGeom_RWUniformCurveAndRationalBSplineCurve.hxx ++usr/include/opencascade/RWStepGeom_RWUniformSurface.hxx ++usr/include/opencascade/RWStepGeom_RWUniformSurfaceAndRationalBSplineSurface.hxx ++usr/include/opencascade/RWStepGeom_RWVector.hxx ++usr/include/opencascade/RWStepRepr_RWAssemblyComponentUsage.hxx ++usr/include/opencascade/RWStepRepr_RWAssemblyComponentUsageSubstitute.hxx ++usr/include/opencascade/RWStepRepr_RWCompositeShapeAspect.hxx ++usr/include/opencascade/RWStepRepr_RWCompoundRepresentationItem.hxx ++usr/include/opencascade/RWStepRepr_RWConfigurationDesign.hxx ++usr/include/opencascade/RWStepRepr_RWConfigurationEffectivity.hxx ++usr/include/opencascade/RWStepRepr_RWConfigurationItem.hxx ++usr/include/opencascade/RWStepRepr_RWDataEnvironment.hxx ++usr/include/opencascade/RWStepRepr_RWDefinitionalRepresentation.hxx ++usr/include/opencascade/RWStepRepr_RWDerivedShapeAspect.hxx ++usr/include/opencascade/RWStepRepr_RWDescriptiveRepresentationItem.hxx ++usr/include/opencascade/RWStepRepr_RWExtension.hxx ++usr/include/opencascade/RWStepRepr_RWFunctionallyDefinedTransformation.hxx ++usr/include/opencascade/RWStepRepr_RWGlobalUncertaintyAssignedContext.hxx ++usr/include/opencascade/RWStepRepr_RWGlobalUnitAssignedContext.hxx ++usr/include/opencascade/RWStepRepr_RWItemDefinedTransformation.hxx ++usr/include/opencascade/RWStepRepr_RWMakeFromUsageOption.hxx ++usr/include/opencascade/RWStepRepr_RWMappedItem.hxx ++usr/include/opencascade/RWStepRepr_RWMaterialDesignation.hxx ++usr/include/opencascade/RWStepRepr_RWMaterialProperty.hxx ++usr/include/opencascade/RWStepRepr_RWMaterialPropertyRepresentation.hxx ++usr/include/opencascade/RWStepRepr_RWMeasureRepresentationItem.hxx ++usr/include/opencascade/RWStepRepr_RWParametricRepresentationContext.hxx ++usr/include/opencascade/RWStepRepr_RWProductConcept.hxx ++usr/include/opencascade/RWStepRepr_RWProductDefinitionShape.hxx ++usr/include/opencascade/RWStepRepr_RWPropertyDefinition.hxx ++usr/include/opencascade/RWStepRepr_RWPropertyDefinitionRelationship.hxx ++usr/include/opencascade/RWStepRepr_RWPropertyDefinitionRepresentation.hxx ++usr/include/opencascade/RWStepRepr_RWQuantifiedAssemblyComponentUsage.hxx ++usr/include/opencascade/RWStepRepr_RWReprItemAndLengthMeasureWithUnit.hxx ++usr/include/opencascade/RWStepRepr_RWRepresentation.hxx ++usr/include/opencascade/RWStepRepr_RWRepresentationContext.hxx ++usr/include/opencascade/RWStepRepr_RWRepresentationItem.hxx ++usr/include/opencascade/RWStepRepr_RWRepresentationMap.hxx ++usr/include/opencascade/RWStepRepr_RWRepresentationRelationship.hxx ++usr/include/opencascade/RWStepRepr_RWRepresentationRelationshipWithTransformation.hxx ++usr/include/opencascade/RWStepRepr_RWShapeAspect.hxx ++usr/include/opencascade/RWStepRepr_RWShapeAspectDerivingRelationship.hxx ++usr/include/opencascade/RWStepRepr_RWShapeAspectRelationship.hxx ++usr/include/opencascade/RWStepRepr_RWShapeAspectTransition.hxx ++usr/include/opencascade/RWStepRepr_RWShapeRepresentationRelationshipWithTransformation.hxx ++usr/include/opencascade/RWStepRepr_RWSpecifiedHigherUsageOccurrence.hxx ++usr/include/opencascade/RWStepRepr_RWStructuralResponseProperty.hxx ++usr/include/opencascade/RWStepRepr_RWStructuralResponsePropertyDefinitionRepresentation.hxx ++usr/include/opencascade/RWStepShape_RWAdvancedBrepShapeRepresentation.hxx ++usr/include/opencascade/RWStepShape_RWAdvancedFace.hxx ++usr/include/opencascade/RWStepShape_RWAngularLocation.hxx ++usr/include/opencascade/RWStepShape_RWAngularSize.hxx ++usr/include/opencascade/RWStepShape_RWBlock.hxx ++usr/include/opencascade/RWStepShape_RWBooleanResult.hxx ++usr/include/opencascade/RWStepShape_RWBoxDomain.hxx ++usr/include/opencascade/RWStepShape_RWBoxedHalfSpace.hxx ++usr/include/opencascade/RWStepShape_RWBrepWithVoids.hxx ++usr/include/opencascade/RWStepShape_RWClosedShell.hxx ++usr/include/opencascade/RWStepShape_RWCompoundShapeRepresentation.hxx ++usr/include/opencascade/RWStepShape_RWConnectedEdgeSet.hxx ++usr/include/opencascade/RWStepShape_RWConnectedFaceSet.hxx ++usr/include/opencascade/RWStepShape_RWConnectedFaceShapeRepresentation.hxx ++usr/include/opencascade/RWStepShape_RWConnectedFaceSubSet.hxx ++usr/include/opencascade/RWStepShape_RWContextDependentShapeRepresentation.hxx ++usr/include/opencascade/RWStepShape_RWCsgShapeRepresentation.hxx ++usr/include/opencascade/RWStepShape_RWCsgSolid.hxx ++usr/include/opencascade/RWStepShape_RWDefinitionalRepresentationAndShapeRepresentation.hxx ++usr/include/opencascade/RWStepShape_RWDimensionalCharacteristicRepresentation.hxx ++usr/include/opencascade/RWStepShape_RWDimensionalLocation.hxx ++usr/include/opencascade/RWStepShape_RWDimensionalLocationWithPath.hxx ++usr/include/opencascade/RWStepShape_RWDimensionalSize.hxx ++usr/include/opencascade/RWStepShape_RWDimensionalSizeWithPath.hxx ++usr/include/opencascade/RWStepShape_RWEdge.hxx ++usr/include/opencascade/RWStepShape_RWEdgeBasedWireframeModel.hxx ++usr/include/opencascade/RWStepShape_RWEdgeBasedWireframeShapeRepresentation.hxx ++usr/include/opencascade/RWStepShape_RWEdgeCurve.hxx ++usr/include/opencascade/RWStepShape_RWEdgeLoop.hxx ++usr/include/opencascade/RWStepShape_RWExtrudedAreaSolid.hxx ++usr/include/opencascade/RWStepShape_RWExtrudedFaceSolid.hxx ++usr/include/opencascade/RWStepShape_RWFace.hxx ++usr/include/opencascade/RWStepShape_RWFaceBasedSurfaceModel.hxx ++usr/include/opencascade/RWStepShape_RWFaceBound.hxx ++usr/include/opencascade/RWStepShape_RWFaceOuterBound.hxx ++usr/include/opencascade/RWStepShape_RWFaceSurface.hxx ++usr/include/opencascade/RWStepShape_RWFacetedBrep.hxx ++usr/include/opencascade/RWStepShape_RWFacetedBrepAndBrepWithVoids.hxx ++usr/include/opencascade/RWStepShape_RWFacetedBrepShapeRepresentation.hxx ++usr/include/opencascade/RWStepShape_RWGeometricCurveSet.hxx ++usr/include/opencascade/RWStepShape_RWGeometricSet.hxx ++usr/include/opencascade/RWStepShape_RWGeometricallyBoundedSurfaceShapeRepresentation.hxx ++usr/include/opencascade/RWStepShape_RWGeometricallyBoundedWireframeShapeRepresentation.hxx ++usr/include/opencascade/RWStepShape_RWHalfSpaceSolid.hxx ++usr/include/opencascade/RWStepShape_RWLimitsAndFits.hxx ++usr/include/opencascade/RWStepShape_RWLoop.hxx ++usr/include/opencascade/RWStepShape_RWLoopAndPath.hxx ++usr/include/opencascade/RWStepShape_RWManifoldSolidBrep.hxx ++usr/include/opencascade/RWStepShape_RWManifoldSurfaceShapeRepresentation.hxx ++usr/include/opencascade/RWStepShape_RWMeasureQualification.hxx ++usr/include/opencascade/RWStepShape_RWMeasureRepresentationItemAndQualifiedRepresentationItem.hxx ++usr/include/opencascade/RWStepShape_RWNonManifoldSurfaceShapeRepresentation.hxx ++usr/include/opencascade/RWStepShape_RWOpenShell.hxx ++usr/include/opencascade/RWStepShape_RWOrientedClosedShell.hxx ++usr/include/opencascade/RWStepShape_RWOrientedEdge.hxx ++usr/include/opencascade/RWStepShape_RWOrientedFace.hxx ++usr/include/opencascade/RWStepShape_RWOrientedOpenShell.hxx ++usr/include/opencascade/RWStepShape_RWOrientedPath.hxx ++usr/include/opencascade/RWStepShape_RWPath.hxx ++usr/include/opencascade/RWStepShape_RWPlusMinusTolerance.hxx ++usr/include/opencascade/RWStepShape_RWPointRepresentation.hxx ++usr/include/opencascade/RWStepShape_RWPolyLoop.hxx ++usr/include/opencascade/RWStepShape_RWPrecisionQualifier.hxx ++usr/include/opencascade/RWStepShape_RWQualifiedRepresentationItem.hxx ++usr/include/opencascade/RWStepShape_RWRevolvedAreaSolid.hxx ++usr/include/opencascade/RWStepShape_RWRevolvedFaceSolid.hxx ++usr/include/opencascade/RWStepShape_RWRightAngularWedge.hxx ++usr/include/opencascade/RWStepShape_RWRightCircularCone.hxx ++usr/include/opencascade/RWStepShape_RWRightCircularCylinder.hxx ++usr/include/opencascade/RWStepShape_RWSeamEdge.hxx ++usr/include/opencascade/RWStepShape_RWShapeDefinitionRepresentation.hxx ++usr/include/opencascade/RWStepShape_RWShapeDimensionRepresentation.hxx ++usr/include/opencascade/RWStepShape_RWShapeRepresentation.hxx ++usr/include/opencascade/RWStepShape_RWShapeRepresentationWithParameters.hxx ++usr/include/opencascade/RWStepShape_RWShellBasedSurfaceModel.hxx ++usr/include/opencascade/RWStepShape_RWSolidModel.hxx ++usr/include/opencascade/RWStepShape_RWSolidReplica.hxx ++usr/include/opencascade/RWStepShape_RWSphere.hxx ++usr/include/opencascade/RWStepShape_RWSubedge.hxx ++usr/include/opencascade/RWStepShape_RWSubface.hxx ++usr/include/opencascade/RWStepShape_RWSweptAreaSolid.hxx ++usr/include/opencascade/RWStepShape_RWSweptFaceSolid.hxx ++usr/include/opencascade/RWStepShape_RWToleranceValue.hxx ++usr/include/opencascade/RWStepShape_RWTopologicalRepresentationItem.hxx ++usr/include/opencascade/RWStepShape_RWTorus.hxx ++usr/include/opencascade/RWStepShape_RWTransitionalShapeRepresentation.hxx ++usr/include/opencascade/RWStepShape_RWTypeQualifier.hxx ++usr/include/opencascade/RWStepShape_RWVertex.hxx ++usr/include/opencascade/RWStepShape_RWVertexLoop.hxx ++usr/include/opencascade/RWStepShape_RWVertexPoint.hxx ++usr/include/opencascade/RWStepVisual_RWAreaInSet.hxx ++usr/include/opencascade/RWStepVisual_RWBackgroundColour.hxx ++usr/include/opencascade/RWStepVisual_RWCameraImage.hxx ++usr/include/opencascade/RWStepVisual_RWCameraModel.hxx ++usr/include/opencascade/RWStepVisual_RWCameraModelD2.hxx ++usr/include/opencascade/RWStepVisual_RWCameraModelD3.hxx ++usr/include/opencascade/RWStepVisual_RWCameraUsage.hxx ++usr/include/opencascade/RWStepVisual_RWColour.hxx ++usr/include/opencascade/RWStepVisual_RWColourRgb.hxx ++usr/include/opencascade/RWStepVisual_RWColourSpecification.hxx ++usr/include/opencascade/RWStepVisual_RWCompositeText.hxx ++usr/include/opencascade/RWStepVisual_RWCompositeTextWithExtent.hxx ++usr/include/opencascade/RWStepVisual_RWContextDependentInvisibility.hxx ++usr/include/opencascade/RWStepVisual_RWContextDependentOverRidingStyledItem.hxx ++usr/include/opencascade/RWStepVisual_RWCurveStyle.hxx ++usr/include/opencascade/RWStepVisual_RWCurveStyleFont.hxx ++usr/include/opencascade/RWStepVisual_RWCurveStyleFontPattern.hxx ++usr/include/opencascade/RWStepVisual_RWDraughtingModel.hxx ++usr/include/opencascade/RWStepVisual_RWDraughtingPreDefinedColour.hxx ++usr/include/opencascade/RWStepVisual_RWDraughtingPreDefinedCurveFont.hxx ++usr/include/opencascade/RWStepVisual_RWExternallyDefinedCurveFont.hxx ++usr/include/opencascade/RWStepVisual_RWFillAreaStyle.hxx ++usr/include/opencascade/RWStepVisual_RWFillAreaStyleColour.hxx ++usr/include/opencascade/RWStepVisual_RWInvisibility.hxx ++usr/include/opencascade/RWStepVisual_RWMechanicalDesignGeometricPresentationArea.hxx ++usr/include/opencascade/RWStepVisual_RWMechanicalDesignGeometricPresentationRepresentation.hxx ++usr/include/opencascade/RWStepVisual_RWOverRidingStyledItem.hxx ++usr/include/opencascade/RWStepVisual_RWPlanarBox.hxx ++usr/include/opencascade/RWStepVisual_RWPlanarExtent.hxx ++usr/include/opencascade/RWStepVisual_RWPointStyle.hxx ++usr/include/opencascade/RWStepVisual_RWPreDefinedColour.hxx ++usr/include/opencascade/RWStepVisual_RWPreDefinedCurveFont.hxx ++usr/include/opencascade/RWStepVisual_RWPreDefinedItem.hxx ++usr/include/opencascade/RWStepVisual_RWPresentationArea.hxx ++usr/include/opencascade/RWStepVisual_RWPresentationLayerAssignment.hxx ++usr/include/opencascade/RWStepVisual_RWPresentationLayerUsage.hxx ++usr/include/opencascade/RWStepVisual_RWPresentationRepresentation.hxx ++usr/include/opencascade/RWStepVisual_RWPresentationSet.hxx ++usr/include/opencascade/RWStepVisual_RWPresentationSize.hxx ++usr/include/opencascade/RWStepVisual_RWPresentationStyleAssignment.hxx ++usr/include/opencascade/RWStepVisual_RWPresentationStyleByContext.hxx ++usr/include/opencascade/RWStepVisual_RWPresentationView.hxx ++usr/include/opencascade/RWStepVisual_RWPresentedItemRepresentation.hxx ++usr/include/opencascade/RWStepVisual_RWStyledItem.hxx ++usr/include/opencascade/RWStepVisual_RWSurfaceSideStyle.hxx ++usr/include/opencascade/RWStepVisual_RWSurfaceStyleBoundary.hxx ++usr/include/opencascade/RWStepVisual_RWSurfaceStyleControlGrid.hxx ++usr/include/opencascade/RWStepVisual_RWSurfaceStyleFillArea.hxx ++usr/include/opencascade/RWStepVisual_RWSurfaceStyleParameterLine.hxx ++usr/include/opencascade/RWStepVisual_RWSurfaceStyleSegmentationCurve.hxx ++usr/include/opencascade/RWStepVisual_RWSurfaceStyleSilhouette.hxx ++usr/include/opencascade/RWStepVisual_RWSurfaceStyleUsage.hxx ++usr/include/opencascade/RWStepVisual_RWTemplate.hxx ++usr/include/opencascade/RWStepVisual_RWTemplateInstance.hxx ++usr/include/opencascade/RWStepVisual_RWTextLiteral.hxx ++usr/include/opencascade/RWStepVisual_RWTextStyle.hxx ++usr/include/opencascade/RWStepVisual_RWTextStyleForDefinedFont.hxx ++usr/include/opencascade/RWStepVisual_RWTextStyleWithBoxCharacteristics.hxx ++usr/include/opencascade/RWStepVisual_RWViewVolume.hxx ++usr/include/opencascade/RWStl.hxx ++usr/include/opencascade/STEPConstruct.hxx ++usr/include/opencascade/STEPConstruct_AP203Context.hxx ++usr/include/opencascade/STEPConstruct_Assembly.hxx ++usr/include/opencascade/STEPConstruct_ContextTool.hxx ++usr/include/opencascade/STEPConstruct_DataMapIteratorOfDataMapOfAsciiStringTransient.hxx ++usr/include/opencascade/STEPConstruct_DataMapIteratorOfDataMapOfPointTransient.hxx ++usr/include/opencascade/STEPConstruct_DataMapNodeOfDataMapOfAsciiStringTransient.hxx ++usr/include/opencascade/STEPConstruct_DataMapNodeOfDataMapOfPointTransient.hxx ++usr/include/opencascade/STEPConstruct_DataMapOfAsciiStringTransient.hxx ++usr/include/opencascade/STEPConstruct_DataMapOfPointTransient.hxx ++usr/include/opencascade/STEPConstruct_ExternRefs.hxx ++usr/include/opencascade/STEPConstruct_Part.hxx ++usr/include/opencascade/STEPConstruct_PointHasher.hxx ++usr/include/opencascade/STEPConstruct_PointHasher.lxx ++usr/include/opencascade/STEPConstruct_Styles.hxx ++usr/include/opencascade/STEPConstruct_Tool.hxx ++usr/include/opencascade/STEPConstruct_Tool.lxx ++usr/include/opencascade/STEPConstruct_UnitContext.hxx ++usr/include/opencascade/STEPConstruct_ValidationProps.hxx ++usr/include/opencascade/STEPControl_ActorRead.hxx ++usr/include/opencascade/STEPControl_ActorWrite.hxx ++usr/include/opencascade/STEPControl_Controller.hxx ++usr/include/opencascade/STEPControl_Reader.hxx ++usr/include/opencascade/STEPControl_StepModelType.hxx ++usr/include/opencascade/STEPControl_Writer.hxx ++usr/include/opencascade/STEPEdit.hxx ++usr/include/opencascade/STEPEdit_EditContext.hxx ++usr/include/opencascade/STEPEdit_EditSDR.hxx ++usr/include/opencascade/STEPSelections_AssemblyComponent.hxx ++usr/include/opencascade/STEPSelections_AssemblyComponent.lxx ++usr/include/opencascade/STEPSelections_AssemblyExplorer.hxx ++usr/include/opencascade/STEPSelections_AssemblyExplorer.lxx ++usr/include/opencascade/STEPSelections_AssemblyLink.hxx ++usr/include/opencascade/STEPSelections_AssemblyLink.lxx ++usr/include/opencascade/STEPSelections_Counter.hxx ++usr/include/opencascade/STEPSelections_Counter.lxx ++usr/include/opencascade/STEPSelections_HSequenceOfAssemblyLink.hxx ++usr/include/opencascade/STEPSelections_SelectAssembly.hxx ++usr/include/opencascade/STEPSelections_SelectDerived.hxx ++usr/include/opencascade/STEPSelections_SelectFaces.hxx ++usr/include/opencascade/STEPSelections_SelectForTransfer.hxx ++usr/include/opencascade/STEPSelections_SelectGSCurves.hxx ++usr/include/opencascade/STEPSelections_SelectInstances.hxx ++usr/include/opencascade/STEPSelections_SequenceNodeOfSequenceOfAssemblyComponent.hxx ++usr/include/opencascade/STEPSelections_SequenceNodeOfSequenceOfAssemblyLink.hxx ++usr/include/opencascade/STEPSelections_SequenceOfAssemblyComponent.hxx ++usr/include/opencascade/STEPSelections_SequenceOfAssemblyLink.hxx ++usr/include/opencascade/ShapeAlgo.hxx ++usr/include/opencascade/ShapeAlgo_AlgoContainer.hxx ++usr/include/opencascade/ShapeAlgo_AlgoContainer.lxx ++usr/include/opencascade/ShapeAlgo_ToolContainer.hxx ++usr/include/opencascade/ShapeAnalysis.hxx ++usr/include/opencascade/ShapeAnalysis_BoxBndTree.hxx ++usr/include/opencascade/ShapeAnalysis_CheckSmallFace.hxx ++usr/include/opencascade/ShapeAnalysis_CheckSmallFace.lxx ++usr/include/opencascade/ShapeAnalysis_Curve.hxx ++usr/include/opencascade/ShapeAnalysis_DataMapIteratorOfDataMapOfShapeListOfReal.hxx ++usr/include/opencascade/ShapeAnalysis_DataMapNodeOfDataMapOfShapeListOfReal.hxx ++usr/include/opencascade/ShapeAnalysis_DataMapOfShapeListOfReal.hxx ++usr/include/opencascade/ShapeAnalysis_Edge.hxx ++usr/include/opencascade/ShapeAnalysis_FreeBoundData.hxx ++usr/include/opencascade/ShapeAnalysis_FreeBoundData.lxx ++usr/include/opencascade/ShapeAnalysis_FreeBounds.hxx ++usr/include/opencascade/ShapeAnalysis_FreeBounds.lxx ++usr/include/opencascade/ShapeAnalysis_FreeBoundsProperties.hxx ++usr/include/opencascade/ShapeAnalysis_FreeBoundsProperties.lxx ++usr/include/opencascade/ShapeAnalysis_Geom.hxx ++usr/include/opencascade/ShapeAnalysis_HSequenceOfFreeBounds.hxx ++usr/include/opencascade/ShapeAnalysis_SequenceNodeOfSequenceOfFreeBounds.hxx ++usr/include/opencascade/ShapeAnalysis_SequenceOfFreeBounds.hxx ++usr/include/opencascade/ShapeAnalysis_ShapeContents.hxx ++usr/include/opencascade/ShapeAnalysis_ShapeContents.lxx ++usr/include/opencascade/ShapeAnalysis_ShapeTolerance.hxx ++usr/include/opencascade/ShapeAnalysis_Shell.hxx ++usr/include/opencascade/ShapeAnalysis_Surface.hxx ++usr/include/opencascade/ShapeAnalysis_Surface.lxx ++usr/include/opencascade/ShapeAnalysis_TransferParameters.hxx ++usr/include/opencascade/ShapeAnalysis_TransferParametersProj.hxx ++usr/include/opencascade/ShapeAnalysis_Wire.hxx ++usr/include/opencascade/ShapeAnalysis_Wire.lxx ++usr/include/opencascade/ShapeAnalysis_WireOrder.hxx ++usr/include/opencascade/ShapeAnalysis_WireVertex.hxx ++usr/include/opencascade/ShapeBuild.hxx ++usr/include/opencascade/ShapeBuild_Edge.hxx ++usr/include/opencascade/ShapeBuild_ReShape.hxx ++usr/include/opencascade/ShapeBuild_Vertex.hxx ++usr/include/opencascade/ShapeConstruct.hxx ++usr/include/opencascade/ShapeConstruct_CompBezierCurves2dToBSplineCurve2d.hxx ++usr/include/opencascade/ShapeConstruct_CompBezierCurvesToBSplineCurve.hxx ++usr/include/opencascade/ShapeConstruct_Curve.hxx ++usr/include/opencascade/ShapeConstruct_MakeTriangulation.hxx ++usr/include/opencascade/ShapeConstruct_ProjectCurveOnSurface.hxx ++usr/include/opencascade/ShapeCustom.hxx ++usr/include/opencascade/ShapeCustom_BSplineRestriction.hxx ++usr/include/opencascade/ShapeCustom_BSplineRestriction.lxx ++usr/include/opencascade/ShapeCustom_ConvertToBSpline.hxx ++usr/include/opencascade/ShapeCustom_ConvertToRevolution.hxx ++usr/include/opencascade/ShapeCustom_Curve.hxx ++usr/include/opencascade/ShapeCustom_Curve2d.hxx ++usr/include/opencascade/ShapeCustom_DirectModification.hxx ++usr/include/opencascade/ShapeCustom_RestrictionParameters.hxx ++usr/include/opencascade/ShapeCustom_RestrictionParameters.lxx ++usr/include/opencascade/ShapeCustom_Surface.hxx ++usr/include/opencascade/ShapeCustom_Surface.lxx ++usr/include/opencascade/ShapeCustom_SweptToElementary.hxx ++usr/include/opencascade/ShapeCustom_TrsfModification.hxx ++usr/include/opencascade/ShapeExtend.hxx ++usr/include/opencascade/ShapeExtend_BasicMsgRegistrator.hxx ++usr/include/opencascade/ShapeExtend_ComplexCurve.hxx ++usr/include/opencascade/ShapeExtend_ComplexCurve.lxx ++usr/include/opencascade/ShapeExtend_CompositeSurface.hxx ++usr/include/opencascade/ShapeExtend_DataMapIteratorOfDataMapOfShapeListOfMsg.hxx ++usr/include/opencascade/ShapeExtend_DataMapIteratorOfDataMapOfTransientListOfMsg.hxx ++usr/include/opencascade/ShapeExtend_DataMapNodeOfDataMapOfShapeListOfMsg.hxx ++usr/include/opencascade/ShapeExtend_DataMapNodeOfDataMapOfTransientListOfMsg.hxx ++usr/include/opencascade/ShapeExtend_DataMapOfShapeListOfMsg.hxx ++usr/include/opencascade/ShapeExtend_DataMapOfTransientListOfMsg.hxx ++usr/include/opencascade/ShapeExtend_Explorer.hxx ++usr/include/opencascade/ShapeExtend_MsgRegistrator.hxx ++usr/include/opencascade/ShapeExtend_MsgRegistrator.lxx ++usr/include/opencascade/ShapeExtend_Parametrisation.hxx ++usr/include/opencascade/ShapeExtend_Status.hxx ++usr/include/opencascade/ShapeExtend_WireData.hxx ++usr/include/opencascade/ShapeFix.hxx ++usr/include/opencascade/ShapeFix_ComposeShell.hxx ++usr/include/opencascade/ShapeFix_DataMapIteratorOfDataMapOfShapeBox2d.hxx ++usr/include/opencascade/ShapeFix_DataMapNodeOfDataMapOfShapeBox2d.hxx ++usr/include/opencascade/ShapeFix_DataMapOfShapeBox2d.hxx ++usr/include/opencascade/ShapeFix_Edge.hxx ++usr/include/opencascade/ShapeFix_EdgeConnect.hxx ++usr/include/opencascade/ShapeFix_EdgeProjAux.hxx ++usr/include/opencascade/ShapeFix_Face.hxx ++usr/include/opencascade/ShapeFix_Face.lxx ++usr/include/opencascade/ShapeFix_FaceConnect.hxx ++usr/include/opencascade/ShapeFix_FixSmallFace.hxx ++usr/include/opencascade/ShapeFix_FreeBounds.hxx ++usr/include/opencascade/ShapeFix_FreeBounds.lxx ++usr/include/opencascade/ShapeFix_IntersectionTool.hxx ++usr/include/opencascade/ShapeFix_IntersectionTool.lxx ++usr/include/opencascade/ShapeFix_Root.hxx ++usr/include/opencascade/ShapeFix_Root.lxx ++usr/include/opencascade/ShapeFix_SequenceNodeOfSequenceOfWireSegment.hxx ++usr/include/opencascade/ShapeFix_SequenceOfWireSegment.hxx ++usr/include/opencascade/ShapeFix_Shape.hxx ++usr/include/opencascade/ShapeFix_Shape.lxx ++usr/include/opencascade/ShapeFix_ShapeTolerance.hxx ++usr/include/opencascade/ShapeFix_Shell.hxx ++usr/include/opencascade/ShapeFix_Shell.lxx ++usr/include/opencascade/ShapeFix_Solid.hxx ++usr/include/opencascade/ShapeFix_Solid.lxx ++usr/include/opencascade/ShapeFix_SplitCommonVertex.hxx ++usr/include/opencascade/ShapeFix_SplitTool.hxx ++usr/include/opencascade/ShapeFix_Wire.hxx ++usr/include/opencascade/ShapeFix_Wire.lxx ++usr/include/opencascade/ShapeFix_WireSegment.hxx ++usr/include/opencascade/ShapeFix_WireVertex.hxx ++usr/include/opencascade/ShapeFix_Wireframe.hxx ++usr/include/opencascade/ShapeFix_Wireframe.lxx ++usr/include/opencascade/ShapeProcess.hxx ++usr/include/opencascade/ShapeProcessAPI_ApplySequence.hxx ++usr/include/opencascade/ShapeProcess_Context.hxx ++usr/include/opencascade/ShapeProcess_DictionaryOfOperator.hxx ++usr/include/opencascade/ShapeProcess_IteratorOfDictionaryOfOperator.hxx ++usr/include/opencascade/ShapeProcess_OperFunc.hxx ++usr/include/opencascade/ShapeProcess_OperLibrary.hxx ++usr/include/opencascade/ShapeProcess_Operator.hxx ++usr/include/opencascade/ShapeProcess_ShapeContext.hxx ++usr/include/opencascade/ShapeProcess_StackItemOfDictionaryOfOperator.hxx ++usr/include/opencascade/ShapeProcess_UOperator.hxx ++usr/include/opencascade/ShapeUpgrade.hxx ++usr/include/opencascade/ShapeUpgrade_ClosedEdgeDivide.hxx ++usr/include/opencascade/ShapeUpgrade_ClosedFaceDivide.hxx ++usr/include/opencascade/ShapeUpgrade_ConvertCurve2dToBezier.hxx ++usr/include/opencascade/ShapeUpgrade_ConvertCurve3dToBezier.hxx ++usr/include/opencascade/ShapeUpgrade_ConvertCurve3dToBezier.lxx ++usr/include/opencascade/ShapeUpgrade_ConvertSurfaceToBezierBasis.hxx ++usr/include/opencascade/ShapeUpgrade_ConvertSurfaceToBezierBasis.lxx ++usr/include/opencascade/ShapeUpgrade_EdgeDivide.hxx ++usr/include/opencascade/ShapeUpgrade_EdgeDivide.lxx ++usr/include/opencascade/ShapeUpgrade_FaceDivide.hxx ++usr/include/opencascade/ShapeUpgrade_FaceDivideArea.hxx ++usr/include/opencascade/ShapeUpgrade_FaceDivideArea.lxx ++usr/include/opencascade/ShapeUpgrade_FixSmallBezierCurves.hxx ++usr/include/opencascade/ShapeUpgrade_FixSmallCurves.hxx ++usr/include/opencascade/ShapeUpgrade_RemoveInternalWires.hxx ++usr/include/opencascade/ShapeUpgrade_RemoveInternalWires.lxx ++usr/include/opencascade/ShapeUpgrade_RemoveLocations.hxx ++usr/include/opencascade/ShapeUpgrade_RemoveLocations.lxx ++usr/include/opencascade/ShapeUpgrade_ShapeConvertToBezier.hxx ++usr/include/opencascade/ShapeUpgrade_ShapeConvertToBezier.lxx ++usr/include/opencascade/ShapeUpgrade_ShapeDivide.hxx ++usr/include/opencascade/ShapeUpgrade_ShapeDivideAngle.hxx ++usr/include/opencascade/ShapeUpgrade_ShapeDivideArea.hxx ++usr/include/opencascade/ShapeUpgrade_ShapeDivideArea.lxx ++usr/include/opencascade/ShapeUpgrade_ShapeDivideClosed.hxx ++usr/include/opencascade/ShapeUpgrade_ShapeDivideClosedEdges.hxx ++usr/include/opencascade/ShapeUpgrade_ShapeDivideContinuity.hxx ++usr/include/opencascade/ShapeUpgrade_ShellSewing.hxx ++usr/include/opencascade/ShapeUpgrade_SplitCurve.hxx ++usr/include/opencascade/ShapeUpgrade_SplitCurve2d.hxx ++usr/include/opencascade/ShapeUpgrade_SplitCurve2dContinuity.hxx ++usr/include/opencascade/ShapeUpgrade_SplitCurve3d.hxx ++usr/include/opencascade/ShapeUpgrade_SplitCurve3dContinuity.hxx ++usr/include/opencascade/ShapeUpgrade_SplitSurface.hxx ++usr/include/opencascade/ShapeUpgrade_SplitSurfaceAngle.hxx ++usr/include/opencascade/ShapeUpgrade_SplitSurfaceArea.hxx ++usr/include/opencascade/ShapeUpgrade_SplitSurfaceArea.lxx ++usr/include/opencascade/ShapeUpgrade_SplitSurfaceContinuity.hxx ++usr/include/opencascade/ShapeUpgrade_Tool.hxx ++usr/include/opencascade/ShapeUpgrade_Tool.lxx ++usr/include/opencascade/ShapeUpgrade_WireDivide.hxx ++usr/include/opencascade/StepAP203_ApprovedItem.hxx ++usr/include/opencascade/StepAP203_Array1OfApprovedItem.hxx ++usr/include/opencascade/StepAP203_Array1OfCertifiedItem.hxx ++usr/include/opencascade/StepAP203_Array1OfChangeRequestItem.hxx ++usr/include/opencascade/StepAP203_Array1OfClassifiedItem.hxx ++usr/include/opencascade/StepAP203_Array1OfContractedItem.hxx ++usr/include/opencascade/StepAP203_Array1OfDateTimeItem.hxx ++usr/include/opencascade/StepAP203_Array1OfPersonOrganizationItem.hxx ++usr/include/opencascade/StepAP203_Array1OfSpecifiedItem.hxx ++usr/include/opencascade/StepAP203_Array1OfStartRequestItem.hxx ++usr/include/opencascade/StepAP203_Array1OfWorkItem.hxx ++usr/include/opencascade/StepAP203_CcDesignApproval.hxx ++usr/include/opencascade/StepAP203_CcDesignCertification.hxx ++usr/include/opencascade/StepAP203_CcDesignContract.hxx ++usr/include/opencascade/StepAP203_CcDesignDateAndTimeAssignment.hxx ++usr/include/opencascade/StepAP203_CcDesignPersonAndOrganizationAssignment.hxx ++usr/include/opencascade/StepAP203_CcDesignSecurityClassification.hxx ++usr/include/opencascade/StepAP203_CcDesignSpecificationReference.hxx ++usr/include/opencascade/StepAP203_CertifiedItem.hxx ++usr/include/opencascade/StepAP203_Change.hxx ++usr/include/opencascade/StepAP203_ChangeRequest.hxx ++usr/include/opencascade/StepAP203_ChangeRequestItem.hxx ++usr/include/opencascade/StepAP203_ClassifiedItem.hxx ++usr/include/opencascade/StepAP203_ContractedItem.hxx ++usr/include/opencascade/StepAP203_DateTimeItem.hxx ++usr/include/opencascade/StepAP203_HArray1OfApprovedItem.hxx ++usr/include/opencascade/StepAP203_HArray1OfCertifiedItem.hxx ++usr/include/opencascade/StepAP203_HArray1OfChangeRequestItem.hxx ++usr/include/opencascade/StepAP203_HArray1OfClassifiedItem.hxx ++usr/include/opencascade/StepAP203_HArray1OfContractedItem.hxx ++usr/include/opencascade/StepAP203_HArray1OfDateTimeItem.hxx ++usr/include/opencascade/StepAP203_HArray1OfPersonOrganizationItem.hxx ++usr/include/opencascade/StepAP203_HArray1OfSpecifiedItem.hxx ++usr/include/opencascade/StepAP203_HArray1OfStartRequestItem.hxx ++usr/include/opencascade/StepAP203_HArray1OfWorkItem.hxx ++usr/include/opencascade/StepAP203_PersonOrganizationItem.hxx ++usr/include/opencascade/StepAP203_SpecifiedItem.hxx ++usr/include/opencascade/StepAP203_StartRequest.hxx ++usr/include/opencascade/StepAP203_StartRequestItem.hxx ++usr/include/opencascade/StepAP203_StartWork.hxx ++usr/include/opencascade/StepAP203_WorkItem.hxx ++usr/include/opencascade/StepAP209_Construct.hxx ++usr/include/opencascade/StepAP214.hxx ++usr/include/opencascade/StepAP214_AppliedApprovalAssignment.hxx ++usr/include/opencascade/StepAP214_AppliedDateAndTimeAssignment.hxx ++usr/include/opencascade/StepAP214_AppliedDateAssignment.hxx ++usr/include/opencascade/StepAP214_AppliedDocumentReference.hxx ++usr/include/opencascade/StepAP214_AppliedExternalIdentificationAssignment.hxx ++usr/include/opencascade/StepAP214_AppliedGroupAssignment.hxx ++usr/include/opencascade/StepAP214_AppliedOrganizationAssignment.hxx ++usr/include/opencascade/StepAP214_AppliedPersonAndOrganizationAssignment.hxx ++usr/include/opencascade/StepAP214_AppliedPresentedItem.hxx ++usr/include/opencascade/StepAP214_AppliedSecurityClassificationAssignment.hxx ++usr/include/opencascade/StepAP214_ApprovalItem.hxx ++usr/include/opencascade/StepAP214_Array1OfApprovalItem.hxx ++usr/include/opencascade/StepAP214_Array1OfAutoDesignDateAndPersonItem.hxx ++usr/include/opencascade/StepAP214_Array1OfAutoDesignDateAndTimeItem.hxx ++usr/include/opencascade/StepAP214_Array1OfAutoDesignDatedItem.hxx ++usr/include/opencascade/StepAP214_Array1OfAutoDesignGeneralOrgItem.hxx ++usr/include/opencascade/StepAP214_Array1OfAutoDesignGroupedItem.hxx ++usr/include/opencascade/StepAP214_Array1OfAutoDesignPresentedItemSelect.hxx ++usr/include/opencascade/StepAP214_Array1OfAutoDesignReferencingItem.hxx ++usr/include/opencascade/StepAP214_Array1OfDateAndTimeItem.hxx ++usr/include/opencascade/StepAP214_Array1OfDateItem.hxx ++usr/include/opencascade/StepAP214_Array1OfDocumentReferenceItem.hxx ++usr/include/opencascade/StepAP214_Array1OfExternalIdentificationItem.hxx ++usr/include/opencascade/StepAP214_Array1OfGroupItem.hxx ++usr/include/opencascade/StepAP214_Array1OfOrganizationItem.hxx ++usr/include/opencascade/StepAP214_Array1OfPersonAndOrganizationItem.hxx ++usr/include/opencascade/StepAP214_Array1OfPresentedItemSelect.hxx ++usr/include/opencascade/StepAP214_Array1OfSecurityClassificationItem.hxx ++usr/include/opencascade/StepAP214_AutoDesignActualDateAndTimeAssignment.hxx ++usr/include/opencascade/StepAP214_AutoDesignActualDateAssignment.hxx ++usr/include/opencascade/StepAP214_AutoDesignApprovalAssignment.hxx ++usr/include/opencascade/StepAP214_AutoDesignDateAndPersonAssignment.hxx ++usr/include/opencascade/StepAP214_AutoDesignDateAndPersonItem.hxx ++usr/include/opencascade/StepAP214_AutoDesignDateAndTimeItem.hxx ++usr/include/opencascade/StepAP214_AutoDesignDatedItem.hxx ++usr/include/opencascade/StepAP214_AutoDesignDocumentReference.hxx ++usr/include/opencascade/StepAP214_AutoDesignGeneralOrgItem.hxx ++usr/include/opencascade/StepAP214_AutoDesignGroupAssignment.hxx ++usr/include/opencascade/StepAP214_AutoDesignGroupedItem.hxx ++usr/include/opencascade/StepAP214_AutoDesignNominalDateAndTimeAssignment.hxx ++usr/include/opencascade/StepAP214_AutoDesignNominalDateAssignment.hxx ++usr/include/opencascade/StepAP214_AutoDesignOrganizationAssignment.hxx ++usr/include/opencascade/StepAP214_AutoDesignOrganizationItem.hxx ++usr/include/opencascade/StepAP214_AutoDesignPersonAndOrganizationAssignment.hxx ++usr/include/opencascade/StepAP214_AutoDesignPresentedItem.hxx ++usr/include/opencascade/StepAP214_AutoDesignPresentedItemSelect.hxx ++usr/include/opencascade/StepAP214_AutoDesignReferencingItem.hxx ++usr/include/opencascade/StepAP214_AutoDesignSecurityClassificationAssignment.hxx ++usr/include/opencascade/StepAP214_Class.hxx ++usr/include/opencascade/StepAP214_DateAndTimeItem.hxx ++usr/include/opencascade/StepAP214_DateItem.hxx ++usr/include/opencascade/StepAP214_DocumentReferenceItem.hxx ++usr/include/opencascade/StepAP214_ExternalIdentificationItem.hxx ++usr/include/opencascade/StepAP214_ExternallyDefinedClass.hxx ++usr/include/opencascade/StepAP214_ExternallyDefinedGeneralProperty.hxx ++usr/include/opencascade/StepAP214_GroupItem.hxx ++usr/include/opencascade/StepAP214_HArray1OfApprovalItem.hxx ++usr/include/opencascade/StepAP214_HArray1OfAutoDesignDateAndPersonItem.hxx ++usr/include/opencascade/StepAP214_HArray1OfAutoDesignDateAndTimeItem.hxx ++usr/include/opencascade/StepAP214_HArray1OfAutoDesignDatedItem.hxx ++usr/include/opencascade/StepAP214_HArray1OfAutoDesignGeneralOrgItem.hxx ++usr/include/opencascade/StepAP214_HArray1OfAutoDesignGroupedItem.hxx ++usr/include/opencascade/StepAP214_HArray1OfAutoDesignPresentedItemSelect.hxx ++usr/include/opencascade/StepAP214_HArray1OfAutoDesignReferencingItem.hxx ++usr/include/opencascade/StepAP214_HArray1OfDateAndTimeItem.hxx ++usr/include/opencascade/StepAP214_HArray1OfDateItem.hxx ++usr/include/opencascade/StepAP214_HArray1OfDocumentReferenceItem.hxx ++usr/include/opencascade/StepAP214_HArray1OfExternalIdentificationItem.hxx ++usr/include/opencascade/StepAP214_HArray1OfGroupItem.hxx ++usr/include/opencascade/StepAP214_HArray1OfOrganizationItem.hxx ++usr/include/opencascade/StepAP214_HArray1OfPersonAndOrganizationItem.hxx ++usr/include/opencascade/StepAP214_HArray1OfPresentedItemSelect.hxx ++usr/include/opencascade/StepAP214_HArray1OfSecurityClassificationItem.hxx ++usr/include/opencascade/StepAP214_OrganizationItem.hxx ++usr/include/opencascade/StepAP214_PersonAndOrganizationItem.hxx ++usr/include/opencascade/StepAP214_PresentedItemSelect.hxx ++usr/include/opencascade/StepAP214_Protocol.hxx ++usr/include/opencascade/StepAP214_RepItemGroup.hxx ++usr/include/opencascade/StepAP214_SecurityClassificationItem.hxx ++usr/include/opencascade/StepBasic_Action.hxx ++usr/include/opencascade/StepBasic_ActionAssignment.hxx ++usr/include/opencascade/StepBasic_ActionMethod.hxx ++usr/include/opencascade/StepBasic_ActionRequestAssignment.hxx ++usr/include/opencascade/StepBasic_ActionRequestSolution.hxx ++usr/include/opencascade/StepBasic_Address.hxx ++usr/include/opencascade/StepBasic_AheadOrBehind.hxx ++usr/include/opencascade/StepBasic_ApplicationContext.hxx ++usr/include/opencascade/StepBasic_ApplicationContextElement.hxx ++usr/include/opencascade/StepBasic_ApplicationProtocolDefinition.hxx ++usr/include/opencascade/StepBasic_Approval.hxx ++usr/include/opencascade/StepBasic_ApprovalAssignment.hxx ++usr/include/opencascade/StepBasic_ApprovalDateTime.hxx ++usr/include/opencascade/StepBasic_ApprovalPersonOrganization.hxx ++usr/include/opencascade/StepBasic_ApprovalRelationship.hxx ++usr/include/opencascade/StepBasic_ApprovalRole.hxx ++usr/include/opencascade/StepBasic_ApprovalStatus.hxx ++usr/include/opencascade/StepBasic_AreaUnit.hxx ++usr/include/opencascade/StepBasic_Array1OfApproval.hxx ++usr/include/opencascade/StepBasic_Array1OfDerivedUnitElement.hxx ++usr/include/opencascade/StepBasic_Array1OfDocument.hxx ++usr/include/opencascade/StepBasic_Array1OfNamedUnit.hxx ++usr/include/opencascade/StepBasic_Array1OfOrganization.hxx ++usr/include/opencascade/StepBasic_Array1OfPerson.hxx ++usr/include/opencascade/StepBasic_Array1OfProduct.hxx ++usr/include/opencascade/StepBasic_Array1OfProductContext.hxx ++usr/include/opencascade/StepBasic_Array1OfProductDefinition.hxx ++usr/include/opencascade/StepBasic_Array1OfUncertaintyMeasureWithUnit.hxx ++usr/include/opencascade/StepBasic_CalendarDate.hxx ++usr/include/opencascade/StepBasic_Certification.hxx ++usr/include/opencascade/StepBasic_CertificationAssignment.hxx ++usr/include/opencascade/StepBasic_CertificationType.hxx ++usr/include/opencascade/StepBasic_CharacterizedObject.hxx ++usr/include/opencascade/StepBasic_Contract.hxx ++usr/include/opencascade/StepBasic_ContractAssignment.hxx ++usr/include/opencascade/StepBasic_ContractType.hxx ++usr/include/opencascade/StepBasic_ConversionBasedUnit.hxx ++usr/include/opencascade/StepBasic_ConversionBasedUnitAndAreaUnit.hxx ++usr/include/opencascade/StepBasic_ConversionBasedUnitAndLengthUnit.hxx ++usr/include/opencascade/StepBasic_ConversionBasedUnitAndMassUnit.hxx ++usr/include/opencascade/StepBasic_ConversionBasedUnitAndPlaneAngleUnit.hxx ++usr/include/opencascade/StepBasic_ConversionBasedUnitAndRatioUnit.hxx ++usr/include/opencascade/StepBasic_ConversionBasedUnitAndSolidAngleUnit.hxx ++usr/include/opencascade/StepBasic_ConversionBasedUnitAndTimeUnit.hxx ++usr/include/opencascade/StepBasic_ConversionBasedUnitAndVolumeUnit.hxx ++usr/include/opencascade/StepBasic_CoordinatedUniversalTimeOffset.hxx ++usr/include/opencascade/StepBasic_Date.hxx ++usr/include/opencascade/StepBasic_DateAndTime.hxx ++usr/include/opencascade/StepBasic_DateAndTimeAssignment.hxx ++usr/include/opencascade/StepBasic_DateAssignment.hxx ++usr/include/opencascade/StepBasic_DateRole.hxx ++usr/include/opencascade/StepBasic_DateTimeRole.hxx ++usr/include/opencascade/StepBasic_DateTimeSelect.hxx ++usr/include/opencascade/StepBasic_DerivedUnit.hxx ++usr/include/opencascade/StepBasic_DerivedUnitElement.hxx ++usr/include/opencascade/StepBasic_DesignContext.hxx ++usr/include/opencascade/StepBasic_DigitalDocument.hxx ++usr/include/opencascade/StepBasic_DimensionalExponents.hxx ++usr/include/opencascade/StepBasic_Document.hxx ++usr/include/opencascade/StepBasic_DocumentFile.hxx ++usr/include/opencascade/StepBasic_DocumentProductAssociation.hxx ++usr/include/opencascade/StepBasic_DocumentProductEquivalence.hxx ++usr/include/opencascade/StepBasic_DocumentReference.hxx ++usr/include/opencascade/StepBasic_DocumentRelationship.hxx ++usr/include/opencascade/StepBasic_DocumentRepresentationType.hxx ++usr/include/opencascade/StepBasic_DocumentType.hxx ++usr/include/opencascade/StepBasic_DocumentUsageConstraint.hxx ++usr/include/opencascade/StepBasic_Effectivity.hxx ++usr/include/opencascade/StepBasic_EffectivityAssignment.hxx ++usr/include/opencascade/StepBasic_EulerAngles.hxx ++usr/include/opencascade/StepBasic_ExternalIdentificationAssignment.hxx ++usr/include/opencascade/StepBasic_ExternalSource.hxx ++usr/include/opencascade/StepBasic_ExternallyDefinedItem.hxx ++usr/include/opencascade/StepBasic_GeneralProperty.hxx ++usr/include/opencascade/StepBasic_Group.hxx ++usr/include/opencascade/StepBasic_GroupAssignment.hxx ++usr/include/opencascade/StepBasic_GroupRelationship.hxx ++usr/include/opencascade/StepBasic_HArray1OfApproval.hxx ++usr/include/opencascade/StepBasic_HArray1OfDerivedUnitElement.hxx ++usr/include/opencascade/StepBasic_HArray1OfDocument.hxx ++usr/include/opencascade/StepBasic_HArray1OfNamedUnit.hxx ++usr/include/opencascade/StepBasic_HArray1OfOrganization.hxx ++usr/include/opencascade/StepBasic_HArray1OfPerson.hxx ++usr/include/opencascade/StepBasic_HArray1OfProduct.hxx ++usr/include/opencascade/StepBasic_HArray1OfProductContext.hxx ++usr/include/opencascade/StepBasic_HArray1OfProductDefinition.hxx ++usr/include/opencascade/StepBasic_HArray1OfUncertaintyMeasureWithUnit.hxx ++usr/include/opencascade/StepBasic_IdentificationAssignment.hxx ++usr/include/opencascade/StepBasic_IdentificationRole.hxx ++usr/include/opencascade/StepBasic_LengthMeasureWithUnit.hxx ++usr/include/opencascade/StepBasic_LengthUnit.hxx ++usr/include/opencascade/StepBasic_LocalTime.hxx ++usr/include/opencascade/StepBasic_MassMeasureWithUnit.hxx ++usr/include/opencascade/StepBasic_MassUnit.hxx ++usr/include/opencascade/StepBasic_MeasureValueMember.hxx ++usr/include/opencascade/StepBasic_MeasureWithUnit.hxx ++usr/include/opencascade/StepBasic_MechanicalContext.hxx ++usr/include/opencascade/StepBasic_NameAssignment.hxx ++usr/include/opencascade/StepBasic_NamedUnit.hxx ++usr/include/opencascade/StepBasic_ObjectRole.hxx ++usr/include/opencascade/StepBasic_OrdinalDate.hxx ++usr/include/opencascade/StepBasic_Organization.hxx ++usr/include/opencascade/StepBasic_OrganizationAssignment.hxx ++usr/include/opencascade/StepBasic_OrganizationRole.hxx ++usr/include/opencascade/StepBasic_OrganizationalAddress.hxx ++usr/include/opencascade/StepBasic_Person.hxx ++usr/include/opencascade/StepBasic_PersonAndOrganization.hxx ++usr/include/opencascade/StepBasic_PersonAndOrganizationAssignment.hxx ++usr/include/opencascade/StepBasic_PersonAndOrganizationRole.hxx ++usr/include/opencascade/StepBasic_PersonOrganizationSelect.hxx ++usr/include/opencascade/StepBasic_PersonalAddress.hxx ++usr/include/opencascade/StepBasic_PhysicallyModeledProductDefinition.hxx ++usr/include/opencascade/StepBasic_PlaneAngleMeasureWithUnit.hxx ++usr/include/opencascade/StepBasic_PlaneAngleUnit.hxx ++usr/include/opencascade/StepBasic_Product.hxx ++usr/include/opencascade/StepBasic_ProductCategory.hxx ++usr/include/opencascade/StepBasic_ProductCategoryRelationship.hxx ++usr/include/opencascade/StepBasic_ProductConceptContext.hxx ++usr/include/opencascade/StepBasic_ProductContext.hxx ++usr/include/opencascade/StepBasic_ProductDefinition.hxx ++usr/include/opencascade/StepBasic_ProductDefinitionContext.hxx ++usr/include/opencascade/StepBasic_ProductDefinitionEffectivity.hxx ++usr/include/opencascade/StepBasic_ProductDefinitionFormation.hxx ++usr/include/opencascade/StepBasic_ProductDefinitionFormationRelationship.hxx ++usr/include/opencascade/StepBasic_ProductDefinitionFormationWithSpecifiedSource.hxx ++usr/include/opencascade/StepBasic_ProductDefinitionRelationship.hxx ++usr/include/opencascade/StepBasic_ProductDefinitionWithAssociatedDocuments.hxx ++usr/include/opencascade/StepBasic_ProductOrFormationOrDefinition.hxx ++usr/include/opencascade/StepBasic_ProductRelatedProductCategory.hxx ++usr/include/opencascade/StepBasic_ProductType.hxx ++usr/include/opencascade/StepBasic_RatioMeasureWithUnit.hxx ++usr/include/opencascade/StepBasic_RatioUnit.hxx ++usr/include/opencascade/StepBasic_RoleAssociation.hxx ++usr/include/opencascade/StepBasic_RoleSelect.hxx ++usr/include/opencascade/StepBasic_SecurityClassification.hxx ++usr/include/opencascade/StepBasic_SecurityClassificationAssignment.hxx ++usr/include/opencascade/StepBasic_SecurityClassificationLevel.hxx ++usr/include/opencascade/StepBasic_SiPrefix.hxx ++usr/include/opencascade/StepBasic_SiUnit.hxx ++usr/include/opencascade/StepBasic_SiUnitAndAreaUnit.hxx ++usr/include/opencascade/StepBasic_SiUnitAndLengthUnit.hxx ++usr/include/opencascade/StepBasic_SiUnitAndMassUnit.hxx ++usr/include/opencascade/StepBasic_SiUnitAndPlaneAngleUnit.hxx ++usr/include/opencascade/StepBasic_SiUnitAndRatioUnit.hxx ++usr/include/opencascade/StepBasic_SiUnitAndSolidAngleUnit.hxx ++usr/include/opencascade/StepBasic_SiUnitAndThermodynamicTemperatureUnit.hxx ++usr/include/opencascade/StepBasic_SiUnitAndTimeUnit.hxx ++usr/include/opencascade/StepBasic_SiUnitAndVolumeUnit.hxx ++usr/include/opencascade/StepBasic_SiUnitName.hxx ++usr/include/opencascade/StepBasic_SizeMember.hxx ++usr/include/opencascade/StepBasic_SizeSelect.hxx ++usr/include/opencascade/StepBasic_SolidAngleMeasureWithUnit.hxx ++usr/include/opencascade/StepBasic_SolidAngleUnit.hxx ++usr/include/opencascade/StepBasic_Source.hxx ++usr/include/opencascade/StepBasic_SourceItem.hxx ++usr/include/opencascade/StepBasic_ThermodynamicTemperatureUnit.hxx ++usr/include/opencascade/StepBasic_TimeMeasureWithUnit.hxx ++usr/include/opencascade/StepBasic_TimeUnit.hxx ++usr/include/opencascade/StepBasic_UncertaintyMeasureWithUnit.hxx ++usr/include/opencascade/StepBasic_Unit.hxx ++usr/include/opencascade/StepBasic_VersionedActionRequest.hxx ++usr/include/opencascade/StepBasic_VolumeUnit.hxx ++usr/include/opencascade/StepBasic_WeekOfYearAndDayDate.hxx ++usr/include/opencascade/StepData.hxx ++usr/include/opencascade/StepData_Array1OfField.hxx ++usr/include/opencascade/StepData_DefaultGeneral.hxx ++usr/include/opencascade/StepData_DescrGeneral.hxx ++usr/include/opencascade/StepData_DescrProtocol.hxx ++usr/include/opencascade/StepData_DescrReadWrite.hxx ++usr/include/opencascade/StepData_Described.hxx ++usr/include/opencascade/StepData_ECDescr.hxx ++usr/include/opencascade/StepData_EDescr.hxx ++usr/include/opencascade/StepData_ESDescr.hxx ++usr/include/opencascade/StepData_EnumTool.hxx ++usr/include/opencascade/StepData_Field.hxx ++usr/include/opencascade/StepData_FieldList.hxx ++usr/include/opencascade/StepData_FieldList1.hxx ++usr/include/opencascade/StepData_FieldListD.hxx ++usr/include/opencascade/StepData_FieldListN.hxx ++usr/include/opencascade/StepData_FileProtocol.hxx ++usr/include/opencascade/StepData_FileRecognizer.hxx ++usr/include/opencascade/StepData_FreeFormEntity.hxx ++usr/include/opencascade/StepData_GeneralModule.hxx ++usr/include/opencascade/StepData_GlobalNodeOfWriterLib.hxx ++usr/include/opencascade/StepData_HArray1OfField.hxx ++usr/include/opencascade/StepData_HeaderTool.hxx ++usr/include/opencascade/StepData_Logical.hxx ++usr/include/opencascade/StepData_NodeOfWriterLib.hxx ++usr/include/opencascade/StepData_PDescr.hxx ++usr/include/opencascade/StepData_Plex.hxx ++usr/include/opencascade/StepData_Protocol.hxx ++usr/include/opencascade/StepData_ReadWriteModule.hxx ++usr/include/opencascade/StepData_SelectArrReal.hxx ++usr/include/opencascade/StepData_SelectInt.hxx ++usr/include/opencascade/StepData_SelectMember.hxx ++usr/include/opencascade/StepData_SelectNamed.hxx ++usr/include/opencascade/StepData_SelectReal.hxx ++usr/include/opencascade/StepData_SelectType.hxx ++usr/include/opencascade/StepData_Simple.hxx ++usr/include/opencascade/StepData_StepDumper.hxx ++usr/include/opencascade/StepData_StepModel.hxx ++usr/include/opencascade/StepData_StepReaderData.hxx ++usr/include/opencascade/StepData_StepReaderTool.hxx ++usr/include/opencascade/StepData_StepWriter.hxx ++usr/include/opencascade/StepData_UndefinedEntity.hxx ++usr/include/opencascade/StepData_WriterLib.hxx ++usr/include/opencascade/StepDimTol_AngularityTolerance.hxx ++usr/include/opencascade/StepDimTol_Array1OfDatumReference.hxx ++usr/include/opencascade/StepDimTol_CircularRunoutTolerance.hxx ++usr/include/opencascade/StepDimTol_CoaxialityTolerance.hxx ++usr/include/opencascade/StepDimTol_CommonDatum.hxx ++usr/include/opencascade/StepDimTol_ConcentricityTolerance.hxx ++usr/include/opencascade/StepDimTol_CylindricityTolerance.hxx ++usr/include/opencascade/StepDimTol_Datum.hxx ++usr/include/opencascade/StepDimTol_DatumFeature.hxx ++usr/include/opencascade/StepDimTol_DatumReference.hxx ++usr/include/opencascade/StepDimTol_DatumTarget.hxx ++usr/include/opencascade/StepDimTol_FlatnessTolerance.hxx ++usr/include/opencascade/StepDimTol_GeoTolAndGeoTolWthDatRefAndModGeoTolAndPosTol.hxx ++usr/include/opencascade/StepDimTol_GeometricTolerance.hxx ++usr/include/opencascade/StepDimTol_GeometricToleranceRelationship.hxx ++usr/include/opencascade/StepDimTol_GeometricToleranceWithDatumReference.hxx ++usr/include/opencascade/StepDimTol_HArray1OfDatumReference.hxx ++usr/include/opencascade/StepDimTol_LimitCondition.hxx ++usr/include/opencascade/StepDimTol_LineProfileTolerance.hxx ++usr/include/opencascade/StepDimTol_ModifiedGeometricTolerance.hxx ++usr/include/opencascade/StepDimTol_ParallelismTolerance.hxx ++usr/include/opencascade/StepDimTol_PerpendicularityTolerance.hxx ++usr/include/opencascade/StepDimTol_PlacedDatumTargetFeature.hxx ++usr/include/opencascade/StepDimTol_PositionTolerance.hxx ++usr/include/opencascade/StepDimTol_RoundnessTolerance.hxx ++usr/include/opencascade/StepDimTol_ShapeToleranceSelect.hxx ++usr/include/opencascade/StepDimTol_StraightnessTolerance.hxx ++usr/include/opencascade/StepDimTol_SurfaceProfileTolerance.hxx ++usr/include/opencascade/StepDimTol_SymmetryTolerance.hxx ++usr/include/opencascade/StepDimTol_TotalRunoutTolerance.hxx ++usr/include/opencascade/StepElement_AnalysisItemWithinRepresentation.hxx ++usr/include/opencascade/StepElement_Array1OfCurveElementEndReleasePacket.hxx ++usr/include/opencascade/StepElement_Array1OfCurveElementSectionDefinition.hxx ++usr/include/opencascade/StepElement_Array1OfHSequenceOfCurveElementPurposeMember.hxx ++usr/include/opencascade/StepElement_Array1OfHSequenceOfSurfaceElementPurposeMember.hxx ++usr/include/opencascade/StepElement_Array1OfMeasureOrUnspecifiedValue.hxx ++usr/include/opencascade/StepElement_Array1OfSurfaceSection.hxx ++usr/include/opencascade/StepElement_Array1OfVolumeElementPurpose.hxx ++usr/include/opencascade/StepElement_Array1OfVolumeElementPurposeMember.hxx ++usr/include/opencascade/StepElement_Array2OfCurveElementPurposeMember.hxx ++usr/include/opencascade/StepElement_Array2OfSurfaceElementPurpose.hxx ++usr/include/opencascade/StepElement_Array2OfSurfaceElementPurposeMember.hxx ++usr/include/opencascade/StepElement_Curve3dElementDescriptor.hxx ++usr/include/opencascade/StepElement_CurveEdge.hxx ++usr/include/opencascade/StepElement_CurveElementEndReleasePacket.hxx ++usr/include/opencascade/StepElement_CurveElementFreedom.hxx ++usr/include/opencascade/StepElement_CurveElementFreedomMember.hxx ++usr/include/opencascade/StepElement_CurveElementPurpose.hxx ++usr/include/opencascade/StepElement_CurveElementPurposeMember.hxx ++usr/include/opencascade/StepElement_CurveElementSectionDefinition.hxx ++usr/include/opencascade/StepElement_CurveElementSectionDerivedDefinitions.hxx ++usr/include/opencascade/StepElement_Element2dShape.hxx ++usr/include/opencascade/StepElement_ElementAspect.hxx ++usr/include/opencascade/StepElement_ElementAspectMember.hxx ++usr/include/opencascade/StepElement_ElementDescriptor.hxx ++usr/include/opencascade/StepElement_ElementMaterial.hxx ++usr/include/opencascade/StepElement_ElementOrder.hxx ++usr/include/opencascade/StepElement_ElementVolume.hxx ++usr/include/opencascade/StepElement_EnumeratedCurveElementFreedom.hxx ++usr/include/opencascade/StepElement_EnumeratedCurveElementPurpose.hxx ++usr/include/opencascade/StepElement_EnumeratedSurfaceElementPurpose.hxx ++usr/include/opencascade/StepElement_EnumeratedVolumeElementPurpose.hxx ++usr/include/opencascade/StepElement_HArray1OfCurveElementEndReleasePacket.hxx ++usr/include/opencascade/StepElement_HArray1OfCurveElementSectionDefinition.hxx ++usr/include/opencascade/StepElement_HArray1OfHSequenceOfCurveElementPurposeMember.hxx ++usr/include/opencascade/StepElement_HArray1OfHSequenceOfSurfaceElementPurposeMember.hxx ++usr/include/opencascade/StepElement_HArray1OfMeasureOrUnspecifiedValue.hxx ++usr/include/opencascade/StepElement_HArray1OfSurfaceSection.hxx ++usr/include/opencascade/StepElement_HArray1OfVolumeElementPurpose.hxx ++usr/include/opencascade/StepElement_HArray1OfVolumeElementPurposeMember.hxx ++usr/include/opencascade/StepElement_HArray2OfCurveElementPurposeMember.hxx ++usr/include/opencascade/StepElement_HArray2OfSurfaceElementPurpose.hxx ++usr/include/opencascade/StepElement_HArray2OfSurfaceElementPurposeMember.hxx ++usr/include/opencascade/StepElement_HSequenceOfCurveElementPurposeMember.hxx ++usr/include/opencascade/StepElement_HSequenceOfCurveElementSectionDefinition.hxx ++usr/include/opencascade/StepElement_HSequenceOfElementMaterial.hxx ++usr/include/opencascade/StepElement_HSequenceOfSurfaceElementPurposeMember.hxx ++usr/include/opencascade/StepElement_MeasureOrUnspecifiedValue.hxx ++usr/include/opencascade/StepElement_MeasureOrUnspecifiedValueMember.hxx ++usr/include/opencascade/StepElement_SequenceNodeOfSequenceOfCurveElementPurposeMember.hxx ++usr/include/opencascade/StepElement_SequenceNodeOfSequenceOfCurveElementSectionDefinition.hxx ++usr/include/opencascade/StepElement_SequenceNodeOfSequenceOfElementMaterial.hxx ++usr/include/opencascade/StepElement_SequenceNodeOfSequenceOfSurfaceElementPurposeMember.hxx ++usr/include/opencascade/StepElement_SequenceOfCurveElementPurposeMember.hxx ++usr/include/opencascade/StepElement_SequenceOfCurveElementSectionDefinition.hxx ++usr/include/opencascade/StepElement_SequenceOfElementMaterial.hxx ++usr/include/opencascade/StepElement_SequenceOfSurfaceElementPurposeMember.hxx ++usr/include/opencascade/StepElement_Surface3dElementDescriptor.hxx ++usr/include/opencascade/StepElement_SurfaceElementProperty.hxx ++usr/include/opencascade/StepElement_SurfaceElementPurpose.hxx ++usr/include/opencascade/StepElement_SurfaceElementPurposeMember.hxx ++usr/include/opencascade/StepElement_SurfaceSection.hxx ++usr/include/opencascade/StepElement_SurfaceSectionField.hxx ++usr/include/opencascade/StepElement_SurfaceSectionFieldConstant.hxx ++usr/include/opencascade/StepElement_SurfaceSectionFieldVarying.hxx ++usr/include/opencascade/StepElement_UniformSurfaceSection.hxx ++usr/include/opencascade/StepElement_UnspecifiedValue.hxx ++usr/include/opencascade/StepElement_Volume3dElementDescriptor.hxx ++usr/include/opencascade/StepElement_Volume3dElementShape.hxx ++usr/include/opencascade/StepElement_VolumeElementPurpose.hxx ++usr/include/opencascade/StepElement_VolumeElementPurposeMember.hxx ++usr/include/opencascade/StepFEA_AlignedCurve3dElementCoordinateSystem.hxx ++usr/include/opencascade/StepFEA_AlignedSurface3dElementCoordinateSystem.hxx ++usr/include/opencascade/StepFEA_ArbitraryVolume3dElementCoordinateSystem.hxx ++usr/include/opencascade/StepFEA_Array1OfCurveElementEndOffset.hxx ++usr/include/opencascade/StepFEA_Array1OfCurveElementEndRelease.hxx ++usr/include/opencascade/StepFEA_Array1OfCurveElementInterval.hxx ++usr/include/opencascade/StepFEA_Array1OfDegreeOfFreedom.hxx ++usr/include/opencascade/StepFEA_Array1OfElementRepresentation.hxx ++usr/include/opencascade/StepFEA_Array1OfNodeRepresentation.hxx ++usr/include/opencascade/StepFEA_ConstantSurface3dElementCoordinateSystem.hxx ++usr/include/opencascade/StepFEA_CoordinateSystemType.hxx ++usr/include/opencascade/StepFEA_Curve3dElementProperty.hxx ++usr/include/opencascade/StepFEA_Curve3dElementRepresentation.hxx ++usr/include/opencascade/StepFEA_CurveEdge.hxx ++usr/include/opencascade/StepFEA_CurveElementEndCoordinateSystem.hxx ++usr/include/opencascade/StepFEA_CurveElementEndOffset.hxx ++usr/include/opencascade/StepFEA_CurveElementEndRelease.hxx ++usr/include/opencascade/StepFEA_CurveElementInterval.hxx ++usr/include/opencascade/StepFEA_CurveElementIntervalConstant.hxx ++usr/include/opencascade/StepFEA_CurveElementIntervalLinearlyVarying.hxx ++usr/include/opencascade/StepFEA_CurveElementLocation.hxx ++usr/include/opencascade/StepFEA_DegreeOfFreedom.hxx ++usr/include/opencascade/StepFEA_DegreeOfFreedomMember.hxx ++usr/include/opencascade/StepFEA_DummyNode.hxx ++usr/include/opencascade/StepFEA_ElementGeometricRelationship.hxx ++usr/include/opencascade/StepFEA_ElementGroup.hxx ++usr/include/opencascade/StepFEA_ElementOrElementGroup.hxx ++usr/include/opencascade/StepFEA_ElementRepresentation.hxx ++usr/include/opencascade/StepFEA_ElementVolume.hxx ++usr/include/opencascade/StepFEA_EnumeratedDegreeOfFreedom.hxx ++usr/include/opencascade/StepFEA_FeaAreaDensity.hxx ++usr/include/opencascade/StepFEA_FeaAxis2Placement3d.hxx ++usr/include/opencascade/StepFEA_FeaCurveSectionGeometricRelationship.hxx ++usr/include/opencascade/StepFEA_FeaGroup.hxx ++usr/include/opencascade/StepFEA_FeaLinearElasticity.hxx ++usr/include/opencascade/StepFEA_FeaMassDensity.hxx ++usr/include/opencascade/StepFEA_FeaMaterialPropertyRepresentation.hxx ++usr/include/opencascade/StepFEA_FeaMaterialPropertyRepresentationItem.hxx ++usr/include/opencascade/StepFEA_FeaModel.hxx ++usr/include/opencascade/StepFEA_FeaModel3d.hxx ++usr/include/opencascade/StepFEA_FeaModelDefinition.hxx ++usr/include/opencascade/StepFEA_FeaMoistureAbsorption.hxx ++usr/include/opencascade/StepFEA_FeaParametricPoint.hxx ++usr/include/opencascade/StepFEA_FeaRepresentationItem.hxx ++usr/include/opencascade/StepFEA_FeaSecantCoefficientOfLinearThermalExpansion.hxx ++usr/include/opencascade/StepFEA_FeaShellBendingStiffness.hxx ++usr/include/opencascade/StepFEA_FeaShellMembraneBendingCouplingStiffness.hxx ++usr/include/opencascade/StepFEA_FeaShellMembraneStiffness.hxx ++usr/include/opencascade/StepFEA_FeaShellShearStiffness.hxx ++usr/include/opencascade/StepFEA_FeaSurfaceSectionGeometricRelationship.hxx ++usr/include/opencascade/StepFEA_FeaTangentialCoefficientOfLinearThermalExpansion.hxx ++usr/include/opencascade/StepFEA_FreedomAndCoefficient.hxx ++usr/include/opencascade/StepFEA_FreedomsList.hxx ++usr/include/opencascade/StepFEA_GeometricNode.hxx ++usr/include/opencascade/StepFEA_HArray1OfCurveElementEndOffset.hxx ++usr/include/opencascade/StepFEA_HArray1OfCurveElementEndRelease.hxx ++usr/include/opencascade/StepFEA_HArray1OfCurveElementInterval.hxx ++usr/include/opencascade/StepFEA_HArray1OfDegreeOfFreedom.hxx ++usr/include/opencascade/StepFEA_HArray1OfElementRepresentation.hxx ++usr/include/opencascade/StepFEA_HArray1OfNodeRepresentation.hxx ++usr/include/opencascade/StepFEA_HSequenceOfCurve3dElementProperty.hxx ++usr/include/opencascade/StepFEA_HSequenceOfElementGeometricRelationship.hxx ++usr/include/opencascade/StepFEA_HSequenceOfElementRepresentation.hxx ++usr/include/opencascade/StepFEA_HSequenceOfNodeRepresentation.hxx ++usr/include/opencascade/StepFEA_Node.hxx ++usr/include/opencascade/StepFEA_NodeDefinition.hxx ++usr/include/opencascade/StepFEA_NodeGroup.hxx ++usr/include/opencascade/StepFEA_NodeRepresentation.hxx ++usr/include/opencascade/StepFEA_NodeSet.hxx ++usr/include/opencascade/StepFEA_NodeWithSolutionCoordinateSystem.hxx ++usr/include/opencascade/StepFEA_NodeWithVector.hxx ++usr/include/opencascade/StepFEA_ParametricCurve3dElementCoordinateDirection.hxx ++usr/include/opencascade/StepFEA_ParametricCurve3dElementCoordinateSystem.hxx ++usr/include/opencascade/StepFEA_ParametricSurface3dElementCoordinateSystem.hxx ++usr/include/opencascade/StepFEA_SequenceNodeOfSequenceOfCurve3dElementProperty.hxx ++usr/include/opencascade/StepFEA_SequenceNodeOfSequenceOfElementGeometricRelationship.hxx ++usr/include/opencascade/StepFEA_SequenceNodeOfSequenceOfElementRepresentation.hxx ++usr/include/opencascade/StepFEA_SequenceNodeOfSequenceOfNodeRepresentation.hxx ++usr/include/opencascade/StepFEA_SequenceOfCurve3dElementProperty.hxx ++usr/include/opencascade/StepFEA_SequenceOfElementGeometricRelationship.hxx ++usr/include/opencascade/StepFEA_SequenceOfElementRepresentation.hxx ++usr/include/opencascade/StepFEA_SequenceOfNodeRepresentation.hxx ++usr/include/opencascade/StepFEA_Surface3dElementRepresentation.hxx ++usr/include/opencascade/StepFEA_SymmetricTensor22d.hxx ++usr/include/opencascade/StepFEA_SymmetricTensor23d.hxx ++usr/include/opencascade/StepFEA_SymmetricTensor23dMember.hxx ++usr/include/opencascade/StepFEA_SymmetricTensor42d.hxx ++usr/include/opencascade/StepFEA_SymmetricTensor43d.hxx ++usr/include/opencascade/StepFEA_SymmetricTensor43dMember.hxx ++usr/include/opencascade/StepFEA_UnspecifiedValue.hxx ++usr/include/opencascade/StepFEA_Volume3dElementRepresentation.hxx ++usr/include/opencascade/StepFile_CallFailure.hxx ++usr/include/opencascade/StepFile_Read.hxx ++usr/include/opencascade/StepFile_Transfer.hxx ++usr/include/opencascade/StepGeom_Array1OfBoundaryCurve.hxx ++usr/include/opencascade/StepGeom_Array1OfCartesianPoint.hxx ++usr/include/opencascade/StepGeom_Array1OfCompositeCurveSegment.hxx ++usr/include/opencascade/StepGeom_Array1OfCurve.hxx ++usr/include/opencascade/StepGeom_Array1OfPcurveOrSurface.hxx ++usr/include/opencascade/StepGeom_Array1OfSurfaceBoundary.hxx ++usr/include/opencascade/StepGeom_Array1OfTrimmingSelect.hxx ++usr/include/opencascade/StepGeom_Array2OfCartesianPoint.hxx ++usr/include/opencascade/StepGeom_Array2OfSurfacePatch.hxx ++usr/include/opencascade/StepGeom_Axis1Placement.hxx ++usr/include/opencascade/StepGeom_Axis2Placement.hxx ++usr/include/opencascade/StepGeom_Axis2Placement2d.hxx ++usr/include/opencascade/StepGeom_Axis2Placement3d.hxx ++usr/include/opencascade/StepGeom_BSplineCurve.hxx ++usr/include/opencascade/StepGeom_BSplineCurveForm.hxx ++usr/include/opencascade/StepGeom_BSplineCurveWithKnots.hxx ++usr/include/opencascade/StepGeom_BSplineCurveWithKnotsAndRationalBSplineCurve.hxx ++usr/include/opencascade/StepGeom_BSplineSurface.hxx ++usr/include/opencascade/StepGeom_BSplineSurfaceForm.hxx ++usr/include/opencascade/StepGeom_BSplineSurfaceWithKnots.hxx ++usr/include/opencascade/StepGeom_BSplineSurfaceWithKnotsAndRationalBSplineSurface.hxx ++usr/include/opencascade/StepGeom_BezierCurve.hxx ++usr/include/opencascade/StepGeom_BezierCurveAndRationalBSplineCurve.hxx ++usr/include/opencascade/StepGeom_BezierSurface.hxx ++usr/include/opencascade/StepGeom_BezierSurfaceAndRationalBSplineSurface.hxx ++usr/include/opencascade/StepGeom_BoundaryCurve.hxx ++usr/include/opencascade/StepGeom_BoundedCurve.hxx ++usr/include/opencascade/StepGeom_BoundedSurface.hxx ++usr/include/opencascade/StepGeom_CartesianPoint.hxx ++usr/include/opencascade/StepGeom_CartesianTransformationOperator.hxx ++usr/include/opencascade/StepGeom_CartesianTransformationOperator2d.hxx ++usr/include/opencascade/StepGeom_CartesianTransformationOperator3d.hxx ++usr/include/opencascade/StepGeom_Circle.hxx ++usr/include/opencascade/StepGeom_CompositeCurve.hxx ++usr/include/opencascade/StepGeom_CompositeCurveOnSurface.hxx ++usr/include/opencascade/StepGeom_CompositeCurveSegment.hxx ++usr/include/opencascade/StepGeom_Conic.hxx ++usr/include/opencascade/StepGeom_ConicalSurface.hxx ++usr/include/opencascade/StepGeom_Curve.hxx ++usr/include/opencascade/StepGeom_CurveBoundedSurface.hxx ++usr/include/opencascade/StepGeom_CurveOnSurface.hxx ++usr/include/opencascade/StepGeom_CurveReplica.hxx ++usr/include/opencascade/StepGeom_CylindricalSurface.hxx ++usr/include/opencascade/StepGeom_DegeneratePcurve.hxx ++usr/include/opencascade/StepGeom_DegenerateToroidalSurface.hxx ++usr/include/opencascade/StepGeom_Direction.hxx ++usr/include/opencascade/StepGeom_ElementarySurface.hxx ++usr/include/opencascade/StepGeom_Ellipse.hxx ++usr/include/opencascade/StepGeom_EvaluatedDegeneratePcurve.hxx ++usr/include/opencascade/StepGeom_GeomRepContextAndGlobUnitAssCtxAndGlobUncertaintyAssCtx.hxx ++usr/include/opencascade/StepGeom_GeometricRepresentationContext.hxx ++usr/include/opencascade/StepGeom_GeometricRepresentationContextAndGlobalUnitAssignedContext.hxx ++usr/include/opencascade/StepGeom_GeometricRepresentationContextAndParametricRepresentationContext.hxx ++usr/include/opencascade/StepGeom_GeometricRepresentationItem.hxx ++usr/include/opencascade/StepGeom_HArray1OfBoundaryCurve.hxx ++usr/include/opencascade/StepGeom_HArray1OfCartesianPoint.hxx ++usr/include/opencascade/StepGeom_HArray1OfCompositeCurveSegment.hxx ++usr/include/opencascade/StepGeom_HArray1OfCurve.hxx ++usr/include/opencascade/StepGeom_HArray1OfPcurveOrSurface.hxx ++usr/include/opencascade/StepGeom_HArray1OfSurfaceBoundary.hxx ++usr/include/opencascade/StepGeom_HArray1OfTrimmingSelect.hxx ++usr/include/opencascade/StepGeom_HArray2OfCartesianPoint.hxx ++usr/include/opencascade/StepGeom_HArray2OfSurfacePatch.hxx ++usr/include/opencascade/StepGeom_Hyperbola.hxx ++usr/include/opencascade/StepGeom_IntersectionCurve.hxx ++usr/include/opencascade/StepGeom_KnotType.hxx ++usr/include/opencascade/StepGeom_Line.hxx ++usr/include/opencascade/StepGeom_OffsetCurve3d.hxx ++usr/include/opencascade/StepGeom_OffsetSurface.hxx ++usr/include/opencascade/StepGeom_OrientedSurface.hxx ++usr/include/opencascade/StepGeom_OuterBoundaryCurve.hxx ++usr/include/opencascade/StepGeom_Parabola.hxx ++usr/include/opencascade/StepGeom_Pcurve.hxx ++usr/include/opencascade/StepGeom_PcurveOrSurface.hxx ++usr/include/opencascade/StepGeom_Placement.hxx ++usr/include/opencascade/StepGeom_Plane.hxx ++usr/include/opencascade/StepGeom_Point.hxx ++usr/include/opencascade/StepGeom_PointOnCurve.hxx ++usr/include/opencascade/StepGeom_PointOnSurface.hxx ++usr/include/opencascade/StepGeom_PointReplica.hxx ++usr/include/opencascade/StepGeom_Polyline.hxx ++usr/include/opencascade/StepGeom_PreferredSurfaceCurveRepresentation.hxx ++usr/include/opencascade/StepGeom_QuasiUniformCurve.hxx ++usr/include/opencascade/StepGeom_QuasiUniformCurveAndRationalBSplineCurve.hxx ++usr/include/opencascade/StepGeom_QuasiUniformSurface.hxx ++usr/include/opencascade/StepGeom_QuasiUniformSurfaceAndRationalBSplineSurface.hxx ++usr/include/opencascade/StepGeom_RationalBSplineCurve.hxx ++usr/include/opencascade/StepGeom_RationalBSplineSurface.hxx ++usr/include/opencascade/StepGeom_RectangularCompositeSurface.hxx ++usr/include/opencascade/StepGeom_RectangularTrimmedSurface.hxx ++usr/include/opencascade/StepGeom_ReparametrisedCompositeCurveSegment.hxx ++usr/include/opencascade/StepGeom_SeamCurve.hxx ++usr/include/opencascade/StepGeom_SphericalSurface.hxx ++usr/include/opencascade/StepGeom_Surface.hxx ++usr/include/opencascade/StepGeom_SurfaceBoundary.hxx ++usr/include/opencascade/StepGeom_SurfaceCurve.hxx ++usr/include/opencascade/StepGeom_SurfaceCurveAndBoundedCurve.hxx ++usr/include/opencascade/StepGeom_SurfaceOfLinearExtrusion.hxx ++usr/include/opencascade/StepGeom_SurfaceOfRevolution.hxx ++usr/include/opencascade/StepGeom_SurfacePatch.hxx ++usr/include/opencascade/StepGeom_SurfaceReplica.hxx ++usr/include/opencascade/StepGeom_SweptSurface.hxx ++usr/include/opencascade/StepGeom_ToroidalSurface.hxx ++usr/include/opencascade/StepGeom_TransitionCode.hxx ++usr/include/opencascade/StepGeom_TrimmedCurve.hxx ++usr/include/opencascade/StepGeom_TrimmingMember.hxx ++usr/include/opencascade/StepGeom_TrimmingPreference.hxx ++usr/include/opencascade/StepGeom_TrimmingSelect.hxx ++usr/include/opencascade/StepGeom_UniformCurve.hxx ++usr/include/opencascade/StepGeom_UniformCurveAndRationalBSplineCurve.hxx ++usr/include/opencascade/StepGeom_UniformSurface.hxx ++usr/include/opencascade/StepGeom_UniformSurfaceAndRationalBSplineSurface.hxx ++usr/include/opencascade/StepGeom_Vector.hxx ++usr/include/opencascade/StepGeom_VectorOrDirection.hxx ++usr/include/opencascade/StepRepr_Array1OfMaterialPropertyRepresentation.hxx ++usr/include/opencascade/StepRepr_Array1OfPropertyDefinitionRepresentation.hxx ++usr/include/opencascade/StepRepr_Array1OfRepresentationItem.hxx ++usr/include/opencascade/StepRepr_AssemblyComponentUsage.hxx ++usr/include/opencascade/StepRepr_AssemblyComponentUsageSubstitute.hxx ++usr/include/opencascade/StepRepr_CharacterizedDefinition.hxx ++usr/include/opencascade/StepRepr_CompositeShapeAspect.hxx ++usr/include/opencascade/StepRepr_CompoundRepresentationItem.hxx ++usr/include/opencascade/StepRepr_ConfigurationDesign.hxx ++usr/include/opencascade/StepRepr_ConfigurationDesignItem.hxx ++usr/include/opencascade/StepRepr_ConfigurationEffectivity.hxx ++usr/include/opencascade/StepRepr_ConfigurationItem.hxx ++usr/include/opencascade/StepRepr_DataEnvironment.hxx ++usr/include/opencascade/StepRepr_DefinitionalRepresentation.hxx ++usr/include/opencascade/StepRepr_DerivedShapeAspect.hxx ++usr/include/opencascade/StepRepr_DescriptiveRepresentationItem.hxx ++usr/include/opencascade/StepRepr_Extension.hxx ++usr/include/opencascade/StepRepr_ExternallyDefinedRepresentation.hxx ++usr/include/opencascade/StepRepr_FunctionallyDefinedTransformation.hxx ++usr/include/opencascade/StepRepr_GlobalUncertaintyAssignedContext.hxx ++usr/include/opencascade/StepRepr_GlobalUnitAssignedContext.hxx ++usr/include/opencascade/StepRepr_HArray1OfMaterialPropertyRepresentation.hxx ++usr/include/opencascade/StepRepr_HArray1OfPropertyDefinitionRepresentation.hxx ++usr/include/opencascade/StepRepr_HArray1OfRepresentationItem.hxx ++usr/include/opencascade/StepRepr_HSequenceOfMaterialPropertyRepresentation.hxx ++usr/include/opencascade/StepRepr_HSequenceOfRepresentationItem.hxx ++usr/include/opencascade/StepRepr_ItemDefinedTransformation.hxx ++usr/include/opencascade/StepRepr_MakeFromUsageOption.hxx ++usr/include/opencascade/StepRepr_MappedItem.hxx ++usr/include/opencascade/StepRepr_MaterialDesignation.hxx ++usr/include/opencascade/StepRepr_MaterialProperty.hxx ++usr/include/opencascade/StepRepr_MaterialPropertyRepresentation.hxx ++usr/include/opencascade/StepRepr_MeasureRepresentationItem.hxx ++usr/include/opencascade/StepRepr_NextAssemblyUsageOccurrence.hxx ++usr/include/opencascade/StepRepr_ParametricRepresentationContext.hxx ++usr/include/opencascade/StepRepr_ProductConcept.hxx ++usr/include/opencascade/StepRepr_ProductDefinitionShape.hxx ++usr/include/opencascade/StepRepr_ProductDefinitionUsage.hxx ++usr/include/opencascade/StepRepr_PromissoryUsageOccurrence.hxx ++usr/include/opencascade/StepRepr_PropertyDefinition.hxx ++usr/include/opencascade/StepRepr_PropertyDefinitionRelationship.hxx ++usr/include/opencascade/StepRepr_PropertyDefinitionRepresentation.hxx ++usr/include/opencascade/StepRepr_QuantifiedAssemblyComponentUsage.hxx ++usr/include/opencascade/StepRepr_ReprItemAndLengthMeasureWithUnit.hxx ++usr/include/opencascade/StepRepr_Representation.hxx ++usr/include/opencascade/StepRepr_RepresentationContext.hxx ++usr/include/opencascade/StepRepr_RepresentationItem.hxx ++usr/include/opencascade/StepRepr_RepresentationMap.hxx ++usr/include/opencascade/StepRepr_RepresentationRelationship.hxx ++usr/include/opencascade/StepRepr_RepresentationRelationshipWithTransformation.hxx ++usr/include/opencascade/StepRepr_RepresentedDefinition.hxx ++usr/include/opencascade/StepRepr_SequenceNodeOfSequenceOfMaterialPropertyRepresentation.hxx ++usr/include/opencascade/StepRepr_SequenceNodeOfSequenceOfRepresentationItem.hxx ++usr/include/opencascade/StepRepr_SequenceOfMaterialPropertyRepresentation.hxx ++usr/include/opencascade/StepRepr_SequenceOfRepresentationItem.hxx ++usr/include/opencascade/StepRepr_ShapeAspect.hxx ++usr/include/opencascade/StepRepr_ShapeAspectDerivingRelationship.hxx ++usr/include/opencascade/StepRepr_ShapeAspectRelationship.hxx ++usr/include/opencascade/StepRepr_ShapeAspectTransition.hxx ++usr/include/opencascade/StepRepr_ShapeDefinition.hxx ++usr/include/opencascade/StepRepr_ShapeRepresentationRelationship.hxx ++usr/include/opencascade/StepRepr_ShapeRepresentationRelationshipWithTransformation.hxx ++usr/include/opencascade/StepRepr_SpecifiedHigherUsageOccurrence.hxx ++usr/include/opencascade/StepRepr_StructuralResponseProperty.hxx ++usr/include/opencascade/StepRepr_StructuralResponsePropertyDefinitionRepresentation.hxx ++usr/include/opencascade/StepRepr_SuppliedPartRelationship.hxx ++usr/include/opencascade/StepRepr_Transformation.hxx ++usr/include/opencascade/StepRepr_ValueRange.hxx ++usr/include/opencascade/StepSelect_Activator.hxx ++usr/include/opencascade/StepSelect_FileModifier.hxx ++usr/include/opencascade/StepSelect_FloatFormat.hxx ++usr/include/opencascade/StepSelect_ModelModifier.hxx ++usr/include/opencascade/StepSelect_StepType.hxx ++usr/include/opencascade/StepSelect_WorkLibrary.hxx ++usr/include/opencascade/StepShape_AdvancedBrepShapeRepresentation.hxx ++usr/include/opencascade/StepShape_AdvancedFace.hxx ++usr/include/opencascade/StepShape_AngleRelator.hxx ++usr/include/opencascade/StepShape_AngularLocation.hxx ++usr/include/opencascade/StepShape_AngularSize.hxx ++usr/include/opencascade/StepShape_Array1OfConnectedEdgeSet.hxx ++usr/include/opencascade/StepShape_Array1OfConnectedFaceSet.hxx ++usr/include/opencascade/StepShape_Array1OfEdge.hxx ++usr/include/opencascade/StepShape_Array1OfFace.hxx ++usr/include/opencascade/StepShape_Array1OfFaceBound.hxx ++usr/include/opencascade/StepShape_Array1OfGeometricSetSelect.hxx ++usr/include/opencascade/StepShape_Array1OfOrientedClosedShell.hxx ++usr/include/opencascade/StepShape_Array1OfOrientedEdge.hxx ++usr/include/opencascade/StepShape_Array1OfShell.hxx ++usr/include/opencascade/StepShape_Array1OfValueQualifier.hxx ++usr/include/opencascade/StepShape_Block.hxx ++usr/include/opencascade/StepShape_BooleanOperand.hxx ++usr/include/opencascade/StepShape_BooleanOperator.hxx ++usr/include/opencascade/StepShape_BooleanResult.hxx ++usr/include/opencascade/StepShape_BoxDomain.hxx ++usr/include/opencascade/StepShape_BoxedHalfSpace.hxx ++usr/include/opencascade/StepShape_BrepWithVoids.hxx ++usr/include/opencascade/StepShape_ClosedShell.hxx ++usr/include/opencascade/StepShape_CompoundShapeRepresentation.hxx ++usr/include/opencascade/StepShape_ConnectedEdgeSet.hxx ++usr/include/opencascade/StepShape_ConnectedFaceSet.hxx ++usr/include/opencascade/StepShape_ConnectedFaceShapeRepresentation.hxx ++usr/include/opencascade/StepShape_ConnectedFaceSubSet.hxx ++usr/include/opencascade/StepShape_ContextDependentShapeRepresentation.hxx ++usr/include/opencascade/StepShape_CsgPrimitive.hxx ++usr/include/opencascade/StepShape_CsgSelect.hxx ++usr/include/opencascade/StepShape_CsgShapeRepresentation.hxx ++usr/include/opencascade/StepShape_CsgSolid.hxx ++usr/include/opencascade/StepShape_DefinitionalRepresentationAndShapeRepresentation.hxx ++usr/include/opencascade/StepShape_DimensionalCharacteristic.hxx ++usr/include/opencascade/StepShape_DimensionalCharacteristicRepresentation.hxx ++usr/include/opencascade/StepShape_DimensionalLocation.hxx ++usr/include/opencascade/StepShape_DimensionalLocationWithPath.hxx ++usr/include/opencascade/StepShape_DimensionalSize.hxx ++usr/include/opencascade/StepShape_DimensionalSizeWithPath.hxx ++usr/include/opencascade/StepShape_DirectedDimensionalLocation.hxx ++usr/include/opencascade/StepShape_Edge.hxx ++usr/include/opencascade/StepShape_EdgeBasedWireframeModel.hxx ++usr/include/opencascade/StepShape_EdgeBasedWireframeShapeRepresentation.hxx ++usr/include/opencascade/StepShape_EdgeCurve.hxx ++usr/include/opencascade/StepShape_EdgeLoop.hxx ++usr/include/opencascade/StepShape_ExtrudedAreaSolid.hxx ++usr/include/opencascade/StepShape_ExtrudedFaceSolid.hxx ++usr/include/opencascade/StepShape_Face.hxx ++usr/include/opencascade/StepShape_FaceBasedSurfaceModel.hxx ++usr/include/opencascade/StepShape_FaceBound.hxx ++usr/include/opencascade/StepShape_FaceOuterBound.hxx ++usr/include/opencascade/StepShape_FaceSurface.hxx ++usr/include/opencascade/StepShape_FacetedBrep.hxx ++usr/include/opencascade/StepShape_FacetedBrepAndBrepWithVoids.hxx ++usr/include/opencascade/StepShape_FacetedBrepShapeRepresentation.hxx ++usr/include/opencascade/StepShape_GeometricCurveSet.hxx ++usr/include/opencascade/StepShape_GeometricSet.hxx ++usr/include/opencascade/StepShape_GeometricSetSelect.hxx ++usr/include/opencascade/StepShape_GeometricallyBoundedSurfaceShapeRepresentation.hxx ++usr/include/opencascade/StepShape_GeometricallyBoundedWireframeShapeRepresentation.hxx ++usr/include/opencascade/StepShape_HArray1OfConnectedEdgeSet.hxx ++usr/include/opencascade/StepShape_HArray1OfConnectedFaceSet.hxx ++usr/include/opencascade/StepShape_HArray1OfEdge.hxx ++usr/include/opencascade/StepShape_HArray1OfFace.hxx ++usr/include/opencascade/StepShape_HArray1OfFaceBound.hxx ++usr/include/opencascade/StepShape_HArray1OfGeometricSetSelect.hxx ++usr/include/opencascade/StepShape_HArray1OfOrientedClosedShell.hxx ++usr/include/opencascade/StepShape_HArray1OfOrientedEdge.hxx ++usr/include/opencascade/StepShape_HArray1OfShell.hxx ++usr/include/opencascade/StepShape_HArray1OfValueQualifier.hxx ++usr/include/opencascade/StepShape_HalfSpaceSolid.hxx ++usr/include/opencascade/StepShape_LimitsAndFits.hxx ++usr/include/opencascade/StepShape_Loop.hxx ++usr/include/opencascade/StepShape_LoopAndPath.hxx ++usr/include/opencascade/StepShape_ManifoldSolidBrep.hxx ++usr/include/opencascade/StepShape_ManifoldSurfaceShapeRepresentation.hxx ++usr/include/opencascade/StepShape_MeasureQualification.hxx ++usr/include/opencascade/StepShape_MeasureRepresentationItemAndQualifiedRepresentationItem.hxx ++usr/include/opencascade/StepShape_NonManifoldSurfaceShapeRepresentation.hxx ++usr/include/opencascade/StepShape_OpenShell.hxx ++usr/include/opencascade/StepShape_OrientedClosedShell.hxx ++usr/include/opencascade/StepShape_OrientedEdge.hxx ++usr/include/opencascade/StepShape_OrientedFace.hxx ++usr/include/opencascade/StepShape_OrientedOpenShell.hxx ++usr/include/opencascade/StepShape_OrientedPath.hxx ++usr/include/opencascade/StepShape_Path.hxx ++usr/include/opencascade/StepShape_PlusMinusTolerance.hxx ++usr/include/opencascade/StepShape_PointRepresentation.hxx ++usr/include/opencascade/StepShape_PolyLoop.hxx ++usr/include/opencascade/StepShape_PrecisionQualifier.hxx ++usr/include/opencascade/StepShape_QualifiedRepresentationItem.hxx ++usr/include/opencascade/StepShape_ReversibleTopologyItem.hxx ++usr/include/opencascade/StepShape_RevolvedAreaSolid.hxx ++usr/include/opencascade/StepShape_RevolvedFaceSolid.hxx ++usr/include/opencascade/StepShape_RightAngularWedge.hxx ++usr/include/opencascade/StepShape_RightCircularCone.hxx ++usr/include/opencascade/StepShape_RightCircularCylinder.hxx ++usr/include/opencascade/StepShape_SeamEdge.hxx ++usr/include/opencascade/StepShape_ShapeDefinitionRepresentation.hxx ++usr/include/opencascade/StepShape_ShapeDimensionRepresentation.hxx ++usr/include/opencascade/StepShape_ShapeRepresentation.hxx ++usr/include/opencascade/StepShape_ShapeRepresentationWithParameters.hxx ++usr/include/opencascade/StepShape_Shell.hxx ++usr/include/opencascade/StepShape_ShellBasedSurfaceModel.hxx ++usr/include/opencascade/StepShape_SolidModel.hxx ++usr/include/opencascade/StepShape_SolidReplica.hxx ++usr/include/opencascade/StepShape_Sphere.hxx ++usr/include/opencascade/StepShape_Subedge.hxx ++usr/include/opencascade/StepShape_Subface.hxx ++usr/include/opencascade/StepShape_SurfaceModel.hxx ++usr/include/opencascade/StepShape_SweptAreaSolid.hxx ++usr/include/opencascade/StepShape_SweptFaceSolid.hxx ++usr/include/opencascade/StepShape_ToleranceMethodDefinition.hxx ++usr/include/opencascade/StepShape_ToleranceValue.hxx ++usr/include/opencascade/StepShape_TopologicalRepresentationItem.hxx ++usr/include/opencascade/StepShape_Torus.hxx ++usr/include/opencascade/StepShape_TransitionalShapeRepresentation.hxx ++usr/include/opencascade/StepShape_TypeQualifier.hxx ++usr/include/opencascade/StepShape_ValueQualifier.hxx ++usr/include/opencascade/StepShape_Vertex.hxx ++usr/include/opencascade/StepShape_VertexLoop.hxx ++usr/include/opencascade/StepShape_VertexPoint.hxx ++usr/include/opencascade/StepToGeom_MakeAxis1Placement.hxx ++usr/include/opencascade/StepToGeom_MakeAxis2Placement.hxx ++usr/include/opencascade/StepToGeom_MakeAxisPlacement.hxx ++usr/include/opencascade/StepToGeom_MakeBSplineCurve.hxx ++usr/include/opencascade/StepToGeom_MakeBSplineCurve2d.hxx ++usr/include/opencascade/StepToGeom_MakeBSplineSurface.hxx ++usr/include/opencascade/StepToGeom_MakeBoundedCurve.hxx ++usr/include/opencascade/StepToGeom_MakeBoundedCurve2d.hxx ++usr/include/opencascade/StepToGeom_MakeBoundedSurface.hxx ++usr/include/opencascade/StepToGeom_MakeCartesianPoint.hxx ++usr/include/opencascade/StepToGeom_MakeCartesianPoint2d.hxx ++usr/include/opencascade/StepToGeom_MakeCircle.hxx ++usr/include/opencascade/StepToGeom_MakeCircle2d.hxx ++usr/include/opencascade/StepToGeom_MakeConic.hxx ++usr/include/opencascade/StepToGeom_MakeConic2d.hxx ++usr/include/opencascade/StepToGeom_MakeConicalSurface.hxx ++usr/include/opencascade/StepToGeom_MakeCurve.hxx ++usr/include/opencascade/StepToGeom_MakeCurve2d.hxx ++usr/include/opencascade/StepToGeom_MakeCylindricalSurface.hxx ++usr/include/opencascade/StepToGeom_MakeDirection.hxx ++usr/include/opencascade/StepToGeom_MakeDirection2d.hxx ++usr/include/opencascade/StepToGeom_MakeElementarySurface.hxx ++usr/include/opencascade/StepToGeom_MakeEllipse.hxx ++usr/include/opencascade/StepToGeom_MakeEllipse2d.hxx ++usr/include/opencascade/StepToGeom_MakeHyperbola.hxx ++usr/include/opencascade/StepToGeom_MakeHyperbola2d.hxx ++usr/include/opencascade/StepToGeom_MakeLine.hxx ++usr/include/opencascade/StepToGeom_MakeLine2d.hxx ++usr/include/opencascade/StepToGeom_MakeParabola.hxx ++usr/include/opencascade/StepToGeom_MakeParabola2d.hxx ++usr/include/opencascade/StepToGeom_MakePlane.hxx ++usr/include/opencascade/StepToGeom_MakePolyline.hxx ++usr/include/opencascade/StepToGeom_MakePolyline2d.hxx ++usr/include/opencascade/StepToGeom_MakeRectangularTrimmedSurface.hxx ++usr/include/opencascade/StepToGeom_MakeSphericalSurface.hxx ++usr/include/opencascade/StepToGeom_MakeSurface.hxx ++usr/include/opencascade/StepToGeom_MakeSurfaceOfLinearExtrusion.hxx ++usr/include/opencascade/StepToGeom_MakeSurfaceOfRevolution.hxx ++usr/include/opencascade/StepToGeom_MakeSweptSurface.hxx ++usr/include/opencascade/StepToGeom_MakeToroidalSurface.hxx ++usr/include/opencascade/StepToGeom_MakeTransformation2d.hxx ++usr/include/opencascade/StepToGeom_MakeTransformation3d.hxx ++usr/include/opencascade/StepToGeom_MakeTrimmedCurve.hxx ++usr/include/opencascade/StepToGeom_MakeTrimmedCurve2d.hxx ++usr/include/opencascade/StepToGeom_MakeVectorWithMagnitude.hxx ++usr/include/opencascade/StepToGeom_MakeVectorWithMagnitude2d.hxx ++usr/include/opencascade/StepToGeom_Root.hxx ++usr/include/opencascade/StepToTopoDS.hxx ++usr/include/opencascade/StepToTopoDS_Builder.hxx ++usr/include/opencascade/StepToTopoDS_BuilderError.hxx ++usr/include/opencascade/StepToTopoDS_CartesianPointHasher.hxx ++usr/include/opencascade/StepToTopoDS_DataMapIteratorOfDataMapOfRI.hxx ++usr/include/opencascade/StepToTopoDS_DataMapIteratorOfDataMapOfRINames.hxx ++usr/include/opencascade/StepToTopoDS_DataMapIteratorOfDataMapOfTRI.hxx ++usr/include/opencascade/StepToTopoDS_DataMapIteratorOfPointEdgeMap.hxx ++usr/include/opencascade/StepToTopoDS_DataMapIteratorOfPointVertexMap.hxx ++usr/include/opencascade/StepToTopoDS_DataMapNodeOfDataMapOfRI.hxx ++usr/include/opencascade/StepToTopoDS_DataMapNodeOfDataMapOfRINames.hxx ++usr/include/opencascade/StepToTopoDS_DataMapNodeOfDataMapOfTRI.hxx ++usr/include/opencascade/StepToTopoDS_DataMapNodeOfPointEdgeMap.hxx ++usr/include/opencascade/StepToTopoDS_DataMapNodeOfPointVertexMap.hxx ++usr/include/opencascade/StepToTopoDS_DataMapOfRI.hxx ++usr/include/opencascade/StepToTopoDS_DataMapOfRINames.hxx ++usr/include/opencascade/StepToTopoDS_DataMapOfTRI.hxx ++usr/include/opencascade/StepToTopoDS_GeometricTool.hxx ++usr/include/opencascade/StepToTopoDS_GeometricToolError.hxx ++usr/include/opencascade/StepToTopoDS_MakeTransformed.hxx ++usr/include/opencascade/StepToTopoDS_NMTool.hxx ++usr/include/opencascade/StepToTopoDS_PointEdgeMap.hxx ++usr/include/opencascade/StepToTopoDS_PointPair.hxx ++usr/include/opencascade/StepToTopoDS_PointPairHasher.hxx ++usr/include/opencascade/StepToTopoDS_PointVertexMap.hxx ++usr/include/opencascade/StepToTopoDS_Root.hxx ++usr/include/opencascade/StepToTopoDS_Root.lxx ++usr/include/opencascade/StepToTopoDS_Tool.hxx ++usr/include/opencascade/StepToTopoDS_TranslateCompositeCurve.hxx ++usr/include/opencascade/StepToTopoDS_TranslateCurveBoundedSurface.hxx ++usr/include/opencascade/StepToTopoDS_TranslateEdge.hxx ++usr/include/opencascade/StepToTopoDS_TranslateEdgeError.hxx ++usr/include/opencascade/StepToTopoDS_TranslateEdgeLoop.hxx ++usr/include/opencascade/StepToTopoDS_TranslateEdgeLoopError.hxx ++usr/include/opencascade/StepToTopoDS_TranslateFace.hxx ++usr/include/opencascade/StepToTopoDS_TranslateFaceError.hxx ++usr/include/opencascade/StepToTopoDS_TranslatePolyLoop.hxx ++usr/include/opencascade/StepToTopoDS_TranslatePolyLoopError.hxx ++usr/include/opencascade/StepToTopoDS_TranslateShell.hxx ++usr/include/opencascade/StepToTopoDS_TranslateShellError.hxx ++usr/include/opencascade/StepToTopoDS_TranslateVertex.hxx ++usr/include/opencascade/StepToTopoDS_TranslateVertexError.hxx ++usr/include/opencascade/StepToTopoDS_TranslateVertexLoop.hxx ++usr/include/opencascade/StepToTopoDS_TranslateVertexLoopError.hxx ++usr/include/opencascade/StepVisual_AnnotationOccurrence.hxx ++usr/include/opencascade/StepVisual_AnnotationText.hxx ++usr/include/opencascade/StepVisual_AnnotationTextOccurrence.hxx ++usr/include/opencascade/StepVisual_AreaInSet.hxx ++usr/include/opencascade/StepVisual_AreaOrView.hxx ++usr/include/opencascade/StepVisual_Array1OfBoxCharacteristicSelect.hxx ++usr/include/opencascade/StepVisual_Array1OfCurveStyleFontPattern.hxx ++usr/include/opencascade/StepVisual_Array1OfDirectionCountSelect.hxx ++usr/include/opencascade/StepVisual_Array1OfFillStyleSelect.hxx ++usr/include/opencascade/StepVisual_Array1OfInvisibleItem.hxx ++usr/include/opencascade/StepVisual_Array1OfLayeredItem.hxx ++usr/include/opencascade/StepVisual_Array1OfPresentationStyleAssignment.hxx ++usr/include/opencascade/StepVisual_Array1OfPresentationStyleSelect.hxx ++usr/include/opencascade/StepVisual_Array1OfStyleContextSelect.hxx ++usr/include/opencascade/StepVisual_Array1OfSurfaceStyleElementSelect.hxx ++usr/include/opencascade/StepVisual_Array1OfTextOrCharacter.hxx ++usr/include/opencascade/StepVisual_BackgroundColour.hxx ++usr/include/opencascade/StepVisual_BoxCharacteristicSelect.hxx ++usr/include/opencascade/StepVisual_CameraImage.hxx ++usr/include/opencascade/StepVisual_CameraImage2dWithScale.hxx ++usr/include/opencascade/StepVisual_CameraImage3dWithScale.hxx ++usr/include/opencascade/StepVisual_CameraModel.hxx ++usr/include/opencascade/StepVisual_CameraModelD2.hxx ++usr/include/opencascade/StepVisual_CameraModelD3.hxx ++usr/include/opencascade/StepVisual_CameraUsage.hxx ++usr/include/opencascade/StepVisual_CentralOrParallel.hxx ++usr/include/opencascade/StepVisual_Colour.hxx ++usr/include/opencascade/StepVisual_ColourRgb.hxx ++usr/include/opencascade/StepVisual_ColourSpecification.hxx ++usr/include/opencascade/StepVisual_CompositeText.hxx ++usr/include/opencascade/StepVisual_CompositeTextWithExtent.hxx ++usr/include/opencascade/StepVisual_ContextDependentInvisibility.hxx ++usr/include/opencascade/StepVisual_ContextDependentOverRidingStyledItem.hxx ++usr/include/opencascade/StepVisual_CurveStyle.hxx ++usr/include/opencascade/StepVisual_CurveStyleFont.hxx ++usr/include/opencascade/StepVisual_CurveStyleFontPattern.hxx ++usr/include/opencascade/StepVisual_CurveStyleFontSelect.hxx ++usr/include/opencascade/StepVisual_DirectionCountSelect.hxx ++usr/include/opencascade/StepVisual_DraughtingAnnotationOccurrence.hxx ++usr/include/opencascade/StepVisual_DraughtingModel.hxx ++usr/include/opencascade/StepVisual_DraughtingPreDefinedColour.hxx ++usr/include/opencascade/StepVisual_DraughtingPreDefinedCurveFont.hxx ++usr/include/opencascade/StepVisual_ExternallyDefinedCurveFont.hxx ++usr/include/opencascade/StepVisual_ExternallyDefinedTextFont.hxx ++usr/include/opencascade/StepVisual_FillAreaStyle.hxx ++usr/include/opencascade/StepVisual_FillAreaStyleColour.hxx ++usr/include/opencascade/StepVisual_FillStyleSelect.hxx ++usr/include/opencascade/StepVisual_FontSelect.hxx ++usr/include/opencascade/StepVisual_HArray1OfBoxCharacteristicSelect.hxx ++usr/include/opencascade/StepVisual_HArray1OfCurveStyleFontPattern.hxx ++usr/include/opencascade/StepVisual_HArray1OfDirectionCountSelect.hxx ++usr/include/opencascade/StepVisual_HArray1OfFillStyleSelect.hxx ++usr/include/opencascade/StepVisual_HArray1OfInvisibleItem.hxx ++usr/include/opencascade/StepVisual_HArray1OfLayeredItem.hxx ++usr/include/opencascade/StepVisual_HArray1OfPresentationStyleAssignment.hxx ++usr/include/opencascade/StepVisual_HArray1OfPresentationStyleSelect.hxx ++usr/include/opencascade/StepVisual_HArray1OfStyleContextSelect.hxx ++usr/include/opencascade/StepVisual_HArray1OfSurfaceStyleElementSelect.hxx ++usr/include/opencascade/StepVisual_HArray1OfTextOrCharacter.hxx ++usr/include/opencascade/StepVisual_Invisibility.hxx ++usr/include/opencascade/StepVisual_InvisibilityContext.hxx ++usr/include/opencascade/StepVisual_InvisibleItem.hxx ++usr/include/opencascade/StepVisual_LayeredItem.hxx ++usr/include/opencascade/StepVisual_MarkerMember.hxx ++usr/include/opencascade/StepVisual_MarkerSelect.hxx ++usr/include/opencascade/StepVisual_MarkerType.hxx ++usr/include/opencascade/StepVisual_MechanicalDesignGeometricPresentationArea.hxx ++usr/include/opencascade/StepVisual_MechanicalDesignGeometricPresentationRepresentation.hxx ++usr/include/opencascade/StepVisual_OverRidingStyledItem.hxx ++usr/include/opencascade/StepVisual_PlanarBox.hxx ++usr/include/opencascade/StepVisual_PlanarExtent.hxx ++usr/include/opencascade/StepVisual_PointStyle.hxx ++usr/include/opencascade/StepVisual_PreDefinedColour.hxx ++usr/include/opencascade/StepVisual_PreDefinedCurveFont.hxx ++usr/include/opencascade/StepVisual_PreDefinedItem.hxx ++usr/include/opencascade/StepVisual_PreDefinedTextFont.hxx ++usr/include/opencascade/StepVisual_PresentationArea.hxx ++usr/include/opencascade/StepVisual_PresentationLayerAssignment.hxx ++usr/include/opencascade/StepVisual_PresentationLayerUsage.hxx ++usr/include/opencascade/StepVisual_PresentationRepresentation.hxx ++usr/include/opencascade/StepVisual_PresentationRepresentationSelect.hxx ++usr/include/opencascade/StepVisual_PresentationSet.hxx ++usr/include/opencascade/StepVisual_PresentationSize.hxx ++usr/include/opencascade/StepVisual_PresentationSizeAssignmentSelect.hxx ++usr/include/opencascade/StepVisual_PresentationStyleAssignment.hxx ++usr/include/opencascade/StepVisual_PresentationStyleByContext.hxx ++usr/include/opencascade/StepVisual_PresentationStyleSelect.hxx ++usr/include/opencascade/StepVisual_PresentationView.hxx ++usr/include/opencascade/StepVisual_PresentedItem.hxx ++usr/include/opencascade/StepVisual_PresentedItemRepresentation.hxx ++usr/include/opencascade/StepVisual_StyleContextSelect.hxx ++usr/include/opencascade/StepVisual_StyledItem.hxx ++usr/include/opencascade/StepVisual_SurfaceSide.hxx ++usr/include/opencascade/StepVisual_SurfaceSideStyle.hxx ++usr/include/opencascade/StepVisual_SurfaceStyleBoundary.hxx ++usr/include/opencascade/StepVisual_SurfaceStyleControlGrid.hxx ++usr/include/opencascade/StepVisual_SurfaceStyleElementSelect.hxx ++usr/include/opencascade/StepVisual_SurfaceStyleFillArea.hxx ++usr/include/opencascade/StepVisual_SurfaceStyleParameterLine.hxx ++usr/include/opencascade/StepVisual_SurfaceStyleSegmentationCurve.hxx ++usr/include/opencascade/StepVisual_SurfaceStyleSilhouette.hxx ++usr/include/opencascade/StepVisual_SurfaceStyleUsage.hxx ++usr/include/opencascade/StepVisual_Template.hxx ++usr/include/opencascade/StepVisual_TemplateInstance.hxx ++usr/include/opencascade/StepVisual_TextLiteral.hxx ++usr/include/opencascade/StepVisual_TextOrCharacter.hxx ++usr/include/opencascade/StepVisual_TextPath.hxx ++usr/include/opencascade/StepVisual_TextStyle.hxx ++usr/include/opencascade/StepVisual_TextStyleForDefinedFont.hxx ++usr/include/opencascade/StepVisual_TextStyleWithBoxCharacteristics.hxx ++usr/include/opencascade/StepVisual_ViewVolume.hxx ++usr/include/opencascade/StlAPI.hxx ++usr/include/opencascade/StlAPI_Reader.hxx ++usr/include/opencascade/StlAPI_Writer.hxx ++usr/include/opencascade/StlMesh.hxx ++usr/include/opencascade/StlMesh_Mesh.hxx ++usr/include/opencascade/StlMesh_Mesh.lxx ++usr/include/opencascade/StlMesh_MeshDomain.hxx ++usr/include/opencascade/StlMesh_MeshDomain.lxx ++usr/include/opencascade/StlMesh_MeshExplorer.hxx ++usr/include/opencascade/StlMesh_MeshExplorer.lxx ++usr/include/opencascade/StlMesh_MeshTriangle.hxx ++usr/include/opencascade/StlMesh_SequenceNodeOfSequenceOfMesh.hxx ++usr/include/opencascade/StlMesh_SequenceNodeOfSequenceOfMeshDomain.hxx ++usr/include/opencascade/StlMesh_SequenceNodeOfSequenceOfMeshTriangle.hxx ++usr/include/opencascade/StlMesh_SequenceOfMesh.hxx ++usr/include/opencascade/StlMesh_SequenceOfMeshDomain.hxx ++usr/include/opencascade/StlMesh_SequenceOfMeshTriangle.hxx ++usr/include/opencascade/StlTransfer.hxx ++usr/include/opencascade/Sweep_Builder.gxx ++usr/include/opencascade/Sweep_Iterator.gxx ++usr/include/opencascade/Sweep_Iterator.lxx ++usr/include/opencascade/Sweep_LinearRegularSweep.gxx ++usr/include/opencascade/Sweep_NumShape.hxx ++usr/include/opencascade/Sweep_NumShape.lxx ++usr/include/opencascade/Sweep_NumShapeIterator.hxx ++usr/include/opencascade/Sweep_NumShapeIterator.lxx ++usr/include/opencascade/Sweep_NumShapeTool.hxx ++usr/include/opencascade/Sweep_Tool.gxx ++usr/include/opencascade/TColGeom2d_Array1OfBSplineCurve.hxx ++usr/include/opencascade/TColGeom2d_Array1OfBezierCurve.hxx ++usr/include/opencascade/TColGeom2d_Array1OfBoundedCurve.hxx ++usr/include/opencascade/TColGeom2d_Array1OfCurve.hxx ++usr/include/opencascade/TColGeom2d_Array1OfGeometry.hxx ++usr/include/opencascade/TColGeom2d_HArray1OfBSplineCurve.hxx ++usr/include/opencascade/TColGeom2d_HArray1OfBezierCurve.hxx ++usr/include/opencascade/TColGeom2d_HArray1OfBoundedCurve.hxx ++usr/include/opencascade/TColGeom2d_HArray1OfCurve.hxx ++usr/include/opencascade/TColGeom2d_HArray1OfGeometry.hxx ++usr/include/opencascade/TColGeom2d_HSequenceOfBoundedCurve.hxx ++usr/include/opencascade/TColGeom2d_HSequenceOfCurve.hxx ++usr/include/opencascade/TColGeom2d_HSequenceOfGeometry.hxx ++usr/include/opencascade/TColGeom2d_SequenceNodeOfSequenceOfBoundedCurve.hxx ++usr/include/opencascade/TColGeom2d_SequenceNodeOfSequenceOfCurve.hxx ++usr/include/opencascade/TColGeom2d_SequenceNodeOfSequenceOfGeometry.hxx ++usr/include/opencascade/TColGeom2d_SequenceOfBoundedCurve.hxx ++usr/include/opencascade/TColGeom2d_SequenceOfCurve.hxx ++usr/include/opencascade/TColGeom2d_SequenceOfGeometry.hxx ++usr/include/opencascade/TColGeom_Array1OfBSplineCurve.hxx ++usr/include/opencascade/TColGeom_Array1OfBezierCurve.hxx ++usr/include/opencascade/TColGeom_Array1OfBoundedCurve.hxx ++usr/include/opencascade/TColGeom_Array1OfBoundedSurface.hxx ++usr/include/opencascade/TColGeom_Array1OfCurve.hxx ++usr/include/opencascade/TColGeom_Array1OfSurface.hxx ++usr/include/opencascade/TColGeom_Array2OfBSplineSurface.hxx ++usr/include/opencascade/TColGeom_Array2OfBezierSurface.hxx ++usr/include/opencascade/TColGeom_Array2OfBoundedSurface.hxx ++usr/include/opencascade/TColGeom_Array2OfSurface.hxx ++usr/include/opencascade/TColGeom_HArray1OfBSplineCurve.hxx ++usr/include/opencascade/TColGeom_HArray1OfBezierCurve.hxx ++usr/include/opencascade/TColGeom_HArray1OfBoundedCurve.hxx ++usr/include/opencascade/TColGeom_HArray1OfBoundedSurface.hxx ++usr/include/opencascade/TColGeom_HArray1OfCurve.hxx ++usr/include/opencascade/TColGeom_HArray1OfSurface.hxx ++usr/include/opencascade/TColGeom_HArray2OfBSplineSurface.hxx ++usr/include/opencascade/TColGeom_HArray2OfBezierSurface.hxx ++usr/include/opencascade/TColGeom_HArray2OfBoundedSurface.hxx ++usr/include/opencascade/TColGeom_HArray2OfSurface.hxx ++usr/include/opencascade/TColGeom_HSequenceOfBoundedCurve.hxx ++usr/include/opencascade/TColGeom_HSequenceOfBoundedSurface.hxx ++usr/include/opencascade/TColGeom_HSequenceOfCurve.hxx ++usr/include/opencascade/TColGeom_HSequenceOfSurface.hxx ++usr/include/opencascade/TColGeom_SequenceNodeOfSequenceOfBoundedCurve.hxx ++usr/include/opencascade/TColGeom_SequenceNodeOfSequenceOfBoundedSurface.hxx ++usr/include/opencascade/TColGeom_SequenceNodeOfSequenceOfCurve.hxx ++usr/include/opencascade/TColGeom_SequenceNodeOfSequenceOfSurface.hxx ++usr/include/opencascade/TColGeom_SequenceOfBoundedCurve.hxx ++usr/include/opencascade/TColGeom_SequenceOfBoundedSurface.hxx ++usr/include/opencascade/TColGeom_SequenceOfCurve.hxx ++usr/include/opencascade/TColGeom_SequenceOfSurface.hxx ++usr/include/opencascade/TopAbs.hxx ++usr/include/opencascade/TopAbs_Orientation.hxx ++usr/include/opencascade/TopAbs_ShapeEnum.hxx ++usr/include/opencascade/TopAbs_State.hxx ++usr/include/opencascade/TopBas_Interference.gxx ++usr/include/opencascade/TopBas_Interference.lxx ++usr/include/opencascade/TopBas_ListIteratorOfListOfTestInterference.hxx ++usr/include/opencascade/TopBas_ListNodeOfListOfTestInterference.hxx ++usr/include/opencascade/TopBas_ListOfTestInterference.hxx ++usr/include/opencascade/TopBas_TestInterference.hxx ++usr/include/opencascade/TopClass_Classifier2d.gxx ++usr/include/opencascade/TopClass_Classifier2d.lxx ++usr/include/opencascade/TopClass_Classifier3d.gxx ++usr/include/opencascade/TopClass_Classifier3d.lxx ++usr/include/opencascade/TopClass_FaceClassifier.gxx ++usr/include/opencascade/TopClass_FaceClassifier.lxx ++usr/include/opencascade/TopClass_FaceExplorer.gxx ++usr/include/opencascade/TopClass_FaceExplorer.lxx ++usr/include/opencascade/TopClass_Intersection2d.gxx ++usr/include/opencascade/TopClass_Intersection3d.hxx ++usr/include/opencascade/TopClass_SolidClassifier.gxx ++usr/include/opencascade/TopClass_SolidExplorer.hxx ++usr/include/opencascade/TopCnx_EdgeFaceTransition.hxx ++usr/include/opencascade/TopExp.hxx ++usr/include/opencascade/TopExp_Explorer.hxx ++usr/include/opencascade/TopExp_Explorer.lxx ++usr/include/opencascade/TopExp_Stack.hxx ++usr/include/opencascade/TopExp_StackIteratorOfStackOfIterator.hxx ++usr/include/opencascade/TopExp_StackNodeOfStackOfIterator.hxx ++usr/include/opencascade/TopExp_StackOfIterator.hxx ++usr/include/opencascade/TopOpeBRep.hxx ++usr/include/opencascade/TopOpeBRepBuild_Area1dBuilder.hxx ++usr/include/opencascade/TopOpeBRepBuild_Area2dBuilder.hxx ++usr/include/opencascade/TopOpeBRepBuild_Area3dBuilder.hxx ++usr/include/opencascade/TopOpeBRepBuild_AreaBuilder.hxx ++usr/include/opencascade/TopOpeBRepBuild_BlockBuilder.hxx ++usr/include/opencascade/TopOpeBRepBuild_BlockIterator.hxx ++usr/include/opencascade/TopOpeBRepBuild_BlockIterator.lxx ++usr/include/opencascade/TopOpeBRepBuild_Builder.hxx ++usr/include/opencascade/TopOpeBRepBuild_Builder1.hxx ++usr/include/opencascade/TopOpeBRepBuild_BuilderON.hxx ++usr/include/opencascade/TopOpeBRepBuild_CompositeClassifier.hxx ++usr/include/opencascade/TopOpeBRepBuild_CorrectFace2d.hxx ++usr/include/opencascade/TopOpeBRepBuild_DataMapIteratorOfDataMapOfShapeListOfShapeListOfShape.hxx ++usr/include/opencascade/TopOpeBRepBuild_DataMapNodeOfDataMapOfShapeListOfShapeListOfShape.hxx ++usr/include/opencascade/TopOpeBRepBuild_DataMapOfShapeListOfShapeListOfShape.hxx ++usr/include/opencascade/TopOpeBRepBuild_EdgeBuilder.hxx ++usr/include/opencascade/TopOpeBRepBuild_FaceAreaBuilder.hxx ++usr/include/opencascade/TopOpeBRepBuild_FaceBuilder.hxx ++usr/include/opencascade/TopOpeBRepBuild_Fill.hxx ++usr/include/opencascade/TopOpeBRepBuild_FuseFace.hxx ++usr/include/opencascade/TopOpeBRepBuild_FuseFace.lxx ++usr/include/opencascade/TopOpeBRepBuild_GIter.hxx ++usr/include/opencascade/TopOpeBRepBuild_GTool.hxx ++usr/include/opencascade/TopOpeBRepBuild_GTopo.hxx ++usr/include/opencascade/TopOpeBRepBuild_HBuilder.hxx ++usr/include/opencascade/TopOpeBRepBuild_IndexedDataMapNodeOfIndexedDataMapOfShapeVertexInfo.hxx ++usr/include/opencascade/TopOpeBRepBuild_IndexedDataMapOfShapeVertexInfo.hxx ++usr/include/opencascade/TopOpeBRepBuild_ListIteratorOfListOfListOfLoop.hxx ++usr/include/opencascade/TopOpeBRepBuild_ListIteratorOfListOfLoop.hxx ++usr/include/opencascade/TopOpeBRepBuild_ListIteratorOfListOfPave.hxx ++usr/include/opencascade/TopOpeBRepBuild_ListIteratorOfListOfShapeListOfShape.hxx ++usr/include/opencascade/TopOpeBRepBuild_ListNodeOfListOfListOfLoop.hxx ++usr/include/opencascade/TopOpeBRepBuild_ListNodeOfListOfLoop.hxx ++usr/include/opencascade/TopOpeBRepBuild_ListNodeOfListOfPave.hxx ++usr/include/opencascade/TopOpeBRepBuild_ListNodeOfListOfShapeListOfShape.hxx ++usr/include/opencascade/TopOpeBRepBuild_ListOfListOfLoop.hxx ++usr/include/opencascade/TopOpeBRepBuild_ListOfLoop.hxx ++usr/include/opencascade/TopOpeBRepBuild_ListOfPave.hxx ++usr/include/opencascade/TopOpeBRepBuild_ListOfShapeListOfShape.hxx ++usr/include/opencascade/TopOpeBRepBuild_Loop.hxx ++usr/include/opencascade/TopOpeBRepBuild_LoopClassifier.hxx ++usr/include/opencascade/TopOpeBRepBuild_LoopEnum.hxx ++usr/include/opencascade/TopOpeBRepBuild_LoopSet.hxx ++usr/include/opencascade/TopOpeBRepBuild_PBuilder.hxx ++usr/include/opencascade/TopOpeBRepBuild_PGTopo.hxx ++usr/include/opencascade/TopOpeBRepBuild_PWireEdgeSet.hxx ++usr/include/opencascade/TopOpeBRepBuild_Pave.hxx ++usr/include/opencascade/TopOpeBRepBuild_PaveClassifier.hxx ++usr/include/opencascade/TopOpeBRepBuild_PaveSet.hxx ++usr/include/opencascade/TopOpeBRepBuild_ShapeListOfShape.hxx ++usr/include/opencascade/TopOpeBRepBuild_ShapeSet.hxx ++usr/include/opencascade/TopOpeBRepBuild_ShellFaceClassifier.hxx ++usr/include/opencascade/TopOpeBRepBuild_ShellFaceSet.hxx ++usr/include/opencascade/TopOpeBRepBuild_ShellToSolid.hxx ++usr/include/opencascade/TopOpeBRepBuild_SolidAreaBuilder.hxx ++usr/include/opencascade/TopOpeBRepBuild_SolidBuilder.hxx ++usr/include/opencascade/TopOpeBRepBuild_SplitEdge.hxx ++usr/include/opencascade/TopOpeBRepBuild_SplitFace.hxx ++usr/include/opencascade/TopOpeBRepBuild_SplitShapes.hxx ++usr/include/opencascade/TopOpeBRepBuild_SplitSolid.hxx ++usr/include/opencascade/TopOpeBRepBuild_Tools.hxx ++usr/include/opencascade/TopOpeBRepBuild_Tools2d.hxx ++usr/include/opencascade/TopOpeBRepBuild_VertexInfo.hxx ++usr/include/opencascade/TopOpeBRepBuild_WireEdgeClassifier.hxx ++usr/include/opencascade/TopOpeBRepBuild_WireEdgeSet.hxx ++usr/include/opencascade/TopOpeBRepBuild_WireToFace.hxx ++usr/include/opencascade/TopOpeBRepBuild_define.hxx ++usr/include/opencascade/TopOpeBRepBuild_kpresu.hxx ++usr/include/opencascade/TopOpeBRepDS.hxx ++usr/include/opencascade/TopOpeBRepDS_Array1OfDataMapOfIntegerListOfInterference.hxx ++usr/include/opencascade/TopOpeBRepDS_Association.hxx ++usr/include/opencascade/TopOpeBRepDS_BuildTool.hxx ++usr/include/opencascade/TopOpeBRepDS_Check.hxx ++usr/include/opencascade/TopOpeBRepDS_CheckStatus.hxx ++usr/include/opencascade/TopOpeBRepDS_Config.hxx ++usr/include/opencascade/TopOpeBRepDS_Curve.hxx ++usr/include/opencascade/TopOpeBRepDS_CurveData.hxx ++usr/include/opencascade/TopOpeBRepDS_CurveExplorer.hxx ++usr/include/opencascade/TopOpeBRepDS_CurveIterator.hxx ++usr/include/opencascade/TopOpeBRepDS_CurvePointInterference.hxx ++usr/include/opencascade/TopOpeBRepDS_DRAW.hxx ++usr/include/opencascade/TopOpeBRepDS_DSS.hxx ++usr/include/opencascade/TopOpeBRepDS_DSX.hxx ++usr/include/opencascade/TopOpeBRepDS_DataMapIteratorOfDataMapOfCheckStatus.hxx ++usr/include/opencascade/TopOpeBRepDS_DataMapIteratorOfDataMapOfIntegerListOfInterference.hxx ++usr/include/opencascade/TopOpeBRepDS_DataMapIteratorOfDataMapOfInterferenceListOfInterference.hxx ++usr/include/opencascade/TopOpeBRepDS_DataMapIteratorOfDataMapOfInterferenceShape.hxx ++usr/include/opencascade/TopOpeBRepDS_DataMapIteratorOfDataMapOfShapeListOfShapeOn1State.hxx ++usr/include/opencascade/TopOpeBRepDS_DataMapIteratorOfDataMapOfShapeState.hxx ++usr/include/opencascade/TopOpeBRepDS_DataMapIteratorOfMapOfCurve.hxx ++usr/include/opencascade/TopOpeBRepDS_DataMapIteratorOfMapOfIntegerShapeData.hxx ++usr/include/opencascade/TopOpeBRepDS_DataMapIteratorOfMapOfPoint.hxx ++usr/include/opencascade/TopOpeBRepDS_DataMapIteratorOfMapOfSurface.hxx ++usr/include/opencascade/TopOpeBRepDS_DataMapIteratorOfShapeSurface.hxx ++usr/include/opencascade/TopOpeBRepDS_DataMapNodeOfDataMapOfCheckStatus.hxx ++usr/include/opencascade/TopOpeBRepDS_DataMapNodeOfDataMapOfIntegerListOfInterference.hxx ++usr/include/opencascade/TopOpeBRepDS_DataMapNodeOfDataMapOfInterferenceListOfInterference.hxx ++usr/include/opencascade/TopOpeBRepDS_DataMapNodeOfDataMapOfInterferenceShape.hxx ++usr/include/opencascade/TopOpeBRepDS_DataMapNodeOfDataMapOfShapeListOfShapeOn1State.hxx ++usr/include/opencascade/TopOpeBRepDS_DataMapNodeOfDataMapOfShapeState.hxx ++usr/include/opencascade/TopOpeBRepDS_DataMapNodeOfMapOfCurve.hxx ++usr/include/opencascade/TopOpeBRepDS_DataMapNodeOfMapOfIntegerShapeData.hxx ++usr/include/opencascade/TopOpeBRepDS_DataMapNodeOfMapOfPoint.hxx ++usr/include/opencascade/TopOpeBRepDS_DataMapNodeOfMapOfSurface.hxx ++usr/include/opencascade/TopOpeBRepDS_DataMapNodeOfShapeSurface.hxx ++usr/include/opencascade/TopOpeBRepDS_DataMapOfCheckStatus.hxx ++usr/include/opencascade/TopOpeBRepDS_DataMapOfIntegerListOfInterference.hxx ++usr/include/opencascade/TopOpeBRepDS_DataMapOfInterferenceListOfInterference.hxx ++usr/include/opencascade/TopOpeBRepDS_DataMapOfInterferenceShape.hxx ++usr/include/opencascade/TopOpeBRepDS_DataMapOfShapeListOfShapeOn1State.hxx ++usr/include/opencascade/TopOpeBRepDS_DataMapOfShapeState.hxx ++usr/include/opencascade/TopOpeBRepDS_DataStructure.hxx ++usr/include/opencascade/TopOpeBRepDS_DoubleMapIteratorOfDoubleMapOfIntegerShape.hxx ++usr/include/opencascade/TopOpeBRepDS_DoubleMapNodeOfDoubleMapOfIntegerShape.hxx ++usr/include/opencascade/TopOpeBRepDS_DoubleMapOfIntegerShape.hxx ++usr/include/opencascade/TopOpeBRepDS_Dumper.hxx ++usr/include/opencascade/TopOpeBRepDS_EIR.hxx ++usr/include/opencascade/TopOpeBRepDS_EXPORT.hxx ++usr/include/opencascade/TopOpeBRepDS_Edge3dInterferenceTool.hxx ++usr/include/opencascade/TopOpeBRepDS_EdgeInterferenceTool.hxx ++usr/include/opencascade/TopOpeBRepDS_EdgeVertexInterference.hxx ++usr/include/opencascade/TopOpeBRepDS_Explorer.hxx ++usr/include/opencascade/TopOpeBRepDS_FIR.hxx ++usr/include/opencascade/TopOpeBRepDS_FaceEdgeInterference.hxx ++usr/include/opencascade/TopOpeBRepDS_FaceInterferenceTool.hxx ++usr/include/opencascade/TopOpeBRepDS_Filter.hxx ++usr/include/opencascade/TopOpeBRepDS_GapFiller.hxx ++usr/include/opencascade/TopOpeBRepDS_GapTool.hxx ++usr/include/opencascade/TopOpeBRepDS_GeometryData.hxx ++usr/include/opencascade/TopOpeBRepDS_HArray1OfDataMapOfIntegerListOfInterference.hxx ++usr/include/opencascade/TopOpeBRepDS_HDataStructure.hxx ++usr/include/opencascade/TopOpeBRepDS_IndexedDataMapNodeOfIndexedDataMapOfShapeWithState.hxx ++usr/include/opencascade/TopOpeBRepDS_IndexedDataMapNodeOfIndexedDataMapOfVertexPoint.hxx ++usr/include/opencascade/TopOpeBRepDS_IndexedDataMapNodeOfMapOfShapeData.hxx ++usr/include/opencascade/TopOpeBRepDS_IndexedDataMapOfShapeWithState.hxx ++usr/include/opencascade/TopOpeBRepDS_IndexedDataMapOfVertexPoint.hxx ++usr/include/opencascade/TopOpeBRepDS_Interference.hxx ++usr/include/opencascade/TopOpeBRepDS_InterferenceIterator.hxx ++usr/include/opencascade/TopOpeBRepDS_InterferenceTool.hxx ++usr/include/opencascade/TopOpeBRepDS_Kind.hxx ++usr/include/opencascade/TopOpeBRepDS_ListIteratorOfListOfInterference.hxx ++usr/include/opencascade/TopOpeBRepDS_ListNodeOfListOfInterference.hxx ++usr/include/opencascade/TopOpeBRepDS_ListOfInterference.hxx ++usr/include/opencascade/TopOpeBRepDS_ListOfShapeOn1State.hxx ++usr/include/opencascade/TopOpeBRepDS_MapOfCurve.hxx ++usr/include/opencascade/TopOpeBRepDS_MapOfIntegerShapeData.hxx ++usr/include/opencascade/TopOpeBRepDS_MapOfPoint.hxx ++usr/include/opencascade/TopOpeBRepDS_MapOfShapeData.hxx ++usr/include/opencascade/TopOpeBRepDS_MapOfSurface.hxx ++usr/include/opencascade/TopOpeBRepDS_Marker.hxx ++usr/include/opencascade/TopOpeBRepDS_PDataStructure.hxx ++usr/include/opencascade/TopOpeBRepDS_Point.hxx ++usr/include/opencascade/TopOpeBRepDS_PointData.hxx ++usr/include/opencascade/TopOpeBRepDS_PointExplorer.hxx ++usr/include/opencascade/TopOpeBRepDS_PointIterator.hxx ++usr/include/opencascade/TopOpeBRepDS_ProcessInterferencesTool.hxx ++usr/include/opencascade/TopOpeBRepDS_Reducer.hxx ++usr/include/opencascade/TopOpeBRepDS_ShapeData.hxx ++usr/include/opencascade/TopOpeBRepDS_ShapeShapeInterference.hxx ++usr/include/opencascade/TopOpeBRepDS_ShapeSurface.hxx ++usr/include/opencascade/TopOpeBRepDS_ShapeWithState.hxx ++usr/include/opencascade/TopOpeBRepDS_SolidSurfaceInterference.hxx ++usr/include/opencascade/TopOpeBRepDS_Surface.hxx ++usr/include/opencascade/TopOpeBRepDS_SurfaceCurveInterference.hxx ++usr/include/opencascade/TopOpeBRepDS_SurfaceData.hxx ++usr/include/opencascade/TopOpeBRepDS_SurfaceExplorer.hxx ++usr/include/opencascade/TopOpeBRepDS_SurfaceIterator.hxx ++usr/include/opencascade/TopOpeBRepDS_TKI.hxx ++usr/include/opencascade/TopOpeBRepDS_TOOL.hxx ++usr/include/opencascade/TopOpeBRepDS_Transition.hxx ++usr/include/opencascade/TopOpeBRepDS_connex.hxx ++usr/include/opencascade/TopOpeBRepDS_define.hxx ++usr/include/opencascade/TopOpeBRepDS_reDEB.hxx ++usr/include/opencascade/TopOpeBRepDS_repvg.hxx ++usr/include/opencascade/TopOpeBRepDS_samdom.hxx ++usr/include/opencascade/TopOpeBRepDS_traceDSX.hxx ++usr/include/opencascade/TopOpeBRepTool.hxx ++usr/include/opencascade/TopOpeBRepTool_2d.hxx ++usr/include/opencascade/TopOpeBRepTool_AncestorsTool.hxx ++usr/include/opencascade/TopOpeBRepTool_BoxSort.hxx ++usr/include/opencascade/TopOpeBRepTool_C2DF.hxx ++usr/include/opencascade/TopOpeBRepTool_CLASSI.hxx ++usr/include/opencascade/TopOpeBRepTool_CORRISO.hxx ++usr/include/opencascade/TopOpeBRepTool_CurveTool.hxx ++usr/include/opencascade/TopOpeBRepTool_DRAW.hxx ++usr/include/opencascade/TopOpeBRepTool_DataMapIteratorOfDataMapOfOrientedShapeC2DF.hxx ++usr/include/opencascade/TopOpeBRepTool_DataMapIteratorOfDataMapOfShapeListOfC2DF.hxx ++usr/include/opencascade/TopOpeBRepTool_DataMapIteratorOfDataMapOfShapeface.hxx ++usr/include/opencascade/TopOpeBRepTool_DataMapNodeOfDataMapOfOrientedShapeC2DF.hxx ++usr/include/opencascade/TopOpeBRepTool_DataMapNodeOfDataMapOfShapeListOfC2DF.hxx ++usr/include/opencascade/TopOpeBRepTool_DataMapNodeOfDataMapOfShapeface.hxx ++usr/include/opencascade/TopOpeBRepTool_DataMapOfOrientedShapeC2DF.hxx ++usr/include/opencascade/TopOpeBRepTool_DataMapOfShapeListOfC2DF.hxx ++usr/include/opencascade/TopOpeBRepTool_DataMapOfShapeface.hxx ++usr/include/opencascade/TopOpeBRepTool_EXPORT.hxx ++usr/include/opencascade/TopOpeBRepTool_FuseEdges.hxx ++usr/include/opencascade/TopOpeBRepTool_GEOMETRY.hxx ++usr/include/opencascade/TopOpeBRepTool_GeomTool.hxx ++usr/include/opencascade/TopOpeBRepTool_HBoxTool.hxx ++usr/include/opencascade/TopOpeBRepTool_IndexedDataMapNodeOfIndexedDataMapOfShapeBox.hxx ++usr/include/opencascade/TopOpeBRepTool_IndexedDataMapNodeOfIndexedDataMapOfShapeBox2d.hxx ++usr/include/opencascade/TopOpeBRepTool_IndexedDataMapNodeOfIndexedDataMapOfShapeconnexity.hxx ++usr/include/opencascade/TopOpeBRepTool_IndexedDataMapNodeOfIndexedDataMapOfSolidClassifier.hxx ++usr/include/opencascade/TopOpeBRepTool_IndexedDataMapOfShapeBox.hxx ++usr/include/opencascade/TopOpeBRepTool_IndexedDataMapOfShapeBox2d.hxx ++usr/include/opencascade/TopOpeBRepTool_IndexedDataMapOfShapeconnexity.hxx ++usr/include/opencascade/TopOpeBRepTool_IndexedDataMapOfSolidClassifier.hxx ++usr/include/opencascade/TopOpeBRepTool_KRO.hxx ++usr/include/opencascade/TopOpeBRepTool_ListIteratorOfListOfC2DF.hxx ++usr/include/opencascade/TopOpeBRepTool_ListNodeOfListOfC2DF.hxx ++usr/include/opencascade/TopOpeBRepTool_ListOfC2DF.hxx ++usr/include/opencascade/TopOpeBRepTool_OutCurveType.hxx ++usr/include/opencascade/TopOpeBRepTool_PROJECT.hxx ++usr/include/opencascade/TopOpeBRepTool_PShapeClassifier.hxx ++usr/include/opencascade/TopOpeBRepTool_PSoClassif.hxx ++usr/include/opencascade/TopOpeBRepTool_PURGE.hxx ++usr/include/opencascade/TopOpeBRepTool_Plos.hxx ++usr/include/opencascade/TopOpeBRepTool_PurgeInternalEdges.hxx ++usr/include/opencascade/TopOpeBRepTool_PurgeInternalEdges.lxx ++usr/include/opencascade/TopOpeBRepTool_REGUS.hxx ++usr/include/opencascade/TopOpeBRepTool_REGUW.hxx ++usr/include/opencascade/TopOpeBRepTool_SC.hxx ++usr/include/opencascade/TopOpeBRepTool_STATE.hxx ++usr/include/opencascade/TopOpeBRepTool_ShapeClassifier.hxx ++usr/include/opencascade/TopOpeBRepTool_ShapeExplorer.hxx ++usr/include/opencascade/TopOpeBRepTool_ShapeTool.hxx ++usr/include/opencascade/TopOpeBRepTool_SolidClassifier.hxx ++usr/include/opencascade/TopOpeBRepTool_TOOL.hxx ++usr/include/opencascade/TopOpeBRepTool_TOPOLOGY.hxx ++usr/include/opencascade/TopOpeBRepTool_box.hxx ++usr/include/opencascade/TopOpeBRepTool_connexity.hxx ++usr/include/opencascade/TopOpeBRepTool_define.hxx ++usr/include/opencascade/TopOpeBRepTool_defineG.hxx ++usr/include/opencascade/TopOpeBRepTool_face.hxx ++usr/include/opencascade/TopOpeBRepTool_makeTransition.hxx ++usr/include/opencascade/TopOpeBRepTool_mkTondgE.hxx ++usr/include/opencascade/TopOpeBRepTool_tol.hxx ++usr/include/opencascade/TopOpeBRep_Array1OfLineInter.hxx ++usr/include/opencascade/TopOpeBRep_Array1OfVPointInter.hxx ++usr/include/opencascade/TopOpeBRep_Bipoint.hxx ++usr/include/opencascade/TopOpeBRep_DRAW.hxx ++usr/include/opencascade/TopOpeBRep_DSFiller.hxx ++usr/include/opencascade/TopOpeBRep_DataMapIteratorOfDataMapOfTopolTool.hxx ++usr/include/opencascade/TopOpeBRep_DataMapNodeOfDataMapOfTopolTool.hxx ++usr/include/opencascade/TopOpeBRep_DataMapOfTopolTool.hxx ++usr/include/opencascade/TopOpeBRep_EdgesFiller.hxx ++usr/include/opencascade/TopOpeBRep_EdgesIntersector.hxx ++usr/include/opencascade/TopOpeBRep_FFDumper.hxx ++usr/include/opencascade/TopOpeBRep_FFTransitionTool.hxx ++usr/include/opencascade/TopOpeBRep_FaceEdgeFiller.hxx ++usr/include/opencascade/TopOpeBRep_FaceEdgeIntersector.hxx ++usr/include/opencascade/TopOpeBRep_FacesFiller.hxx ++usr/include/opencascade/TopOpeBRep_FacesIntersector.hxx ++usr/include/opencascade/TopOpeBRep_GeomTool.hxx ++usr/include/opencascade/TopOpeBRep_HArray1OfLineInter.hxx ++usr/include/opencascade/TopOpeBRep_HArray1OfVPointInter.hxx ++usr/include/opencascade/TopOpeBRep_Hctxee2d.hxx ++usr/include/opencascade/TopOpeBRep_Hctxff2d.hxx ++usr/include/opencascade/TopOpeBRep_LineInter.hxx ++usr/include/opencascade/TopOpeBRep_LineInter.lxx ++usr/include/opencascade/TopOpeBRep_ListIteratorOfListOfBipoint.hxx ++usr/include/opencascade/TopOpeBRep_ListNodeOfListOfBipoint.hxx ++usr/include/opencascade/TopOpeBRep_ListOfBipoint.hxx ++usr/include/opencascade/TopOpeBRep_P2Dstatus.hxx ++usr/include/opencascade/TopOpeBRep_PEdgesIntersector.hxx ++usr/include/opencascade/TopOpeBRep_PFacesFiller.hxx ++usr/include/opencascade/TopOpeBRep_PFacesIntersector.hxx ++usr/include/opencascade/TopOpeBRep_PIntRes2d_IntersectionPoint.hxx ++usr/include/opencascade/TopOpeBRep_PLineInter.hxx ++usr/include/opencascade/TopOpeBRep_PPntOn2S.hxx ++usr/include/opencascade/TopOpeBRep_PThePointOfIntersection.hxx ++usr/include/opencascade/TopOpeBRep_Point2d.hxx ++usr/include/opencascade/TopOpeBRep_Point2d.lxx ++usr/include/opencascade/TopOpeBRep_PointClassifier.hxx ++usr/include/opencascade/TopOpeBRep_PointGeomTool.hxx ++usr/include/opencascade/TopOpeBRep_SequenceNodeOfSequenceOfPoint2d.hxx ++usr/include/opencascade/TopOpeBRep_SequenceOfPoint2d.hxx ++usr/include/opencascade/TopOpeBRep_ShapeIntersector.hxx ++usr/include/opencascade/TopOpeBRep_ShapeIntersector2d.hxx ++usr/include/opencascade/TopOpeBRep_ShapeScanner.hxx ++usr/include/opencascade/TopOpeBRep_TypeLineCurve.hxx ++usr/include/opencascade/TopOpeBRep_VPointInter.hxx ++usr/include/opencascade/TopOpeBRep_VPointInter.lxx ++usr/include/opencascade/TopOpeBRep_VPointInterClassifier.hxx ++usr/include/opencascade/TopOpeBRep_VPointInterIterator.hxx ++usr/include/opencascade/TopOpeBRep_WPointInter.hxx ++usr/include/opencascade/TopOpeBRep_WPointInterIterator.hxx ++usr/include/opencascade/TopOpeBRep_define.hxx ++usr/include/opencascade/TopOpeBRep_tools.hxx ++usr/include/opencascade/TopOpeBRep_traceSIFF.hxx ++usr/include/opencascade/TopTools.hxx ++usr/include/opencascade/TopTools_Array1OfListOfShape.hxx ++usr/include/opencascade/TopTools_Array1OfShape.hxx ++usr/include/opencascade/TopTools_Array2OfShape.hxx ++usr/include/opencascade/TopTools_DataMapIteratorOfDataMapOfIntegerListOfShape.hxx ++usr/include/opencascade/TopTools_DataMapIteratorOfDataMapOfIntegerShape.hxx ++usr/include/opencascade/TopTools_DataMapIteratorOfDataMapOfOrientedShapeInteger.hxx ++usr/include/opencascade/TopTools_DataMapIteratorOfDataMapOfOrientedShapeShape.hxx ++usr/include/opencascade/TopTools_DataMapIteratorOfDataMapOfShapeInteger.hxx ++usr/include/opencascade/TopTools_DataMapIteratorOfDataMapOfShapeListOfInteger.hxx ++usr/include/opencascade/TopTools_DataMapIteratorOfDataMapOfShapeListOfShape.hxx ++usr/include/opencascade/TopTools_DataMapIteratorOfDataMapOfShapeReal.hxx ++usr/include/opencascade/TopTools_DataMapIteratorOfDataMapOfShapeSequenceOfShape.hxx ++usr/include/opencascade/TopTools_DataMapIteratorOfDataMapOfShapeShape.hxx ++usr/include/opencascade/TopTools_DataMapNodeOfDataMapOfIntegerListOfShape.hxx ++usr/include/opencascade/TopTools_DataMapNodeOfDataMapOfIntegerShape.hxx ++usr/include/opencascade/TopTools_DataMapNodeOfDataMapOfOrientedShapeInteger.hxx ++usr/include/opencascade/TopTools_DataMapNodeOfDataMapOfOrientedShapeShape.hxx ++usr/include/opencascade/TopTools_DataMapNodeOfDataMapOfShapeInteger.hxx ++usr/include/opencascade/TopTools_DataMapNodeOfDataMapOfShapeListOfInteger.hxx ++usr/include/opencascade/TopTools_DataMapNodeOfDataMapOfShapeListOfShape.hxx ++usr/include/opencascade/TopTools_DataMapNodeOfDataMapOfShapeReal.hxx ++usr/include/opencascade/TopTools_DataMapNodeOfDataMapOfShapeSequenceOfShape.hxx ++usr/include/opencascade/TopTools_DataMapNodeOfDataMapOfShapeShape.hxx ++usr/include/opencascade/TopTools_DataMapOfIntegerListOfShape.hxx ++usr/include/opencascade/TopTools_DataMapOfIntegerShape.hxx ++usr/include/opencascade/TopTools_DataMapOfOrientedShapeInteger.hxx ++usr/include/opencascade/TopTools_DataMapOfOrientedShapeShape.hxx ++usr/include/opencascade/TopTools_DataMapOfShapeInteger.hxx ++usr/include/opencascade/TopTools_DataMapOfShapeListOfInteger.hxx ++usr/include/opencascade/TopTools_DataMapOfShapeListOfShape.hxx ++usr/include/opencascade/TopTools_DataMapOfShapeReal.hxx ++usr/include/opencascade/TopTools_DataMapOfShapeSequenceOfShape.hxx ++usr/include/opencascade/TopTools_DataMapOfShapeShape.hxx ++usr/include/opencascade/TopTools_HArray1OfListOfShape.hxx ++usr/include/opencascade/TopTools_HArray1OfShape.hxx ++usr/include/opencascade/TopTools_HArray2OfShape.hxx ++usr/include/opencascade/TopTools_HSequenceOfShape.hxx ++usr/include/opencascade/TopTools_IndexedDataMapNodeOfIndexedDataMapOfShapeAddress.hxx ++usr/include/opencascade/TopTools_IndexedDataMapNodeOfIndexedDataMapOfShapeListOfShape.hxx ++usr/include/opencascade/TopTools_IndexedDataMapNodeOfIndexedDataMapOfShapeShape.hxx ++usr/include/opencascade/TopTools_IndexedDataMapOfShapeAddress.hxx ++usr/include/opencascade/TopTools_IndexedDataMapOfShapeListOfShape.hxx ++usr/include/opencascade/TopTools_IndexedDataMapOfShapeShape.hxx ++usr/include/opencascade/TopTools_IndexedMapNodeOfIndexedMapOfOrientedShape.hxx ++usr/include/opencascade/TopTools_IndexedMapNodeOfIndexedMapOfShape.hxx ++usr/include/opencascade/TopTools_IndexedMapOfOrientedShape.hxx ++usr/include/opencascade/TopTools_IndexedMapOfShape.hxx ++usr/include/opencascade/TopTools_ListIteratorOfListOfShape.hxx ++usr/include/opencascade/TopTools_ListNodeOfListOfShape.hxx ++usr/include/opencascade/TopTools_ListOfShape.hxx ++usr/include/opencascade/TopTools_LocationSet.hxx ++usr/include/opencascade/TopTools_LocationSetPtr.hxx ++usr/include/opencascade/TopTools_MapIteratorOfMapOfOrientedShape.hxx ++usr/include/opencascade/TopTools_MapIteratorOfMapOfShape.hxx ++usr/include/opencascade/TopTools_MapOfOrientedShape.hxx ++usr/include/opencascade/TopTools_MapOfShape.hxx ++usr/include/opencascade/TopTools_OrientedShapeMapHasher.hxx ++usr/include/opencascade/TopTools_OrientedShapeMapHasher.lxx ++usr/include/opencascade/TopTools_SequenceNodeOfSequenceOfShape.hxx ++usr/include/opencascade/TopTools_SequenceOfShape.hxx ++usr/include/opencascade/TopTools_ShapeMapHasher.hxx ++usr/include/opencascade/TopTools_ShapeMapHasher.lxx ++usr/include/opencascade/TopTools_ShapeSet.hxx ++usr/include/opencascade/TopTools_StdMapNodeOfMapOfOrientedShape.hxx ++usr/include/opencascade/TopTools_StdMapNodeOfMapOfShape.hxx ++usr/include/opencascade/TopTrans_Array2OfOrientation.hxx ++usr/include/opencascade/TopTrans_CurveTransition.hxx ++usr/include/opencascade/TopTrans_SurfaceTransition.hxx ++usr/include/opencascade/TopoDS.hxx ++usr/include/opencascade/TopoDS.lxx ++usr/include/opencascade/TopoDSToStep.hxx ++usr/include/opencascade/TopoDSToStep_Builder.hxx ++usr/include/opencascade/TopoDSToStep_BuilderError.hxx ++usr/include/opencascade/TopoDSToStep_FacetedError.hxx ++usr/include/opencascade/TopoDSToStep_FacetedTool.hxx ++usr/include/opencascade/TopoDSToStep_MakeBrepWithVoids.hxx ++usr/include/opencascade/TopoDSToStep_MakeEdgeError.hxx ++usr/include/opencascade/TopoDSToStep_MakeFaceError.hxx ++usr/include/opencascade/TopoDSToStep_MakeFacetedBrep.hxx ++usr/include/opencascade/TopoDSToStep_MakeFacetedBrepAndBrepWithVoids.hxx ++usr/include/opencascade/TopoDSToStep_MakeGeometricCurveSet.hxx ++usr/include/opencascade/TopoDSToStep_MakeManifoldSolidBrep.hxx ++usr/include/opencascade/TopoDSToStep_MakeShellBasedSurfaceModel.hxx ++usr/include/opencascade/TopoDSToStep_MakeStepEdge.hxx ++usr/include/opencascade/TopoDSToStep_MakeStepFace.hxx ++usr/include/opencascade/TopoDSToStep_MakeStepVertex.hxx ++usr/include/opencascade/TopoDSToStep_MakeStepWire.hxx ++usr/include/opencascade/TopoDSToStep_MakeVertexError.hxx ++usr/include/opencascade/TopoDSToStep_MakeWireError.hxx ++usr/include/opencascade/TopoDSToStep_Root.hxx ++usr/include/opencascade/TopoDSToStep_Tool.hxx ++usr/include/opencascade/TopoDSToStep_WireframeBuilder.hxx ++usr/include/opencascade/TopoDS_Builder.hxx ++usr/include/opencascade/TopoDS_Builder.lxx ++usr/include/opencascade/TopoDS_CompSolid.hxx ++usr/include/opencascade/TopoDS_CompSolid.lxx ++usr/include/opencascade/TopoDS_Compound.hxx ++usr/include/opencascade/TopoDS_Compound.lxx ++usr/include/opencascade/TopoDS_Edge.hxx ++usr/include/opencascade/TopoDS_Edge.lxx ++usr/include/opencascade/TopoDS_Face.hxx ++usr/include/opencascade/TopoDS_Face.lxx ++usr/include/opencascade/TopoDS_FrozenShape.hxx ++usr/include/opencascade/TopoDS_HShape.hxx ++usr/include/opencascade/TopoDS_HShape.lxx ++usr/include/opencascade/TopoDS_Iterator.hxx ++usr/include/opencascade/TopoDS_Iterator.lxx ++usr/include/opencascade/TopoDS_ListIteratorOfListOfShape.hxx ++usr/include/opencascade/TopoDS_ListNodeOfListOfShape.hxx ++usr/include/opencascade/TopoDS_ListOfShape.hxx ++usr/include/opencascade/TopoDS_Shape.hxx ++usr/include/opencascade/TopoDS_Shape.lxx ++usr/include/opencascade/TopoDS_Shell.hxx ++usr/include/opencascade/TopoDS_Shell.lxx ++usr/include/opencascade/TopoDS_Solid.hxx ++usr/include/opencascade/TopoDS_Solid.lxx ++usr/include/opencascade/TopoDS_TCompSolid.hxx ++usr/include/opencascade/TopoDS_TCompSolid.lxx ++usr/include/opencascade/TopoDS_TCompound.hxx ++usr/include/opencascade/TopoDS_TCompound.lxx ++usr/include/opencascade/TopoDS_TEdge.hxx ++usr/include/opencascade/TopoDS_TEdge.lxx ++usr/include/opencascade/TopoDS_TFace.hxx ++usr/include/opencascade/TopoDS_TFace.lxx ++usr/include/opencascade/TopoDS_TShape.hxx ++usr/include/opencascade/TopoDS_TShape.lxx ++usr/include/opencascade/TopoDS_TShell.hxx ++usr/include/opencascade/TopoDS_TShell.lxx ++usr/include/opencascade/TopoDS_TSolid.hxx ++usr/include/opencascade/TopoDS_TSolid.lxx ++usr/include/opencascade/TopoDS_TVertex.hxx ++usr/include/opencascade/TopoDS_TVertex.lxx ++usr/include/opencascade/TopoDS_TWire.hxx ++usr/include/opencascade/TopoDS_TWire.lxx ++usr/include/opencascade/TopoDS_UnCompatibleShapes.hxx ++usr/include/opencascade/TopoDS_Vertex.hxx ++usr/include/opencascade/TopoDS_Vertex.lxx ++usr/include/opencascade/TopoDS_Wire.hxx ++usr/include/opencascade/TopoDS_Wire.lxx ++usr/include/opencascade/TransferBRep.hxx ++usr/include/opencascade/TransferBRep_BinderOfShape.hxx ++usr/include/opencascade/TransferBRep_HSequenceOfTransferResultInfo.hxx ++usr/include/opencascade/TransferBRep_OrientedShapeMapper.hxx ++usr/include/opencascade/TransferBRep_Reader.hxx ++usr/include/opencascade/TransferBRep_SequenceNodeOfSequenceOfTransferResultInfo.hxx ++usr/include/opencascade/TransferBRep_SequenceOfTransferResultInfo.hxx ++usr/include/opencascade/TransferBRep_ShapeBinder.hxx ++usr/include/opencascade/TransferBRep_ShapeInfo.hxx ++usr/include/opencascade/TransferBRep_ShapeListBinder.hxx ++usr/include/opencascade/TransferBRep_ShapeMapper.hxx ++usr/include/opencascade/TransferBRep_TransferResultInfo.hxx ++usr/include/opencascade/TransferBRep_TransferResultInfo.lxx ++usr/include/opencascade/Transfer_Actor.gxx ++usr/include/opencascade/Transfer_ActorDispatch.hxx ++usr/include/opencascade/Transfer_ActorOfFinderProcess.hxx ++usr/include/opencascade/Transfer_ActorOfProcessForFinder.hxx ++usr/include/opencascade/Transfer_ActorOfProcessForTransient.hxx ++usr/include/opencascade/Transfer_ActorOfTransientProcess.hxx ++usr/include/opencascade/Transfer_Binder.hxx ++usr/include/opencascade/Transfer_BinderOfTransientInteger.hxx ++usr/include/opencascade/Transfer_DataInfo.hxx ++usr/include/opencascade/Transfer_DispatchControl.hxx ++usr/include/opencascade/Transfer_FindHasher.hxx ++usr/include/opencascade/Transfer_Finder.hxx ++usr/include/opencascade/Transfer_FinderProcess.hxx ++usr/include/opencascade/Transfer_HSequenceOfBinder.hxx ++usr/include/opencascade/Transfer_HSequenceOfFinder.hxx ++usr/include/opencascade/Transfer_IndexedDataMapNodeOfTransferMapOfProcessForFinder.hxx ++usr/include/opencascade/Transfer_IndexedDataMapNodeOfTransferMapOfProcessForTransient.hxx ++usr/include/opencascade/Transfer_Iterator.gxx ++usr/include/opencascade/Transfer_IteratorOfProcessForFinder.hxx ++usr/include/opencascade/Transfer_IteratorOfProcessForTransient.hxx ++usr/include/opencascade/Transfer_MapContainer.hxx ++usr/include/opencascade/Transfer_Mapper.gxx ++usr/include/opencascade/Transfer_MultipleBinder.hxx ++usr/include/opencascade/Transfer_ProcessForFinder.hxx ++usr/include/opencascade/Transfer_ProcessForTransient.hxx ++usr/include/opencascade/Transfer_ResultFromModel.hxx ++usr/include/opencascade/Transfer_ResultFromTransient.hxx ++usr/include/opencascade/Transfer_SequenceNodeOfSequenceOfBinder.hxx ++usr/include/opencascade/Transfer_SequenceNodeOfSequenceOfFinder.hxx ++usr/include/opencascade/Transfer_SequenceOfBinder.hxx ++usr/include/opencascade/Transfer_SequenceOfFinder.hxx ++usr/include/opencascade/Transfer_SimpleBinder.gxx ++usr/include/opencascade/Transfer_SimpleBinderOfTransient.hxx ++usr/include/opencascade/Transfer_StatusExec.hxx ++usr/include/opencascade/Transfer_StatusResult.hxx ++usr/include/opencascade/Transfer_TransferDeadLoop.hxx ++usr/include/opencascade/Transfer_TransferDispatch.hxx ++usr/include/opencascade/Transfer_TransferFailure.hxx ++usr/include/opencascade/Transfer_TransferInput.hxx ++usr/include/opencascade/Transfer_TransferIterator.hxx ++usr/include/opencascade/Transfer_TransferMapOfProcessForFinder.hxx ++usr/include/opencascade/Transfer_TransferMapOfProcessForTransient.hxx ++usr/include/opencascade/Transfer_TransferOutput.hxx ++usr/include/opencascade/Transfer_TransferProcess.gxx ++usr/include/opencascade/Transfer_TransientListBinder.hxx ++usr/include/opencascade/Transfer_TransientMapper.hxx ++usr/include/opencascade/Transfer_TransientProcess.hxx ++usr/include/opencascade/Transfer_UndefMode.hxx ++usr/include/opencascade/Transfer_VoidBinder.hxx ++usr/include/opencascade/UnitsMethods.hxx ++usr/include/opencascade/XBRepMesh.hxx ++usr/include/opencascade/XSAlgo.hxx ++usr/include/opencascade/XSAlgo_AlgoContainer.hxx ++usr/include/opencascade/XSAlgo_AlgoContainer.lxx ++usr/include/opencascade/XSAlgo_Caller.hxx ++usr/include/opencascade/XSAlgo_ToolContainer.hxx ++usr/include/opencascade/XSControl.hxx ++usr/include/opencascade/XSControl_ConnectedShapes.hxx ++usr/include/opencascade/XSControl_Controller.hxx ++usr/include/opencascade/XSControl_FuncShape.hxx ++usr/include/opencascade/XSControl_Functions.hxx ++usr/include/opencascade/XSControl_Reader.hxx ++usr/include/opencascade/XSControl_SelectForTransfer.hxx ++usr/include/opencascade/XSControl_SignTransferStatus.hxx ++usr/include/opencascade/XSControl_TransferReader.hxx ++usr/include/opencascade/XSControl_TransferWriter.hxx ++usr/include/opencascade/XSControl_Utils.hxx ++usr/include/opencascade/XSControl_Vars.hxx ++usr/include/opencascade/XSControl_WorkSession.hxx ++usr/include/opencascade/XSControl_Writer.hxx ++usr/include/opencascade/gce_ErrorType.hxx ++usr/include/opencascade/gce_MakeCirc.hxx ++usr/include/opencascade/gce_MakeCirc2d.hxx ++usr/include/opencascade/gce_MakeCone.hxx ++usr/include/opencascade/gce_MakeCylinder.hxx ++usr/include/opencascade/gce_MakeDir.hxx ++usr/include/opencascade/gce_MakeDir2d.hxx ++usr/include/opencascade/gce_MakeElips.hxx ++usr/include/opencascade/gce_MakeElips2d.hxx ++usr/include/opencascade/gce_MakeHypr.hxx ++usr/include/opencascade/gce_MakeHypr2d.hxx ++usr/include/opencascade/gce_MakeLin.hxx ++usr/include/opencascade/gce_MakeLin2d.hxx ++usr/include/opencascade/gce_MakeMirror.hxx ++usr/include/opencascade/gce_MakeMirror2d.hxx ++usr/include/opencascade/gce_MakeParab.hxx ++usr/include/opencascade/gce_MakeParab2d.hxx ++usr/include/opencascade/gce_MakePln.hxx ++usr/include/opencascade/gce_MakeRotation.hxx ++usr/include/opencascade/gce_MakeRotation2d.hxx ++usr/include/opencascade/gce_MakeScale.hxx ++usr/include/opencascade/gce_MakeScale2d.hxx ++usr/include/opencascade/gce_MakeTranslation.hxx ++usr/include/opencascade/gce_MakeTranslation2d.hxx ++usr/include/opencascade/gce_Root.hxx ++usr/include/opencascade/gce_Root.lxx ++usr/include/opencascade/igesread.h ++usr/include/opencascade/step.tab.h diff --cc debian/libopencascade-ocaf-6.5.0.install index 000000000,000000000..85222dcba new file mode 100644 --- /dev/null +++ b/debian/libopencascade-ocaf-6.5.0.install @@@ -1,0 -1,0 +1,23 @@@ ++# See ros/adm/make/Makefile.am ++# ApplicationFramework_PKGS = TKCDF PTKernel TKLCAF FWOSPlugin TKPShape TKCAF TKBinL TKXmlL TKPLCAF TKTObj TKShapeSchema TKBin TKXml TKPCAF TKBinTObj TKXmlTObj TKStdLSchema TKStdSchema ++# It is split into ocaf-lite (no dependency on X11) and ocaf (all others) ++usr/lib/libTKCAF-*.so ++usr/lib/libTKBin-*.so ++usr/lib/libTKXml-*.so ++usr/lib/libTKPCAF-*.so ++usr/lib/libTKBinTObj-*.so ++usr/lib/libTKXmlTObj-*.so ++usr/lib/libTKStdSchema-*.so ++ ++# DataExchange_PKGS = TKVRML TKXCAF TKSTL TKXSBase TKXCAFSchema TKXmlXCAF TKBinXCAF TKSTEPBase TKIGES TKSTEPAttr TKSTEP209 TKXDEIGES TKSTEP TKXDESTEP ++# Packages not depending on X11 are put into modeling, others into ocaf. ++usr/lib/libTKXCAF-*.so ++usr/lib/libTKXCAFSchema-*.so ++usr/lib/libTKXmlXCAF-*.so ++usr/lib/libTKBinXCAF-*.so ++usr/lib/libTKXDEIGES-*.so ++usr/lib/libTKXDESTEP-*.so ++ ++usr/share/opencascade/6.5.0/src/XSTEPResource/* ++usr/share/opencascade/6.5.0/src/XmlOcafResource/* ++ diff --cc debian/libopencascade-ocaf-6.5.0.lintian-overrides index 000000000,000000000..3e38b0a55 new file mode 100644 --- /dev/null +++ b/debian/libopencascade-ocaf-6.5.0.lintian-overrides @@@ -1,0 -1,0 +1,3 @@@ ++# this package contains a bunch of libraries and can thus not be named properly ++package-name-doesnt-match-sonames ++ diff --cc debian/libopencascade-ocaf-dev.install index 000000000,000000000..3b9865dbd new file mode 100644 --- /dev/null +++ b/debian/libopencascade-ocaf-dev.install @@@ -1,0 -1,0 +1,723 @@@ ++# PACKAGES = TKCAF TKBin TKXml TKPCAF TKBinTObj TKXmlTObj TKStdSchema TKXCAF TKXCAFSchema TKXmlXCAF TKBinXCAF TKXDEIGES TKXDESTEP ++# ++# See ros/adm/make/Makefile.am ++# ApplicationFramework_PKGS = TKCDF PTKernel TKLCAF FWOSPlugin TKPShape TKCAF TKBinL TKXmlL TKPLCAF TKTObj TKShapeSchema TKBin TKXml TKPCAF TKBinTObj TKXmlTObj TKStdLSchema TKStdSchema ++# It is split into ocaf-lite (no dependency on X11) and ocaf (all others) ++usr/lib/libTKCAF.so ++usr/lib/libTKBin.so ++usr/lib/libTKXml.so ++usr/lib/libTKPCAF.so ++usr/lib/libTKBinTObj.so ++usr/lib/libTKXmlTObj.so ++usr/lib/libTKStdSchema.so ++ ++# DataExchange_PKGS = TKVRML TKXCAF TKSTL TKXSBase TKXCAFSchema TKXmlXCAF TKBinXCAF TKSTEPBase TKIGES TKSTEPAttr TKSTEP209 TKXDEIGES TKSTEP TKXDESTEP ++# Packages not depending on X11 are put into modeling, others into ocaf. ++usr/lib/libTKXCAF.so ++usr/lib/libTKXCAFSchema.so ++usr/lib/libTKXmlXCAF.so ++usr/lib/libTKBinXCAF.so ++usr/lib/libTKXDEIGES.so ++usr/lib/libTKXDESTEP.so ++ ++# for p in TKCAF TKBin TKXml TKPCAF TKBinTObj TKXmlTObj TKStdSchema TKXCAF TKXCAFSchema TKXmlXCAF TKBinXCAF TKXDEIGES TKXDESTEP; do for f in $(cat ros/src/$p/PACKAGES); do grep pubinclude ros/drv/$f/.adm/$f.files; done; done | sed -e 's,pubinclude ,usr/include/opencascade/,' | LC_ALL=C sort -u ++usr/include/opencascade/AppStd_Application.hxx ++usr/include/opencascade/BinDrivers.hxx ++usr/include/opencascade/BinDrivers_DocumentRetrievalDriver.hxx ++usr/include/opencascade/BinDrivers_DocumentStorageDriver.hxx ++usr/include/opencascade/BinDrivers_Marker.hxx ++usr/include/opencascade/BinMDataXtd.hxx ++usr/include/opencascade/BinMDataXtd_AxisDriver.hxx ++usr/include/opencascade/BinMDataXtd_ConstraintDriver.hxx ++usr/include/opencascade/BinMDataXtd_GeometryDriver.hxx ++usr/include/opencascade/BinMDataXtd_PatternStdDriver.hxx ++usr/include/opencascade/BinMDataXtd_PlacementDriver.hxx ++usr/include/opencascade/BinMDataXtd_PlaneDriver.hxx ++usr/include/opencascade/BinMDataXtd_PointDriver.hxx ++usr/include/opencascade/BinMDataXtd_ShapeDriver.hxx ++usr/include/opencascade/BinMNaming.hxx ++usr/include/opencascade/BinMNaming_NamedShapeDriver.hxx ++usr/include/opencascade/BinMNaming_NamedShapeDriver.lxx ++usr/include/opencascade/BinMNaming_NamingDriver.hxx ++usr/include/opencascade/BinMPrsStd.hxx ++usr/include/opencascade/BinMPrsStd_AISPresentationDriver.hxx ++usr/include/opencascade/BinMPrsStd_PositionDriver.hxx ++usr/include/opencascade/BinMXCAFDoc.hxx ++usr/include/opencascade/BinMXCAFDoc_AreaDriver.hxx ++usr/include/opencascade/BinMXCAFDoc_CentroidDriver.hxx ++usr/include/opencascade/BinMXCAFDoc_ColorDriver.hxx ++usr/include/opencascade/BinMXCAFDoc_ColorToolDriver.hxx ++usr/include/opencascade/BinMXCAFDoc_DatumDriver.hxx ++usr/include/opencascade/BinMXCAFDoc_DimTolDriver.hxx ++usr/include/opencascade/BinMXCAFDoc_DimTolToolDriver.hxx ++usr/include/opencascade/BinMXCAFDoc_DocumentToolDriver.hxx ++usr/include/opencascade/BinMXCAFDoc_GraphNodeDriver.hxx ++usr/include/opencascade/BinMXCAFDoc_LayerToolDriver.hxx ++usr/include/opencascade/BinMXCAFDoc_LocationDriver.hxx ++usr/include/opencascade/BinMXCAFDoc_LocationDriver.lxx ++usr/include/opencascade/BinMXCAFDoc_MaterialDriver.hxx ++usr/include/opencascade/BinMXCAFDoc_MaterialToolDriver.hxx ++usr/include/opencascade/BinMXCAFDoc_ShapeToolDriver.hxx ++usr/include/opencascade/BinMXCAFDoc_VolumeDriver.hxx ++usr/include/opencascade/BinTObjDrivers.hxx ++usr/include/opencascade/BinTObjDrivers_DocumentRetrievalDriver.hxx ++usr/include/opencascade/BinTObjDrivers_DocumentStorageDriver.hxx ++usr/include/opencascade/BinTObjDrivers_IntSparseArrayDriver.hxx ++usr/include/opencascade/BinTObjDrivers_ModelDriver.hxx ++usr/include/opencascade/BinTObjDrivers_ObjectDriver.hxx ++usr/include/opencascade/BinTObjDrivers_ReferenceDriver.hxx ++usr/include/opencascade/BinTObjDrivers_XYZDriver.hxx ++usr/include/opencascade/BinTools.hxx ++usr/include/opencascade/BinTools_Curve2dSet.hxx ++usr/include/opencascade/BinTools_CurveSet.hxx ++usr/include/opencascade/BinTools_LocationSet.hxx ++usr/include/opencascade/BinTools_LocationSetPtr.hxx ++usr/include/opencascade/BinTools_ShapeSet.hxx ++usr/include/opencascade/BinTools_SurfaceSet.hxx ++usr/include/opencascade/BinXCAFDrivers.hxx ++usr/include/opencascade/BinXCAFDrivers_DocumentRetrievalDriver.hxx ++usr/include/opencascade/BinXCAFDrivers_DocumentStorageDriver.hxx ++usr/include/opencascade/Handle_AppStd_Application.hxx ++usr/include/opencascade/Handle_BinDrivers_DocumentRetrievalDriver.hxx ++usr/include/opencascade/Handle_BinDrivers_DocumentStorageDriver.hxx ++usr/include/opencascade/Handle_BinMDataXtd_AxisDriver.hxx ++usr/include/opencascade/Handle_BinMDataXtd_ConstraintDriver.hxx ++usr/include/opencascade/Handle_BinMDataXtd_GeometryDriver.hxx ++usr/include/opencascade/Handle_BinMDataXtd_PatternStdDriver.hxx ++usr/include/opencascade/Handle_BinMDataXtd_PlacementDriver.hxx ++usr/include/opencascade/Handle_BinMDataXtd_PlaneDriver.hxx ++usr/include/opencascade/Handle_BinMDataXtd_PointDriver.hxx ++usr/include/opencascade/Handle_BinMDataXtd_ShapeDriver.hxx ++usr/include/opencascade/Handle_BinMNaming_NamedShapeDriver.hxx ++usr/include/opencascade/Handle_BinMNaming_NamingDriver.hxx ++usr/include/opencascade/Handle_BinMPrsStd_AISPresentationDriver.hxx ++usr/include/opencascade/Handle_BinMPrsStd_PositionDriver.hxx ++usr/include/opencascade/Handle_BinMXCAFDoc_AreaDriver.hxx ++usr/include/opencascade/Handle_BinMXCAFDoc_CentroidDriver.hxx ++usr/include/opencascade/Handle_BinMXCAFDoc_ColorDriver.hxx ++usr/include/opencascade/Handle_BinMXCAFDoc_ColorToolDriver.hxx ++usr/include/opencascade/Handle_BinMXCAFDoc_DatumDriver.hxx ++usr/include/opencascade/Handle_BinMXCAFDoc_DimTolDriver.hxx ++usr/include/opencascade/Handle_BinMXCAFDoc_DimTolToolDriver.hxx ++usr/include/opencascade/Handle_BinMXCAFDoc_DocumentToolDriver.hxx ++usr/include/opencascade/Handle_BinMXCAFDoc_GraphNodeDriver.hxx ++usr/include/opencascade/Handle_BinMXCAFDoc_LayerToolDriver.hxx ++usr/include/opencascade/Handle_BinMXCAFDoc_LocationDriver.hxx ++usr/include/opencascade/Handle_BinMXCAFDoc_MaterialDriver.hxx ++usr/include/opencascade/Handle_BinMXCAFDoc_MaterialToolDriver.hxx ++usr/include/opencascade/Handle_BinMXCAFDoc_ShapeToolDriver.hxx ++usr/include/opencascade/Handle_BinMXCAFDoc_VolumeDriver.hxx ++usr/include/opencascade/Handle_BinXCAFDrivers_DocumentRetrievalDriver.hxx ++usr/include/opencascade/Handle_BinXCAFDrivers_DocumentStorageDriver.hxx ++usr/include/opencascade/Handle_MDataXtd_AxisRetrievalDriver.hxx ++usr/include/opencascade/Handle_MDataXtd_AxisStorageDriver.hxx ++usr/include/opencascade/Handle_MDataXtd_ConstraintRetrievalDriver.hxx ++usr/include/opencascade/Handle_MDataXtd_ConstraintStorageDriver.hxx ++usr/include/opencascade/Handle_MDataXtd_GeometryRetrievalDriver.hxx ++usr/include/opencascade/Handle_MDataXtd_GeometryStorageDriver.hxx ++usr/include/opencascade/Handle_MDataXtd_PatternStdRetrievalDriver.hxx ++usr/include/opencascade/Handle_MDataXtd_PatternStdStorageDriver.hxx ++usr/include/opencascade/Handle_MDataXtd_PlacementRetrievalDriver.hxx ++usr/include/opencascade/Handle_MDataXtd_PlacementStorageDriver.hxx ++usr/include/opencascade/Handle_MDataXtd_PlaneRetrievalDriver.hxx ++usr/include/opencascade/Handle_MDataXtd_PlaneStorageDriver.hxx ++usr/include/opencascade/Handle_MDataXtd_PointRetrievalDriver.hxx ++usr/include/opencascade/Handle_MDataXtd_PointStorageDriver.hxx ++usr/include/opencascade/Handle_MDataXtd_ShapeRetrievalDriver.hxx ++usr/include/opencascade/Handle_MDataXtd_ShapeStorageDriver.hxx ++usr/include/opencascade/Handle_MNaming_NamedShapeRetrievalDriver.hxx ++usr/include/opencascade/Handle_MNaming_NamedShapeStorageDriver.hxx ++usr/include/opencascade/Handle_MNaming_NamingRetrievalDriver.hxx ++usr/include/opencascade/Handle_MNaming_NamingRetrievalDriver_1.hxx ++usr/include/opencascade/Handle_MNaming_NamingStorageDriver.hxx ++usr/include/opencascade/Handle_MPrsStd_AISPresentationRetrievalDriver.hxx ++usr/include/opencascade/Handle_MPrsStd_AISPresentationRetrievalDriver_1.hxx ++usr/include/opencascade/Handle_MPrsStd_AISPresentationStorageDriver.hxx ++usr/include/opencascade/Handle_MPrsStd_PositionRetrievalDriver.hxx ++usr/include/opencascade/Handle_MPrsStd_PositionStorageDriver.hxx ++usr/include/opencascade/Handle_MXCAFDoc_AreaRetrievalDriver.hxx ++usr/include/opencascade/Handle_MXCAFDoc_AreaStorageDriver.hxx ++usr/include/opencascade/Handle_MXCAFDoc_CentroidRetrievalDriver.hxx ++usr/include/opencascade/Handle_MXCAFDoc_CentroidStorageDriver.hxx ++usr/include/opencascade/Handle_MXCAFDoc_ColorRetrievalDriver.hxx ++usr/include/opencascade/Handle_MXCAFDoc_ColorStorageDriver.hxx ++usr/include/opencascade/Handle_MXCAFDoc_ColorToolRetrievalDriver.hxx ++usr/include/opencascade/Handle_MXCAFDoc_ColorToolStorageDriver.hxx ++usr/include/opencascade/Handle_MXCAFDoc_DatumRetrievalDriver.hxx ++usr/include/opencascade/Handle_MXCAFDoc_DatumStorageDriver.hxx ++usr/include/opencascade/Handle_MXCAFDoc_DimTolRetrievalDriver.hxx ++usr/include/opencascade/Handle_MXCAFDoc_DimTolStorageDriver.hxx ++usr/include/opencascade/Handle_MXCAFDoc_DimTolToolRetrievalDriver.hxx ++usr/include/opencascade/Handle_MXCAFDoc_DimTolToolStorageDriver.hxx ++usr/include/opencascade/Handle_MXCAFDoc_DocumentToolRetrievalDriver.hxx ++usr/include/opencascade/Handle_MXCAFDoc_DocumentToolStorageDriver.hxx ++usr/include/opencascade/Handle_MXCAFDoc_GraphNodeRetrievalDriver.hxx ++usr/include/opencascade/Handle_MXCAFDoc_GraphNodeStorageDriver.hxx ++usr/include/opencascade/Handle_MXCAFDoc_LayerToolRetrievalDriver.hxx ++usr/include/opencascade/Handle_MXCAFDoc_LayerToolStorageDriver.hxx ++usr/include/opencascade/Handle_MXCAFDoc_LocationRetrievalDriver.hxx ++usr/include/opencascade/Handle_MXCAFDoc_LocationStorageDriver.hxx ++usr/include/opencascade/Handle_MXCAFDoc_MaterialRetrievalDriver.hxx ++usr/include/opencascade/Handle_MXCAFDoc_MaterialStorageDriver.hxx ++usr/include/opencascade/Handle_MXCAFDoc_MaterialToolRetrievalDriver.hxx ++usr/include/opencascade/Handle_MXCAFDoc_MaterialToolStorageDriver.hxx ++usr/include/opencascade/Handle_MXCAFDoc_ShapeToolRetrievalDriver.hxx ++usr/include/opencascade/Handle_MXCAFDoc_ShapeToolStorageDriver.hxx ++usr/include/opencascade/Handle_MXCAFDoc_VolumeRetrievalDriver.hxx ++usr/include/opencascade/Handle_MXCAFDoc_VolumeStorageDriver.hxx ++usr/include/opencascade/Handle_PDataXtd_Axis.hxx ++usr/include/opencascade/Handle_PDataXtd_Constraint.hxx ++usr/include/opencascade/Handle_PDataXtd_Geometry.hxx ++usr/include/opencascade/Handle_PDataXtd_PatternStd.hxx ++usr/include/opencascade/Handle_PDataXtd_Placement.hxx ++usr/include/opencascade/Handle_PDataXtd_Plane.hxx ++usr/include/opencascade/Handle_PDataXtd_Point.hxx ++usr/include/opencascade/Handle_PDataXtd_Position.hxx ++usr/include/opencascade/Handle_PDataXtd_Shape.hxx ++usr/include/opencascade/Handle_PNaming_HArray1OfNamedShape.hxx ++usr/include/opencascade/Handle_PNaming_Name.hxx ++usr/include/opencascade/Handle_PNaming_Name_1.hxx ++usr/include/opencascade/Handle_PNaming_NamedShape.hxx ++usr/include/opencascade/Handle_PNaming_Naming.hxx ++usr/include/opencascade/Handle_PNaming_Naming_1.hxx ++usr/include/opencascade/Handle_PNaming_VArrayNodeOfFieldOfHArray1OfNamedShape.hxx ++usr/include/opencascade/Handle_PPrsStd_AISPresentation.hxx ++usr/include/opencascade/Handle_PPrsStd_AISPresentation_1.hxx ++usr/include/opencascade/Handle_PXCAFDoc_Area.hxx ++usr/include/opencascade/Handle_PXCAFDoc_Centroid.hxx ++usr/include/opencascade/Handle_PXCAFDoc_Color.hxx ++usr/include/opencascade/Handle_PXCAFDoc_ColorTool.hxx ++usr/include/opencascade/Handle_PXCAFDoc_Datum.hxx ++usr/include/opencascade/Handle_PXCAFDoc_DimTol.hxx ++usr/include/opencascade/Handle_PXCAFDoc_DimTolTool.hxx ++usr/include/opencascade/Handle_PXCAFDoc_DocumentTool.hxx ++usr/include/opencascade/Handle_PXCAFDoc_GraphNode.hxx ++usr/include/opencascade/Handle_PXCAFDoc_GraphNodeSequence.hxx ++usr/include/opencascade/Handle_PXCAFDoc_LayerTool.hxx ++usr/include/opencascade/Handle_PXCAFDoc_Location.hxx ++usr/include/opencascade/Handle_PXCAFDoc_Material.hxx ++usr/include/opencascade/Handle_PXCAFDoc_MaterialTool.hxx ++usr/include/opencascade/Handle_PXCAFDoc_SeqNodeOfGraphNodeSequence.hxx ++usr/include/opencascade/Handle_PXCAFDoc_ShapeTool.hxx ++usr/include/opencascade/Handle_PXCAFDoc_Volume.hxx ++usr/include/opencascade/Handle_STEPCAFControl_ActorWrite.hxx ++usr/include/opencascade/Handle_STEPCAFControl_Controller.hxx ++usr/include/opencascade/Handle_STEPCAFControl_DataMapNodeOfDataMapOfLabelExternFile.hxx ++usr/include/opencascade/Handle_STEPCAFControl_DataMapNodeOfDataMapOfLabelShape.hxx ++usr/include/opencascade/Handle_STEPCAFControl_DataMapNodeOfDataMapOfPDExternFile.hxx ++usr/include/opencascade/Handle_STEPCAFControl_DataMapNodeOfDataMapOfSDRExternFile.hxx ++usr/include/opencascade/Handle_STEPCAFControl_DataMapNodeOfDataMapOfShapePD.hxx ++usr/include/opencascade/Handle_STEPCAFControl_DataMapNodeOfDataMapOfShapeSDR.hxx ++usr/include/opencascade/Handle_STEPCAFControl_DictionaryOfExternFile.hxx ++usr/include/opencascade/Handle_STEPCAFControl_ExternFile.hxx ++usr/include/opencascade/Handle_STEPCAFControl_StackItemOfDictionaryOfExternFile.hxx ++usr/include/opencascade/Handle_StdDrivers_DocumentRetrievalDriver.hxx ++usr/include/opencascade/Handle_StdDrivers_DocumentStorageDriver.hxx ++usr/include/opencascade/Handle_TDataXtd_Axis.hxx ++usr/include/opencascade/Handle_TDataXtd_Constraint.hxx ++usr/include/opencascade/Handle_TDataXtd_Geometry.hxx ++usr/include/opencascade/Handle_TDataXtd_HArray1OfTrsf.hxx ++usr/include/opencascade/Handle_TDataXtd_Pattern.hxx ++usr/include/opencascade/Handle_TDataXtd_PatternStd.hxx ++usr/include/opencascade/Handle_TDataXtd_Placement.hxx ++usr/include/opencascade/Handle_TDataXtd_Plane.hxx ++usr/include/opencascade/Handle_TDataXtd_Point.hxx ++usr/include/opencascade/Handle_TDataXtd_Position.hxx ++usr/include/opencascade/Handle_TDataXtd_Shape.hxx ++usr/include/opencascade/Handle_TNaming_DataMapNodeOfDataMapOfShapePtrRefShape.hxx ++usr/include/opencascade/Handle_TNaming_DataMapNodeOfDataMapOfShapeShapesSet.hxx ++usr/include/opencascade/Handle_TNaming_DeltaOnModification.hxx ++usr/include/opencascade/Handle_TNaming_DeltaOnRemoval.hxx ++usr/include/opencascade/Handle_TNaming_ListNodeOfListOfIndexedDataMapOfShapeListOfShape.hxx ++usr/include/opencascade/Handle_TNaming_ListNodeOfListOfMapOfShape.hxx ++usr/include/opencascade/Handle_TNaming_ListNodeOfListOfNamedShape.hxx ++usr/include/opencascade/Handle_TNaming_NamedShape.hxx ++usr/include/opencascade/Handle_TNaming_Naming.hxx ++usr/include/opencascade/Handle_TNaming_StdMapNodeOfMapOfNamedShape.hxx ++usr/include/opencascade/Handle_TNaming_TranslateTool.hxx ++usr/include/opencascade/Handle_TNaming_UsedShapes.hxx ++usr/include/opencascade/Handle_TPrsStd_AISPresentation.hxx ++usr/include/opencascade/Handle_TPrsStd_AISViewer.hxx ++usr/include/opencascade/Handle_TPrsStd_AxisDriver.hxx ++usr/include/opencascade/Handle_TPrsStd_ConstraintDriver.hxx ++usr/include/opencascade/Handle_TPrsStd_DataMapNodeOfDataMapOfGUIDDriver.hxx ++usr/include/opencascade/Handle_TPrsStd_Driver.hxx ++usr/include/opencascade/Handle_TPrsStd_DriverTable.hxx ++usr/include/opencascade/Handle_TPrsStd_GeometryDriver.hxx ++usr/include/opencascade/Handle_TPrsStd_NamedShapeDriver.hxx ++usr/include/opencascade/Handle_TPrsStd_PlaneDriver.hxx ++usr/include/opencascade/Handle_TPrsStd_PointDriver.hxx ++usr/include/opencascade/Handle_XCAFApp_Application.hxx ++usr/include/opencascade/Handle_XCAFDoc_Area.hxx ++usr/include/opencascade/Handle_XCAFDoc_Centroid.hxx ++usr/include/opencascade/Handle_XCAFDoc_Color.hxx ++usr/include/opencascade/Handle_XCAFDoc_ColorTool.hxx ++usr/include/opencascade/Handle_XCAFDoc_DataMapNodeOfDataMapOfShapeLabel.hxx ++usr/include/opencascade/Handle_XCAFDoc_Datum.hxx ++usr/include/opencascade/Handle_XCAFDoc_DimTol.hxx ++usr/include/opencascade/Handle_XCAFDoc_DimTolTool.hxx ++usr/include/opencascade/Handle_XCAFDoc_DocumentTool.hxx ++usr/include/opencascade/Handle_XCAFDoc_GraphNode.hxx ++usr/include/opencascade/Handle_XCAFDoc_LayerTool.hxx ++usr/include/opencascade/Handle_XCAFDoc_Location.hxx ++usr/include/opencascade/Handle_XCAFDoc_Material.hxx ++usr/include/opencascade/Handle_XCAFDoc_MaterialTool.hxx ++usr/include/opencascade/Handle_XCAFDoc_SequenceNodeOfGraphNodeSequence.hxx ++usr/include/opencascade/Handle_XCAFDoc_ShapeMapTool.hxx ++usr/include/opencascade/Handle_XCAFDoc_ShapeTool.hxx ++usr/include/opencascade/Handle_XCAFDoc_Volume.hxx ++usr/include/opencascade/Handle_XCAFDrivers_DocumentRetrievalDriver.hxx ++usr/include/opencascade/Handle_XCAFDrivers_DocumentStorageDriver.hxx ++usr/include/opencascade/Handle_XCAFPrs_AISObject.hxx ++usr/include/opencascade/Handle_XCAFPrs_DataMapNodeOfDataMapOfShapeStyle.hxx ++usr/include/opencascade/Handle_XCAFPrs_DataMapNodeOfDataMapOfStyleShape.hxx ++usr/include/opencascade/Handle_XCAFPrs_DataMapNodeOfDataMapOfStyleTransient.hxx ++usr/include/opencascade/Handle_XCAFPrs_Driver.hxx ++usr/include/opencascade/Handle_XmlDrivers_DocumentRetrievalDriver.hxx ++usr/include/opencascade/Handle_XmlDrivers_DocumentStorageDriver.hxx ++usr/include/opencascade/Handle_XmlMDataXtd_AxisDriver.hxx ++usr/include/opencascade/Handle_XmlMDataXtd_ConstraintDriver.hxx ++usr/include/opencascade/Handle_XmlMDataXtd_GeometryDriver.hxx ++usr/include/opencascade/Handle_XmlMDataXtd_PatternStdDriver.hxx ++usr/include/opencascade/Handle_XmlMDataXtd_PlacementDriver.hxx ++usr/include/opencascade/Handle_XmlMDataXtd_PlaneDriver.hxx ++usr/include/opencascade/Handle_XmlMDataXtd_PointDriver.hxx ++usr/include/opencascade/Handle_XmlMDataXtd_ShapeDriver.hxx ++usr/include/opencascade/Handle_XmlMNaming_NamedShapeDriver.hxx ++usr/include/opencascade/Handle_XmlMNaming_NamingDriver.hxx ++usr/include/opencascade/Handle_XmlMPrsStd_AISPresentationDriver.hxx ++usr/include/opencascade/Handle_XmlMPrsStd_PositionDriver.hxx ++usr/include/opencascade/Handle_XmlMXCAFDoc_AreaDriver.hxx ++usr/include/opencascade/Handle_XmlMXCAFDoc_CentroidDriver.hxx ++usr/include/opencascade/Handle_XmlMXCAFDoc_ColorDriver.hxx ++usr/include/opencascade/Handle_XmlMXCAFDoc_ColorToolDriver.hxx ++usr/include/opencascade/Handle_XmlMXCAFDoc_DatumDriver.hxx ++usr/include/opencascade/Handle_XmlMXCAFDoc_DimTolDriver.hxx ++usr/include/opencascade/Handle_XmlMXCAFDoc_DimTolToolDriver.hxx ++usr/include/opencascade/Handle_XmlMXCAFDoc_DocumentToolDriver.hxx ++usr/include/opencascade/Handle_XmlMXCAFDoc_GraphNodeDriver.hxx ++usr/include/opencascade/Handle_XmlMXCAFDoc_LayerToolDriver.hxx ++usr/include/opencascade/Handle_XmlMXCAFDoc_LocationDriver.hxx ++usr/include/opencascade/Handle_XmlMXCAFDoc_MaterialDriver.hxx ++usr/include/opencascade/Handle_XmlMXCAFDoc_MaterialToolDriver.hxx ++usr/include/opencascade/Handle_XmlMXCAFDoc_ShapeToolDriver.hxx ++usr/include/opencascade/Handle_XmlMXCAFDoc_VolumeDriver.hxx ++usr/include/opencascade/Handle_XmlXCAFDrivers_DocumentRetrievalDriver.hxx ++usr/include/opencascade/Handle_XmlXCAFDrivers_DocumentStorageDriver.hxx ++usr/include/opencascade/IGESCAFControl.hxx ++usr/include/opencascade/IGESCAFControl_Reader.hxx ++usr/include/opencascade/IGESCAFControl_Writer.hxx ++usr/include/opencascade/MDataXtd.hxx ++usr/include/opencascade/MDataXtd_AxisRetrievalDriver.hxx ++usr/include/opencascade/MDataXtd_AxisStorageDriver.hxx ++usr/include/opencascade/MDataXtd_ConstraintRetrievalDriver.hxx ++usr/include/opencascade/MDataXtd_ConstraintStorageDriver.hxx ++usr/include/opencascade/MDataXtd_GeometryRetrievalDriver.hxx ++usr/include/opencascade/MDataXtd_GeometryStorageDriver.hxx ++usr/include/opencascade/MDataXtd_PatternStdRetrievalDriver.hxx ++usr/include/opencascade/MDataXtd_PatternStdStorageDriver.hxx ++usr/include/opencascade/MDataXtd_PlacementRetrievalDriver.hxx ++usr/include/opencascade/MDataXtd_PlacementStorageDriver.hxx ++usr/include/opencascade/MDataXtd_PlaneRetrievalDriver.hxx ++usr/include/opencascade/MDataXtd_PlaneStorageDriver.hxx ++usr/include/opencascade/MDataXtd_PointRetrievalDriver.hxx ++usr/include/opencascade/MDataXtd_PointStorageDriver.hxx ++usr/include/opencascade/MDataXtd_ShapeRetrievalDriver.hxx ++usr/include/opencascade/MDataXtd_ShapeStorageDriver.hxx ++usr/include/opencascade/MNaming.hxx ++usr/include/opencascade/MNaming_NamedShapeRetrievalDriver.hxx ++usr/include/opencascade/MNaming_NamedShapeStorageDriver.hxx ++usr/include/opencascade/MNaming_NamingRetrievalDriver.hxx ++usr/include/opencascade/MNaming_NamingRetrievalDriver_1.hxx ++usr/include/opencascade/MNaming_NamingStorageDriver.hxx ++usr/include/opencascade/MPrsStd.hxx ++usr/include/opencascade/MPrsStd_AISPresentationRetrievalDriver.hxx ++usr/include/opencascade/MPrsStd_AISPresentationRetrievalDriver_1.hxx ++usr/include/opencascade/MPrsStd_AISPresentationStorageDriver.hxx ++usr/include/opencascade/MPrsStd_PositionRetrievalDriver.hxx ++usr/include/opencascade/MPrsStd_PositionStorageDriver.hxx ++usr/include/opencascade/MXCAFDoc.hxx ++usr/include/opencascade/MXCAFDoc_AreaRetrievalDriver.hxx ++usr/include/opencascade/MXCAFDoc_AreaStorageDriver.hxx ++usr/include/opencascade/MXCAFDoc_CentroidRetrievalDriver.hxx ++usr/include/opencascade/MXCAFDoc_CentroidStorageDriver.hxx ++usr/include/opencascade/MXCAFDoc_ColorRetrievalDriver.hxx ++usr/include/opencascade/MXCAFDoc_ColorStorageDriver.hxx ++usr/include/opencascade/MXCAFDoc_ColorToolRetrievalDriver.hxx ++usr/include/opencascade/MXCAFDoc_ColorToolStorageDriver.hxx ++usr/include/opencascade/MXCAFDoc_DatumRetrievalDriver.hxx ++usr/include/opencascade/MXCAFDoc_DatumStorageDriver.hxx ++usr/include/opencascade/MXCAFDoc_DimTolRetrievalDriver.hxx ++usr/include/opencascade/MXCAFDoc_DimTolStorageDriver.hxx ++usr/include/opencascade/MXCAFDoc_DimTolToolRetrievalDriver.hxx ++usr/include/opencascade/MXCAFDoc_DimTolToolStorageDriver.hxx ++usr/include/opencascade/MXCAFDoc_DocumentToolRetrievalDriver.hxx ++usr/include/opencascade/MXCAFDoc_DocumentToolStorageDriver.hxx ++usr/include/opencascade/MXCAFDoc_GraphNodeRetrievalDriver.hxx ++usr/include/opencascade/MXCAFDoc_GraphNodeStorageDriver.hxx ++usr/include/opencascade/MXCAFDoc_LayerToolRetrievalDriver.hxx ++usr/include/opencascade/MXCAFDoc_LayerToolStorageDriver.hxx ++usr/include/opencascade/MXCAFDoc_LocationRetrievalDriver.hxx ++usr/include/opencascade/MXCAFDoc_LocationStorageDriver.hxx ++usr/include/opencascade/MXCAFDoc_MaterialRetrievalDriver.hxx ++usr/include/opencascade/MXCAFDoc_MaterialStorageDriver.hxx ++usr/include/opencascade/MXCAFDoc_MaterialToolRetrievalDriver.hxx ++usr/include/opencascade/MXCAFDoc_MaterialToolStorageDriver.hxx ++usr/include/opencascade/MXCAFDoc_ShapeToolRetrievalDriver.hxx ++usr/include/opencascade/MXCAFDoc_ShapeToolStorageDriver.hxx ++usr/include/opencascade/MXCAFDoc_VolumeRetrievalDriver.hxx ++usr/include/opencascade/MXCAFDoc_VolumeStorageDriver.hxx ++usr/include/opencascade/PDataXtd_Axis.hxx ++usr/include/opencascade/PDataXtd_Constraint.hxx ++usr/include/opencascade/PDataXtd_Geometry.hxx ++usr/include/opencascade/PDataXtd_PatternStd.hxx ++usr/include/opencascade/PDataXtd_PatternStd.lxx ++usr/include/opencascade/PDataXtd_Placement.hxx ++usr/include/opencascade/PDataXtd_Plane.hxx ++usr/include/opencascade/PDataXtd_Point.hxx ++usr/include/opencascade/PDataXtd_Position.hxx ++usr/include/opencascade/PDataXtd_Position.lxx ++usr/include/opencascade/PDataXtd_Shape.hxx ++usr/include/opencascade/PNaming_FieldOfHArray1OfNamedShape.hxx ++usr/include/opencascade/PNaming_HArray1OfNamedShape.hxx ++usr/include/opencascade/PNaming_Name.hxx ++usr/include/opencascade/PNaming_Name.lxx ++usr/include/opencascade/PNaming_Name_1.hxx ++usr/include/opencascade/PNaming_Name_1.lxx ++usr/include/opencascade/PNaming_NamedShape.hxx ++usr/include/opencascade/PNaming_Naming.hxx ++usr/include/opencascade/PNaming_Naming_1.hxx ++usr/include/opencascade/PNaming_VArrayNodeOfFieldOfHArray1OfNamedShape.hxx ++usr/include/opencascade/PNaming_VArrayTNodeOfFieldOfHArray1OfNamedShape.hxx ++usr/include/opencascade/PPrsStd_AISPresentation.hxx ++usr/include/opencascade/PPrsStd_AISPresentation_1.hxx ++usr/include/opencascade/PXCAFDoc_Area.hxx ++usr/include/opencascade/PXCAFDoc_Centroid.hxx ++usr/include/opencascade/PXCAFDoc_Color.hxx ++usr/include/opencascade/PXCAFDoc_ColorTool.hxx ++usr/include/opencascade/PXCAFDoc_Datum.hxx ++usr/include/opencascade/PXCAFDoc_DimTol.hxx ++usr/include/opencascade/PXCAFDoc_DimTolTool.hxx ++usr/include/opencascade/PXCAFDoc_DocumentTool.hxx ++usr/include/opencascade/PXCAFDoc_GraphNode.hxx ++usr/include/opencascade/PXCAFDoc_GraphNodeSequence.hxx ++usr/include/opencascade/PXCAFDoc_LayerTool.hxx ++usr/include/opencascade/PXCAFDoc_Location.hxx ++usr/include/opencascade/PXCAFDoc_Material.hxx ++usr/include/opencascade/PXCAFDoc_MaterialTool.hxx ++usr/include/opencascade/PXCAFDoc_SeqExplorerOfGraphNodeSequence.hxx ++usr/include/opencascade/PXCAFDoc_SeqNodeOfGraphNodeSequence.hxx ++usr/include/opencascade/PXCAFDoc_ShapeTool.hxx ++usr/include/opencascade/PXCAFDoc_Volume.hxx ++usr/include/opencascade/STEPCAFControl_ActorWrite.hxx ++usr/include/opencascade/STEPCAFControl_Controller.hxx ++usr/include/opencascade/STEPCAFControl_DataMapIteratorOfDataMapOfLabelExternFile.hxx ++usr/include/opencascade/STEPCAFControl_DataMapIteratorOfDataMapOfLabelShape.hxx ++usr/include/opencascade/STEPCAFControl_DataMapIteratorOfDataMapOfPDExternFile.hxx ++usr/include/opencascade/STEPCAFControl_DataMapIteratorOfDataMapOfSDRExternFile.hxx ++usr/include/opencascade/STEPCAFControl_DataMapIteratorOfDataMapOfShapePD.hxx ++usr/include/opencascade/STEPCAFControl_DataMapIteratorOfDataMapOfShapeSDR.hxx ++usr/include/opencascade/STEPCAFControl_DataMapNodeOfDataMapOfLabelExternFile.hxx ++usr/include/opencascade/STEPCAFControl_DataMapNodeOfDataMapOfLabelShape.hxx ++usr/include/opencascade/STEPCAFControl_DataMapNodeOfDataMapOfPDExternFile.hxx ++usr/include/opencascade/STEPCAFControl_DataMapNodeOfDataMapOfSDRExternFile.hxx ++usr/include/opencascade/STEPCAFControl_DataMapNodeOfDataMapOfShapePD.hxx ++usr/include/opencascade/STEPCAFControl_DataMapNodeOfDataMapOfShapeSDR.hxx ++usr/include/opencascade/STEPCAFControl_DataMapOfLabelExternFile.hxx ++usr/include/opencascade/STEPCAFControl_DataMapOfLabelShape.hxx ++usr/include/opencascade/STEPCAFControl_DataMapOfPDExternFile.hxx ++usr/include/opencascade/STEPCAFControl_DataMapOfSDRExternFile.hxx ++usr/include/opencascade/STEPCAFControl_DataMapOfShapePD.hxx ++usr/include/opencascade/STEPCAFControl_DataMapOfShapeSDR.hxx ++usr/include/opencascade/STEPCAFControl_DictionaryOfExternFile.hxx ++usr/include/opencascade/STEPCAFControl_ExternFile.hxx ++usr/include/opencascade/STEPCAFControl_ExternFile.lxx ++usr/include/opencascade/STEPCAFControl_IteratorOfDictionaryOfExternFile.hxx ++usr/include/opencascade/STEPCAFControl_Reader.hxx ++usr/include/opencascade/STEPCAFControl_StackItemOfDictionaryOfExternFile.hxx ++usr/include/opencascade/STEPCAFControl_Writer.hxx ++usr/include/opencascade/StdDrivers.hxx ++usr/include/opencascade/StdDrivers_DocumentRetrievalDriver.hxx ++usr/include/opencascade/StdDrivers_DocumentStorageDriver.hxx ++usr/include/opencascade/StdSchema.hxx ++usr/include/opencascade/StdSchema_DBC_VArrayOfCharacter.hxx ++usr/include/opencascade/StdSchema_DBC_VArrayOfExtCharacter.hxx ++usr/include/opencascade/StdSchema_PColStd_FieldOfHArray1OfInteger.hxx ++usr/include/opencascade/StdSchema_PColStd_HArray1OfInteger.hxx ++usr/include/opencascade/StdSchema_PCollection_HAsciiString.hxx ++usr/include/opencascade/StdSchema_PCollection_HExtendedString.hxx ++usr/include/opencascade/StdSchema_PDF_Attribute.hxx ++usr/include/opencascade/StdSchema_PDF_FieldOfHAttributeArray1.hxx ++usr/include/opencascade/StdSchema_PDF_HAttributeArray1.hxx ++usr/include/opencascade/StdSchema_PDataStd_Integer.hxx ++usr/include/opencascade/StdSchema_PDataStd_Real.hxx ++usr/include/opencascade/StdSchema_PDataXtd_Axis.hxx ++usr/include/opencascade/StdSchema_PDataXtd_Constraint.hxx ++usr/include/opencascade/StdSchema_PDataXtd_Geometry.hxx ++usr/include/opencascade/StdSchema_PDataXtd_PatternStd.hxx ++usr/include/opencascade/StdSchema_PDataXtd_Placement.hxx ++usr/include/opencascade/StdSchema_PDataXtd_Plane.hxx ++usr/include/opencascade/StdSchema_PDataXtd_Point.hxx ++usr/include/opencascade/StdSchema_PDataXtd_Position.hxx ++usr/include/opencascade/StdSchema_PDataXtd_Shape.hxx ++usr/include/opencascade/StdSchema_PNaming_FieldOfHArray1OfNamedShape.hxx ++usr/include/opencascade/StdSchema_PNaming_HArray1OfNamedShape.hxx ++usr/include/opencascade/StdSchema_PNaming_Name.hxx ++usr/include/opencascade/StdSchema_PNaming_Name_1.hxx ++usr/include/opencascade/StdSchema_PNaming_NamedShape.hxx ++usr/include/opencascade/StdSchema_PNaming_Naming.hxx ++usr/include/opencascade/StdSchema_PNaming_Naming_1.hxx ++usr/include/opencascade/StdSchema_PPrsStd_AISPresentation.hxx ++usr/include/opencascade/StdSchema_PPrsStd_AISPresentation_1.hxx ++usr/include/opencascade/StdSchema_PTopLoc_Datum3D.hxx ++usr/include/opencascade/StdSchema_PTopLoc_ItemLocation.hxx ++usr/include/opencascade/StdSchema_PTopLoc_Location.hxx ++usr/include/opencascade/StdSchema_PTopoDS_FieldOfHArray1OfShape1.hxx ++usr/include/opencascade/StdSchema_PTopoDS_HArray1OfShape1.hxx ++usr/include/opencascade/StdSchema_PTopoDS_Shape1.hxx ++usr/include/opencascade/StdSchema_PTopoDS_TShape1.hxx ++usr/include/opencascade/StdSchema_Standard_Persistent.hxx ++usr/include/opencascade/StdSchema_Standard_Storable.hxx ++usr/include/opencascade/StdSchema_gp_Ax1.hxx ++usr/include/opencascade/StdSchema_gp_Ax2.hxx ++usr/include/opencascade/StdSchema_gp_Ax2d.hxx ++usr/include/opencascade/StdSchema_gp_Ax3.hxx ++usr/include/opencascade/StdSchema_gp_Dir.hxx ++usr/include/opencascade/StdSchema_gp_Dir2d.hxx ++usr/include/opencascade/StdSchema_gp_Mat.hxx ++usr/include/opencascade/StdSchema_gp_Mat2d.hxx ++usr/include/opencascade/StdSchema_gp_Pnt.hxx ++usr/include/opencascade/StdSchema_gp_Pnt2d.hxx ++usr/include/opencascade/StdSchema_gp_Trsf.hxx ++usr/include/opencascade/StdSchema_gp_Trsf2d.hxx ++usr/include/opencascade/StdSchema_gp_Vec.hxx ++usr/include/opencascade/StdSchema_gp_Vec2d.hxx ++usr/include/opencascade/StdSchema_gp_XY.hxx ++usr/include/opencascade/StdSchema_gp_XYZ.hxx ++usr/include/opencascade/TDataXtd.hxx ++usr/include/opencascade/TDataXtd_Array1OfTrsf.hxx ++usr/include/opencascade/TDataXtd_Axis.hxx ++usr/include/opencascade/TDataXtd_Constraint.hxx ++usr/include/opencascade/TDataXtd_ConstraintEnum.hxx ++usr/include/opencascade/TDataXtd_Geometry.hxx ++usr/include/opencascade/TDataXtd_GeometryEnum.hxx ++usr/include/opencascade/TDataXtd_HArray1OfTrsf.hxx ++usr/include/opencascade/TDataXtd_Pattern.hxx ++usr/include/opencascade/TDataXtd_PatternStd.hxx ++usr/include/opencascade/TDataXtd_PatternStd.lxx ++usr/include/opencascade/TDataXtd_Placement.hxx ++usr/include/opencascade/TDataXtd_Plane.hxx ++usr/include/opencascade/TDataXtd_Point.hxx ++usr/include/opencascade/TDataXtd_Position.hxx ++usr/include/opencascade/TDataXtd_Shape.hxx ++usr/include/opencascade/TNaming.hxx ++usr/include/opencascade/TNaming_Builder.hxx ++usr/include/opencascade/TNaming_CopyShape.hxx ++usr/include/opencascade/TNaming_DataMapIteratorOfDataMapOfShapePtrRefShape.hxx ++usr/include/opencascade/TNaming_DataMapIteratorOfDataMapOfShapeShapesSet.hxx ++usr/include/opencascade/TNaming_DataMapNodeOfDataMapOfShapePtrRefShape.hxx ++usr/include/opencascade/TNaming_DataMapNodeOfDataMapOfShapeShapesSet.hxx ++usr/include/opencascade/TNaming_DataMapOfShapePtrRefShape.hxx ++usr/include/opencascade/TNaming_DataMapOfShapeShapesSet.hxx ++usr/include/opencascade/TNaming_DeltaOnModification.hxx ++usr/include/opencascade/TNaming_DeltaOnRemoval.hxx ++usr/include/opencascade/TNaming_Evolution.hxx ++usr/include/opencascade/TNaming_Identifier.hxx ++usr/include/opencascade/TNaming_Iterator.hxx ++usr/include/opencascade/TNaming_Iterator.lxx ++usr/include/opencascade/TNaming_IteratorOnShapesSet.hxx ++usr/include/opencascade/TNaming_IteratorOnShapesSet.lxx ++usr/include/opencascade/TNaming_ListIteratorOfListOfIndexedDataMapOfShapeListOfShape.hxx ++usr/include/opencascade/TNaming_ListIteratorOfListOfMapOfShape.hxx ++usr/include/opencascade/TNaming_ListIteratorOfListOfNamedShape.hxx ++usr/include/opencascade/TNaming_ListNodeOfListOfIndexedDataMapOfShapeListOfShape.hxx ++usr/include/opencascade/TNaming_ListNodeOfListOfMapOfShape.hxx ++usr/include/opencascade/TNaming_ListNodeOfListOfNamedShape.hxx ++usr/include/opencascade/TNaming_ListOfIndexedDataMapOfShapeListOfShape.hxx ++usr/include/opencascade/TNaming_ListOfMapOfShape.hxx ++usr/include/opencascade/TNaming_ListOfNamedShape.hxx ++usr/include/opencascade/TNaming_Localizer.hxx ++usr/include/opencascade/TNaming_MapIteratorOfMapOfNamedShape.hxx ++usr/include/opencascade/TNaming_MapOfNamedShape.hxx ++usr/include/opencascade/TNaming_NCollections.hxx ++usr/include/opencascade/TNaming_Name.hxx ++usr/include/opencascade/TNaming_NameType.hxx ++usr/include/opencascade/TNaming_NamedShape.hxx ++usr/include/opencascade/TNaming_NamedShape.lxx ++usr/include/opencascade/TNaming_NamedShapeHasher.hxx ++usr/include/opencascade/TNaming_Naming.hxx ++usr/include/opencascade/TNaming_NamingTool.hxx ++usr/include/opencascade/TNaming_NewShapeIterator.hxx ++usr/include/opencascade/TNaming_NewShapeIterator.lxx ++usr/include/opencascade/TNaming_OldShapeIterator.hxx ++usr/include/opencascade/TNaming_OldShapeIterator.lxx ++usr/include/opencascade/TNaming_PtrAttribute.hxx ++usr/include/opencascade/TNaming_PtrDataMapOfShapePtrRefShape.hxx ++usr/include/opencascade/TNaming_PtrNode.hxx ++usr/include/opencascade/TNaming_PtrRefShape.hxx ++usr/include/opencascade/TNaming_RefShape.hxx ++usr/include/opencascade/TNaming_RefShape.lxx ++usr/include/opencascade/TNaming_SameShapeIterator.hxx ++usr/include/opencascade/TNaming_SameShapeIterator.lxx ++usr/include/opencascade/TNaming_Scope.hxx ++usr/include/opencascade/TNaming_Selector.hxx ++usr/include/opencascade/TNaming_ShapesSet.hxx ++usr/include/opencascade/TNaming_ShapesSet.lxx ++usr/include/opencascade/TNaming_StdMapNodeOfMapOfNamedShape.hxx ++usr/include/opencascade/TNaming_Tool.hxx ++usr/include/opencascade/TNaming_TranslateTool.hxx ++usr/include/opencascade/TNaming_Translator.hxx ++usr/include/opencascade/TNaming_UsedShapes.hxx ++usr/include/opencascade/TNaming_UsedShapes.lxx ++usr/include/opencascade/TPrsStd_AISPresentation.hxx ++usr/include/opencascade/TPrsStd_AISViewer.hxx ++usr/include/opencascade/TPrsStd_AxisDriver.hxx ++usr/include/opencascade/TPrsStd_ConstraintDriver.hxx ++usr/include/opencascade/TPrsStd_ConstraintTools.hxx ++usr/include/opencascade/TPrsStd_DataMapIteratorOfDataMapOfGUIDDriver.hxx ++usr/include/opencascade/TPrsStd_DataMapNodeOfDataMapOfGUIDDriver.hxx ++usr/include/opencascade/TPrsStd_DataMapOfGUIDDriver.hxx ++usr/include/opencascade/TPrsStd_Driver.hxx ++usr/include/opencascade/TPrsStd_DriverTable.hxx ++usr/include/opencascade/TPrsStd_GeometryDriver.hxx ++usr/include/opencascade/TPrsStd_NamedShapeDriver.hxx ++usr/include/opencascade/TPrsStd_PlaneDriver.hxx ++usr/include/opencascade/TPrsStd_PointDriver.hxx ++usr/include/opencascade/XCAFApp_Application.hxx ++usr/include/opencascade/XCAFDoc.hxx ++usr/include/opencascade/XCAFDoc_Area.hxx ++usr/include/opencascade/XCAFDoc_Centroid.hxx ++usr/include/opencascade/XCAFDoc_Color.hxx ++usr/include/opencascade/XCAFDoc_ColorTool.hxx ++usr/include/opencascade/XCAFDoc_ColorType.hxx ++usr/include/opencascade/XCAFDoc_DataMapIteratorOfDataMapOfShapeLabel.hxx ++usr/include/opencascade/XCAFDoc_DataMapNodeOfDataMapOfShapeLabel.hxx ++usr/include/opencascade/XCAFDoc_DataMapOfShapeLabel.hxx ++usr/include/opencascade/XCAFDoc_Datum.hxx ++usr/include/opencascade/XCAFDoc_DimTol.hxx ++usr/include/opencascade/XCAFDoc_DimTolTool.hxx ++usr/include/opencascade/XCAFDoc_DocumentTool.hxx ++usr/include/opencascade/XCAFDoc_GraphNode.hxx ++usr/include/opencascade/XCAFDoc_GraphNodeSequence.hxx ++usr/include/opencascade/XCAFDoc_LayerTool.hxx ++usr/include/opencascade/XCAFDoc_Location.hxx ++usr/include/opencascade/XCAFDoc_Material.hxx ++usr/include/opencascade/XCAFDoc_MaterialTool.hxx ++usr/include/opencascade/XCAFDoc_SequenceNodeOfGraphNodeSequence.hxx ++usr/include/opencascade/XCAFDoc_ShapeMapTool.hxx ++usr/include/opencascade/XCAFDoc_ShapeTool.hxx ++usr/include/opencascade/XCAFDoc_Volume.hxx ++usr/include/opencascade/XCAFDrivers.hxx ++usr/include/opencascade/XCAFDrivers_DocumentRetrievalDriver.hxx ++usr/include/opencascade/XCAFDrivers_DocumentStorageDriver.hxx ++usr/include/opencascade/XCAFPrs.hxx ++usr/include/opencascade/XCAFPrs_AISObject.hxx ++usr/include/opencascade/XCAFPrs_DataMapIteratorOfDataMapOfShapeStyle.hxx ++usr/include/opencascade/XCAFPrs_DataMapIteratorOfDataMapOfStyleShape.hxx ++usr/include/opencascade/XCAFPrs_DataMapIteratorOfDataMapOfStyleTransient.hxx ++usr/include/opencascade/XCAFPrs_DataMapNodeOfDataMapOfShapeStyle.hxx ++usr/include/opencascade/XCAFPrs_DataMapNodeOfDataMapOfStyleShape.hxx ++usr/include/opencascade/XCAFPrs_DataMapNodeOfDataMapOfStyleTransient.hxx ++usr/include/opencascade/XCAFPrs_DataMapOfShapeStyle.hxx ++usr/include/opencascade/XCAFPrs_DataMapOfStyleShape.hxx ++usr/include/opencascade/XCAFPrs_DataMapOfStyleTransient.hxx ++usr/include/opencascade/XCAFPrs_Driver.hxx ++usr/include/opencascade/XCAFPrs_Style.hxx ++usr/include/opencascade/XCAFSchema.hxx ++usr/include/opencascade/XCAFSchema_DBC_VArrayOfCharacter.hxx ++usr/include/opencascade/XCAFSchema_DBC_VArrayOfExtCharacter.hxx ++usr/include/opencascade/XCAFSchema_PColStd_FieldOfHArray1OfReal.hxx ++usr/include/opencascade/XCAFSchema_PColStd_HArray1OfReal.hxx ++usr/include/opencascade/XCAFSchema_PCollection_HAsciiString.hxx ++usr/include/opencascade/XCAFSchema_PCollection_HExtendedString.hxx ++usr/include/opencascade/XCAFSchema_PDF_Attribute.hxx ++usr/include/opencascade/XCAFSchema_PMMgt_PManaged.hxx ++usr/include/opencascade/XCAFSchema_PTopLoc_Datum3D.hxx ++usr/include/opencascade/XCAFSchema_PTopLoc_ItemLocation.hxx ++usr/include/opencascade/XCAFSchema_PTopLoc_Location.hxx ++usr/include/opencascade/XCAFSchema_PXCAFDoc_Area.hxx ++usr/include/opencascade/XCAFSchema_PXCAFDoc_Centroid.hxx ++usr/include/opencascade/XCAFSchema_PXCAFDoc_Color.hxx ++usr/include/opencascade/XCAFSchema_PXCAFDoc_ColorTool.hxx ++usr/include/opencascade/XCAFSchema_PXCAFDoc_Datum.hxx ++usr/include/opencascade/XCAFSchema_PXCAFDoc_DimTol.hxx ++usr/include/opencascade/XCAFSchema_PXCAFDoc_DimTolTool.hxx ++usr/include/opencascade/XCAFSchema_PXCAFDoc_DocumentTool.hxx ++usr/include/opencascade/XCAFSchema_PXCAFDoc_GraphNode.hxx ++usr/include/opencascade/XCAFSchema_PXCAFDoc_GraphNodeSequence.hxx ++usr/include/opencascade/XCAFSchema_PXCAFDoc_LayerTool.hxx ++usr/include/opencascade/XCAFSchema_PXCAFDoc_Location.hxx ++usr/include/opencascade/XCAFSchema_PXCAFDoc_Material.hxx ++usr/include/opencascade/XCAFSchema_PXCAFDoc_MaterialTool.hxx ++usr/include/opencascade/XCAFSchema_PXCAFDoc_SeqNodeOfGraphNodeSequence.hxx ++usr/include/opencascade/XCAFSchema_PXCAFDoc_ShapeTool.hxx ++usr/include/opencascade/XCAFSchema_PXCAFDoc_Volume.hxx ++usr/include/opencascade/XCAFSchema_Quantity_Color.hxx ++usr/include/opencascade/XCAFSchema_Standard_GUID.hxx ++usr/include/opencascade/XCAFSchema_Standard_Persistent.hxx ++usr/include/opencascade/XCAFSchema_Standard_Storable.hxx ++usr/include/opencascade/XCAFSchema_gp_Ax1.hxx ++usr/include/opencascade/XCAFSchema_gp_Ax2.hxx ++usr/include/opencascade/XCAFSchema_gp_Ax2d.hxx ++usr/include/opencascade/XCAFSchema_gp_Ax3.hxx ++usr/include/opencascade/XCAFSchema_gp_Dir.hxx ++usr/include/opencascade/XCAFSchema_gp_Dir2d.hxx ++usr/include/opencascade/XCAFSchema_gp_Mat.hxx ++usr/include/opencascade/XCAFSchema_gp_Mat2d.hxx ++usr/include/opencascade/XCAFSchema_gp_Pnt.hxx ++usr/include/opencascade/XCAFSchema_gp_Pnt2d.hxx ++usr/include/opencascade/XCAFSchema_gp_Trsf.hxx ++usr/include/opencascade/XCAFSchema_gp_Trsf2d.hxx ++usr/include/opencascade/XCAFSchema_gp_Vec.hxx ++usr/include/opencascade/XCAFSchema_gp_Vec2d.hxx ++usr/include/opencascade/XCAFSchema_gp_XY.hxx ++usr/include/opencascade/XCAFSchema_gp_XYZ.hxx ++usr/include/opencascade/XmlDrivers.hxx ++usr/include/opencascade/XmlDrivers_DocumentRetrievalDriver.hxx ++usr/include/opencascade/XmlDrivers_DocumentStorageDriver.hxx ++usr/include/opencascade/XmlMDataXtd.hxx ++usr/include/opencascade/XmlMDataXtd_AxisDriver.hxx ++usr/include/opencascade/XmlMDataXtd_ConstraintDriver.hxx ++usr/include/opencascade/XmlMDataXtd_GeometryDriver.hxx ++usr/include/opencascade/XmlMDataXtd_PatternStdDriver.hxx ++usr/include/opencascade/XmlMDataXtd_PlacementDriver.hxx ++usr/include/opencascade/XmlMDataXtd_PlaneDriver.hxx ++usr/include/opencascade/XmlMDataXtd_PointDriver.hxx ++usr/include/opencascade/XmlMDataXtd_ShapeDriver.hxx ++usr/include/opencascade/XmlMNaming.hxx ++usr/include/opencascade/XmlMNaming_Array1OfShape1.hxx ++usr/include/opencascade/XmlMNaming_NamedShapeDriver.hxx ++usr/include/opencascade/XmlMNaming_NamedShapeDriver.lxx ++usr/include/opencascade/XmlMNaming_NamingDriver.hxx ++usr/include/opencascade/XmlMNaming_Shape1.hxx ++usr/include/opencascade/XmlMPrsStd.hxx ++usr/include/opencascade/XmlMPrsStd_AISPresentationDriver.hxx ++usr/include/opencascade/XmlMPrsStd_PositionDriver.hxx ++usr/include/opencascade/XmlMXCAFDoc.hxx ++usr/include/opencascade/XmlMXCAFDoc_AreaDriver.hxx ++usr/include/opencascade/XmlMXCAFDoc_CentroidDriver.hxx ++usr/include/opencascade/XmlMXCAFDoc_ColorDriver.hxx ++usr/include/opencascade/XmlMXCAFDoc_ColorToolDriver.hxx ++usr/include/opencascade/XmlMXCAFDoc_DatumDriver.hxx ++usr/include/opencascade/XmlMXCAFDoc_DimTolDriver.hxx ++usr/include/opencascade/XmlMXCAFDoc_DimTolToolDriver.hxx ++usr/include/opencascade/XmlMXCAFDoc_DocumentToolDriver.hxx ++usr/include/opencascade/XmlMXCAFDoc_GraphNodeDriver.hxx ++usr/include/opencascade/XmlMXCAFDoc_LayerToolDriver.hxx ++usr/include/opencascade/XmlMXCAFDoc_LocationDriver.hxx ++usr/include/opencascade/XmlMXCAFDoc_LocationDriver.lxx ++usr/include/opencascade/XmlMXCAFDoc_MaterialDriver.hxx ++usr/include/opencascade/XmlMXCAFDoc_MaterialToolDriver.hxx ++usr/include/opencascade/XmlMXCAFDoc_ShapeToolDriver.hxx ++usr/include/opencascade/XmlMXCAFDoc_VolumeDriver.hxx ++usr/include/opencascade/XmlTObjDrivers.hxx ++usr/include/opencascade/XmlTObjDrivers_DocumentRetrievalDriver.hxx ++usr/include/opencascade/XmlTObjDrivers_DocumentStorageDriver.hxx ++usr/include/opencascade/XmlTObjDrivers_IntSparseArrayDriver.hxx ++usr/include/opencascade/XmlTObjDrivers_ModelDriver.hxx ++usr/include/opencascade/XmlTObjDrivers_ObjectDriver.hxx ++usr/include/opencascade/XmlTObjDrivers_ReferenceDriver.hxx ++usr/include/opencascade/XmlTObjDrivers_XYZDriver.hxx ++usr/include/opencascade/XmlXCAFDrivers.hxx ++usr/include/opencascade/XmlXCAFDrivers_DocumentRetrievalDriver.hxx ++usr/include/opencascade/XmlXCAFDrivers_DocumentStorageDriver.hxx diff --cc debian/libopencascade-ocaf-lite-6.5.0.install index 000000000,000000000..413dbe76f new file mode 100644 --- /dev/null +++ b/debian/libopencascade-ocaf-lite-6.5.0.install @@@ -1,0 -1,0 +1,16 @@@ ++# See ros/adm/make/Makefile.am ++# ApplicationFramework_PKGS = TKCDF PTKernel TKLCAF FWOSPlugin TKPShape TKCAF TKBinL TKXmlL TKPLCAF TKTObj TKShapeSchema TKBin TKXml TKPCAF TKBinTObj TKXmlTObj TKStdLSchema TKStdSchema ++# It is split into ocaf-lite (no dependency on X11) and ocaf (all others) ++usr/lib/libTKCDF-*.so ++usr/lib/libPTKernel-*.so ++usr/lib/libTKLCAF-*.so ++usr/lib/libFWOSPlugin-*.so ++usr/lib/libTKPShape-*.so ++usr/lib/libTKBinL-*.so ++usr/lib/libTKXmlL-*.so ++usr/lib/libTKPLCAF-*.so ++usr/lib/libTKTObj-*.so ++usr/lib/libTKShapeSchema-*.so ++usr/lib/libTKStdLSchema-*.so ++ ++usr/share/opencascade/6.5.0/src/StdResource/* diff --cc debian/libopencascade-ocaf-lite-6.5.0.lintian-overrides index 000000000,000000000..3e38b0a55 new file mode 100644 --- /dev/null +++ b/debian/libopencascade-ocaf-lite-6.5.0.lintian-overrides @@@ -1,0 -1,0 +1,3 @@@ ++# this package contains a bunch of libraries and can thus not be named properly ++package-name-doesnt-match-sonames ++ diff --cc debian/libopencascade-ocaf-lite-dev.install index 000000000,000000000..0abdddb85 new file mode 100644 --- /dev/null +++ b/debian/libopencascade-ocaf-lite-dev.install @@@ -1,0 -1,0 +1,2008 @@@ ++# PACKAGES = TKCDF PTKernel TKLCAF FWOSPlugin TKPShape TKBinL TKXmlL TKPLCAF TKTObj TKShapeSchema TKStdLSchema ++# ++# See ros/adm/make/Makefile.am ++# ApplicationFramework_PKGS = TKCDF PTKernel TKLCAF FWOSPlugin TKPShape TKCAF TKBinL TKXmlL TKPLCAF TKTObj TKShapeSchema TKBin TKXml TKPCAF TKBinTObj TKXmlTObj TKStdLSchema TKStdSchema ++# It is split into ocaf-lite (no dependency on X11) and ocaf (all others) ++usr/lib/libTKCDF.so ++usr/lib/libPTKernel.so ++usr/lib/libTKLCAF.so ++usr/lib/libFWOSPlugin.so ++usr/lib/libTKPShape.so ++usr/lib/libTKBinL.so ++usr/lib/libTKXmlL.so ++usr/lib/libTKPLCAF.so ++usr/lib/libTKTObj.so ++usr/lib/libTKShapeSchema.so ++usr/lib/libTKStdLSchema.so ++ ++# for p in TKCDF PTKernel TKLCAF FWOSPlugin TKPShape TKBinL TKXmlL TKPLCAF TKTObj TKShapeSchema TKStdLSchema; do for f in $(cat ros/src/$p/PACKAGES); do grep pubinclude ros/drv/$f/.adm/$f.files; done; done | sed -e 's,pubinclude ,usr/include/opencascade/,' | LC_ALL=C sort -u ++usr/include/opencascade/AppStdL_Application.hxx ++usr/include/opencascade/BinLDrivers.hxx ++usr/include/opencascade/BinLDrivers_DocumentRetrievalDriver.hxx ++usr/include/opencascade/BinLDrivers_DocumentSection.hxx ++usr/include/opencascade/BinLDrivers_DocumentStorageDriver.hxx ++usr/include/opencascade/BinLDrivers_Marker.hxx ++usr/include/opencascade/BinLDrivers_VectorOfDocumentSection.hxx ++usr/include/opencascade/BinMDF.hxx ++usr/include/opencascade/BinMDF_ADriver.hxx ++usr/include/opencascade/BinMDF_ADriver.lxx ++usr/include/opencascade/BinMDF_ADriverTable.hxx ++usr/include/opencascade/BinMDF_ADriverTable.lxx ++usr/include/opencascade/BinMDF_DataMapIteratorOfTypeADriverMap.hxx ++usr/include/opencascade/BinMDF_DataMapNodeOfTypeADriverMap.hxx ++usr/include/opencascade/BinMDF_DoubleMapIteratorOfTypeIdMap.hxx ++usr/include/opencascade/BinMDF_DoubleMapNodeOfTypeIdMap.hxx ++usr/include/opencascade/BinMDF_ReferenceDriver.hxx ++usr/include/opencascade/BinMDF_StringIdMap.hxx ++usr/include/opencascade/BinMDF_TagSourceDriver.hxx ++usr/include/opencascade/BinMDF_TypeADriverMap.hxx ++usr/include/opencascade/BinMDF_TypeIdMap.hxx ++usr/include/opencascade/BinMDataStd.hxx ++usr/include/opencascade/BinMDataStd_AsciiStringDriver.hxx ++usr/include/opencascade/BinMDataStd_BooleanArrayDriver.hxx ++usr/include/opencascade/BinMDataStd_BooleanListDriver.hxx ++usr/include/opencascade/BinMDataStd_ByteArrayDriver.hxx ++usr/include/opencascade/BinMDataStd_CommentDriver.hxx ++usr/include/opencascade/BinMDataStd_DirectoryDriver.hxx ++usr/include/opencascade/BinMDataStd_ExpressionDriver.hxx ++usr/include/opencascade/BinMDataStd_ExtStringArrayDriver.hxx ++usr/include/opencascade/BinMDataStd_ExtStringListDriver.hxx ++usr/include/opencascade/BinMDataStd_IntPackedMapDriver.hxx ++usr/include/opencascade/BinMDataStd_IntegerArrayDriver.hxx ++usr/include/opencascade/BinMDataStd_IntegerDriver.hxx ++usr/include/opencascade/BinMDataStd_IntegerListDriver.hxx ++usr/include/opencascade/BinMDataStd_NameDriver.hxx ++usr/include/opencascade/BinMDataStd_NamedDataDriver.hxx ++usr/include/opencascade/BinMDataStd_NoteBookDriver.hxx ++usr/include/opencascade/BinMDataStd_RealArrayDriver.hxx ++usr/include/opencascade/BinMDataStd_RealDriver.hxx ++usr/include/opencascade/BinMDataStd_RealListDriver.hxx ++usr/include/opencascade/BinMDataStd_ReferenceArrayDriver.hxx ++usr/include/opencascade/BinMDataStd_ReferenceListDriver.hxx ++usr/include/opencascade/BinMDataStd_RelationDriver.hxx ++usr/include/opencascade/BinMDataStd_TickDriver.hxx ++usr/include/opencascade/BinMDataStd_TreeNodeDriver.hxx ++usr/include/opencascade/BinMDataStd_UAttributeDriver.hxx ++usr/include/opencascade/BinMDataStd_VariableDriver.hxx ++usr/include/opencascade/BinMDocStd.hxx ++usr/include/opencascade/BinMDocStd_XLinkDriver.hxx ++usr/include/opencascade/BinMFunction.hxx ++usr/include/opencascade/BinMFunction_FunctionDriver.hxx ++usr/include/opencascade/BinMFunction_GraphNodeDriver.hxx ++usr/include/opencascade/BinMFunction_ScopeDriver.hxx ++usr/include/opencascade/BinObjMgt_PByte.hxx ++usr/include/opencascade/BinObjMgt_PChar.hxx ++usr/include/opencascade/BinObjMgt_PExtChar.hxx ++usr/include/opencascade/BinObjMgt_PInteger.hxx ++usr/include/opencascade/BinObjMgt_PReal.hxx ++usr/include/opencascade/BinObjMgt_PShortReal.hxx ++usr/include/opencascade/BinObjMgt_Persistent.hxx ++usr/include/opencascade/BinObjMgt_Persistent.lxx ++usr/include/opencascade/BinObjMgt_RRelocationTable.hxx ++usr/include/opencascade/BinObjMgt_SRelocationTable.hxx ++usr/include/opencascade/CDF.hxx ++usr/include/opencascade/CDF_Application.hxx ++usr/include/opencascade/CDF_Application.lxx ++usr/include/opencascade/CDF_Directory.hxx ++usr/include/opencascade/CDF_DirectoryIterator.hxx ++usr/include/opencascade/CDF_MetaDataDriver.hxx ++usr/include/opencascade/CDF_MetaDataDriverError.hxx ++usr/include/opencascade/CDF_MetaDataDriverFactory.hxx ++usr/include/opencascade/CDF_RetrievableStatus.hxx ++usr/include/opencascade/CDF_Session.hxx ++usr/include/opencascade/CDF_Store.hxx ++usr/include/opencascade/CDF_StoreList.hxx ++usr/include/opencascade/CDF_StoreSetNameStatus.hxx ++usr/include/opencascade/CDF_StoreStatus.hxx ++usr/include/opencascade/CDF_SubComponentStatus.hxx ++usr/include/opencascade/CDF_Timer.hxx ++usr/include/opencascade/CDF_TryStoreStatus.hxx ++usr/include/opencascade/CDF_TypeOfActivation.hxx ++usr/include/opencascade/CDM_Application.hxx ++usr/include/opencascade/CDM_COutMessageDriver.hxx ++usr/include/opencascade/CDM_CanCloseStatus.hxx ++usr/include/opencascade/CDM_DataMapIteratorOfMetaDataLookUpTable.hxx ++usr/include/opencascade/CDM_DataMapIteratorOfPresentationDirectory.hxx ++usr/include/opencascade/CDM_DataMapNodeOfMetaDataLookUpTable.hxx ++usr/include/opencascade/CDM_DataMapNodeOfPresentationDirectory.hxx ++usr/include/opencascade/CDM_Document.hxx ++usr/include/opencascade/CDM_DocumentHasher.hxx ++usr/include/opencascade/CDM_DocumentPointer.hxx ++usr/include/opencascade/CDM_ListIteratorOfListOfDocument.hxx ++usr/include/opencascade/CDM_ListIteratorOfListOfReferences.hxx ++usr/include/opencascade/CDM_ListNodeOfListOfDocument.hxx ++usr/include/opencascade/CDM_ListNodeOfListOfReferences.hxx ++usr/include/opencascade/CDM_ListOfDocument.hxx ++usr/include/opencascade/CDM_ListOfReferences.hxx ++usr/include/opencascade/CDM_MapIteratorOfMapOfDocument.hxx ++usr/include/opencascade/CDM_MapOfDocument.hxx ++usr/include/opencascade/CDM_MessageDriver.hxx ++usr/include/opencascade/CDM_MetaData.hxx ++usr/include/opencascade/CDM_MetaDataLookUpTable.hxx ++usr/include/opencascade/CDM_NamesDirectory.hxx ++usr/include/opencascade/CDM_NullMessageDriver.hxx ++usr/include/opencascade/CDM_PresentationDirectory.hxx ++usr/include/opencascade/CDM_Reference.hxx ++usr/include/opencascade/CDM_ReferenceIterator.hxx ++usr/include/opencascade/CDM_StackIteratorOfStackOfDocument.hxx ++usr/include/opencascade/CDM_StackNodeOfStackOfDocument.hxx ++usr/include/opencascade/CDM_StackOfDocument.hxx ++usr/include/opencascade/CDM_StdMapNodeOfMapOfDocument.hxx ++usr/include/opencascade/DBC_BaseArray.hxx ++usr/include/opencascade/DBC_BaseArray.lxx ++usr/include/opencascade/DBC_BaseArray_objs.hxx ++usr/include/opencascade/DBC_DBVArray.hxx ++usr/include/opencascade/DBC_VArray.gxx ++usr/include/opencascade/DBC_VArrayNode.gxx ++usr/include/opencascade/DBC_VArrayNodeOfVArrayOfCharacter.hxx ++usr/include/opencascade/DBC_VArrayNodeOfVArrayOfExtCharacter.hxx ++usr/include/opencascade/DBC_VArrayNodeOfVArrayOfInteger.hxx ++usr/include/opencascade/DBC_VArrayNodeOfVArrayOfReal.hxx ++usr/include/opencascade/DBC_VArrayOfCharacter.hxx ++usr/include/opencascade/DBC_VArrayOfExtCharacter.hxx ++usr/include/opencascade/DBC_VArrayOfInteger.hxx ++usr/include/opencascade/DBC_VArrayOfReal.hxx ++usr/include/opencascade/DBC_VArrayTNode.gxx ++usr/include/opencascade/DBC_VArrayTNode.lxx ++usr/include/opencascade/DBC_VArrayTNodeOfVArrayOfCharacter.hxx ++usr/include/opencascade/DBC_VArrayTNodeOfVArrayOfExtCharacter.hxx ++usr/include/opencascade/DBC_VArrayTNodeOfVArrayOfInteger.hxx ++usr/include/opencascade/DBC_VArrayTNodeOfVArrayOfReal.hxx ++usr/include/opencascade/FWOSDriver.hxx ++usr/include/opencascade/FWOSDriver_Driver.hxx ++usr/include/opencascade/FWOSDriver_DriverFactory.hxx ++usr/include/opencascade/Handle_AppStdL_Application.hxx ++usr/include/opencascade/Handle_BinLDrivers_DocumentRetrievalDriver.hxx ++usr/include/opencascade/Handle_BinLDrivers_DocumentStorageDriver.hxx ++usr/include/opencascade/Handle_BinMDF_ADriver.hxx ++usr/include/opencascade/Handle_BinMDF_ADriverTable.hxx ++usr/include/opencascade/Handle_BinMDF_DataMapNodeOfTypeADriverMap.hxx ++usr/include/opencascade/Handle_BinMDF_DoubleMapNodeOfTypeIdMap.hxx ++usr/include/opencascade/Handle_BinMDF_ReferenceDriver.hxx ++usr/include/opencascade/Handle_BinMDF_TagSourceDriver.hxx ++usr/include/opencascade/Handle_BinMDataStd_AsciiStringDriver.hxx ++usr/include/opencascade/Handle_BinMDataStd_BooleanArrayDriver.hxx ++usr/include/opencascade/Handle_BinMDataStd_BooleanListDriver.hxx ++usr/include/opencascade/Handle_BinMDataStd_ByteArrayDriver.hxx ++usr/include/opencascade/Handle_BinMDataStd_CommentDriver.hxx ++usr/include/opencascade/Handle_BinMDataStd_DirectoryDriver.hxx ++usr/include/opencascade/Handle_BinMDataStd_ExpressionDriver.hxx ++usr/include/opencascade/Handle_BinMDataStd_ExtStringArrayDriver.hxx ++usr/include/opencascade/Handle_BinMDataStd_ExtStringListDriver.hxx ++usr/include/opencascade/Handle_BinMDataStd_IntPackedMapDriver.hxx ++usr/include/opencascade/Handle_BinMDataStd_IntegerArrayDriver.hxx ++usr/include/opencascade/Handle_BinMDataStd_IntegerDriver.hxx ++usr/include/opencascade/Handle_BinMDataStd_IntegerListDriver.hxx ++usr/include/opencascade/Handle_BinMDataStd_NameDriver.hxx ++usr/include/opencascade/Handle_BinMDataStd_NamedDataDriver.hxx ++usr/include/opencascade/Handle_BinMDataStd_NoteBookDriver.hxx ++usr/include/opencascade/Handle_BinMDataStd_RealArrayDriver.hxx ++usr/include/opencascade/Handle_BinMDataStd_RealDriver.hxx ++usr/include/opencascade/Handle_BinMDataStd_RealListDriver.hxx ++usr/include/opencascade/Handle_BinMDataStd_ReferenceArrayDriver.hxx ++usr/include/opencascade/Handle_BinMDataStd_ReferenceListDriver.hxx ++usr/include/opencascade/Handle_BinMDataStd_RelationDriver.hxx ++usr/include/opencascade/Handle_BinMDataStd_TickDriver.hxx ++usr/include/opencascade/Handle_BinMDataStd_TreeNodeDriver.hxx ++usr/include/opencascade/Handle_BinMDataStd_UAttributeDriver.hxx ++usr/include/opencascade/Handle_BinMDataStd_VariableDriver.hxx ++usr/include/opencascade/Handle_BinMDocStd_XLinkDriver.hxx ++usr/include/opencascade/Handle_BinMFunction_FunctionDriver.hxx ++usr/include/opencascade/Handle_BinMFunction_GraphNodeDriver.hxx ++usr/include/opencascade/Handle_BinMFunction_ScopeDriver.hxx ++usr/include/opencascade/Handle_CDF_Application.hxx ++usr/include/opencascade/Handle_CDF_Directory.hxx ++usr/include/opencascade/Handle_CDF_MetaDataDriver.hxx ++usr/include/opencascade/Handle_CDF_MetaDataDriverError.hxx ++usr/include/opencascade/Handle_CDF_MetaDataDriverFactory.hxx ++usr/include/opencascade/Handle_CDF_Session.hxx ++usr/include/opencascade/Handle_CDF_StoreList.hxx ++usr/include/opencascade/Handle_CDM_Application.hxx ++usr/include/opencascade/Handle_CDM_COutMessageDriver.hxx ++usr/include/opencascade/Handle_CDM_DataMapNodeOfMetaDataLookUpTable.hxx ++usr/include/opencascade/Handle_CDM_DataMapNodeOfPresentationDirectory.hxx ++usr/include/opencascade/Handle_CDM_Document.hxx ++usr/include/opencascade/Handle_CDM_ListNodeOfListOfDocument.hxx ++usr/include/opencascade/Handle_CDM_ListNodeOfListOfReferences.hxx ++usr/include/opencascade/Handle_CDM_MessageDriver.hxx ++usr/include/opencascade/Handle_CDM_MetaData.hxx ++usr/include/opencascade/Handle_CDM_NullMessageDriver.hxx ++usr/include/opencascade/Handle_CDM_Reference.hxx ++usr/include/opencascade/Handle_CDM_StackNodeOfStackOfDocument.hxx ++usr/include/opencascade/Handle_CDM_StdMapNodeOfMapOfDocument.hxx ++usr/include/opencascade/Handle_DBC_VArrayNodeOfVArrayOfCharacter.hxx ++usr/include/opencascade/Handle_DBC_VArrayNodeOfVArrayOfExtCharacter.hxx ++usr/include/opencascade/Handle_DBC_VArrayNodeOfVArrayOfInteger.hxx ++usr/include/opencascade/Handle_DBC_VArrayNodeOfVArrayOfReal.hxx ++usr/include/opencascade/Handle_FWOSDriver_Driver.hxx ++usr/include/opencascade/Handle_FWOSDriver_DriverFactory.hxx ++usr/include/opencascade/Handle_LDOM_MemManager.hxx ++usr/include/opencascade/Handle_MDF_ARDriver.hxx ++usr/include/opencascade/Handle_MDF_ARDriverHSequence.hxx ++usr/include/opencascade/Handle_MDF_ARDriverTable.hxx ++usr/include/opencascade/Handle_MDF_ASDriver.hxx ++usr/include/opencascade/Handle_MDF_ASDriverHSequence.hxx ++usr/include/opencascade/Handle_MDF_ASDriverTable.hxx ++usr/include/opencascade/Handle_MDF_DataMapNodeOfTypeARDriverMap.hxx ++usr/include/opencascade/Handle_MDF_DataMapNodeOfTypeASDriverMap.hxx ++usr/include/opencascade/Handle_MDF_DataMapNodeOfTypeDriverListMapOfARDriverTable.hxx ++usr/include/opencascade/Handle_MDF_DataMapNodeOfTypeDriverListMapOfASDriverTable.hxx ++usr/include/opencascade/Handle_MDF_ListNodeOfDriverListOfARDriverTable.hxx ++usr/include/opencascade/Handle_MDF_ListNodeOfDriverListOfASDriverTable.hxx ++usr/include/opencascade/Handle_MDF_RRelocationTable.hxx ++usr/include/opencascade/Handle_MDF_ReferenceRetrievalDriver.hxx ++usr/include/opencascade/Handle_MDF_ReferenceStorageDriver.hxx ++usr/include/opencascade/Handle_MDF_SRelocationTable.hxx ++usr/include/opencascade/Handle_MDF_SequenceNodeOfARDriverSequence.hxx ++usr/include/opencascade/Handle_MDF_SequenceNodeOfASDriverSequence.hxx ++usr/include/opencascade/Handle_MDF_TagSourceRetrievalDriver.hxx ++usr/include/opencascade/Handle_MDF_TagSourceStorageDriver.hxx ++usr/include/opencascade/Handle_MDataStd_AsciiStringRetrievalDriver.hxx ++usr/include/opencascade/Handle_MDataStd_AsciiStringStorageDriver.hxx ++usr/include/opencascade/Handle_MDataStd_BooleanArrayRetrievalDriver.hxx ++usr/include/opencascade/Handle_MDataStd_BooleanArrayStorageDriver.hxx ++usr/include/opencascade/Handle_MDataStd_BooleanListRetrievalDriver.hxx ++usr/include/opencascade/Handle_MDataStd_BooleanListStorageDriver.hxx ++usr/include/opencascade/Handle_MDataStd_ByteArrayRetrievalDriver.hxx ++usr/include/opencascade/Handle_MDataStd_ByteArrayRetrievalDriver_1.hxx ++usr/include/opencascade/Handle_MDataStd_ByteArrayStorageDriver.hxx ++usr/include/opencascade/Handle_MDataStd_CommentRetrievalDriver.hxx ++usr/include/opencascade/Handle_MDataStd_CommentStorageDriver.hxx ++usr/include/opencascade/Handle_MDataStd_DirectoryRetrievalDriver.hxx ++usr/include/opencascade/Handle_MDataStd_DirectoryStorageDriver.hxx ++usr/include/opencascade/Handle_MDataStd_ExpressionRetrievalDriver.hxx ++usr/include/opencascade/Handle_MDataStd_ExpressionStorageDriver.hxx ++usr/include/opencascade/Handle_MDataStd_ExtStringArrayRetrievalDriver.hxx ++usr/include/opencascade/Handle_MDataStd_ExtStringArrayRetrievalDriver_1.hxx ++usr/include/opencascade/Handle_MDataStd_ExtStringArrayStorageDriver.hxx ++usr/include/opencascade/Handle_MDataStd_ExtStringListRetrievalDriver.hxx ++usr/include/opencascade/Handle_MDataStd_ExtStringListStorageDriver.hxx ++usr/include/opencascade/Handle_MDataStd_IntPackedMapRetrievalDriver.hxx ++usr/include/opencascade/Handle_MDataStd_IntPackedMapRetrievalDriver_1.hxx ++usr/include/opencascade/Handle_MDataStd_IntPackedMapStorageDriver.hxx ++usr/include/opencascade/Handle_MDataStd_IntegerArrayRetrievalDriver.hxx ++usr/include/opencascade/Handle_MDataStd_IntegerArrayRetrievalDriver_1.hxx ++usr/include/opencascade/Handle_MDataStd_IntegerArrayStorageDriver.hxx ++usr/include/opencascade/Handle_MDataStd_IntegerListRetrievalDriver.hxx ++usr/include/opencascade/Handle_MDataStd_IntegerListStorageDriver.hxx ++usr/include/opencascade/Handle_MDataStd_IntegerRetrievalDriver.hxx ++usr/include/opencascade/Handle_MDataStd_IntegerStorageDriver.hxx ++usr/include/opencascade/Handle_MDataStd_NameRetrievalDriver.hxx ++usr/include/opencascade/Handle_MDataStd_NameStorageDriver.hxx ++usr/include/opencascade/Handle_MDataStd_NamedDataRetrievalDriver.hxx ++usr/include/opencascade/Handle_MDataStd_NamedDataStorageDriver.hxx ++usr/include/opencascade/Handle_MDataStd_NoteBookRetrievalDriver.hxx ++usr/include/opencascade/Handle_MDataStd_NoteBookStorageDriver.hxx ++usr/include/opencascade/Handle_MDataStd_RealArrayRetrievalDriver.hxx ++usr/include/opencascade/Handle_MDataStd_RealArrayRetrievalDriver_1.hxx ++usr/include/opencascade/Handle_MDataStd_RealArrayStorageDriver.hxx ++usr/include/opencascade/Handle_MDataStd_RealListRetrievalDriver.hxx ++usr/include/opencascade/Handle_MDataStd_RealListStorageDriver.hxx ++usr/include/opencascade/Handle_MDataStd_RealRetrievalDriver.hxx ++usr/include/opencascade/Handle_MDataStd_RealStorageDriver.hxx ++usr/include/opencascade/Handle_MDataStd_ReferenceArrayRetrievalDriver.hxx ++usr/include/opencascade/Handle_MDataStd_ReferenceArrayStorageDriver.hxx ++usr/include/opencascade/Handle_MDataStd_ReferenceListRetrievalDriver.hxx ++usr/include/opencascade/Handle_MDataStd_ReferenceListStorageDriver.hxx ++usr/include/opencascade/Handle_MDataStd_RelationRetrievalDriver.hxx ++usr/include/opencascade/Handle_MDataStd_RelationStorageDriver.hxx ++usr/include/opencascade/Handle_MDataStd_TickRetrievalDriver.hxx ++usr/include/opencascade/Handle_MDataStd_TickStorageDriver.hxx ++usr/include/opencascade/Handle_MDataStd_TreeNodeRetrievalDriver.hxx ++usr/include/opencascade/Handle_MDataStd_TreeNodeStorageDriver.hxx ++usr/include/opencascade/Handle_MDataStd_UAttributeRetrievalDriver.hxx ++usr/include/opencascade/Handle_MDataStd_UAttributeStorageDriver.hxx ++usr/include/opencascade/Handle_MDataStd_VariableRetrievalDriver.hxx ++usr/include/opencascade/Handle_MDataStd_VariableStorageDriver.hxx ++usr/include/opencascade/Handle_MDocStd_DocumentRetrievalDriver.hxx ++usr/include/opencascade/Handle_MDocStd_DocumentStorageDriver.hxx ++usr/include/opencascade/Handle_MDocStd_XLinkRetrievalDriver.hxx ++usr/include/opencascade/Handle_MDocStd_XLinkStorageDriver.hxx ++usr/include/opencascade/Handle_MFunction_FunctionRetrievalDriver.hxx ++usr/include/opencascade/Handle_MFunction_FunctionStorageDriver.hxx ++usr/include/opencascade/Handle_MgtBRep_TranslateTool.hxx ++usr/include/opencascade/Handle_MgtBRep_TranslateTool1.hxx ++usr/include/opencascade/Handle_MgtTopoDS_TranslateTool.hxx ++usr/include/opencascade/Handle_MgtTopoDS_TranslateTool1.hxx ++usr/include/opencascade/Handle_ObjMgt_ExternRef.hxx ++usr/include/opencascade/Handle_ObjMgt_ExternShareable.hxx ++usr/include/opencascade/Handle_ObjMgt_PSeqOfExtRef.hxx ++usr/include/opencascade/Handle_ObjMgt_SeqNodeOfPSeqOfExtRef.hxx ++usr/include/opencascade/Handle_PBRep_Curve3D.hxx ++usr/include/opencascade/Handle_PBRep_CurveOn2Surfaces.hxx ++usr/include/opencascade/Handle_PBRep_CurveOnClosedSurface.hxx ++usr/include/opencascade/Handle_PBRep_CurveOnSurface.hxx ++usr/include/opencascade/Handle_PBRep_CurveRepresentation.hxx ++usr/include/opencascade/Handle_PBRep_GCurve.hxx ++usr/include/opencascade/Handle_PBRep_PointOnCurve.hxx ++usr/include/opencascade/Handle_PBRep_PointOnCurveOnSurface.hxx ++usr/include/opencascade/Handle_PBRep_PointOnSurface.hxx ++usr/include/opencascade/Handle_PBRep_PointRepresentation.hxx ++usr/include/opencascade/Handle_PBRep_PointsOnSurface.hxx ++usr/include/opencascade/Handle_PBRep_Polygon3D.hxx ++usr/include/opencascade/Handle_PBRep_PolygonOnClosedSurface.hxx ++usr/include/opencascade/Handle_PBRep_PolygonOnClosedTriangulation.hxx ++usr/include/opencascade/Handle_PBRep_PolygonOnSurface.hxx ++usr/include/opencascade/Handle_PBRep_PolygonOnTriangulation.hxx ++usr/include/opencascade/Handle_PBRep_TEdge.hxx ++usr/include/opencascade/Handle_PBRep_TEdge1.hxx ++usr/include/opencascade/Handle_PBRep_TFace.hxx ++usr/include/opencascade/Handle_PBRep_TFace1.hxx ++usr/include/opencascade/Handle_PBRep_TVertex.hxx ++usr/include/opencascade/Handle_PBRep_TVertex1.hxx ++usr/include/opencascade/Handle_PCDMShape_Document.hxx ++usr/include/opencascade/Handle_PCDM_Document.hxx ++usr/include/opencascade/Handle_PCDM_DriverError.hxx ++usr/include/opencascade/Handle_PCDM_ReadWriter.hxx ++usr/include/opencascade/Handle_PCDM_ReadWriter_1.hxx ++usr/include/opencascade/Handle_PCDM_Reader.hxx ++usr/include/opencascade/Handle_PCDM_ReferenceIterator.hxx ++usr/include/opencascade/Handle_PCDM_RetrievalDriver.hxx ++usr/include/opencascade/Handle_PCDM_SequenceNodeOfSequenceOfDocument.hxx ++usr/include/opencascade/Handle_PCDM_SequenceNodeOfSequenceOfReference.hxx ++usr/include/opencascade/Handle_PCDM_StorageDriver.hxx ++usr/include/opencascade/Handle_PCDM_Writer.hxx ++usr/include/opencascade/Handle_PColPGeom2d_HArray1OfBSplineCurve.hxx ++usr/include/opencascade/Handle_PColPGeom2d_HArray1OfBezierCurve.hxx ++usr/include/opencascade/Handle_PColPGeom2d_HArray1OfBoundedCurve.hxx ++usr/include/opencascade/Handle_PColPGeom2d_HArray1OfCurve.hxx ++usr/include/opencascade/Handle_PColPGeom2d_VArrayNodeOfFieldOfHArray1OfBSplineCurve.hxx ++usr/include/opencascade/Handle_PColPGeom2d_VArrayNodeOfFieldOfHArray1OfBezierCurve.hxx ++usr/include/opencascade/Handle_PColPGeom2d_VArrayNodeOfFieldOfHArray1OfBoundedCurve.hxx ++usr/include/opencascade/Handle_PColPGeom2d_VArrayNodeOfFieldOfHArray1OfCurve.hxx ++usr/include/opencascade/Handle_PColPGeom_HArray1OfBSplineCurve.hxx ++usr/include/opencascade/Handle_PColPGeom_HArray1OfBezierCurve.hxx ++usr/include/opencascade/Handle_PColPGeom_HArray1OfBoundedCurve.hxx ++usr/include/opencascade/Handle_PColPGeom_HArray1OfBoundedSurface.hxx ++usr/include/opencascade/Handle_PColPGeom_HArray1OfCurve.hxx ++usr/include/opencascade/Handle_PColPGeom_HArray1OfSurface.hxx ++usr/include/opencascade/Handle_PColPGeom_HArray2OfBSplineSurface.hxx ++usr/include/opencascade/Handle_PColPGeom_HArray2OfBezierSurface.hxx ++usr/include/opencascade/Handle_PColPGeom_HArray2OfBoundedSurface.hxx ++usr/include/opencascade/Handle_PColPGeom_HArray2OfSurface.hxx ++usr/include/opencascade/Handle_PColPGeom_VArrayNodeOfFieldOfHArray1OfBSplineCurve.hxx ++usr/include/opencascade/Handle_PColPGeom_VArrayNodeOfFieldOfHArray1OfBezierCurve.hxx ++usr/include/opencascade/Handle_PColPGeom_VArrayNodeOfFieldOfHArray1OfBoundedCurve.hxx ++usr/include/opencascade/Handle_PColPGeom_VArrayNodeOfFieldOfHArray1OfBoundedSurface.hxx ++usr/include/opencascade/Handle_PColPGeom_VArrayNodeOfFieldOfHArray1OfCurve.hxx ++usr/include/opencascade/Handle_PColPGeom_VArrayNodeOfFieldOfHArray1OfSurface.hxx ++usr/include/opencascade/Handle_PColPGeom_VArrayNodeOfFieldOfHArray2OfBSplineSurface.hxx ++usr/include/opencascade/Handle_PColPGeom_VArrayNodeOfFieldOfHArray2OfBezierSurface.hxx ++usr/include/opencascade/Handle_PColPGeom_VArrayNodeOfFieldOfHArray2OfBoundedSurface.hxx ++usr/include/opencascade/Handle_PColPGeom_VArrayNodeOfFieldOfHArray2OfSurface.hxx ++usr/include/opencascade/Handle_PColStd_HArray1OfExtendedString.hxx ++usr/include/opencascade/Handle_PColStd_HArray1OfInteger.hxx ++usr/include/opencascade/Handle_PColStd_HArray1OfPersistent.hxx ++usr/include/opencascade/Handle_PColStd_HArray1OfReal.hxx ++usr/include/opencascade/Handle_PColStd_HArray2OfInteger.hxx ++usr/include/opencascade/Handle_PColStd_HArray2OfPersistent.hxx ++usr/include/opencascade/Handle_PColStd_HArray2OfReal.hxx ++usr/include/opencascade/Handle_PColStd_HDoubleListOfInteger.hxx ++usr/include/opencascade/Handle_PColStd_HDoubleListOfPersistent.hxx ++usr/include/opencascade/Handle_PColStd_HDoubleListOfReal.hxx ++usr/include/opencascade/Handle_PColStd_HSequenceOfHAsciiString.hxx ++usr/include/opencascade/Handle_PColStd_HSequenceOfHExtendedString.hxx ++usr/include/opencascade/Handle_PColStd_HSequenceOfInteger.hxx ++usr/include/opencascade/Handle_PColStd_HSequenceOfPersistent.hxx ++usr/include/opencascade/Handle_PColStd_HSequenceOfReal.hxx ++usr/include/opencascade/Handle_PColStd_HSingleListOfInteger.hxx ++usr/include/opencascade/Handle_PColStd_HSingleListOfPersistent.hxx ++usr/include/opencascade/Handle_PColStd_HSingleListOfReal.hxx ++usr/include/opencascade/Handle_PColStd_SeqNodeOfHSequenceOfHAsciiString.hxx ++usr/include/opencascade/Handle_PColStd_SeqNodeOfHSequenceOfHExtendedString.hxx ++usr/include/opencascade/Handle_PColStd_SeqNodeOfHSequenceOfInteger.hxx ++usr/include/opencascade/Handle_PColStd_SeqNodeOfHSequenceOfPersistent.hxx ++usr/include/opencascade/Handle_PColStd_SeqNodeOfHSequenceOfReal.hxx ++usr/include/opencascade/Handle_PColStd_VArrayNodeOfFieldOfHArray1OfExtendedString.hxx ++usr/include/opencascade/Handle_PColStd_VArrayNodeOfFieldOfHArray1OfInteger.hxx ++usr/include/opencascade/Handle_PColStd_VArrayNodeOfFieldOfHArray1OfPersistent.hxx ++usr/include/opencascade/Handle_PColStd_VArrayNodeOfFieldOfHArray1OfReal.hxx ++usr/include/opencascade/Handle_PColStd_VArrayNodeOfFieldOfHArray2OfInteger.hxx ++usr/include/opencascade/Handle_PColStd_VArrayNodeOfFieldOfHArray2OfPersistent.hxx ++usr/include/opencascade/Handle_PColStd_VArrayNodeOfFieldOfHArray2OfReal.hxx ++usr/include/opencascade/Handle_PColgp_HArray1OfCirc2d.hxx ++usr/include/opencascade/Handle_PColgp_HArray1OfDir.hxx ++usr/include/opencascade/Handle_PColgp_HArray1OfDir2d.hxx ++usr/include/opencascade/Handle_PColgp_HArray1OfLin2d.hxx ++usr/include/opencascade/Handle_PColgp_HArray1OfPnt.hxx ++usr/include/opencascade/Handle_PColgp_HArray1OfPnt2d.hxx ++usr/include/opencascade/Handle_PColgp_HArray1OfVec.hxx ++usr/include/opencascade/Handle_PColgp_HArray1OfVec2d.hxx ++usr/include/opencascade/Handle_PColgp_HArray1OfXY.hxx ++usr/include/opencascade/Handle_PColgp_HArray1OfXYZ.hxx ++usr/include/opencascade/Handle_PColgp_HArray2OfCirc2d.hxx ++usr/include/opencascade/Handle_PColgp_HArray2OfDir.hxx ++usr/include/opencascade/Handle_PColgp_HArray2OfDir2d.hxx ++usr/include/opencascade/Handle_PColgp_HArray2OfLin2d.hxx ++usr/include/opencascade/Handle_PColgp_HArray2OfPnt.hxx ++usr/include/opencascade/Handle_PColgp_HArray2OfPnt2d.hxx ++usr/include/opencascade/Handle_PColgp_HArray2OfVec.hxx ++usr/include/opencascade/Handle_PColgp_HArray2OfVec2d.hxx ++usr/include/opencascade/Handle_PColgp_HArray2OfXY.hxx ++usr/include/opencascade/Handle_PColgp_HArray2OfXYZ.hxx ++usr/include/opencascade/Handle_PColgp_HSequenceOfDir.hxx ++usr/include/opencascade/Handle_PColgp_HSequenceOfPnt.hxx ++usr/include/opencascade/Handle_PColgp_HSequenceOfVec.hxx ++usr/include/opencascade/Handle_PColgp_HSequenceOfXYZ.hxx ++usr/include/opencascade/Handle_PColgp_SeqNodeOfHSequenceOfDir.hxx ++usr/include/opencascade/Handle_PColgp_SeqNodeOfHSequenceOfPnt.hxx ++usr/include/opencascade/Handle_PColgp_SeqNodeOfHSequenceOfVec.hxx ++usr/include/opencascade/Handle_PColgp_SeqNodeOfHSequenceOfXYZ.hxx ++usr/include/opencascade/Handle_PColgp_VArrayNodeOfFieldOfHArray1OfCirc2d.hxx ++usr/include/opencascade/Handle_PColgp_VArrayNodeOfFieldOfHArray1OfDir.hxx ++usr/include/opencascade/Handle_PColgp_VArrayNodeOfFieldOfHArray1OfDir2d.hxx ++usr/include/opencascade/Handle_PColgp_VArrayNodeOfFieldOfHArray1OfLin2d.hxx ++usr/include/opencascade/Handle_PColgp_VArrayNodeOfFieldOfHArray1OfPnt.hxx ++usr/include/opencascade/Handle_PColgp_VArrayNodeOfFieldOfHArray1OfPnt2d.hxx ++usr/include/opencascade/Handle_PColgp_VArrayNodeOfFieldOfHArray1OfVec.hxx ++usr/include/opencascade/Handle_PColgp_VArrayNodeOfFieldOfHArray1OfVec2d.hxx ++usr/include/opencascade/Handle_PColgp_VArrayNodeOfFieldOfHArray1OfXY.hxx ++usr/include/opencascade/Handle_PColgp_VArrayNodeOfFieldOfHArray1OfXYZ.hxx ++usr/include/opencascade/Handle_PColgp_VArrayNodeOfFieldOfHArray2OfCirc2d.hxx ++usr/include/opencascade/Handle_PColgp_VArrayNodeOfFieldOfHArray2OfDir.hxx ++usr/include/opencascade/Handle_PColgp_VArrayNodeOfFieldOfHArray2OfDir2d.hxx ++usr/include/opencascade/Handle_PColgp_VArrayNodeOfFieldOfHArray2OfLin2d.hxx ++usr/include/opencascade/Handle_PColgp_VArrayNodeOfFieldOfHArray2OfPnt.hxx ++usr/include/opencascade/Handle_PColgp_VArrayNodeOfFieldOfHArray2OfPnt2d.hxx ++usr/include/opencascade/Handle_PColgp_VArrayNodeOfFieldOfHArray2OfVec.hxx ++usr/include/opencascade/Handle_PColgp_VArrayNodeOfFieldOfHArray2OfVec2d.hxx ++usr/include/opencascade/Handle_PColgp_VArrayNodeOfFieldOfHArray2OfXY.hxx ++usr/include/opencascade/Handle_PColgp_VArrayNodeOfFieldOfHArray2OfXYZ.hxx ++usr/include/opencascade/Handle_PCollection_HAsciiString.hxx ++usr/include/opencascade/Handle_PCollection_HExtendedString.hxx ++usr/include/opencascade/Handle_PCollection_IsContained.hxx ++usr/include/opencascade/Handle_PCollection_IsNotRoot.hxx ++usr/include/opencascade/Handle_PCollection_IsNullTree.hxx ++usr/include/opencascade/Handle_PDF_Attribute.hxx ++usr/include/opencascade/Handle_PDF_Data.hxx ++usr/include/opencascade/Handle_PDF_HAttributeArray1.hxx ++usr/include/opencascade/Handle_PDF_Reference.hxx ++usr/include/opencascade/Handle_PDF_TagSource.hxx ++usr/include/opencascade/Handle_PDF_VArrayNodeOfFieldOfHAttributeArray1.hxx ++usr/include/opencascade/Handle_PDataStd_AsciiString.hxx ++usr/include/opencascade/Handle_PDataStd_BooleanArray.hxx ++usr/include/opencascade/Handle_PDataStd_BooleanList.hxx ++usr/include/opencascade/Handle_PDataStd_ByteArray.hxx ++usr/include/opencascade/Handle_PDataStd_ByteArray_1.hxx ++usr/include/opencascade/Handle_PDataStd_Comment.hxx ++usr/include/opencascade/Handle_PDataStd_Directory.hxx ++usr/include/opencascade/Handle_PDataStd_Expression.hxx ++usr/include/opencascade/Handle_PDataStd_ExtStringArray.hxx ++usr/include/opencascade/Handle_PDataStd_ExtStringArray_1.hxx ++usr/include/opencascade/Handle_PDataStd_ExtStringList.hxx ++usr/include/opencascade/Handle_PDataStd_HArray1OfByte.hxx ++usr/include/opencascade/Handle_PDataStd_HArray1OfHArray1OfInteger.hxx ++usr/include/opencascade/Handle_PDataStd_HArray1OfHArray1OfReal.hxx ++usr/include/opencascade/Handle_PDataStd_HArray1OfHAsciiString.hxx ++usr/include/opencascade/Handle_PDataStd_IntPackedMap.hxx ++usr/include/opencascade/Handle_PDataStd_IntPackedMap_1.hxx ++usr/include/opencascade/Handle_PDataStd_Integer.hxx ++usr/include/opencascade/Handle_PDataStd_IntegerArray.hxx ++usr/include/opencascade/Handle_PDataStd_IntegerArray_1.hxx ++usr/include/opencascade/Handle_PDataStd_IntegerList.hxx ++usr/include/opencascade/Handle_PDataStd_Name.hxx ++usr/include/opencascade/Handle_PDataStd_NamedData.hxx ++usr/include/opencascade/Handle_PDataStd_NoteBook.hxx ++usr/include/opencascade/Handle_PDataStd_Real.hxx ++usr/include/opencascade/Handle_PDataStd_RealArray.hxx ++usr/include/opencascade/Handle_PDataStd_RealArray_1.hxx ++usr/include/opencascade/Handle_PDataStd_RealList.hxx ++usr/include/opencascade/Handle_PDataStd_ReferenceArray.hxx ++usr/include/opencascade/Handle_PDataStd_ReferenceList.hxx ++usr/include/opencascade/Handle_PDataStd_Relation.hxx ++usr/include/opencascade/Handle_PDataStd_Tick.hxx ++usr/include/opencascade/Handle_PDataStd_TreeNode.hxx ++usr/include/opencascade/Handle_PDataStd_UAttribute.hxx ++usr/include/opencascade/Handle_PDataStd_VArrayNodeOfFieldOfHArray1OfByte.hxx ++usr/include/opencascade/Handle_PDataStd_VArrayNodeOfFieldOfHArray1OfHArray1OfInteger.hxx ++usr/include/opencascade/Handle_PDataStd_VArrayNodeOfFieldOfHArray1OfHArray1OfReal.hxx ++usr/include/opencascade/Handle_PDataStd_VArrayNodeOfFieldOfHArray1OfHAsciiString.hxx ++usr/include/opencascade/Handle_PDataStd_Variable.hxx ++usr/include/opencascade/Handle_PDocStd_Document.hxx ++usr/include/opencascade/Handle_PDocStd_XLink.hxx ++usr/include/opencascade/Handle_PFunction_Function.hxx ++usr/include/opencascade/Handle_PGeom2d_AxisPlacement.hxx ++usr/include/opencascade/Handle_PGeom2d_BSplineCurve.hxx ++usr/include/opencascade/Handle_PGeom2d_BezierCurve.hxx ++usr/include/opencascade/Handle_PGeom2d_BoundedCurve.hxx ++usr/include/opencascade/Handle_PGeom2d_CartesianPoint.hxx ++usr/include/opencascade/Handle_PGeom2d_Circle.hxx ++usr/include/opencascade/Handle_PGeom2d_Conic.hxx ++usr/include/opencascade/Handle_PGeom2d_Curve.hxx ++usr/include/opencascade/Handle_PGeom2d_Direction.hxx ++usr/include/opencascade/Handle_PGeom2d_Ellipse.hxx ++usr/include/opencascade/Handle_PGeom2d_Geometry.hxx ++usr/include/opencascade/Handle_PGeom2d_Hyperbola.hxx ++usr/include/opencascade/Handle_PGeom2d_Line.hxx ++usr/include/opencascade/Handle_PGeom2d_OffsetCurve.hxx ++usr/include/opencascade/Handle_PGeom2d_Parabola.hxx ++usr/include/opencascade/Handle_PGeom2d_Point.hxx ++usr/include/opencascade/Handle_PGeom2d_Transformation.hxx ++usr/include/opencascade/Handle_PGeom2d_TrimmedCurve.hxx ++usr/include/opencascade/Handle_PGeom2d_Vector.hxx ++usr/include/opencascade/Handle_PGeom2d_VectorWithMagnitude.hxx ++usr/include/opencascade/Handle_PGeom_Axis1Placement.hxx ++usr/include/opencascade/Handle_PGeom_Axis2Placement.hxx ++usr/include/opencascade/Handle_PGeom_AxisPlacement.hxx ++usr/include/opencascade/Handle_PGeom_BSplineCurve.hxx ++usr/include/opencascade/Handle_PGeom_BSplineSurface.hxx ++usr/include/opencascade/Handle_PGeom_BezierCurve.hxx ++usr/include/opencascade/Handle_PGeom_BezierSurface.hxx ++usr/include/opencascade/Handle_PGeom_BoundedCurve.hxx ++usr/include/opencascade/Handle_PGeom_BoundedSurface.hxx ++usr/include/opencascade/Handle_PGeom_CartesianPoint.hxx ++usr/include/opencascade/Handle_PGeom_Circle.hxx ++usr/include/opencascade/Handle_PGeom_Conic.hxx ++usr/include/opencascade/Handle_PGeom_ConicalSurface.hxx ++usr/include/opencascade/Handle_PGeom_Curve.hxx ++usr/include/opencascade/Handle_PGeom_CylindricalSurface.hxx ++usr/include/opencascade/Handle_PGeom_Direction.hxx ++usr/include/opencascade/Handle_PGeom_ElementarySurface.hxx ++usr/include/opencascade/Handle_PGeom_Ellipse.hxx ++usr/include/opencascade/Handle_PGeom_Geometry.hxx ++usr/include/opencascade/Handle_PGeom_Hyperbola.hxx ++usr/include/opencascade/Handle_PGeom_Line.hxx ++usr/include/opencascade/Handle_PGeom_OffsetCurve.hxx ++usr/include/opencascade/Handle_PGeom_OffsetSurface.hxx ++usr/include/opencascade/Handle_PGeom_Parabola.hxx ++usr/include/opencascade/Handle_PGeom_Plane.hxx ++usr/include/opencascade/Handle_PGeom_Point.hxx ++usr/include/opencascade/Handle_PGeom_RectangularTrimmedSurface.hxx ++usr/include/opencascade/Handle_PGeom_SphericalSurface.hxx ++usr/include/opencascade/Handle_PGeom_Surface.hxx ++usr/include/opencascade/Handle_PGeom_SurfaceOfLinearExtrusion.hxx ++usr/include/opencascade/Handle_PGeom_SurfaceOfRevolution.hxx ++usr/include/opencascade/Handle_PGeom_SweptSurface.hxx ++usr/include/opencascade/Handle_PGeom_ToroidalSurface.hxx ++usr/include/opencascade/Handle_PGeom_Transformation.hxx ++usr/include/opencascade/Handle_PGeom_TrimmedCurve.hxx ++usr/include/opencascade/Handle_PGeom_Vector.hxx ++usr/include/opencascade/Handle_PGeom_VectorWithMagnitude.hxx ++usr/include/opencascade/Handle_PMMgt_PManaged.hxx ++usr/include/opencascade/Handle_PPoly_HArray1OfTriangle.hxx ++usr/include/opencascade/Handle_PPoly_Polygon2D.hxx ++usr/include/opencascade/Handle_PPoly_Polygon3D.hxx ++usr/include/opencascade/Handle_PPoly_PolygonOnTriangulation.hxx ++usr/include/opencascade/Handle_PPoly_Triangulation.hxx ++usr/include/opencascade/Handle_PPoly_VArrayNodeOfFieldOfHArray1OfTriangle.hxx ++usr/include/opencascade/Handle_PShort_HArray1OfShortReal.hxx ++usr/include/opencascade/Handle_PShort_HArray2OfShortReal.hxx ++usr/include/opencascade/Handle_PShort_HSequenceOfShortReal.hxx ++usr/include/opencascade/Handle_PShort_SeqNodeOfHSequenceOfShortReal.hxx ++usr/include/opencascade/Handle_PShort_VArrayNodeOfFieldOfHArray1OfShortReal.hxx ++usr/include/opencascade/Handle_PShort_VArrayNodeOfFieldOfHArray2OfShortReal.hxx ++usr/include/opencascade/Handle_PStandard_ArrayNode.hxx ++usr/include/opencascade/Handle_PTColStd_DataMapNodeOfPersistentTransientMap.hxx ++usr/include/opencascade/Handle_PTColStd_DataMapNodeOfTransientPersistentMap.hxx ++usr/include/opencascade/Handle_PTColStd_DoubleMapNodeOfDoubleMapOfTransientPersistent.hxx ++usr/include/opencascade/Handle_PTopLoc_Datum3D.hxx ++usr/include/opencascade/Handle_PTopLoc_ItemLocation.hxx ++usr/include/opencascade/Handle_PTopoDS_CompSolid.hxx ++usr/include/opencascade/Handle_PTopoDS_Compound.hxx ++usr/include/opencascade/Handle_PTopoDS_Edge.hxx ++usr/include/opencascade/Handle_PTopoDS_Face.hxx ++usr/include/opencascade/Handle_PTopoDS_HArray1OfHShape.hxx ++usr/include/opencascade/Handle_PTopoDS_HArray1OfShape1.hxx ++usr/include/opencascade/Handle_PTopoDS_HShape.hxx ++usr/include/opencascade/Handle_PTopoDS_Shell.hxx ++usr/include/opencascade/Handle_PTopoDS_Solid.hxx ++usr/include/opencascade/Handle_PTopoDS_TCompSolid.hxx ++usr/include/opencascade/Handle_PTopoDS_TCompSolid1.hxx ++usr/include/opencascade/Handle_PTopoDS_TCompound.hxx ++usr/include/opencascade/Handle_PTopoDS_TCompound1.hxx ++usr/include/opencascade/Handle_PTopoDS_TEdge.hxx ++usr/include/opencascade/Handle_PTopoDS_TEdge1.hxx ++usr/include/opencascade/Handle_PTopoDS_TFace.hxx ++usr/include/opencascade/Handle_PTopoDS_TFace1.hxx ++usr/include/opencascade/Handle_PTopoDS_TShape.hxx ++usr/include/opencascade/Handle_PTopoDS_TShape1.hxx ++usr/include/opencascade/Handle_PTopoDS_TShell.hxx ++usr/include/opencascade/Handle_PTopoDS_TShell1.hxx ++usr/include/opencascade/Handle_PTopoDS_TSolid.hxx ++usr/include/opencascade/Handle_PTopoDS_TSolid1.hxx ++usr/include/opencascade/Handle_PTopoDS_TVertex.hxx ++usr/include/opencascade/Handle_PTopoDS_TVertex1.hxx ++usr/include/opencascade/Handle_PTopoDS_TWire.hxx ++usr/include/opencascade/Handle_PTopoDS_TWire1.hxx ++usr/include/opencascade/Handle_PTopoDS_VArrayNodeOfFieldOfHArray1OfHShape.hxx ++usr/include/opencascade/Handle_PTopoDS_VArrayNodeOfFieldOfHArray1OfShape1.hxx ++usr/include/opencascade/Handle_PTopoDS_Vertex.hxx ++usr/include/opencascade/Handle_PTopoDS_Wire.hxx ++usr/include/opencascade/Handle_StdLDrivers_DocumentRetrievalDriver.hxx ++usr/include/opencascade/Handle_StdLDrivers_DocumentStorageDriver.hxx ++usr/include/opencascade/Handle_TDF_Attribute.hxx ++usr/include/opencascade/Handle_TDF_AttributeDelta.hxx ++usr/include/opencascade/Handle_TDF_Data.hxx ++usr/include/opencascade/Handle_TDF_DataMapNodeOfAttributeDataMap.hxx ++usr/include/opencascade/Handle_TDF_DataMapNodeOfLabelDataMap.hxx ++usr/include/opencascade/Handle_TDF_DataMapNodeOfLabelIntegerMap.hxx ++usr/include/opencascade/Handle_TDF_DataMapNodeOfLabelLabelMap.hxx ++usr/include/opencascade/Handle_TDF_DataSet.hxx ++usr/include/opencascade/Handle_TDF_DefaultDeltaOnModification.hxx ++usr/include/opencascade/Handle_TDF_DefaultDeltaOnRemoval.hxx ++usr/include/opencascade/Handle_TDF_Delta.hxx ++usr/include/opencascade/Handle_TDF_DeltaOnAddition.hxx ++usr/include/opencascade/Handle_TDF_DeltaOnForget.hxx ++usr/include/opencascade/Handle_TDF_DeltaOnModification.hxx ++usr/include/opencascade/Handle_TDF_DeltaOnRemoval.hxx ++usr/include/opencascade/Handle_TDF_DeltaOnResume.hxx ++usr/include/opencascade/Handle_TDF_DoubleMapNodeOfAttributeDoubleMap.hxx ++usr/include/opencascade/Handle_TDF_DoubleMapNodeOfGUIDProgIDMap.hxx ++usr/include/opencascade/Handle_TDF_DoubleMapNodeOfLabelDoubleMap.hxx ++usr/include/opencascade/Handle_TDF_HAttributeArray1.hxx ++usr/include/opencascade/Handle_TDF_IndexedMapNodeOfAttributeIndexedMap.hxx ++usr/include/opencascade/Handle_TDF_IndexedMapNodeOfLabelIndexedMap.hxx ++usr/include/opencascade/Handle_TDF_ListNodeOfAttributeDeltaList.hxx ++usr/include/opencascade/Handle_TDF_ListNodeOfAttributeList.hxx ++usr/include/opencascade/Handle_TDF_ListNodeOfDeltaList.hxx ++usr/include/opencascade/Handle_TDF_ListNodeOfIDList.hxx ++usr/include/opencascade/Handle_TDF_ListNodeOfLabelList.hxx ++usr/include/opencascade/Handle_TDF_Reference.hxx ++usr/include/opencascade/Handle_TDF_RelocationTable.hxx ++usr/include/opencascade/Handle_TDF_SequenceNodeOfAttributeSequence.hxx ++usr/include/opencascade/Handle_TDF_SequenceNodeOfLabelSequence.hxx ++usr/include/opencascade/Handle_TDF_StdMapNodeOfAttributeMap.hxx ++usr/include/opencascade/Handle_TDF_StdMapNodeOfIDMap.hxx ++usr/include/opencascade/Handle_TDF_StdMapNodeOfLabelMap.hxx ++usr/include/opencascade/Handle_TDF_TagSource.hxx ++usr/include/opencascade/Handle_TDataStd_AsciiString.hxx ++usr/include/opencascade/Handle_TDataStd_BooleanArray.hxx ++usr/include/opencascade/Handle_TDataStd_BooleanList.hxx ++usr/include/opencascade/Handle_TDataStd_ByteArray.hxx ++usr/include/opencascade/Handle_TDataStd_Comment.hxx ++usr/include/opencascade/Handle_TDataStd_Current.hxx ++usr/include/opencascade/Handle_TDataStd_DataMapNodeOfDataMapOfStringByte.hxx ++usr/include/opencascade/Handle_TDataStd_DataMapNodeOfDataMapOfStringHArray1OfInteger.hxx ++usr/include/opencascade/Handle_TDataStd_DataMapNodeOfDataMapOfStringHArray1OfReal.hxx ++usr/include/opencascade/Handle_TDataStd_DataMapNodeOfDataMapOfStringReal.hxx ++usr/include/opencascade/Handle_TDataStd_DataMapNodeOfDataMapOfStringString.hxx ++usr/include/opencascade/Handle_TDataStd_DeltaOnModificationOfByteArray.hxx ++usr/include/opencascade/Handle_TDataStd_DeltaOnModificationOfExtStringArray.hxx ++usr/include/opencascade/Handle_TDataStd_DeltaOnModificationOfIntArray.hxx ++usr/include/opencascade/Handle_TDataStd_DeltaOnModificationOfIntPackedMap.hxx ++usr/include/opencascade/Handle_TDataStd_DeltaOnModificationOfRealArray.hxx ++usr/include/opencascade/Handle_TDataStd_Directory.hxx ++usr/include/opencascade/Handle_TDataStd_Expression.hxx ++usr/include/opencascade/Handle_TDataStd_ExtStringArray.hxx ++usr/include/opencascade/Handle_TDataStd_ExtStringList.hxx ++usr/include/opencascade/Handle_TDataStd_HDataMapOfStringByte.hxx ++usr/include/opencascade/Handle_TDataStd_HDataMapOfStringHArray1OfInteger.hxx ++usr/include/opencascade/Handle_TDataStd_HDataMapOfStringHArray1OfReal.hxx ++usr/include/opencascade/Handle_TDataStd_HDataMapOfStringInteger.hxx ++usr/include/opencascade/Handle_TDataStd_HDataMapOfStringReal.hxx ++usr/include/opencascade/Handle_TDataStd_HDataMapOfStringString.hxx ++usr/include/opencascade/Handle_TDataStd_HLabelArray1.hxx ++usr/include/opencascade/Handle_TDataStd_IntPackedMap.hxx ++usr/include/opencascade/Handle_TDataStd_Integer.hxx ++usr/include/opencascade/Handle_TDataStd_IntegerArray.hxx ++usr/include/opencascade/Handle_TDataStd_IntegerList.hxx ++usr/include/opencascade/Handle_TDataStd_ListNodeOfListOfByte.hxx ++usr/include/opencascade/Handle_TDataStd_ListNodeOfListOfExtendedString.hxx ++usr/include/opencascade/Handle_TDataStd_Name.hxx ++usr/include/opencascade/Handle_TDataStd_NamedData.hxx ++usr/include/opencascade/Handle_TDataStd_NoteBook.hxx ++usr/include/opencascade/Handle_TDataStd_Real.hxx ++usr/include/opencascade/Handle_TDataStd_RealArray.hxx ++usr/include/opencascade/Handle_TDataStd_RealList.hxx ++usr/include/opencascade/Handle_TDataStd_ReferenceArray.hxx ++usr/include/opencascade/Handle_TDataStd_ReferenceList.hxx ++usr/include/opencascade/Handle_TDataStd_Relation.hxx ++usr/include/opencascade/Handle_TDataStd_Tick.hxx ++usr/include/opencascade/Handle_TDataStd_TreeNode.hxx ++usr/include/opencascade/Handle_TDataStd_UAttribute.hxx ++usr/include/opencascade/Handle_TDataStd_Variable.hxx ++usr/include/opencascade/Handle_TDocStd_Application.hxx ++usr/include/opencascade/Handle_TDocStd_ApplicationDelta.hxx ++usr/include/opencascade/Handle_TDocStd_CompoundDelta.hxx ++usr/include/opencascade/Handle_TDocStd_DataMapNodeOfLabelIDMapDataMap.hxx ++usr/include/opencascade/Handle_TDocStd_Document.hxx ++usr/include/opencascade/Handle_TDocStd_Modified.hxx ++usr/include/opencascade/Handle_TDocStd_MultiTransactionManager.hxx ++usr/include/opencascade/Handle_TDocStd_Owner.hxx ++usr/include/opencascade/Handle_TDocStd_SequenceNodeOfSequenceOfApplicationDelta.hxx ++usr/include/opencascade/Handle_TDocStd_SequenceNodeOfSequenceOfDocument.hxx ++usr/include/opencascade/Handle_TDocStd_XLink.hxx ++usr/include/opencascade/Handle_TDocStd_XLinkRoot.hxx ++usr/include/opencascade/Handle_TFunction_DataMapNodeOfDataMapOfGUIDDriver.hxx ++usr/include/opencascade/Handle_TFunction_DataMapNodeOfDataMapOfLabelListOfLabel.hxx ++usr/include/opencascade/Handle_TFunction_DoubleMapNodeOfDoubleMapOfIntegerLabel.hxx ++usr/include/opencascade/Handle_TFunction_Driver.hxx ++usr/include/opencascade/Handle_TFunction_DriverTable.hxx ++usr/include/opencascade/Handle_TFunction_Function.hxx ++usr/include/opencascade/Handle_TFunction_GraphNode.hxx ++usr/include/opencascade/Handle_TFunction_HArray1OfDataMapOfGUIDDriver.hxx ++usr/include/opencascade/Handle_TFunction_Scope.hxx ++usr/include/opencascade/Handle_TObj_Model.hxx ++usr/include/opencascade/Handle_TObj_Object.hxx ++usr/include/opencascade/Handle_XmlLDrivers_DocumentRetrievalDriver.hxx ++usr/include/opencascade/Handle_XmlLDrivers_DocumentStorageDriver.hxx ++usr/include/opencascade/Handle_XmlLDrivers_SequenceNodeOfSequenceOfNamespaceDef.hxx ++usr/include/opencascade/Handle_XmlMDF_ADriver.hxx ++usr/include/opencascade/Handle_XmlMDF_ADriverTable.hxx ++usr/include/opencascade/Handle_XmlMDF_DataMapNodeOfMapOfDriver.hxx ++usr/include/opencascade/Handle_XmlMDF_DataMapNodeOfTypeADriverMap.hxx ++usr/include/opencascade/Handle_XmlMDF_ReferenceDriver.hxx ++usr/include/opencascade/Handle_XmlMDF_TagSourceDriver.hxx ++usr/include/opencascade/Handle_XmlMDataStd_AsciiStringDriver.hxx ++usr/include/opencascade/Handle_XmlMDataStd_BooleanArrayDriver.hxx ++usr/include/opencascade/Handle_XmlMDataStd_BooleanListDriver.hxx ++usr/include/opencascade/Handle_XmlMDataStd_ByteArrayDriver.hxx ++usr/include/opencascade/Handle_XmlMDataStd_CommentDriver.hxx ++usr/include/opencascade/Handle_XmlMDataStd_DirectoryDriver.hxx ++usr/include/opencascade/Handle_XmlMDataStd_ExpressionDriver.hxx ++usr/include/opencascade/Handle_XmlMDataStd_ExtStringArrayDriver.hxx ++usr/include/opencascade/Handle_XmlMDataStd_ExtStringListDriver.hxx ++usr/include/opencascade/Handle_XmlMDataStd_IntPackedMapDriver.hxx ++usr/include/opencascade/Handle_XmlMDataStd_IntegerArrayDriver.hxx ++usr/include/opencascade/Handle_XmlMDataStd_IntegerDriver.hxx ++usr/include/opencascade/Handle_XmlMDataStd_IntegerListDriver.hxx ++usr/include/opencascade/Handle_XmlMDataStd_NameDriver.hxx ++usr/include/opencascade/Handle_XmlMDataStd_NamedDataDriver.hxx ++usr/include/opencascade/Handle_XmlMDataStd_NoteBookDriver.hxx ++usr/include/opencascade/Handle_XmlMDataStd_RealArrayDriver.hxx ++usr/include/opencascade/Handle_XmlMDataStd_RealDriver.hxx ++usr/include/opencascade/Handle_XmlMDataStd_RealListDriver.hxx ++usr/include/opencascade/Handle_XmlMDataStd_ReferenceArrayDriver.hxx ++usr/include/opencascade/Handle_XmlMDataStd_ReferenceListDriver.hxx ++usr/include/opencascade/Handle_XmlMDataStd_RelationDriver.hxx ++usr/include/opencascade/Handle_XmlMDataStd_TickDriver.hxx ++usr/include/opencascade/Handle_XmlMDataStd_TreeNodeDriver.hxx ++usr/include/opencascade/Handle_XmlMDataStd_UAttributeDriver.hxx ++usr/include/opencascade/Handle_XmlMDataStd_VariableDriver.hxx ++usr/include/opencascade/Handle_XmlMDocStd_XLinkDriver.hxx ++usr/include/opencascade/Handle_XmlMFunction_FunctionDriver.hxx ++usr/include/opencascade/Handle_XmlMFunction_GraphNodeDriver.hxx ++usr/include/opencascade/Handle_XmlMFunction_ScopeDriver.hxx ++usr/include/opencascade/LDOMBasicString.hxx ++usr/include/opencascade/LDOMParser.hxx ++usr/include/opencascade/LDOMString.hxx ++usr/include/opencascade/LDOM_Attr.hxx ++usr/include/opencascade/LDOM_BasicAttribute.hxx ++usr/include/opencascade/LDOM_BasicElement.hxx ++usr/include/opencascade/LDOM_BasicNode.hxx ++usr/include/opencascade/LDOM_BasicText.hxx ++usr/include/opencascade/LDOM_CDATASection.hxx ++usr/include/opencascade/LDOM_CharReference.hxx ++usr/include/opencascade/LDOM_CharacterData.hxx ++usr/include/opencascade/LDOM_Comment.hxx ++usr/include/opencascade/LDOM_DeclareSequence.hxx ++usr/include/opencascade/LDOM_Document.hxx ++usr/include/opencascade/LDOM_DocumentType.hxx ++usr/include/opencascade/LDOM_Element.hxx ++usr/include/opencascade/LDOM_LDOMImplementation.hxx ++usr/include/opencascade/LDOM_MemManager.hxx ++usr/include/opencascade/LDOM_Node.hxx ++usr/include/opencascade/LDOM_NodeList.hxx ++usr/include/opencascade/LDOM_OSStream.hxx ++usr/include/opencascade/LDOM_Text.hxx ++usr/include/opencascade/LDOM_XmlReader.hxx ++usr/include/opencascade/LDOM_XmlWriter.hxx ++usr/include/opencascade/MDF.hxx ++usr/include/opencascade/MDF_ARDriver.hxx ++usr/include/opencascade/MDF_ARDriverHSequence.hxx ++usr/include/opencascade/MDF_ARDriverSequence.hxx ++usr/include/opencascade/MDF_ARDriverTable.hxx ++usr/include/opencascade/MDF_ASDriver.hxx ++usr/include/opencascade/MDF_ASDriverHSequence.hxx ++usr/include/opencascade/MDF_ASDriverSequence.hxx ++usr/include/opencascade/MDF_ASDriverTable.hxx ++usr/include/opencascade/MDF_DataMapIteratorOfTypeARDriverMap.hxx ++usr/include/opencascade/MDF_DataMapIteratorOfTypeASDriverMap.hxx ++usr/include/opencascade/MDF_DataMapIteratorOfTypeDriverListMapOfARDriverTable.hxx ++usr/include/opencascade/MDF_DataMapIteratorOfTypeDriverListMapOfASDriverTable.hxx ++usr/include/opencascade/MDF_DataMapNodeOfTypeARDriverMap.hxx ++usr/include/opencascade/MDF_DataMapNodeOfTypeASDriverMap.hxx ++usr/include/opencascade/MDF_DataMapNodeOfTypeDriverListMapOfARDriverTable.hxx ++usr/include/opencascade/MDF_DataMapNodeOfTypeDriverListMapOfASDriverTable.hxx ++usr/include/opencascade/MDF_DriverListOfARDriverTable.hxx ++usr/include/opencascade/MDF_DriverListOfASDriverTable.hxx ++usr/include/opencascade/MDF_DriverTable.gxx ++usr/include/opencascade/MDF_ListIteratorOfDriverListOfARDriverTable.hxx ++usr/include/opencascade/MDF_ListIteratorOfDriverListOfASDriverTable.hxx ++usr/include/opencascade/MDF_ListNodeOfDriverListOfARDriverTable.hxx ++usr/include/opencascade/MDF_ListNodeOfDriverListOfASDriverTable.hxx ++usr/include/opencascade/MDF_RRelocationTable.hxx ++usr/include/opencascade/MDF_ReferenceRetrievalDriver.hxx ++usr/include/opencascade/MDF_ReferenceStorageDriver.hxx ++usr/include/opencascade/MDF_RelocationTable.gxx ++usr/include/opencascade/MDF_SRelocationTable.hxx ++usr/include/opencascade/MDF_SequenceNodeOfARDriverSequence.hxx ++usr/include/opencascade/MDF_SequenceNodeOfASDriverSequence.hxx ++usr/include/opencascade/MDF_TagSourceRetrievalDriver.hxx ++usr/include/opencascade/MDF_TagSourceStorageDriver.hxx ++usr/include/opencascade/MDF_Tool.hxx ++usr/include/opencascade/MDF_TypeARDriverMap.hxx ++usr/include/opencascade/MDF_TypeASDriverMap.hxx ++usr/include/opencascade/MDF_TypeDriverListMapOfARDriverTable.hxx ++usr/include/opencascade/MDF_TypeDriverListMapOfASDriverTable.hxx ++usr/include/opencascade/MDataStd.hxx ++usr/include/opencascade/MDataStd_AsciiStringRetrievalDriver.hxx ++usr/include/opencascade/MDataStd_AsciiStringStorageDriver.hxx ++usr/include/opencascade/MDataStd_BooleanArrayRetrievalDriver.hxx ++usr/include/opencascade/MDataStd_BooleanArrayStorageDriver.hxx ++usr/include/opencascade/MDataStd_BooleanListRetrievalDriver.hxx ++usr/include/opencascade/MDataStd_BooleanListStorageDriver.hxx ++usr/include/opencascade/MDataStd_ByteArrayRetrievalDriver.hxx ++usr/include/opencascade/MDataStd_ByteArrayRetrievalDriver_1.hxx ++usr/include/opencascade/MDataStd_ByteArrayStorageDriver.hxx ++usr/include/opencascade/MDataStd_CommentRetrievalDriver.hxx ++usr/include/opencascade/MDataStd_CommentStorageDriver.hxx ++usr/include/opencascade/MDataStd_DirectoryRetrievalDriver.hxx ++usr/include/opencascade/MDataStd_DirectoryStorageDriver.hxx ++usr/include/opencascade/MDataStd_ExpressionRetrievalDriver.hxx ++usr/include/opencascade/MDataStd_ExpressionStorageDriver.hxx ++usr/include/opencascade/MDataStd_ExtStringArrayRetrievalDriver.hxx ++usr/include/opencascade/MDataStd_ExtStringArrayRetrievalDriver_1.hxx ++usr/include/opencascade/MDataStd_ExtStringArrayStorageDriver.hxx ++usr/include/opencascade/MDataStd_ExtStringListRetrievalDriver.hxx ++usr/include/opencascade/MDataStd_ExtStringListStorageDriver.hxx ++usr/include/opencascade/MDataStd_IntPackedMapRetrievalDriver.hxx ++usr/include/opencascade/MDataStd_IntPackedMapRetrievalDriver_1.hxx ++usr/include/opencascade/MDataStd_IntPackedMapStorageDriver.hxx ++usr/include/opencascade/MDataStd_IntegerArrayRetrievalDriver.hxx ++usr/include/opencascade/MDataStd_IntegerArrayRetrievalDriver_1.hxx ++usr/include/opencascade/MDataStd_IntegerArrayStorageDriver.hxx ++usr/include/opencascade/MDataStd_IntegerListRetrievalDriver.hxx ++usr/include/opencascade/MDataStd_IntegerListStorageDriver.hxx ++usr/include/opencascade/MDataStd_IntegerRetrievalDriver.hxx ++usr/include/opencascade/MDataStd_IntegerStorageDriver.hxx ++usr/include/opencascade/MDataStd_NameRetrievalDriver.hxx ++usr/include/opencascade/MDataStd_NameStorageDriver.hxx ++usr/include/opencascade/MDataStd_NamedDataRetrievalDriver.hxx ++usr/include/opencascade/MDataStd_NamedDataStorageDriver.hxx ++usr/include/opencascade/MDataStd_NoteBookRetrievalDriver.hxx ++usr/include/opencascade/MDataStd_NoteBookStorageDriver.hxx ++usr/include/opencascade/MDataStd_RealArrayRetrievalDriver.hxx ++usr/include/opencascade/MDataStd_RealArrayRetrievalDriver_1.hxx ++usr/include/opencascade/MDataStd_RealArrayStorageDriver.hxx ++usr/include/opencascade/MDataStd_RealListRetrievalDriver.hxx ++usr/include/opencascade/MDataStd_RealListStorageDriver.hxx ++usr/include/opencascade/MDataStd_RealRetrievalDriver.hxx ++usr/include/opencascade/MDataStd_RealStorageDriver.hxx ++usr/include/opencascade/MDataStd_ReferenceArrayRetrievalDriver.hxx ++usr/include/opencascade/MDataStd_ReferenceArrayStorageDriver.hxx ++usr/include/opencascade/MDataStd_ReferenceListRetrievalDriver.hxx ++usr/include/opencascade/MDataStd_ReferenceListStorageDriver.hxx ++usr/include/opencascade/MDataStd_RelationRetrievalDriver.hxx ++usr/include/opencascade/MDataStd_RelationStorageDriver.hxx ++usr/include/opencascade/MDataStd_TickRetrievalDriver.hxx ++usr/include/opencascade/MDataStd_TickStorageDriver.hxx ++usr/include/opencascade/MDataStd_TreeNodeRetrievalDriver.hxx ++usr/include/opencascade/MDataStd_TreeNodeStorageDriver.hxx ++usr/include/opencascade/MDataStd_UAttributeRetrievalDriver.hxx ++usr/include/opencascade/MDataStd_UAttributeStorageDriver.hxx ++usr/include/opencascade/MDataStd_VariableRetrievalDriver.hxx ++usr/include/opencascade/MDataStd_VariableStorageDriver.hxx ++usr/include/opencascade/MDocStd.hxx ++usr/include/opencascade/MDocStd_DocumentRetrievalDriver.hxx ++usr/include/opencascade/MDocStd_DocumentStorageDriver.hxx ++usr/include/opencascade/MDocStd_XLinkRetrievalDriver.hxx ++usr/include/opencascade/MDocStd_XLinkStorageDriver.hxx ++usr/include/opencascade/MFunction.hxx ++usr/include/opencascade/MFunction_FunctionRetrievalDriver.hxx ++usr/include/opencascade/MFunction_FunctionStorageDriver.hxx ++usr/include/opencascade/MgtBRep.hxx ++usr/include/opencascade/MgtBRep_TranslateTool.hxx ++usr/include/opencascade/MgtBRep_TranslateTool1.hxx ++usr/include/opencascade/MgtBRep_TriangleMode.hxx ++usr/include/opencascade/MgtGeom.hxx ++usr/include/opencascade/MgtGeom2d.hxx ++usr/include/opencascade/MgtPoly.hxx ++usr/include/opencascade/MgtTopLoc.hxx ++usr/include/opencascade/MgtTopoDS.hxx ++usr/include/opencascade/MgtTopoDS_TranslateTool.hxx ++usr/include/opencascade/MgtTopoDS_TranslateTool1.hxx ++usr/include/opencascade/ObjMgt_ExternRef.hxx ++usr/include/opencascade/ObjMgt_ExternShareable.hxx ++usr/include/opencascade/ObjMgt_PSeqOfExtRef.hxx ++usr/include/opencascade/ObjMgt_SeqExplorerOfPSeqOfExtRef.hxx ++usr/include/opencascade/ObjMgt_SeqNodeOfPSeqOfExtRef.hxx ++usr/include/opencascade/PBRep_Curve3D.hxx ++usr/include/opencascade/PBRep_CurveOn2Surfaces.hxx ++usr/include/opencascade/PBRep_CurveOnClosedSurface.hxx ++usr/include/opencascade/PBRep_CurveOnSurface.hxx ++usr/include/opencascade/PBRep_CurveRepresentation.hxx ++usr/include/opencascade/PBRep_GCurve.hxx ++usr/include/opencascade/PBRep_PointOnCurve.hxx ++usr/include/opencascade/PBRep_PointOnCurveOnSurface.hxx ++usr/include/opencascade/PBRep_PointOnSurface.hxx ++usr/include/opencascade/PBRep_PointRepresentation.hxx ++usr/include/opencascade/PBRep_PointsOnSurface.hxx ++usr/include/opencascade/PBRep_Polygon3D.hxx ++usr/include/opencascade/PBRep_PolygonOnClosedSurface.hxx ++usr/include/opencascade/PBRep_PolygonOnClosedTriangulation.hxx ++usr/include/opencascade/PBRep_PolygonOnSurface.hxx ++usr/include/opencascade/PBRep_PolygonOnTriangulation.hxx ++usr/include/opencascade/PBRep_TEdge.hxx ++usr/include/opencascade/PBRep_TEdge1.hxx ++usr/include/opencascade/PBRep_TFace.hxx ++usr/include/opencascade/PBRep_TFace1.hxx ++usr/include/opencascade/PBRep_TVertex.hxx ++usr/include/opencascade/PBRep_TVertex1.hxx ++usr/include/opencascade/PCDM.hxx ++usr/include/opencascade/PCDMShape_Document.hxx ++usr/include/opencascade/PCDM_BaseDriverPointer.hxx ++usr/include/opencascade/PCDM_DOMHeaderParser.hxx ++usr/include/opencascade/PCDM_Document.hxx ++usr/include/opencascade/PCDM_DriverError.hxx ++usr/include/opencascade/PCDM_ReadWriter.hxx ++usr/include/opencascade/PCDM_ReadWriter_1.hxx ++usr/include/opencascade/PCDM_Reader.hxx ++usr/include/opencascade/PCDM_Reader.lxx ++usr/include/opencascade/PCDM_ReaderStatus.hxx ++usr/include/opencascade/PCDM_Reference.hxx ++usr/include/opencascade/PCDM_ReferenceIterator.hxx ++usr/include/opencascade/PCDM_RetrievalDriver.hxx ++usr/include/opencascade/PCDM_SequenceNodeOfSequenceOfDocument.hxx ++usr/include/opencascade/PCDM_SequenceNodeOfSequenceOfReference.hxx ++usr/include/opencascade/PCDM_SequenceOfDocument.hxx ++usr/include/opencascade/PCDM_SequenceOfReference.hxx ++usr/include/opencascade/PCDM_StorageDriver.hxx ++usr/include/opencascade/PCDM_TypeOfFileDriver.hxx ++usr/include/opencascade/PCDM_Writer.hxx ++usr/include/opencascade/PColPGeom2d_FieldOfHArray1OfBSplineCurve.hxx ++usr/include/opencascade/PColPGeom2d_FieldOfHArray1OfBezierCurve.hxx ++usr/include/opencascade/PColPGeom2d_FieldOfHArray1OfBoundedCurve.hxx ++usr/include/opencascade/PColPGeom2d_FieldOfHArray1OfCurve.hxx ++usr/include/opencascade/PColPGeom2d_HArray1OfBSplineCurve.hxx ++usr/include/opencascade/PColPGeom2d_HArray1OfBezierCurve.hxx ++usr/include/opencascade/PColPGeom2d_HArray1OfBoundedCurve.hxx ++usr/include/opencascade/PColPGeom2d_HArray1OfCurve.hxx ++usr/include/opencascade/PColPGeom2d_VArrayNodeOfFieldOfHArray1OfBSplineCurve.hxx ++usr/include/opencascade/PColPGeom2d_VArrayNodeOfFieldOfHArray1OfBezierCurve.hxx ++usr/include/opencascade/PColPGeom2d_VArrayNodeOfFieldOfHArray1OfBoundedCurve.hxx ++usr/include/opencascade/PColPGeom2d_VArrayNodeOfFieldOfHArray1OfCurve.hxx ++usr/include/opencascade/PColPGeom2d_VArrayTNodeOfFieldOfHArray1OfBSplineCurve.hxx ++usr/include/opencascade/PColPGeom2d_VArrayTNodeOfFieldOfHArray1OfBezierCurve.hxx ++usr/include/opencascade/PColPGeom2d_VArrayTNodeOfFieldOfHArray1OfBoundedCurve.hxx ++usr/include/opencascade/PColPGeom2d_VArrayTNodeOfFieldOfHArray1OfCurve.hxx ++usr/include/opencascade/PColPGeom_FieldOfHArray1OfBSplineCurve.hxx ++usr/include/opencascade/PColPGeom_FieldOfHArray1OfBezierCurve.hxx ++usr/include/opencascade/PColPGeom_FieldOfHArray1OfBoundedCurve.hxx ++usr/include/opencascade/PColPGeom_FieldOfHArray1OfBoundedSurface.hxx ++usr/include/opencascade/PColPGeom_FieldOfHArray1OfCurve.hxx ++usr/include/opencascade/PColPGeom_FieldOfHArray1OfSurface.hxx ++usr/include/opencascade/PColPGeom_FieldOfHArray2OfBSplineSurface.hxx ++usr/include/opencascade/PColPGeom_FieldOfHArray2OfBezierSurface.hxx ++usr/include/opencascade/PColPGeom_FieldOfHArray2OfBoundedSurface.hxx ++usr/include/opencascade/PColPGeom_FieldOfHArray2OfSurface.hxx ++usr/include/opencascade/PColPGeom_HArray1OfBSplineCurve.hxx ++usr/include/opencascade/PColPGeom_HArray1OfBezierCurve.hxx ++usr/include/opencascade/PColPGeom_HArray1OfBoundedCurve.hxx ++usr/include/opencascade/PColPGeom_HArray1OfBoundedSurface.hxx ++usr/include/opencascade/PColPGeom_HArray1OfCurve.hxx ++usr/include/opencascade/PColPGeom_HArray1OfSurface.hxx ++usr/include/opencascade/PColPGeom_HArray2OfBSplineSurface.hxx ++usr/include/opencascade/PColPGeom_HArray2OfBezierSurface.hxx ++usr/include/opencascade/PColPGeom_HArray2OfBoundedSurface.hxx ++usr/include/opencascade/PColPGeom_HArray2OfSurface.hxx ++usr/include/opencascade/PColPGeom_VArrayNodeOfFieldOfHArray1OfBSplineCurve.hxx ++usr/include/opencascade/PColPGeom_VArrayNodeOfFieldOfHArray1OfBezierCurve.hxx ++usr/include/opencascade/PColPGeom_VArrayNodeOfFieldOfHArray1OfBoundedCurve.hxx ++usr/include/opencascade/PColPGeom_VArrayNodeOfFieldOfHArray1OfBoundedSurface.hxx ++usr/include/opencascade/PColPGeom_VArrayNodeOfFieldOfHArray1OfCurve.hxx ++usr/include/opencascade/PColPGeom_VArrayNodeOfFieldOfHArray1OfSurface.hxx ++usr/include/opencascade/PColPGeom_VArrayNodeOfFieldOfHArray2OfBSplineSurface.hxx ++usr/include/opencascade/PColPGeom_VArrayNodeOfFieldOfHArray2OfBezierSurface.hxx ++usr/include/opencascade/PColPGeom_VArrayNodeOfFieldOfHArray2OfBoundedSurface.hxx ++usr/include/opencascade/PColPGeom_VArrayNodeOfFieldOfHArray2OfSurface.hxx ++usr/include/opencascade/PColPGeom_VArrayTNodeOfFieldOfHArray1OfBSplineCurve.hxx ++usr/include/opencascade/PColPGeom_VArrayTNodeOfFieldOfHArray1OfBezierCurve.hxx ++usr/include/opencascade/PColPGeom_VArrayTNodeOfFieldOfHArray1OfBoundedCurve.hxx ++usr/include/opencascade/PColPGeom_VArrayTNodeOfFieldOfHArray1OfBoundedSurface.hxx ++usr/include/opencascade/PColPGeom_VArrayTNodeOfFieldOfHArray1OfCurve.hxx ++usr/include/opencascade/PColPGeom_VArrayTNodeOfFieldOfHArray1OfSurface.hxx ++usr/include/opencascade/PColPGeom_VArrayTNodeOfFieldOfHArray2OfBSplineSurface.hxx ++usr/include/opencascade/PColPGeom_VArrayTNodeOfFieldOfHArray2OfBezierSurface.hxx ++usr/include/opencascade/PColPGeom_VArrayTNodeOfFieldOfHArray2OfBoundedSurface.hxx ++usr/include/opencascade/PColPGeom_VArrayTNodeOfFieldOfHArray2OfSurface.hxx ++usr/include/opencascade/PColStd_FieldOfHArray1OfExtendedString.hxx ++usr/include/opencascade/PColStd_FieldOfHArray1OfInteger.hxx ++usr/include/opencascade/PColStd_FieldOfHArray1OfPersistent.hxx ++usr/include/opencascade/PColStd_FieldOfHArray1OfReal.hxx ++usr/include/opencascade/PColStd_FieldOfHArray2OfInteger.hxx ++usr/include/opencascade/PColStd_FieldOfHArray2OfPersistent.hxx ++usr/include/opencascade/PColStd_FieldOfHArray2OfReal.hxx ++usr/include/opencascade/PColStd_HArray1OfExtendedString.hxx ++usr/include/opencascade/PColStd_HArray1OfInteger.hxx ++usr/include/opencascade/PColStd_HArray1OfPersistent.hxx ++usr/include/opencascade/PColStd_HArray1OfReal.hxx ++usr/include/opencascade/PColStd_HArray2OfInteger.hxx ++usr/include/opencascade/PColStd_HArray2OfPersistent.hxx ++usr/include/opencascade/PColStd_HArray2OfReal.hxx ++usr/include/opencascade/PColStd_HDoubleListOfInteger.hxx ++usr/include/opencascade/PColStd_HDoubleListOfPersistent.hxx ++usr/include/opencascade/PColStd_HDoubleListOfReal.hxx ++usr/include/opencascade/PColStd_HOfAsciiString.hxx ++usr/include/opencascade/PColStd_HOfExtendedString.hxx ++usr/include/opencascade/PColStd_HOfInteger.hxx ++usr/include/opencascade/PColStd_HOfReal.hxx ++usr/include/opencascade/PColStd_HSequenceOfHAsciiString.hxx ++usr/include/opencascade/PColStd_HSequenceOfHExtendedString.hxx ++usr/include/opencascade/PColStd_HSequenceOfInteger.hxx ++usr/include/opencascade/PColStd_HSequenceOfPersistent.hxx ++usr/include/opencascade/PColStd_HSequenceOfReal.hxx ++usr/include/opencascade/PColStd_HSingleListOfInteger.hxx ++usr/include/opencascade/PColStd_HSingleListOfPersistent.hxx ++usr/include/opencascade/PColStd_HSingleListOfReal.hxx ++usr/include/opencascade/PColStd_HashAsciiString.hxx ++usr/include/opencascade/PColStd_HashExtendedString.hxx ++usr/include/opencascade/PColStd_SeqExplorerOfHSequenceOfHAsciiString.hxx ++usr/include/opencascade/PColStd_SeqExplorerOfHSequenceOfHExtendedString.hxx ++usr/include/opencascade/PColStd_SeqExplorerOfHSequenceOfInteger.hxx ++usr/include/opencascade/PColStd_SeqExplorerOfHSequenceOfPersistent.hxx ++usr/include/opencascade/PColStd_SeqExplorerOfHSequenceOfReal.hxx ++usr/include/opencascade/PColStd_SeqNodeOfHSequenceOfHAsciiString.hxx ++usr/include/opencascade/PColStd_SeqNodeOfHSequenceOfHExtendedString.hxx ++usr/include/opencascade/PColStd_SeqNodeOfHSequenceOfInteger.hxx ++usr/include/opencascade/PColStd_SeqNodeOfHSequenceOfPersistent.hxx ++usr/include/opencascade/PColStd_SeqNodeOfHSequenceOfReal.hxx ++usr/include/opencascade/PColStd_VArrayNodeOfFieldOfHArray1OfExtendedString.hxx ++usr/include/opencascade/PColStd_VArrayNodeOfFieldOfHArray1OfInteger.hxx ++usr/include/opencascade/PColStd_VArrayNodeOfFieldOfHArray1OfPersistent.hxx ++usr/include/opencascade/PColStd_VArrayNodeOfFieldOfHArray1OfReal.hxx ++usr/include/opencascade/PColStd_VArrayNodeOfFieldOfHArray2OfInteger.hxx ++usr/include/opencascade/PColStd_VArrayNodeOfFieldOfHArray2OfPersistent.hxx ++usr/include/opencascade/PColStd_VArrayNodeOfFieldOfHArray2OfReal.hxx ++usr/include/opencascade/PColStd_VArrayTNodeOfFieldOfHArray1OfExtendedString.hxx ++usr/include/opencascade/PColStd_VArrayTNodeOfFieldOfHArray1OfInteger.hxx ++usr/include/opencascade/PColStd_VArrayTNodeOfFieldOfHArray1OfPersistent.hxx ++usr/include/opencascade/PColStd_VArrayTNodeOfFieldOfHArray1OfReal.hxx ++usr/include/opencascade/PColStd_VArrayTNodeOfFieldOfHArray2OfInteger.hxx ++usr/include/opencascade/PColStd_VArrayTNodeOfFieldOfHArray2OfPersistent.hxx ++usr/include/opencascade/PColStd_VArrayTNodeOfFieldOfHArray2OfReal.hxx ++usr/include/opencascade/PColgp_FieldOfHArray1OfCirc2d.hxx ++usr/include/opencascade/PColgp_FieldOfHArray1OfDir.hxx ++usr/include/opencascade/PColgp_FieldOfHArray1OfDir2d.hxx ++usr/include/opencascade/PColgp_FieldOfHArray1OfLin2d.hxx ++usr/include/opencascade/PColgp_FieldOfHArray1OfPnt.hxx ++usr/include/opencascade/PColgp_FieldOfHArray1OfPnt2d.hxx ++usr/include/opencascade/PColgp_FieldOfHArray1OfVec.hxx ++usr/include/opencascade/PColgp_FieldOfHArray1OfVec2d.hxx ++usr/include/opencascade/PColgp_FieldOfHArray1OfXY.hxx ++usr/include/opencascade/PColgp_FieldOfHArray1OfXYZ.hxx ++usr/include/opencascade/PColgp_FieldOfHArray2OfCirc2d.hxx ++usr/include/opencascade/PColgp_FieldOfHArray2OfDir.hxx ++usr/include/opencascade/PColgp_FieldOfHArray2OfDir2d.hxx ++usr/include/opencascade/PColgp_FieldOfHArray2OfLin2d.hxx ++usr/include/opencascade/PColgp_FieldOfHArray2OfPnt.hxx ++usr/include/opencascade/PColgp_FieldOfHArray2OfPnt2d.hxx ++usr/include/opencascade/PColgp_FieldOfHArray2OfVec.hxx ++usr/include/opencascade/PColgp_FieldOfHArray2OfVec2d.hxx ++usr/include/opencascade/PColgp_FieldOfHArray2OfXY.hxx ++usr/include/opencascade/PColgp_FieldOfHArray2OfXYZ.hxx ++usr/include/opencascade/PColgp_HArray1OfCirc2d.hxx ++usr/include/opencascade/PColgp_HArray1OfDir.hxx ++usr/include/opencascade/PColgp_HArray1OfDir2d.hxx ++usr/include/opencascade/PColgp_HArray1OfLin2d.hxx ++usr/include/opencascade/PColgp_HArray1OfPnt.hxx ++usr/include/opencascade/PColgp_HArray1OfPnt2d.hxx ++usr/include/opencascade/PColgp_HArray1OfVec.hxx ++usr/include/opencascade/PColgp_HArray1OfVec2d.hxx ++usr/include/opencascade/PColgp_HArray1OfXY.hxx ++usr/include/opencascade/PColgp_HArray1OfXYZ.hxx ++usr/include/opencascade/PColgp_HArray2OfCirc2d.hxx ++usr/include/opencascade/PColgp_HArray2OfDir.hxx ++usr/include/opencascade/PColgp_HArray2OfDir2d.hxx ++usr/include/opencascade/PColgp_HArray2OfLin2d.hxx ++usr/include/opencascade/PColgp_HArray2OfPnt.hxx ++usr/include/opencascade/PColgp_HArray2OfPnt2d.hxx ++usr/include/opencascade/PColgp_HArray2OfVec.hxx ++usr/include/opencascade/PColgp_HArray2OfVec2d.hxx ++usr/include/opencascade/PColgp_HArray2OfXY.hxx ++usr/include/opencascade/PColgp_HArray2OfXYZ.hxx ++usr/include/opencascade/PColgp_HSequenceOfDir.hxx ++usr/include/opencascade/PColgp_HSequenceOfPnt.hxx ++usr/include/opencascade/PColgp_HSequenceOfVec.hxx ++usr/include/opencascade/PColgp_HSequenceOfXYZ.hxx ++usr/include/opencascade/PColgp_SeqExplorerOfHSequenceOfDir.hxx ++usr/include/opencascade/PColgp_SeqExplorerOfHSequenceOfPnt.hxx ++usr/include/opencascade/PColgp_SeqExplorerOfHSequenceOfVec.hxx ++usr/include/opencascade/PColgp_SeqExplorerOfHSequenceOfXYZ.hxx ++usr/include/opencascade/PColgp_SeqNodeOfHSequenceOfDir.hxx ++usr/include/opencascade/PColgp_SeqNodeOfHSequenceOfPnt.hxx ++usr/include/opencascade/PColgp_SeqNodeOfHSequenceOfVec.hxx ++usr/include/opencascade/PColgp_SeqNodeOfHSequenceOfXYZ.hxx ++usr/include/opencascade/PColgp_VArrayNodeOfFieldOfHArray1OfCirc2d.hxx ++usr/include/opencascade/PColgp_VArrayNodeOfFieldOfHArray1OfDir.hxx ++usr/include/opencascade/PColgp_VArrayNodeOfFieldOfHArray1OfDir2d.hxx ++usr/include/opencascade/PColgp_VArrayNodeOfFieldOfHArray1OfLin2d.hxx ++usr/include/opencascade/PColgp_VArrayNodeOfFieldOfHArray1OfPnt.hxx ++usr/include/opencascade/PColgp_VArrayNodeOfFieldOfHArray1OfPnt2d.hxx ++usr/include/opencascade/PColgp_VArrayNodeOfFieldOfHArray1OfVec.hxx ++usr/include/opencascade/PColgp_VArrayNodeOfFieldOfHArray1OfVec2d.hxx ++usr/include/opencascade/PColgp_VArrayNodeOfFieldOfHArray1OfXY.hxx ++usr/include/opencascade/PColgp_VArrayNodeOfFieldOfHArray1OfXYZ.hxx ++usr/include/opencascade/PColgp_VArrayNodeOfFieldOfHArray2OfCirc2d.hxx ++usr/include/opencascade/PColgp_VArrayNodeOfFieldOfHArray2OfDir.hxx ++usr/include/opencascade/PColgp_VArrayNodeOfFieldOfHArray2OfDir2d.hxx ++usr/include/opencascade/PColgp_VArrayNodeOfFieldOfHArray2OfLin2d.hxx ++usr/include/opencascade/PColgp_VArrayNodeOfFieldOfHArray2OfPnt.hxx ++usr/include/opencascade/PColgp_VArrayNodeOfFieldOfHArray2OfPnt2d.hxx ++usr/include/opencascade/PColgp_VArrayNodeOfFieldOfHArray2OfVec.hxx ++usr/include/opencascade/PColgp_VArrayNodeOfFieldOfHArray2OfVec2d.hxx ++usr/include/opencascade/PColgp_VArrayNodeOfFieldOfHArray2OfXY.hxx ++usr/include/opencascade/PColgp_VArrayNodeOfFieldOfHArray2OfXYZ.hxx ++usr/include/opencascade/PColgp_VArrayTNodeOfFieldOfHArray1OfCirc2d.hxx ++usr/include/opencascade/PColgp_VArrayTNodeOfFieldOfHArray1OfDir.hxx ++usr/include/opencascade/PColgp_VArrayTNodeOfFieldOfHArray1OfDir2d.hxx ++usr/include/opencascade/PColgp_VArrayTNodeOfFieldOfHArray1OfLin2d.hxx ++usr/include/opencascade/PColgp_VArrayTNodeOfFieldOfHArray1OfPnt.hxx ++usr/include/opencascade/PColgp_VArrayTNodeOfFieldOfHArray1OfPnt2d.hxx ++usr/include/opencascade/PColgp_VArrayTNodeOfFieldOfHArray1OfVec.hxx ++usr/include/opencascade/PColgp_VArrayTNodeOfFieldOfHArray1OfVec2d.hxx ++usr/include/opencascade/PColgp_VArrayTNodeOfFieldOfHArray1OfXY.hxx ++usr/include/opencascade/PColgp_VArrayTNodeOfFieldOfHArray1OfXYZ.hxx ++usr/include/opencascade/PColgp_VArrayTNodeOfFieldOfHArray2OfCirc2d.hxx ++usr/include/opencascade/PColgp_VArrayTNodeOfFieldOfHArray2OfDir.hxx ++usr/include/opencascade/PColgp_VArrayTNodeOfFieldOfHArray2OfDir2d.hxx ++usr/include/opencascade/PColgp_VArrayTNodeOfFieldOfHArray2OfLin2d.hxx ++usr/include/opencascade/PColgp_VArrayTNodeOfFieldOfHArray2OfPnt.hxx ++usr/include/opencascade/PColgp_VArrayTNodeOfFieldOfHArray2OfPnt2d.hxx ++usr/include/opencascade/PColgp_VArrayTNodeOfFieldOfHArray2OfVec.hxx ++usr/include/opencascade/PColgp_VArrayTNodeOfFieldOfHArray2OfVec2d.hxx ++usr/include/opencascade/PColgp_VArrayTNodeOfFieldOfHArray2OfXY.hxx ++usr/include/opencascade/PColgp_VArrayTNodeOfFieldOfHArray2OfXYZ.hxx ++usr/include/opencascade/PCollection_ATInOrderIterator.gxx ++usr/include/opencascade/PCollection_ATPostOrderIterator.gxx ++usr/include/opencascade/PCollection_ATPreOrderIterator.gxx ++usr/include/opencascade/PCollection_AVLIterator.gxx ++usr/include/opencascade/PCollection_AVLNode.gxx ++usr/include/opencascade/PCollection_AccessMode.hxx ++usr/include/opencascade/PCollection_AdjacentVerticesIterator.gxx ++usr/include/opencascade/PCollection_BackEdgesIterator.gxx ++usr/include/opencascade/PCollection_BreadthFirstIterator.gxx ++usr/include/opencascade/PCollection_Compare.gxx ++usr/include/opencascade/PCollection_CompareOfInteger.hxx ++usr/include/opencascade/PCollection_CompareOfReal.hxx ++usr/include/opencascade/PCollection_DepthFirstIterator.gxx ++usr/include/opencascade/PCollection_DoubleMapIterator.gxx ++usr/include/opencascade/PCollection_DoubleMapNode.gxx ++usr/include/opencascade/PCollection_Edge.gxx ++usr/include/opencascade/PCollection_EdgesIterator.gxx ++usr/include/opencascade/PCollection_FrontEdgesIterator.gxx ++usr/include/opencascade/PCollection_HAVLSearchTree.gxx ++usr/include/opencascade/PCollection_HArbitraryTree.gxx ++usr/include/opencascade/PCollection_HArray1.gxx ++usr/include/opencascade/PCollection_HArray1.lxx ++usr/include/opencascade/PCollection_HArray2.gxx ++usr/include/opencascade/PCollection_HArray2.lxx ++usr/include/opencascade/PCollection_HAsciiString.hxx ++usr/include/opencascade/PCollection_HDataMap.gxx ++usr/include/opencascade/PCollection_HDataMap.lxx ++usr/include/opencascade/PCollection_HDirectedGraph.gxx ++usr/include/opencascade/PCollection_HDoubleList.gxx ++usr/include/opencascade/PCollection_HDoubleMap.gxx ++usr/include/opencascade/PCollection_HExtendedString.hxx ++usr/include/opencascade/PCollection_HIndexedDataMap.gxx ++usr/include/opencascade/PCollection_HQueue.gxx ++usr/include/opencascade/PCollection_HSequence.gxx ++usr/include/opencascade/PCollection_HSet.gxx ++usr/include/opencascade/PCollection_HSingleList.gxx ++usr/include/opencascade/PCollection_HStack.gxx ++usr/include/opencascade/PCollection_Hash.gxx ++usr/include/opencascade/PCollection_IndexedDataMapNode.gxx ++usr/include/opencascade/PCollection_IsContained.hxx ++usr/include/opencascade/PCollection_IsNotRoot.hxx ++usr/include/opencascade/PCollection_IsNullTree.hxx ++usr/include/opencascade/PCollection_LeavesIterator.gxx ++usr/include/opencascade/PCollection_MapIterator.gxx ++usr/include/opencascade/PCollection_MapNode.gxx ++usr/include/opencascade/PCollection_PrivCompareOfInteger.hxx ++usr/include/opencascade/PCollection_PrivCompareOfReal.hxx ++usr/include/opencascade/PCollection_QueueIterator.gxx ++usr/include/opencascade/PCollection_RootsIterator.gxx ++usr/include/opencascade/PCollection_SeqExplorer.gxx ++usr/include/opencascade/PCollection_SeqNode.gxx ++usr/include/opencascade/PCollection_SetIterator.gxx ++usr/include/opencascade/PCollection_Side.hxx ++usr/include/opencascade/PCollection_StackIterator.gxx ++usr/include/opencascade/PCollection_Vertex.gxx ++usr/include/opencascade/PCollection_VerticesIterator.gxx ++usr/include/opencascade/PDF_Attribute.hxx ++usr/include/opencascade/PDF_Data.hxx ++usr/include/opencascade/PDF_Data.lxx ++usr/include/opencascade/PDF_FieldOfHAttributeArray1.hxx ++usr/include/opencascade/PDF_HAttributeArray1.hxx ++usr/include/opencascade/PDF_Reference.hxx ++usr/include/opencascade/PDF_TagSource.hxx ++usr/include/opencascade/PDF_VArrayNodeOfFieldOfHAttributeArray1.hxx ++usr/include/opencascade/PDF_VArrayTNodeOfFieldOfHAttributeArray1.hxx ++usr/include/opencascade/PDataStd_AsciiString.hxx ++usr/include/opencascade/PDataStd_BooleanArray.hxx ++usr/include/opencascade/PDataStd_BooleanList.hxx ++usr/include/opencascade/PDataStd_ByteArray.hxx ++usr/include/opencascade/PDataStd_ByteArray_1.hxx ++usr/include/opencascade/PDataStd_Comment.hxx ++usr/include/opencascade/PDataStd_Directory.hxx ++usr/include/opencascade/PDataStd_Expression.hxx ++usr/include/opencascade/PDataStd_ExtStringArray.hxx ++usr/include/opencascade/PDataStd_ExtStringArray_1.hxx ++usr/include/opencascade/PDataStd_ExtStringList.hxx ++usr/include/opencascade/PDataStd_FieldOfHArray1OfByte.hxx ++usr/include/opencascade/PDataStd_FieldOfHArray1OfHArray1OfInteger.hxx ++usr/include/opencascade/PDataStd_FieldOfHArray1OfHArray1OfReal.hxx ++usr/include/opencascade/PDataStd_FieldOfHArray1OfHAsciiString.hxx ++usr/include/opencascade/PDataStd_HArray1OfByte.hxx ++usr/include/opencascade/PDataStd_HArray1OfHArray1OfInteger.hxx ++usr/include/opencascade/PDataStd_HArray1OfHArray1OfReal.hxx ++usr/include/opencascade/PDataStd_HArray1OfHAsciiString.hxx ++usr/include/opencascade/PDataStd_IntPackedMap.hxx ++usr/include/opencascade/PDataStd_IntPackedMap_1.hxx ++usr/include/opencascade/PDataStd_Integer.hxx ++usr/include/opencascade/PDataStd_IntegerArray.hxx ++usr/include/opencascade/PDataStd_IntegerArray_1.hxx ++usr/include/opencascade/PDataStd_IntegerList.hxx ++usr/include/opencascade/PDataStd_Name.hxx ++usr/include/opencascade/PDataStd_NamedData.hxx ++usr/include/opencascade/PDataStd_NoteBook.hxx ++usr/include/opencascade/PDataStd_Real.hxx ++usr/include/opencascade/PDataStd_RealArray.hxx ++usr/include/opencascade/PDataStd_RealArray_1.hxx ++usr/include/opencascade/PDataStd_RealList.hxx ++usr/include/opencascade/PDataStd_ReferenceArray.hxx ++usr/include/opencascade/PDataStd_ReferenceList.hxx ++usr/include/opencascade/PDataStd_Relation.hxx ++usr/include/opencascade/PDataStd_Tick.hxx ++usr/include/opencascade/PDataStd_TreeNode.hxx ++usr/include/opencascade/PDataStd_UAttribute.hxx ++usr/include/opencascade/PDataStd_VArrayNodeOfFieldOfHArray1OfByte.hxx ++usr/include/opencascade/PDataStd_VArrayNodeOfFieldOfHArray1OfHArray1OfInteger.hxx ++usr/include/opencascade/PDataStd_VArrayNodeOfFieldOfHArray1OfHArray1OfReal.hxx ++usr/include/opencascade/PDataStd_VArrayNodeOfFieldOfHArray1OfHAsciiString.hxx ++usr/include/opencascade/PDataStd_VArrayTNodeOfFieldOfHArray1OfByte.hxx ++usr/include/opencascade/PDataStd_VArrayTNodeOfFieldOfHArray1OfHArray1OfInteger.hxx ++usr/include/opencascade/PDataStd_VArrayTNodeOfFieldOfHArray1OfHArray1OfReal.hxx ++usr/include/opencascade/PDataStd_VArrayTNodeOfFieldOfHArray1OfHAsciiString.hxx ++usr/include/opencascade/PDataStd_Variable.hxx ++usr/include/opencascade/PDocStd_Document.hxx ++usr/include/opencascade/PDocStd_XLink.hxx ++usr/include/opencascade/PFunction_Function.hxx ++usr/include/opencascade/PGeom2d_AxisPlacement.hxx ++usr/include/opencascade/PGeom2d_BSplineCurve.hxx ++usr/include/opencascade/PGeom2d_BezierCurve.hxx ++usr/include/opencascade/PGeom2d_BoundedCurve.hxx ++usr/include/opencascade/PGeom2d_CartesianPoint.hxx ++usr/include/opencascade/PGeom2d_Circle.hxx ++usr/include/opencascade/PGeom2d_Conic.hxx ++usr/include/opencascade/PGeom2d_Curve.hxx ++usr/include/opencascade/PGeom2d_Direction.hxx ++usr/include/opencascade/PGeom2d_Ellipse.hxx ++usr/include/opencascade/PGeom2d_Geometry.hxx ++usr/include/opencascade/PGeom2d_Hyperbola.hxx ++usr/include/opencascade/PGeom2d_Line.hxx ++usr/include/opencascade/PGeom2d_OffsetCurve.hxx ++usr/include/opencascade/PGeom2d_Parabola.hxx ++usr/include/opencascade/PGeom2d_Point.hxx ++usr/include/opencascade/PGeom2d_Transformation.hxx ++usr/include/opencascade/PGeom2d_TrimmedCurve.hxx ++usr/include/opencascade/PGeom2d_Vector.hxx ++usr/include/opencascade/PGeom2d_VectorWithMagnitude.hxx ++usr/include/opencascade/PGeom_Axis1Placement.hxx ++usr/include/opencascade/PGeom_Axis2Placement.hxx ++usr/include/opencascade/PGeom_AxisPlacement.hxx ++usr/include/opencascade/PGeom_BSplineCurve.hxx ++usr/include/opencascade/PGeom_BSplineSurface.hxx ++usr/include/opencascade/PGeom_BezierCurve.hxx ++usr/include/opencascade/PGeom_BezierSurface.hxx ++usr/include/opencascade/PGeom_BoundedCurve.hxx ++usr/include/opencascade/PGeom_BoundedSurface.hxx ++usr/include/opencascade/PGeom_CartesianPoint.hxx ++usr/include/opencascade/PGeom_Circle.hxx ++usr/include/opencascade/PGeom_Conic.hxx ++usr/include/opencascade/PGeom_ConicalSurface.hxx ++usr/include/opencascade/PGeom_Curve.hxx ++usr/include/opencascade/PGeom_CylindricalSurface.hxx ++usr/include/opencascade/PGeom_Direction.hxx ++usr/include/opencascade/PGeom_ElementarySurface.hxx ++usr/include/opencascade/PGeom_Ellipse.hxx ++usr/include/opencascade/PGeom_Geometry.hxx ++usr/include/opencascade/PGeom_Hyperbola.hxx ++usr/include/opencascade/PGeom_Line.hxx ++usr/include/opencascade/PGeom_OffsetCurve.hxx ++usr/include/opencascade/PGeom_OffsetSurface.hxx ++usr/include/opencascade/PGeom_Parabola.hxx ++usr/include/opencascade/PGeom_Plane.hxx ++usr/include/opencascade/PGeom_Point.hxx ++usr/include/opencascade/PGeom_RectangularTrimmedSurface.hxx ++usr/include/opencascade/PGeom_SphericalSurface.hxx ++usr/include/opencascade/PGeom_Surface.hxx ++usr/include/opencascade/PGeom_SurfaceOfLinearExtrusion.hxx ++usr/include/opencascade/PGeom_SurfaceOfRevolution.hxx ++usr/include/opencascade/PGeom_SweptSurface.hxx ++usr/include/opencascade/PGeom_ToroidalSurface.hxx ++usr/include/opencascade/PGeom_Transformation.hxx ++usr/include/opencascade/PGeom_TrimmedCurve.hxx ++usr/include/opencascade/PGeom_Vector.hxx ++usr/include/opencascade/PGeom_VectorWithMagnitude.hxx ++usr/include/opencascade/PMMgt_PManaged.hxx ++usr/include/opencascade/PPoly_FieldOfHArray1OfTriangle.hxx ++usr/include/opencascade/PPoly_HArray1OfTriangle.hxx ++usr/include/opencascade/PPoly_Polygon2D.hxx ++usr/include/opencascade/PPoly_Polygon3D.hxx ++usr/include/opencascade/PPoly_PolygonOnTriangulation.hxx ++usr/include/opencascade/PPoly_Triangle.hxx ++usr/include/opencascade/PPoly_Triangulation.hxx ++usr/include/opencascade/PPoly_VArrayNodeOfFieldOfHArray1OfTriangle.hxx ++usr/include/opencascade/PPoly_VArrayTNodeOfFieldOfHArray1OfTriangle.hxx ++usr/include/opencascade/PShort_FieldOfHArray1OfShortReal.hxx ++usr/include/opencascade/PShort_FieldOfHArray2OfShortReal.hxx ++usr/include/opencascade/PShort_HArray1OfShortReal.hxx ++usr/include/opencascade/PShort_HArray2OfShortReal.hxx ++usr/include/opencascade/PShort_HSequenceOfShortReal.hxx ++usr/include/opencascade/PShort_SeqExplorerOfHSequenceOfShortReal.hxx ++usr/include/opencascade/PShort_SeqNodeOfHSequenceOfShortReal.hxx ++usr/include/opencascade/PShort_VArrayNodeOfFieldOfHArray1OfShortReal.hxx ++usr/include/opencascade/PShort_VArrayNodeOfFieldOfHArray2OfShortReal.hxx ++usr/include/opencascade/PShort_VArrayTNodeOfFieldOfHArray1OfShortReal.hxx ++usr/include/opencascade/PShort_VArrayTNodeOfFieldOfHArray2OfShortReal.hxx ++usr/include/opencascade/PStandard_ArrayNode.hxx ++usr/include/opencascade/PTColStd_DataMapIteratorOfPersistentTransientMap.hxx ++usr/include/opencascade/PTColStd_DataMapIteratorOfTransientPersistentMap.hxx ++usr/include/opencascade/PTColStd_DataMapNodeOfPersistentTransientMap.hxx ++usr/include/opencascade/PTColStd_DataMapNodeOfTransientPersistentMap.hxx ++usr/include/opencascade/PTColStd_DoubleMapIteratorOfDoubleMapOfTransientPersistent.hxx ++usr/include/opencascade/PTColStd_DoubleMapNodeOfDoubleMapOfTransientPersistent.hxx ++usr/include/opencascade/PTColStd_DoubleMapOfTransientPersistent.hxx ++usr/include/opencascade/PTColStd_MapPersistentHasher.hxx ++usr/include/opencascade/PTColStd_PersistentTransientMap.hxx ++usr/include/opencascade/PTColStd_TransientPersistentMap.hxx ++usr/include/opencascade/PTopLoc_Datum3D.hxx ++usr/include/opencascade/PTopLoc_ItemLocation.hxx ++usr/include/opencascade/PTopLoc_Location.hxx ++usr/include/opencascade/PTopoDS_CompSolid.hxx ++usr/include/opencascade/PTopoDS_Compound.hxx ++usr/include/opencascade/PTopoDS_Edge.hxx ++usr/include/opencascade/PTopoDS_Face.hxx ++usr/include/opencascade/PTopoDS_FieldOfHArray1OfHShape.hxx ++usr/include/opencascade/PTopoDS_FieldOfHArray1OfShape1.hxx ++usr/include/opencascade/PTopoDS_HArray1OfHShape.hxx ++usr/include/opencascade/PTopoDS_HArray1OfShape1.hxx ++usr/include/opencascade/PTopoDS_HShape.hxx ++usr/include/opencascade/PTopoDS_Shape1.hxx ++usr/include/opencascade/PTopoDS_Shell.hxx ++usr/include/opencascade/PTopoDS_Solid.hxx ++usr/include/opencascade/PTopoDS_TCompSolid.hxx ++usr/include/opencascade/PTopoDS_TCompSolid1.hxx ++usr/include/opencascade/PTopoDS_TCompound.hxx ++usr/include/opencascade/PTopoDS_TCompound1.hxx ++usr/include/opencascade/PTopoDS_TEdge.hxx ++usr/include/opencascade/PTopoDS_TEdge1.hxx ++usr/include/opencascade/PTopoDS_TFace.hxx ++usr/include/opencascade/PTopoDS_TFace1.hxx ++usr/include/opencascade/PTopoDS_TShape.hxx ++usr/include/opencascade/PTopoDS_TShape1.hxx ++usr/include/opencascade/PTopoDS_TShell.hxx ++usr/include/opencascade/PTopoDS_TShell1.hxx ++usr/include/opencascade/PTopoDS_TSolid.hxx ++usr/include/opencascade/PTopoDS_TSolid1.hxx ++usr/include/opencascade/PTopoDS_TVertex.hxx ++usr/include/opencascade/PTopoDS_TVertex1.hxx ++usr/include/opencascade/PTopoDS_TWire.hxx ++usr/include/opencascade/PTopoDS_TWire1.hxx ++usr/include/opencascade/PTopoDS_VArrayNodeOfFieldOfHArray1OfHShape.hxx ++usr/include/opencascade/PTopoDS_VArrayNodeOfFieldOfHArray1OfShape1.hxx ++usr/include/opencascade/PTopoDS_VArrayTNodeOfFieldOfHArray1OfHShape.hxx ++usr/include/opencascade/PTopoDS_VArrayTNodeOfFieldOfHArray1OfShape1.hxx ++usr/include/opencascade/PTopoDS_Vertex.hxx ++usr/include/opencascade/PTopoDS_Wire.hxx ++usr/include/opencascade/ShapeSchema.hxx ++usr/include/opencascade/ShapeSchema_DBC_VArrayOfCharacter.hxx ++usr/include/opencascade/ShapeSchema_DBC_VArrayOfExtCharacter.hxx ++usr/include/opencascade/ShapeSchema_ObjMgt_ExternRef.hxx ++usr/include/opencascade/ShapeSchema_ObjMgt_ExternShareable.hxx ++usr/include/opencascade/ShapeSchema_ObjMgt_PSeqOfExtRef.hxx ++usr/include/opencascade/ShapeSchema_ObjMgt_SeqNodeOfPSeqOfExtRef.hxx ++usr/include/opencascade/ShapeSchema_PBRep_Curve3D.hxx ++usr/include/opencascade/ShapeSchema_PBRep_CurveOn2Surfaces.hxx ++usr/include/opencascade/ShapeSchema_PBRep_CurveOnClosedSurface.hxx ++usr/include/opencascade/ShapeSchema_PBRep_CurveOnSurface.hxx ++usr/include/opencascade/ShapeSchema_PBRep_CurveRepresentation.hxx ++usr/include/opencascade/ShapeSchema_PBRep_GCurve.hxx ++usr/include/opencascade/ShapeSchema_PBRep_PointOnCurve.hxx ++usr/include/opencascade/ShapeSchema_PBRep_PointOnCurveOnSurface.hxx ++usr/include/opencascade/ShapeSchema_PBRep_PointOnSurface.hxx ++usr/include/opencascade/ShapeSchema_PBRep_PointRepresentation.hxx ++usr/include/opencascade/ShapeSchema_PBRep_PointsOnSurface.hxx ++usr/include/opencascade/ShapeSchema_PBRep_Polygon3D.hxx ++usr/include/opencascade/ShapeSchema_PBRep_PolygonOnClosedSurface.hxx ++usr/include/opencascade/ShapeSchema_PBRep_PolygonOnClosedTriangulation.hxx ++usr/include/opencascade/ShapeSchema_PBRep_PolygonOnSurface.hxx ++usr/include/opencascade/ShapeSchema_PBRep_PolygonOnTriangulation.hxx ++usr/include/opencascade/ShapeSchema_PBRep_TEdge.hxx ++usr/include/opencascade/ShapeSchema_PBRep_TEdge1.hxx ++usr/include/opencascade/ShapeSchema_PBRep_TFace.hxx ++usr/include/opencascade/ShapeSchema_PBRep_TFace1.hxx ++usr/include/opencascade/ShapeSchema_PBRep_TVertex.hxx ++usr/include/opencascade/ShapeSchema_PBRep_TVertex1.hxx ++usr/include/opencascade/ShapeSchema_PCDMShape_Document.hxx ++usr/include/opencascade/ShapeSchema_PCDM_Document.hxx ++usr/include/opencascade/ShapeSchema_PColPGeom2d_FieldOfHArray1OfBSplineCurve.hxx ++usr/include/opencascade/ShapeSchema_PColPGeom2d_FieldOfHArray1OfBezierCurve.hxx ++usr/include/opencascade/ShapeSchema_PColPGeom2d_FieldOfHArray1OfBoundedCurve.hxx ++usr/include/opencascade/ShapeSchema_PColPGeom2d_FieldOfHArray1OfCurve.hxx ++usr/include/opencascade/ShapeSchema_PColPGeom2d_HArray1OfBSplineCurve.hxx ++usr/include/opencascade/ShapeSchema_PColPGeom2d_HArray1OfBezierCurve.hxx ++usr/include/opencascade/ShapeSchema_PColPGeom2d_HArray1OfBoundedCurve.hxx ++usr/include/opencascade/ShapeSchema_PColPGeom2d_HArray1OfCurve.hxx ++usr/include/opencascade/ShapeSchema_PColPGeom_FieldOfHArray1OfBSplineCurve.hxx ++usr/include/opencascade/ShapeSchema_PColPGeom_FieldOfHArray1OfBezierCurve.hxx ++usr/include/opencascade/ShapeSchema_PColPGeom_FieldOfHArray1OfBoundedCurve.hxx ++usr/include/opencascade/ShapeSchema_PColPGeom_FieldOfHArray1OfBoundedSurface.hxx ++usr/include/opencascade/ShapeSchema_PColPGeom_FieldOfHArray1OfCurve.hxx ++usr/include/opencascade/ShapeSchema_PColPGeom_FieldOfHArray1OfSurface.hxx ++usr/include/opencascade/ShapeSchema_PColPGeom_FieldOfHArray2OfBSplineSurface.hxx ++usr/include/opencascade/ShapeSchema_PColPGeom_FieldOfHArray2OfBezierSurface.hxx ++usr/include/opencascade/ShapeSchema_PColPGeom_FieldOfHArray2OfBoundedSurface.hxx ++usr/include/opencascade/ShapeSchema_PColPGeom_FieldOfHArray2OfSurface.hxx ++usr/include/opencascade/ShapeSchema_PColPGeom_HArray1OfBSplineCurve.hxx ++usr/include/opencascade/ShapeSchema_PColPGeom_HArray1OfBezierCurve.hxx ++usr/include/opencascade/ShapeSchema_PColPGeom_HArray1OfBoundedCurve.hxx ++usr/include/opencascade/ShapeSchema_PColPGeom_HArray1OfBoundedSurface.hxx ++usr/include/opencascade/ShapeSchema_PColPGeom_HArray1OfCurve.hxx ++usr/include/opencascade/ShapeSchema_PColPGeom_HArray1OfSurface.hxx ++usr/include/opencascade/ShapeSchema_PColPGeom_HArray2OfBSplineSurface.hxx ++usr/include/opencascade/ShapeSchema_PColPGeom_HArray2OfBezierSurface.hxx ++usr/include/opencascade/ShapeSchema_PColPGeom_HArray2OfBoundedSurface.hxx ++usr/include/opencascade/ShapeSchema_PColPGeom_HArray2OfSurface.hxx ++usr/include/opencascade/ShapeSchema_PColStd_FieldOfHArray1OfInteger.hxx ++usr/include/opencascade/ShapeSchema_PColStd_FieldOfHArray1OfReal.hxx ++usr/include/opencascade/ShapeSchema_PColStd_FieldOfHArray2OfReal.hxx ++usr/include/opencascade/ShapeSchema_PColStd_HArray1OfInteger.hxx ++usr/include/opencascade/ShapeSchema_PColStd_HArray1OfReal.hxx ++usr/include/opencascade/ShapeSchema_PColStd_HArray2OfReal.hxx ++usr/include/opencascade/ShapeSchema_PColgp_FieldOfHArray1OfCirc2d.hxx ++usr/include/opencascade/ShapeSchema_PColgp_FieldOfHArray1OfDir.hxx ++usr/include/opencascade/ShapeSchema_PColgp_FieldOfHArray1OfDir2d.hxx ++usr/include/opencascade/ShapeSchema_PColgp_FieldOfHArray1OfLin2d.hxx ++usr/include/opencascade/ShapeSchema_PColgp_FieldOfHArray1OfPnt.hxx ++usr/include/opencascade/ShapeSchema_PColgp_FieldOfHArray1OfPnt2d.hxx ++usr/include/opencascade/ShapeSchema_PColgp_FieldOfHArray1OfVec.hxx ++usr/include/opencascade/ShapeSchema_PColgp_FieldOfHArray1OfVec2d.hxx ++usr/include/opencascade/ShapeSchema_PColgp_FieldOfHArray1OfXY.hxx ++usr/include/opencascade/ShapeSchema_PColgp_FieldOfHArray1OfXYZ.hxx ++usr/include/opencascade/ShapeSchema_PColgp_FieldOfHArray2OfCirc2d.hxx ++usr/include/opencascade/ShapeSchema_PColgp_FieldOfHArray2OfDir.hxx ++usr/include/opencascade/ShapeSchema_PColgp_FieldOfHArray2OfDir2d.hxx ++usr/include/opencascade/ShapeSchema_PColgp_FieldOfHArray2OfLin2d.hxx ++usr/include/opencascade/ShapeSchema_PColgp_FieldOfHArray2OfPnt.hxx ++usr/include/opencascade/ShapeSchema_PColgp_FieldOfHArray2OfPnt2d.hxx ++usr/include/opencascade/ShapeSchema_PColgp_FieldOfHArray2OfVec.hxx ++usr/include/opencascade/ShapeSchema_PColgp_FieldOfHArray2OfVec2d.hxx ++usr/include/opencascade/ShapeSchema_PColgp_FieldOfHArray2OfXY.hxx ++usr/include/opencascade/ShapeSchema_PColgp_FieldOfHArray2OfXYZ.hxx ++usr/include/opencascade/ShapeSchema_PColgp_HArray1OfCirc2d.hxx ++usr/include/opencascade/ShapeSchema_PColgp_HArray1OfDir.hxx ++usr/include/opencascade/ShapeSchema_PColgp_HArray1OfDir2d.hxx ++usr/include/opencascade/ShapeSchema_PColgp_HArray1OfLin2d.hxx ++usr/include/opencascade/ShapeSchema_PColgp_HArray1OfPnt.hxx ++usr/include/opencascade/ShapeSchema_PColgp_HArray1OfPnt2d.hxx ++usr/include/opencascade/ShapeSchema_PColgp_HArray1OfVec.hxx ++usr/include/opencascade/ShapeSchema_PColgp_HArray1OfVec2d.hxx ++usr/include/opencascade/ShapeSchema_PColgp_HArray1OfXY.hxx ++usr/include/opencascade/ShapeSchema_PColgp_HArray1OfXYZ.hxx ++usr/include/opencascade/ShapeSchema_PColgp_HArray2OfCirc2d.hxx ++usr/include/opencascade/ShapeSchema_PColgp_HArray2OfDir.hxx ++usr/include/opencascade/ShapeSchema_PColgp_HArray2OfDir2d.hxx ++usr/include/opencascade/ShapeSchema_PColgp_HArray2OfLin2d.hxx ++usr/include/opencascade/ShapeSchema_PColgp_HArray2OfPnt.hxx ++usr/include/opencascade/ShapeSchema_PColgp_HArray2OfPnt2d.hxx ++usr/include/opencascade/ShapeSchema_PColgp_HArray2OfVec.hxx ++usr/include/opencascade/ShapeSchema_PColgp_HArray2OfVec2d.hxx ++usr/include/opencascade/ShapeSchema_PColgp_HArray2OfXY.hxx ++usr/include/opencascade/ShapeSchema_PColgp_HArray2OfXYZ.hxx ++usr/include/opencascade/ShapeSchema_PColgp_HSequenceOfDir.hxx ++usr/include/opencascade/ShapeSchema_PColgp_HSequenceOfPnt.hxx ++usr/include/opencascade/ShapeSchema_PColgp_HSequenceOfVec.hxx ++usr/include/opencascade/ShapeSchema_PColgp_HSequenceOfXYZ.hxx ++usr/include/opencascade/ShapeSchema_PColgp_SeqNodeOfHSequenceOfDir.hxx ++usr/include/opencascade/ShapeSchema_PColgp_SeqNodeOfHSequenceOfPnt.hxx ++usr/include/opencascade/ShapeSchema_PColgp_SeqNodeOfHSequenceOfVec.hxx ++usr/include/opencascade/ShapeSchema_PColgp_SeqNodeOfHSequenceOfXYZ.hxx ++usr/include/opencascade/ShapeSchema_PCollection_HAsciiString.hxx ++usr/include/opencascade/ShapeSchema_PCollection_HExtendedString.hxx ++usr/include/opencascade/ShapeSchema_PGeom2d_AxisPlacement.hxx ++usr/include/opencascade/ShapeSchema_PGeom2d_BSplineCurve.hxx ++usr/include/opencascade/ShapeSchema_PGeom2d_BezierCurve.hxx ++usr/include/opencascade/ShapeSchema_PGeom2d_BoundedCurve.hxx ++usr/include/opencascade/ShapeSchema_PGeom2d_CartesianPoint.hxx ++usr/include/opencascade/ShapeSchema_PGeom2d_Circle.hxx ++usr/include/opencascade/ShapeSchema_PGeom2d_Conic.hxx ++usr/include/opencascade/ShapeSchema_PGeom2d_Curve.hxx ++usr/include/opencascade/ShapeSchema_PGeom2d_Direction.hxx ++usr/include/opencascade/ShapeSchema_PGeom2d_Ellipse.hxx ++usr/include/opencascade/ShapeSchema_PGeom2d_Geometry.hxx ++usr/include/opencascade/ShapeSchema_PGeom2d_Hyperbola.hxx ++usr/include/opencascade/ShapeSchema_PGeom2d_Line.hxx ++usr/include/opencascade/ShapeSchema_PGeom2d_OffsetCurve.hxx ++usr/include/opencascade/ShapeSchema_PGeom2d_Parabola.hxx ++usr/include/opencascade/ShapeSchema_PGeom2d_Point.hxx ++usr/include/opencascade/ShapeSchema_PGeom2d_Transformation.hxx ++usr/include/opencascade/ShapeSchema_PGeom2d_TrimmedCurve.hxx ++usr/include/opencascade/ShapeSchema_PGeom2d_Vector.hxx ++usr/include/opencascade/ShapeSchema_PGeom2d_VectorWithMagnitude.hxx ++usr/include/opencascade/ShapeSchema_PGeom_Axis1Placement.hxx ++usr/include/opencascade/ShapeSchema_PGeom_Axis2Placement.hxx ++usr/include/opencascade/ShapeSchema_PGeom_AxisPlacement.hxx ++usr/include/opencascade/ShapeSchema_PGeom_BSplineCurve.hxx ++usr/include/opencascade/ShapeSchema_PGeom_BSplineSurface.hxx ++usr/include/opencascade/ShapeSchema_PGeom_BezierCurve.hxx ++usr/include/opencascade/ShapeSchema_PGeom_BezierSurface.hxx ++usr/include/opencascade/ShapeSchema_PGeom_BoundedCurve.hxx ++usr/include/opencascade/ShapeSchema_PGeom_BoundedSurface.hxx ++usr/include/opencascade/ShapeSchema_PGeom_CartesianPoint.hxx ++usr/include/opencascade/ShapeSchema_PGeom_Circle.hxx ++usr/include/opencascade/ShapeSchema_PGeom_Conic.hxx ++usr/include/opencascade/ShapeSchema_PGeom_ConicalSurface.hxx ++usr/include/opencascade/ShapeSchema_PGeom_Curve.hxx ++usr/include/opencascade/ShapeSchema_PGeom_CylindricalSurface.hxx ++usr/include/opencascade/ShapeSchema_PGeom_Direction.hxx ++usr/include/opencascade/ShapeSchema_PGeom_ElementarySurface.hxx ++usr/include/opencascade/ShapeSchema_PGeom_Ellipse.hxx ++usr/include/opencascade/ShapeSchema_PGeom_Geometry.hxx ++usr/include/opencascade/ShapeSchema_PGeom_Hyperbola.hxx ++usr/include/opencascade/ShapeSchema_PGeom_Line.hxx ++usr/include/opencascade/ShapeSchema_PGeom_OffsetCurve.hxx ++usr/include/opencascade/ShapeSchema_PGeom_OffsetSurface.hxx ++usr/include/opencascade/ShapeSchema_PGeom_Parabola.hxx ++usr/include/opencascade/ShapeSchema_PGeom_Plane.hxx ++usr/include/opencascade/ShapeSchema_PGeom_Point.hxx ++usr/include/opencascade/ShapeSchema_PGeom_RectangularTrimmedSurface.hxx ++usr/include/opencascade/ShapeSchema_PGeom_SphericalSurface.hxx ++usr/include/opencascade/ShapeSchema_PGeom_Surface.hxx ++usr/include/opencascade/ShapeSchema_PGeom_SurfaceOfLinearExtrusion.hxx ++usr/include/opencascade/ShapeSchema_PGeom_SurfaceOfRevolution.hxx ++usr/include/opencascade/ShapeSchema_PGeom_SweptSurface.hxx ++usr/include/opencascade/ShapeSchema_PGeom_ToroidalSurface.hxx ++usr/include/opencascade/ShapeSchema_PGeom_Transformation.hxx ++usr/include/opencascade/ShapeSchema_PGeom_TrimmedCurve.hxx ++usr/include/opencascade/ShapeSchema_PGeom_Vector.hxx ++usr/include/opencascade/ShapeSchema_PGeom_VectorWithMagnitude.hxx ++usr/include/opencascade/ShapeSchema_PMMgt_PManaged.hxx ++usr/include/opencascade/ShapeSchema_PPoly_FieldOfHArray1OfTriangle.hxx ++usr/include/opencascade/ShapeSchema_PPoly_HArray1OfTriangle.hxx ++usr/include/opencascade/ShapeSchema_PPoly_Polygon2D.hxx ++usr/include/opencascade/ShapeSchema_PPoly_Polygon3D.hxx ++usr/include/opencascade/ShapeSchema_PPoly_PolygonOnTriangulation.hxx ++usr/include/opencascade/ShapeSchema_PPoly_Triangle.hxx ++usr/include/opencascade/ShapeSchema_PPoly_Triangulation.hxx ++usr/include/opencascade/ShapeSchema_PTopLoc_Datum3D.hxx ++usr/include/opencascade/ShapeSchema_PTopLoc_ItemLocation.hxx ++usr/include/opencascade/ShapeSchema_PTopLoc_Location.hxx ++usr/include/opencascade/ShapeSchema_PTopoDS_CompSolid.hxx ++usr/include/opencascade/ShapeSchema_PTopoDS_Compound.hxx ++usr/include/opencascade/ShapeSchema_PTopoDS_Edge.hxx ++usr/include/opencascade/ShapeSchema_PTopoDS_Face.hxx ++usr/include/opencascade/ShapeSchema_PTopoDS_FieldOfHArray1OfHShape.hxx ++usr/include/opencascade/ShapeSchema_PTopoDS_FieldOfHArray1OfShape1.hxx ++usr/include/opencascade/ShapeSchema_PTopoDS_HArray1OfHShape.hxx ++usr/include/opencascade/ShapeSchema_PTopoDS_HArray1OfShape1.hxx ++usr/include/opencascade/ShapeSchema_PTopoDS_HShape.hxx ++usr/include/opencascade/ShapeSchema_PTopoDS_Shape1.hxx ++usr/include/opencascade/ShapeSchema_PTopoDS_Shell.hxx ++usr/include/opencascade/ShapeSchema_PTopoDS_Solid.hxx ++usr/include/opencascade/ShapeSchema_PTopoDS_TCompSolid.hxx ++usr/include/opencascade/ShapeSchema_PTopoDS_TCompSolid1.hxx ++usr/include/opencascade/ShapeSchema_PTopoDS_TCompound.hxx ++usr/include/opencascade/ShapeSchema_PTopoDS_TCompound1.hxx ++usr/include/opencascade/ShapeSchema_PTopoDS_TEdge.hxx ++usr/include/opencascade/ShapeSchema_PTopoDS_TEdge1.hxx ++usr/include/opencascade/ShapeSchema_PTopoDS_TFace.hxx ++usr/include/opencascade/ShapeSchema_PTopoDS_TFace1.hxx ++usr/include/opencascade/ShapeSchema_PTopoDS_TShape.hxx ++usr/include/opencascade/ShapeSchema_PTopoDS_TShape1.hxx ++usr/include/opencascade/ShapeSchema_PTopoDS_TShell.hxx ++usr/include/opencascade/ShapeSchema_PTopoDS_TShell1.hxx ++usr/include/opencascade/ShapeSchema_PTopoDS_TSolid.hxx ++usr/include/opencascade/ShapeSchema_PTopoDS_TSolid1.hxx ++usr/include/opencascade/ShapeSchema_PTopoDS_TVertex.hxx ++usr/include/opencascade/ShapeSchema_PTopoDS_TVertex1.hxx ++usr/include/opencascade/ShapeSchema_PTopoDS_TWire.hxx ++usr/include/opencascade/ShapeSchema_PTopoDS_TWire1.hxx ++usr/include/opencascade/ShapeSchema_PTopoDS_Vertex.hxx ++usr/include/opencascade/ShapeSchema_PTopoDS_Wire.hxx ++usr/include/opencascade/ShapeSchema_Standard_Persistent.hxx ++usr/include/opencascade/ShapeSchema_Standard_Storable.hxx ++usr/include/opencascade/ShapeSchema_gp_Ax1.hxx ++usr/include/opencascade/ShapeSchema_gp_Ax2.hxx ++usr/include/opencascade/ShapeSchema_gp_Ax22d.hxx ++usr/include/opencascade/ShapeSchema_gp_Ax2d.hxx ++usr/include/opencascade/ShapeSchema_gp_Ax3.hxx ++usr/include/opencascade/ShapeSchema_gp_Circ2d.hxx ++usr/include/opencascade/ShapeSchema_gp_Dir.hxx ++usr/include/opencascade/ShapeSchema_gp_Dir2d.hxx ++usr/include/opencascade/ShapeSchema_gp_Lin2d.hxx ++usr/include/opencascade/ShapeSchema_gp_Mat.hxx ++usr/include/opencascade/ShapeSchema_gp_Mat2d.hxx ++usr/include/opencascade/ShapeSchema_gp_Pnt.hxx ++usr/include/opencascade/ShapeSchema_gp_Pnt2d.hxx ++usr/include/opencascade/ShapeSchema_gp_Trsf.hxx ++usr/include/opencascade/ShapeSchema_gp_Trsf2d.hxx ++usr/include/opencascade/ShapeSchema_gp_Vec.hxx ++usr/include/opencascade/ShapeSchema_gp_Vec2d.hxx ++usr/include/opencascade/ShapeSchema_gp_XY.hxx ++usr/include/opencascade/ShapeSchema_gp_XYZ.hxx ++usr/include/opencascade/StdLDrivers.hxx ++usr/include/opencascade/StdLDrivers_DocumentRetrievalDriver.hxx ++usr/include/opencascade/StdLDrivers_DocumentStorageDriver.hxx ++usr/include/opencascade/StdLSchema.hxx ++usr/include/opencascade/StdLSchema_DBC_VArrayOfCharacter.hxx ++usr/include/opencascade/StdLSchema_DBC_VArrayOfExtCharacter.hxx ++usr/include/opencascade/StdLSchema_PCDM_Document.hxx ++usr/include/opencascade/StdLSchema_PColStd_FieldOfHArray1OfExtendedString.hxx ++usr/include/opencascade/StdLSchema_PColStd_FieldOfHArray1OfInteger.hxx ++usr/include/opencascade/StdLSchema_PColStd_FieldOfHArray1OfReal.hxx ++usr/include/opencascade/StdLSchema_PColStd_FieldOfHArray2OfInteger.hxx ++usr/include/opencascade/StdLSchema_PColStd_HArray1OfExtendedString.hxx ++usr/include/opencascade/StdLSchema_PColStd_HArray1OfInteger.hxx ++usr/include/opencascade/StdLSchema_PColStd_HArray1OfReal.hxx ++usr/include/opencascade/StdLSchema_PColStd_HArray2OfInteger.hxx ++usr/include/opencascade/StdLSchema_PCollection_HAsciiString.hxx ++usr/include/opencascade/StdLSchema_PCollection_HExtendedString.hxx ++usr/include/opencascade/StdLSchema_PDF_Attribute.hxx ++usr/include/opencascade/StdLSchema_PDF_Data.hxx ++usr/include/opencascade/StdLSchema_PDF_FieldOfHAttributeArray1.hxx ++usr/include/opencascade/StdLSchema_PDF_HAttributeArray1.hxx ++usr/include/opencascade/StdLSchema_PDF_Reference.hxx ++usr/include/opencascade/StdLSchema_PDF_TagSource.hxx ++usr/include/opencascade/StdLSchema_PDataStd_AsciiString.hxx ++usr/include/opencascade/StdLSchema_PDataStd_BooleanArray.hxx ++usr/include/opencascade/StdLSchema_PDataStd_BooleanList.hxx ++usr/include/opencascade/StdLSchema_PDataStd_ByteArray.hxx ++usr/include/opencascade/StdLSchema_PDataStd_ByteArray_1.hxx ++usr/include/opencascade/StdLSchema_PDataStd_Comment.hxx ++usr/include/opencascade/StdLSchema_PDataStd_Directory.hxx ++usr/include/opencascade/StdLSchema_PDataStd_Expression.hxx ++usr/include/opencascade/StdLSchema_PDataStd_ExtStringArray.hxx ++usr/include/opencascade/StdLSchema_PDataStd_ExtStringArray_1.hxx ++usr/include/opencascade/StdLSchema_PDataStd_ExtStringList.hxx ++usr/include/opencascade/StdLSchema_PDataStd_FieldOfHArray1OfByte.hxx ++usr/include/opencascade/StdLSchema_PDataStd_FieldOfHArray1OfHArray1OfInteger.hxx ++usr/include/opencascade/StdLSchema_PDataStd_FieldOfHArray1OfHArray1OfReal.hxx ++usr/include/opencascade/StdLSchema_PDataStd_FieldOfHArray1OfHAsciiString.hxx ++usr/include/opencascade/StdLSchema_PDataStd_HArray1OfByte.hxx ++usr/include/opencascade/StdLSchema_PDataStd_HArray1OfHArray1OfInteger.hxx ++usr/include/opencascade/StdLSchema_PDataStd_HArray1OfHArray1OfReal.hxx ++usr/include/opencascade/StdLSchema_PDataStd_HArray1OfHAsciiString.hxx ++usr/include/opencascade/StdLSchema_PDataStd_IntPackedMap.hxx ++usr/include/opencascade/StdLSchema_PDataStd_IntPackedMap_1.hxx ++usr/include/opencascade/StdLSchema_PDataStd_Integer.hxx ++usr/include/opencascade/StdLSchema_PDataStd_IntegerArray.hxx ++usr/include/opencascade/StdLSchema_PDataStd_IntegerArray_1.hxx ++usr/include/opencascade/StdLSchema_PDataStd_IntegerList.hxx ++usr/include/opencascade/StdLSchema_PDataStd_Name.hxx ++usr/include/opencascade/StdLSchema_PDataStd_NamedData.hxx ++usr/include/opencascade/StdLSchema_PDataStd_NoteBook.hxx ++usr/include/opencascade/StdLSchema_PDataStd_Real.hxx ++usr/include/opencascade/StdLSchema_PDataStd_RealArray.hxx ++usr/include/opencascade/StdLSchema_PDataStd_RealArray_1.hxx ++usr/include/opencascade/StdLSchema_PDataStd_RealList.hxx ++usr/include/opencascade/StdLSchema_PDataStd_ReferenceArray.hxx ++usr/include/opencascade/StdLSchema_PDataStd_ReferenceList.hxx ++usr/include/opencascade/StdLSchema_PDataStd_Relation.hxx ++usr/include/opencascade/StdLSchema_PDataStd_Tick.hxx ++usr/include/opencascade/StdLSchema_PDataStd_TreeNode.hxx ++usr/include/opencascade/StdLSchema_PDataStd_UAttribute.hxx ++usr/include/opencascade/StdLSchema_PDataStd_Variable.hxx ++usr/include/opencascade/StdLSchema_PDocStd_Document.hxx ++usr/include/opencascade/StdLSchema_PDocStd_XLink.hxx ++usr/include/opencascade/StdLSchema_PFunction_Function.hxx ++usr/include/opencascade/StdLSchema_Standard_GUID.hxx ++usr/include/opencascade/StdLSchema_Standard_Persistent.hxx ++usr/include/opencascade/StdLSchema_Standard_Storable.hxx ++usr/include/opencascade/TDF.hxx ++usr/include/opencascade/TDF_Attribute.hxx ++usr/include/opencascade/TDF_Attribute.lxx ++usr/include/opencascade/TDF_AttributeArray1.hxx ++usr/include/opencascade/TDF_AttributeDataMap.hxx ++usr/include/opencascade/TDF_AttributeDelta.hxx ++usr/include/opencascade/TDF_AttributeDeltaList.hxx ++usr/include/opencascade/TDF_AttributeDoubleMap.hxx ++usr/include/opencascade/TDF_AttributeIndexedMap.hxx ++usr/include/opencascade/TDF_AttributeIterator.hxx ++usr/include/opencascade/TDF_AttributeList.hxx ++usr/include/opencascade/TDF_AttributeMap.hxx ++usr/include/opencascade/TDF_AttributeSequence.hxx ++usr/include/opencascade/TDF_ChildIDIterator.hxx ++usr/include/opencascade/TDF_ChildIDIterator.lxx ++usr/include/opencascade/TDF_ChildIterator.hxx ++usr/include/opencascade/TDF_ChildIterator.lxx ++usr/include/opencascade/TDF_ClosureMode.hxx ++usr/include/opencascade/TDF_ClosureMode.lxx ++usr/include/opencascade/TDF_ClosureTool.hxx ++usr/include/opencascade/TDF_ComparisonTool.hxx ++usr/include/opencascade/TDF_CopyLabel.hxx ++usr/include/opencascade/TDF_CopyLabel.lxx ++usr/include/opencascade/TDF_CopyTool.hxx ++usr/include/opencascade/TDF_Data.hxx ++usr/include/opencascade/TDF_Data.lxx ++usr/include/opencascade/TDF_DataMapIteratorOfAttributeDataMap.hxx ++usr/include/opencascade/TDF_DataMapIteratorOfLabelDataMap.hxx ++usr/include/opencascade/TDF_DataMapIteratorOfLabelIntegerMap.hxx ++usr/include/opencascade/TDF_DataMapIteratorOfLabelLabelMap.hxx ++usr/include/opencascade/TDF_DataMapNodeOfAttributeDataMap.hxx ++usr/include/opencascade/TDF_DataMapNodeOfLabelDataMap.hxx ++usr/include/opencascade/TDF_DataMapNodeOfLabelIntegerMap.hxx ++usr/include/opencascade/TDF_DataMapNodeOfLabelLabelMap.hxx ++usr/include/opencascade/TDF_DataSet.hxx ++usr/include/opencascade/TDF_DataSet.lxx ++usr/include/opencascade/TDF_DefaultDeltaOnModification.hxx ++usr/include/opencascade/TDF_DefaultDeltaOnRemoval.hxx ++usr/include/opencascade/TDF_Delta.hxx ++usr/include/opencascade/TDF_Delta.lxx ++usr/include/opencascade/TDF_DeltaList.hxx ++usr/include/opencascade/TDF_DeltaOnAddition.hxx ++usr/include/opencascade/TDF_DeltaOnForget.hxx ++usr/include/opencascade/TDF_DeltaOnModification.hxx ++usr/include/opencascade/TDF_DeltaOnRemoval.hxx ++usr/include/opencascade/TDF_DeltaOnResume.hxx ++usr/include/opencascade/TDF_DoubleMapIteratorOfAttributeDoubleMap.hxx ++usr/include/opencascade/TDF_DoubleMapIteratorOfGUIDProgIDMap.hxx ++usr/include/opencascade/TDF_DoubleMapIteratorOfLabelDoubleMap.hxx ++usr/include/opencascade/TDF_DoubleMapNodeOfAttributeDoubleMap.hxx ++usr/include/opencascade/TDF_DoubleMapNodeOfGUIDProgIDMap.hxx ++usr/include/opencascade/TDF_DoubleMapNodeOfLabelDoubleMap.hxx ++usr/include/opencascade/TDF_GUIDProgIDMap.hxx ++usr/include/opencascade/TDF_HAllocator.hxx ++usr/include/opencascade/TDF_HAttributeArray1.hxx ++usr/include/opencascade/TDF_IDFilter.hxx ++usr/include/opencascade/TDF_IDFilter.lxx ++usr/include/opencascade/TDF_IDList.hxx ++usr/include/opencascade/TDF_IDMap.hxx ++usr/include/opencascade/TDF_IndexedMapNodeOfAttributeIndexedMap.hxx ++usr/include/opencascade/TDF_IndexedMapNodeOfLabelIndexedMap.hxx ++usr/include/opencascade/TDF_Label.hxx ++usr/include/opencascade/TDF_Label.lxx ++usr/include/opencascade/TDF_LabelDataMap.hxx ++usr/include/opencascade/TDF_LabelDoubleMap.hxx ++usr/include/opencascade/TDF_LabelIndexedMap.hxx ++usr/include/opencascade/TDF_LabelIntegerMap.hxx ++usr/include/opencascade/TDF_LabelLabelMap.hxx ++usr/include/opencascade/TDF_LabelList.hxx ++usr/include/opencascade/TDF_LabelMap.hxx ++usr/include/opencascade/TDF_LabelMapHasher.hxx ++usr/include/opencascade/TDF_LabelMapHasher.lxx ++usr/include/opencascade/TDF_LabelNode.hxx ++usr/include/opencascade/TDF_LabelNodePtr.hxx ++usr/include/opencascade/TDF_LabelSequence.hxx ++usr/include/opencascade/TDF_ListIteratorOfAttributeDeltaList.hxx ++usr/include/opencascade/TDF_ListIteratorOfAttributeList.hxx ++usr/include/opencascade/TDF_ListIteratorOfDeltaList.hxx ++usr/include/opencascade/TDF_ListIteratorOfIDList.hxx ++usr/include/opencascade/TDF_ListIteratorOfLabelList.hxx ++usr/include/opencascade/TDF_ListNodeOfAttributeDeltaList.hxx ++usr/include/opencascade/TDF_ListNodeOfAttributeList.hxx ++usr/include/opencascade/TDF_ListNodeOfDeltaList.hxx ++usr/include/opencascade/TDF_ListNodeOfIDList.hxx ++usr/include/opencascade/TDF_ListNodeOfLabelList.hxx ++usr/include/opencascade/TDF_MapIteratorOfAttributeMap.hxx ++usr/include/opencascade/TDF_MapIteratorOfIDMap.hxx ++usr/include/opencascade/TDF_MapIteratorOfLabelMap.hxx ++usr/include/opencascade/TDF_Reference.hxx ++usr/include/opencascade/TDF_RelocationTable.hxx ++usr/include/opencascade/TDF_SequenceNodeOfAttributeSequence.hxx ++usr/include/opencascade/TDF_SequenceNodeOfLabelSequence.hxx ++usr/include/opencascade/TDF_StdMapNodeOfAttributeMap.hxx ++usr/include/opencascade/TDF_StdMapNodeOfIDMap.hxx ++usr/include/opencascade/TDF_StdMapNodeOfLabelMap.hxx ++usr/include/opencascade/TDF_TagSource.hxx ++usr/include/opencascade/TDF_Tool.hxx ++usr/include/opencascade/TDF_Transaction.hxx ++usr/include/opencascade/TDF_Transaction.lxx ++usr/include/opencascade/TDataStd.hxx ++usr/include/opencascade/TDataStd_AsciiString.hxx ++usr/include/opencascade/TDataStd_BooleanArray.hxx ++usr/include/opencascade/TDataStd_BooleanList.hxx ++usr/include/opencascade/TDataStd_ByteArray.hxx ++usr/include/opencascade/TDataStd_ByteArray.lxx ++usr/include/opencascade/TDataStd_ChildNodeIterator.hxx ++usr/include/opencascade/TDataStd_ChildNodeIterator.lxx ++usr/include/opencascade/TDataStd_Comment.hxx ++usr/include/opencascade/TDataStd_Current.hxx ++usr/include/opencascade/TDataStd_DataMapIteratorOfDataMapOfStringByte.hxx ++usr/include/opencascade/TDataStd_DataMapIteratorOfDataMapOfStringHArray1OfInteger.hxx ++usr/include/opencascade/TDataStd_DataMapIteratorOfDataMapOfStringHArray1OfReal.hxx ++usr/include/opencascade/TDataStd_DataMapIteratorOfDataMapOfStringReal.hxx ++usr/include/opencascade/TDataStd_DataMapIteratorOfDataMapOfStringString.hxx ++usr/include/opencascade/TDataStd_DataMapNodeOfDataMapOfStringByte.hxx ++usr/include/opencascade/TDataStd_DataMapNodeOfDataMapOfStringHArray1OfInteger.hxx ++usr/include/opencascade/TDataStd_DataMapNodeOfDataMapOfStringHArray1OfReal.hxx ++usr/include/opencascade/TDataStd_DataMapNodeOfDataMapOfStringReal.hxx ++usr/include/opencascade/TDataStd_DataMapNodeOfDataMapOfStringString.hxx ++usr/include/opencascade/TDataStd_DataMapOfStringByte.hxx ++usr/include/opencascade/TDataStd_DataMapOfStringHArray1OfInteger.hxx ++usr/include/opencascade/TDataStd_DataMapOfStringHArray1OfReal.hxx ++usr/include/opencascade/TDataStd_DataMapOfStringReal.hxx ++usr/include/opencascade/TDataStd_DataMapOfStringString.hxx ++usr/include/opencascade/TDataStd_DeltaOnModificationOfByteArray.hxx ++usr/include/opencascade/TDataStd_DeltaOnModificationOfExtStringArray.hxx ++usr/include/opencascade/TDataStd_DeltaOnModificationOfIntArray.hxx ++usr/include/opencascade/TDataStd_DeltaOnModificationOfIntPackedMap.hxx ++usr/include/opencascade/TDataStd_DeltaOnModificationOfRealArray.hxx ++usr/include/opencascade/TDataStd_Directory.hxx ++usr/include/opencascade/TDataStd_Expression.hxx ++usr/include/opencascade/TDataStd_ExtStringArray.hxx ++usr/include/opencascade/TDataStd_ExtStringArray.lxx ++usr/include/opencascade/TDataStd_ExtStringList.hxx ++usr/include/opencascade/TDataStd_HDataMapOfStringByte.hxx ++usr/include/opencascade/TDataStd_HDataMapOfStringByte.lxx ++usr/include/opencascade/TDataStd_HDataMapOfStringHArray1OfInteger.hxx ++usr/include/opencascade/TDataStd_HDataMapOfStringHArray1OfInteger.lxx ++usr/include/opencascade/TDataStd_HDataMapOfStringHArray1OfReal.hxx ++usr/include/opencascade/TDataStd_HDataMapOfStringHArray1OfReal.lxx ++usr/include/opencascade/TDataStd_HDataMapOfStringInteger.hxx ++usr/include/opencascade/TDataStd_HDataMapOfStringInteger.lxx ++usr/include/opencascade/TDataStd_HDataMapOfStringReal.hxx ++usr/include/opencascade/TDataStd_HDataMapOfStringReal.lxx ++usr/include/opencascade/TDataStd_HDataMapOfStringString.hxx ++usr/include/opencascade/TDataStd_HDataMapOfStringString.lxx ++usr/include/opencascade/TDataStd_HLabelArray1.hxx ++usr/include/opencascade/TDataStd_IntPackedMap.hxx ++usr/include/opencascade/TDataStd_IntPackedMap.lxx ++usr/include/opencascade/TDataStd_Integer.hxx ++usr/include/opencascade/TDataStd_IntegerArray.hxx ++usr/include/opencascade/TDataStd_IntegerArray.lxx ++usr/include/opencascade/TDataStd_IntegerList.hxx ++usr/include/opencascade/TDataStd_LabelArray1.hxx ++usr/include/opencascade/TDataStd_ListIteratorOfListOfByte.hxx ++usr/include/opencascade/TDataStd_ListIteratorOfListOfExtendedString.hxx ++usr/include/opencascade/TDataStd_ListNodeOfListOfByte.hxx ++usr/include/opencascade/TDataStd_ListNodeOfListOfExtendedString.hxx ++usr/include/opencascade/TDataStd_ListOfByte.hxx ++usr/include/opencascade/TDataStd_ListOfExtendedString.hxx ++usr/include/opencascade/TDataStd_Name.hxx ++usr/include/opencascade/TDataStd_NamedData.hxx ++usr/include/opencascade/TDataStd_NamedData.lxx ++usr/include/opencascade/TDataStd_NoteBook.hxx ++usr/include/opencascade/TDataStd_PtrTreeNode.hxx ++usr/include/opencascade/TDataStd_Real.hxx ++usr/include/opencascade/TDataStd_RealArray.hxx ++usr/include/opencascade/TDataStd_RealArray.lxx ++usr/include/opencascade/TDataStd_RealEnum.hxx ++usr/include/opencascade/TDataStd_RealList.hxx ++usr/include/opencascade/TDataStd_ReferenceArray.hxx ++usr/include/opencascade/TDataStd_ReferenceList.hxx ++usr/include/opencascade/TDataStd_Relation.hxx ++usr/include/opencascade/TDataStd_Tick.hxx ++usr/include/opencascade/TDataStd_TreeNode.hxx ++usr/include/opencascade/TDataStd_TreeNode.lxx ++usr/include/opencascade/TDataStd_UAttribute.hxx ++usr/include/opencascade/TDataStd_Variable.hxx ++usr/include/opencascade/TDocStd.hxx ++usr/include/opencascade/TDocStd_Application.hxx ++usr/include/opencascade/TDocStd_ApplicationDelta.hxx ++usr/include/opencascade/TDocStd_ApplicationDelta.lxx ++usr/include/opencascade/TDocStd_CompoundDelta.hxx ++usr/include/opencascade/TDocStd_Context.hxx ++usr/include/opencascade/TDocStd_DataMapIteratorOfLabelIDMapDataMap.hxx ++usr/include/opencascade/TDocStd_DataMapNodeOfLabelIDMapDataMap.hxx ++usr/include/opencascade/TDocStd_Document.hxx ++usr/include/opencascade/TDocStd_Document.lxx ++usr/include/opencascade/TDocStd_LabelIDMapDataMap.hxx ++usr/include/opencascade/TDocStd_Modified.hxx ++usr/include/opencascade/TDocStd_MultiTransactionManager.hxx ++usr/include/opencascade/TDocStd_MultiTransactionManager.lxx ++usr/include/opencascade/TDocStd_Owner.hxx ++usr/include/opencascade/TDocStd_PathParser.hxx ++usr/include/opencascade/TDocStd_SequenceNodeOfSequenceOfApplicationDelta.hxx ++usr/include/opencascade/TDocStd_SequenceNodeOfSequenceOfDocument.hxx ++usr/include/opencascade/TDocStd_SequenceOfApplicationDelta.hxx ++usr/include/opencascade/TDocStd_SequenceOfDocument.hxx ++usr/include/opencascade/TDocStd_XLink.hxx ++usr/include/opencascade/TDocStd_XLink.lxx ++usr/include/opencascade/TDocStd_XLinkIterator.hxx ++usr/include/opencascade/TDocStd_XLinkIterator.lxx ++usr/include/opencascade/TDocStd_XLinkPtr.hxx ++usr/include/opencascade/TDocStd_XLinkRoot.hxx ++usr/include/opencascade/TDocStd_XLinkRoot.lxx ++usr/include/opencascade/TDocStd_XLinkTool.hxx ++usr/include/opencascade/TFunction_Array1OfDataMapOfGUIDDriver.hxx ++usr/include/opencascade/TFunction_DataMapIteratorOfDataMapOfGUIDDriver.hxx ++usr/include/opencascade/TFunction_DataMapIteratorOfDataMapOfLabelListOfLabel.hxx ++usr/include/opencascade/TFunction_DataMapNodeOfDataMapOfGUIDDriver.hxx ++usr/include/opencascade/TFunction_DataMapNodeOfDataMapOfLabelListOfLabel.hxx ++usr/include/opencascade/TFunction_DataMapOfGUIDDriver.hxx ++usr/include/opencascade/TFunction_DataMapOfLabelListOfLabel.hxx ++usr/include/opencascade/TFunction_DoubleMapIteratorOfDoubleMapOfIntegerLabel.hxx ++usr/include/opencascade/TFunction_DoubleMapNodeOfDoubleMapOfIntegerLabel.hxx ++usr/include/opencascade/TFunction_DoubleMapOfIntegerLabel.hxx ++usr/include/opencascade/TFunction_Driver.hxx ++usr/include/opencascade/TFunction_Driver.lxx ++usr/include/opencascade/TFunction_DriverTable.hxx ++usr/include/opencascade/TFunction_ExecutionStatus.hxx ++usr/include/opencascade/TFunction_Function.hxx ++usr/include/opencascade/TFunction_Function.lxx ++usr/include/opencascade/TFunction_GraphNode.hxx ++usr/include/opencascade/TFunction_HArray1OfDataMapOfGUIDDriver.hxx ++usr/include/opencascade/TFunction_IFunction.hxx ++usr/include/opencascade/TFunction_Iterator.hxx ++usr/include/opencascade/TFunction_Logbook.hxx ++usr/include/opencascade/TFunction_Logbook.lxx ++usr/include/opencascade/TFunction_Scope.hxx ++usr/include/opencascade/TObj_Application.hxx ++usr/include/opencascade/TObj_Assistant.hxx ++usr/include/opencascade/TObj_CheckModel.hxx ++usr/include/opencascade/TObj_Common.hxx ++usr/include/opencascade/TObj_Container.hxx ++usr/include/opencascade/TObj_DeletingMode.hxx ++usr/include/opencascade/TObj_HiddenPartition.hxx ++usr/include/opencascade/TObj_LabelIterator.hxx ++usr/include/opencascade/TObj_Model.hxx ++usr/include/opencascade/TObj_ModelIterator.hxx ++usr/include/opencascade/TObj_Object.hxx ++usr/include/opencascade/TObj_ObjectIterator.hxx ++usr/include/opencascade/TObj_OcafObjectIterator.hxx ++usr/include/opencascade/TObj_Partition.hxx ++usr/include/opencascade/TObj_Persistence.hxx ++usr/include/opencascade/TObj_ReferenceIterator.hxx ++usr/include/opencascade/TObj_SequenceIterator.hxx ++usr/include/opencascade/TObj_SequenceOfIterator.hxx ++usr/include/opencascade/TObj_SequenceOfObject.hxx ++usr/include/opencascade/TObj_TIntSparseArray.hxx ++usr/include/opencascade/TObj_TModel.hxx ++usr/include/opencascade/TObj_TNameContainer.hxx ++usr/include/opencascade/TObj_TObject.hxx ++usr/include/opencascade/TObj_TReference.hxx ++usr/include/opencascade/TObj_TXYZ.hxx ++usr/include/opencascade/UTL.hxx ++usr/include/opencascade/XmlLDrivers.hxx ++usr/include/opencascade/XmlLDrivers_DocumentRetrievalDriver.hxx ++usr/include/opencascade/XmlLDrivers_DocumentStorageDriver.hxx ++usr/include/opencascade/XmlLDrivers_NamespaceDef.hxx ++usr/include/opencascade/XmlLDrivers_SequenceNodeOfSequenceOfNamespaceDef.hxx ++usr/include/opencascade/XmlLDrivers_SequenceOfNamespaceDef.hxx ++usr/include/opencascade/XmlMDF.hxx ++usr/include/opencascade/XmlMDF_ADriver.hxx ++usr/include/opencascade/XmlMDF_ADriverTable.hxx ++usr/include/opencascade/XmlMDF_DataMapIteratorOfMapOfDriver.hxx ++usr/include/opencascade/XmlMDF_DataMapIteratorOfTypeADriverMap.hxx ++usr/include/opencascade/XmlMDF_DataMapNodeOfMapOfDriver.hxx ++usr/include/opencascade/XmlMDF_DataMapNodeOfTypeADriverMap.hxx ++usr/include/opencascade/XmlMDF_MapOfDriver.hxx ++usr/include/opencascade/XmlMDF_ReferenceDriver.hxx ++usr/include/opencascade/XmlMDF_TagSourceDriver.hxx ++usr/include/opencascade/XmlMDF_TypeADriverMap.hxx ++usr/include/opencascade/XmlMDataStd.hxx ++usr/include/opencascade/XmlMDataStd_AsciiStringDriver.hxx ++usr/include/opencascade/XmlMDataStd_BooleanArrayDriver.hxx ++usr/include/opencascade/XmlMDataStd_BooleanListDriver.hxx ++usr/include/opencascade/XmlMDataStd_ByteArrayDriver.hxx ++usr/include/opencascade/XmlMDataStd_CommentDriver.hxx ++usr/include/opencascade/XmlMDataStd_DirectoryDriver.hxx ++usr/include/opencascade/XmlMDataStd_ExpressionDriver.hxx ++usr/include/opencascade/XmlMDataStd_ExtStringArrayDriver.hxx ++usr/include/opencascade/XmlMDataStd_ExtStringListDriver.hxx ++usr/include/opencascade/XmlMDataStd_IntPackedMapDriver.hxx ++usr/include/opencascade/XmlMDataStd_IntegerArrayDriver.hxx ++usr/include/opencascade/XmlMDataStd_IntegerDriver.hxx ++usr/include/opencascade/XmlMDataStd_IntegerListDriver.hxx ++usr/include/opencascade/XmlMDataStd_NameDriver.hxx ++usr/include/opencascade/XmlMDataStd_NamedDataDriver.hxx ++usr/include/opencascade/XmlMDataStd_NoteBookDriver.hxx ++usr/include/opencascade/XmlMDataStd_RealArrayDriver.hxx ++usr/include/opencascade/XmlMDataStd_RealDriver.hxx ++usr/include/opencascade/XmlMDataStd_RealListDriver.hxx ++usr/include/opencascade/XmlMDataStd_ReferenceArrayDriver.hxx ++usr/include/opencascade/XmlMDataStd_ReferenceListDriver.hxx ++usr/include/opencascade/XmlMDataStd_RelationDriver.hxx ++usr/include/opencascade/XmlMDataStd_TickDriver.hxx ++usr/include/opencascade/XmlMDataStd_TreeNodeDriver.hxx ++usr/include/opencascade/XmlMDataStd_UAttributeDriver.hxx ++usr/include/opencascade/XmlMDataStd_VariableDriver.hxx ++usr/include/opencascade/XmlMDocStd.hxx ++usr/include/opencascade/XmlMDocStd_XLinkDriver.hxx ++usr/include/opencascade/XmlMFunction.hxx ++usr/include/opencascade/XmlMFunction_FunctionDriver.hxx ++usr/include/opencascade/XmlMFunction_GraphNodeDriver.hxx ++usr/include/opencascade/XmlMFunction_ScopeDriver.hxx ++usr/include/opencascade/XmlObjMgt.hxx ++usr/include/opencascade/XmlObjMgt_Array1.gxx ++usr/include/opencascade/XmlObjMgt_Array1.lxx ++usr/include/opencascade/XmlObjMgt_DOMString.hxx ++usr/include/opencascade/XmlObjMgt_Document.hxx ++usr/include/opencascade/XmlObjMgt_Element.hxx ++usr/include/opencascade/XmlObjMgt_GP.hxx ++usr/include/opencascade/XmlObjMgt_Persistent.hxx ++usr/include/opencascade/XmlObjMgt_Persistent.lxx ++usr/include/opencascade/XmlObjMgt_RRelocationTable.hxx ++usr/include/opencascade/XmlObjMgt_SRelocationTable.hxx diff --cc debian/libopencascade-visualization-6.5.0.install index 000000000,000000000..e2803999d new file mode 100644 --- /dev/null +++ b/debian/libopencascade-visualization-6.5.0.install @@@ -1,0 -1,0 +1,12 @@@ ++# See ros/adm/make/Makefile.am ++# Visualization_PKGS = TKService TKV2d TKV3d TKOpenGl TKMeshVS TKNIS TKVoxel ++usr/lib/libTKService-*.so ++usr/lib/libTKV2d-*.so ++usr/lib/libTKV3d-*.so ++usr/lib/libTKOpenGl-*.so ++usr/lib/libTKMeshVS-*.so ++usr/lib/libTKNIS-*.so ++usr/lib/libTKVRML-*.so ++usr/lib/libTKVoxel-*.so ++ ++usr/share/opencascade/6.5.0/src/Textures/* diff --cc debian/libopencascade-visualization-6.5.0.lintian-overrides index 000000000,000000000..3e38b0a55 new file mode 100644 --- /dev/null +++ b/debian/libopencascade-visualization-6.5.0.lintian-overrides @@@ -1,0 -1,0 +1,3 @@@ ++# this package contains a bunch of libraries and can thus not be named properly ++package-name-doesnt-match-sonames ++ diff --cc debian/libopencascade-visualization-dev.install index 000000000,000000000..a05093e57 new file mode 100644 --- /dev/null +++ b/debian/libopencascade-visualization-dev.install @@@ -1,0 -1,0 +1,1917 @@@ ++# PACKAGES = TKService TKV2d TKV3d TKOpenGl TKMeshVS TKNIS TKVoxel TKVRML ++# ++# See ros/adm/make/Makefile.am ++# Visualization_PKGS = TKService TKV2d TKV3d TKOpenGl TKMeshVS TKNIS TKVoxel ++usr/lib/libTKService.so ++usr/lib/libTKV2d.so ++usr/lib/libTKV3d.so ++usr/lib/libTKOpenGl.so ++usr/lib/libTKMeshVS.so ++usr/lib/libTKNIS.so ++usr/lib/libTKVoxel.so ++usr/lib/libTKVRML.so ++ ++# for p in TKService TKV2d TKV3d TKOpenGl TKMeshVS TKNIS TKVoxel TKVRML; do for f in $(cat ros/src/$p/PACKAGES); do grep pubinclude ros/drv/$f/.adm/$f.files; done; done | sed -e 's,pubinclude ,usr/include/opencascade/,' | LC_ALL=C sort -u ++usr/include/opencascade/AIS.hxx ++usr/include/opencascade/AIS2D.hxx ++usr/include/opencascade/AIS2D_ClearMode.hxx ++usr/include/opencascade/AIS2D_DataMapIteratorOfDataMapOfIOStatus.hxx ++usr/include/opencascade/AIS2D_DataMapIteratorOfDataMapOfLC.hxx ++usr/include/opencascade/AIS2D_DataMapIteratorOfDataMapOfLocStat.hxx ++usr/include/opencascade/AIS2D_DataMapIteratorOfDataMapOfPrimAspects.hxx ++usr/include/opencascade/AIS2D_DataMapNodeOfDataMapOfIOStatus.hxx ++usr/include/opencascade/AIS2D_DataMapNodeOfDataMapOfLC.hxx ++usr/include/opencascade/AIS2D_DataMapNodeOfDataMapOfLocStat.hxx ++usr/include/opencascade/AIS2D_DataMapNodeOfDataMapOfPrimAspects.hxx ++usr/include/opencascade/AIS2D_DataMapOfIOStatus.hxx ++usr/include/opencascade/AIS2D_DataMapOfLC.hxx ++usr/include/opencascade/AIS2D_DataMapOfLocStat.hxx ++usr/include/opencascade/AIS2D_DataMapOfPrimAspects.hxx ++usr/include/opencascade/AIS2D_DisplayStatus.hxx ++usr/include/opencascade/AIS2D_GlobalStatus.hxx ++usr/include/opencascade/AIS2D_GlobalStatus.lxx ++usr/include/opencascade/AIS2D_HSequenceOfIO.hxx ++usr/include/opencascade/AIS2D_HSequenceOfPrimArchit.hxx ++usr/include/opencascade/AIS2D_InteractiveContext.hxx ++usr/include/opencascade/AIS2D_InteractiveContext.lxx ++usr/include/opencascade/AIS2D_InteractiveObject.hxx ++usr/include/opencascade/AIS2D_InteractiveObject.lxx ++usr/include/opencascade/AIS2D_KindOfDimension.hxx ++usr/include/opencascade/AIS2D_KindOfIO.hxx ++usr/include/opencascade/AIS2D_KindOfPrimitive.hxx ++usr/include/opencascade/AIS2D_ListIteratorOfListOfIO.hxx ++usr/include/opencascade/AIS2D_ListNodeOfListOfIO.hxx ++usr/include/opencascade/AIS2D_ListOfIO.hxx ++usr/include/opencascade/AIS2D_LocalContext.hxx ++usr/include/opencascade/AIS2D_LocalStatus.hxx ++usr/include/opencascade/AIS2D_LocalStatus.lxx ++usr/include/opencascade/AIS2D_PToListOfInt.hxx ++usr/include/opencascade/AIS2D_PrimitiveArchit.hxx ++usr/include/opencascade/AIS2D_ProjShape.hxx ++usr/include/opencascade/AIS2D_SelectStatus.hxx ++usr/include/opencascade/AIS2D_SequenceNodeOfSequenceOfIO.hxx ++usr/include/opencascade/AIS2D_SequenceNodeOfSequenceOfPrimArchit.hxx ++usr/include/opencascade/AIS2D_SequenceOfIO.hxx ++usr/include/opencascade/AIS2D_SequenceOfPrimArchit.hxx ++usr/include/opencascade/AIS2D_StatusOfDetection.hxx ++usr/include/opencascade/AIS2D_StatusOfPick.hxx ++usr/include/opencascade/AIS2D_TypeOfAxis.hxx ++usr/include/opencascade/AIS2D_TypeOfDetection.hxx ++usr/include/opencascade/AIS_AngleDimension.hxx ++usr/include/opencascade/AIS_AngleDimension.lxx ++usr/include/opencascade/AIS_AttributeFilter.hxx ++usr/include/opencascade/AIS_AttributeFilter.lxx ++usr/include/opencascade/AIS_Axis.hxx ++usr/include/opencascade/AIS_Axis.lxx ++usr/include/opencascade/AIS_BadEdgeFilter.hxx ++usr/include/opencascade/AIS_C0RegularityFilter.hxx ++usr/include/opencascade/AIS_Chamf2dDimension.hxx ++usr/include/opencascade/AIS_Chamf2dDimension.lxx ++usr/include/opencascade/AIS_Chamf3dDimension.hxx ++usr/include/opencascade/AIS_Chamf3dDimension.lxx ++usr/include/opencascade/AIS_Circle.hxx ++usr/include/opencascade/AIS_Circle.lxx ++usr/include/opencascade/AIS_ClearMode.hxx ++usr/include/opencascade/AIS_ConcentricRelation.hxx ++usr/include/opencascade/AIS_ConnectStatus.hxx ++usr/include/opencascade/AIS_ConnectedInteractive.hxx ++usr/include/opencascade/AIS_ConnectedInteractive.lxx ++usr/include/opencascade/AIS_ConnectedShape.hxx ++usr/include/opencascade/AIS_DataMapIteratorOfDataMapOfILC.hxx ++usr/include/opencascade/AIS_DataMapIteratorOfDataMapOfIOStatus.hxx ++usr/include/opencascade/AIS_DataMapIteratorOfDataMapOfSelStat.hxx ++usr/include/opencascade/AIS_DataMapIteratorOfDataMapofIntegerListOfinteractive.hxx ++usr/include/opencascade/AIS_DataMapNodeOfDataMapOfILC.hxx ++usr/include/opencascade/AIS_DataMapNodeOfDataMapOfIOStatus.hxx ++usr/include/opencascade/AIS_DataMapNodeOfDataMapOfSelStat.hxx ++usr/include/opencascade/AIS_DataMapNodeOfDataMapofIntegerListOfinteractive.hxx ++usr/include/opencascade/AIS_DataMapOfILC.hxx ++usr/include/opencascade/AIS_DataMapOfIOStatus.hxx ++usr/include/opencascade/AIS_DataMapOfSelStat.hxx ++usr/include/opencascade/AIS_DataMapofIntegerListOfinteractive.hxx ++usr/include/opencascade/AIS_DiameterDimension.hxx ++usr/include/opencascade/AIS_DiameterDimension.lxx ++usr/include/opencascade/AIS_DimensionOwner.hxx ++usr/include/opencascade/AIS_DimensionOwner.lxx ++usr/include/opencascade/AIS_DisplayMode.hxx ++usr/include/opencascade/AIS_DisplayStatus.hxx ++usr/include/opencascade/AIS_Drawer.hxx ++usr/include/opencascade/AIS_Drawer.lxx ++usr/include/opencascade/AIS_EllipseRadiusDimension.hxx ++usr/include/opencascade/AIS_EqualDistanceRelation.hxx ++usr/include/opencascade/AIS_EqualDistanceRelation.lxx ++usr/include/opencascade/AIS_EqualRadiusRelation.hxx ++usr/include/opencascade/AIS_ExclusionFilter.hxx ++usr/include/opencascade/AIS_ExclusionFilter.lxx ++usr/include/opencascade/AIS_FixRelation.hxx ++usr/include/opencascade/AIS_FixRelation.lxx ++usr/include/opencascade/AIS_GlobalStatus.hxx ++usr/include/opencascade/AIS_GlobalStatus.lxx ++usr/include/opencascade/AIS_GraphicTool.hxx ++usr/include/opencascade/AIS_IdenticRelation.hxx ++usr/include/opencascade/AIS_IdenticRelation.lxx ++usr/include/opencascade/AIS_IndexedDataMapNodeOfIndexedDataMapOfOwnerPrs.hxx ++usr/include/opencascade/AIS_IndexedDataMapOfOwnerPrs.hxx ++usr/include/opencascade/AIS_InteractiveContext.hxx ++usr/include/opencascade/AIS_InteractiveContext.lxx ++usr/include/opencascade/AIS_InteractiveObject.hxx ++usr/include/opencascade/AIS_InteractiveObject.lxx ++usr/include/opencascade/AIS_KindOfDimension.hxx ++usr/include/opencascade/AIS_KindOfInteractive.hxx ++usr/include/opencascade/AIS_KindOfSurface.hxx ++usr/include/opencascade/AIS_KindOfUnit.hxx ++usr/include/opencascade/AIS_LengthDimension.hxx ++usr/include/opencascade/AIS_LengthDimension.lxx ++usr/include/opencascade/AIS_Line.hxx ++usr/include/opencascade/AIS_Line.lxx ++usr/include/opencascade/AIS_ListIteratorOfListOfInteractive.hxx ++usr/include/opencascade/AIS_ListNodeOfListOfInteractive.hxx ++usr/include/opencascade/AIS_ListOfInteractive.hxx ++usr/include/opencascade/AIS_LocalContext.hxx ++usr/include/opencascade/AIS_LocalContext.lxx ++usr/include/opencascade/AIS_LocalStatus.hxx ++usr/include/opencascade/AIS_LocalStatus.lxx ++usr/include/opencascade/AIS_MapIteratorOfMapOfInteractive.hxx ++usr/include/opencascade/AIS_MapOfInteractive.hxx ++usr/include/opencascade/AIS_MaxRadiusDimension.hxx ++usr/include/opencascade/AIS_MidPointRelation.hxx ++usr/include/opencascade/AIS_MidPointRelation.lxx ++usr/include/opencascade/AIS_MinRadiusDimension.hxx ++usr/include/opencascade/AIS_MultipleConnectedInteractive.hxx ++usr/include/opencascade/AIS_MultipleConnectedInteractive.lxx ++usr/include/opencascade/AIS_MultipleConnectedShape.hxx ++usr/include/opencascade/AIS_MultipleConnectedShape.lxx ++usr/include/opencascade/AIS_NDataMapOfTransientIteratorOfListTransient.hxx ++usr/include/opencascade/AIS_NListIteratorOfListTransient.hxx ++usr/include/opencascade/AIS_NListTransient.hxx ++usr/include/opencascade/AIS_OffsetDimension.hxx ++usr/include/opencascade/AIS_OffsetDimension.lxx ++usr/include/opencascade/AIS_PToContext.hxx ++usr/include/opencascade/AIS_ParallelRelation.hxx ++usr/include/opencascade/AIS_ParallelRelation.lxx ++usr/include/opencascade/AIS_PerpendicularRelation.hxx ++usr/include/opencascade/AIS_Plane.hxx ++usr/include/opencascade/AIS_Plane.lxx ++usr/include/opencascade/AIS_PlaneTrihedron.hxx ++usr/include/opencascade/AIS_PlaneTrihedron.lxx ++usr/include/opencascade/AIS_Point.hxx ++usr/include/opencascade/AIS_Point.lxx ++usr/include/opencascade/AIS_RadiusDimension.hxx ++usr/include/opencascade/AIS_RadiusDimension.lxx ++usr/include/opencascade/AIS_Relation.hxx ++usr/include/opencascade/AIS_Relation.lxx ++usr/include/opencascade/AIS_SelectStatus.hxx ++usr/include/opencascade/AIS_Selection.hxx ++usr/include/opencascade/AIS_Selection.lxx ++usr/include/opencascade/AIS_SequenceNodeOfSequenceOfDimension.hxx ++usr/include/opencascade/AIS_SequenceNodeOfSequenceOfInteractive.hxx ++usr/include/opencascade/AIS_SequenceOfDimension.hxx ++usr/include/opencascade/AIS_SequenceOfInteractive.hxx ++usr/include/opencascade/AIS_Shape.hxx ++usr/include/opencascade/AIS_Shape.lxx ++usr/include/opencascade/AIS_SignatureFilter.hxx ++usr/include/opencascade/AIS_StandardDatum.hxx ++usr/include/opencascade/AIS_StatusOfDetection.hxx ++usr/include/opencascade/AIS_StatusOfPick.hxx ++usr/include/opencascade/AIS_StdMapNodeOfMapOfInteractive.hxx ++usr/include/opencascade/AIS_SymmetricRelation.hxx ++usr/include/opencascade/AIS_SymmetricRelation.lxx ++usr/include/opencascade/AIS_TangentRelation.hxx ++usr/include/opencascade/AIS_TexturedShape.hxx ++usr/include/opencascade/AIS_Triangulation.hxx ++usr/include/opencascade/AIS_Trihedron.hxx ++usr/include/opencascade/AIS_Trihedron.lxx ++usr/include/opencascade/AIS_TypeFilter.hxx ++usr/include/opencascade/AIS_TypeOfAttribute.hxx ++usr/include/opencascade/AIS_TypeOfAxis.hxx ++usr/include/opencascade/AIS_TypeOfDist.hxx ++usr/include/opencascade/AIS_TypeOfIso.hxx ++usr/include/opencascade/AIS_TypeOfPlane.hxx ++usr/include/opencascade/AlienImage.hxx ++usr/include/opencascade/AlienImage_AidaAlienData.hxx ++usr/include/opencascade/AlienImage_AidaAlienImage.hxx ++usr/include/opencascade/AlienImage_AlienImage.hxx ++usr/include/opencascade/AlienImage_AlienImageData.hxx ++usr/include/opencascade/AlienImage_AlienUserImage.hxx ++usr/include/opencascade/AlienImage_BMPAlienData.hxx ++usr/include/opencascade/AlienImage_BMPAlienImage.hxx ++usr/include/opencascade/AlienImage_BMPHeader.hxx ++usr/include/opencascade/AlienImage_EuclidAlienData.hxx ++usr/include/opencascade/AlienImage_EuclidAlienImage.hxx ++usr/include/opencascade/AlienImage_GIFAlienData.hxx ++usr/include/opencascade/AlienImage_GIFAlienImage.hxx ++usr/include/opencascade/AlienImage_GIFLZWDict.hxx ++usr/include/opencascade/AlienImage_MemoryOperations.hxx ++usr/include/opencascade/AlienImage_SGIRGBAlienData.hxx ++usr/include/opencascade/AlienImage_SGIRGBAlienImage.hxx ++usr/include/opencascade/AlienImage_SGIRGBFileHeader.hxx ++usr/include/opencascade/AlienImage_SUNRFFileHeader.hxx ++usr/include/opencascade/AlienImage_SUNRFFormat.hxx ++usr/include/opencascade/AlienImage_SunRFAlienData.hxx ++usr/include/opencascade/AlienImage_SunRFAlienImage.hxx ++usr/include/opencascade/AlienImage_X11XColor.hxx ++usr/include/opencascade/AlienImage_X11XWDAlienData.hxx ++usr/include/opencascade/AlienImage_X11XWDFileHeader.hxx ++usr/include/opencascade/AlienImage_XAlienImage.hxx ++usr/include/opencascade/Aspect.hxx ++usr/include/opencascade/Aspect_Array1OfEdge.hxx ++usr/include/opencascade/Aspect_AspectFillArea.hxx ++usr/include/opencascade/Aspect_AspectFillAreaDefinitionError.hxx ++usr/include/opencascade/Aspect_AspectLine.hxx ++usr/include/opencascade/Aspect_AspectLineDefinitionError.hxx ++usr/include/opencascade/Aspect_AspectMarker.hxx ++usr/include/opencascade/Aspect_AspectMarkerDefinitionError.hxx ++usr/include/opencascade/Aspect_Background.hxx ++usr/include/opencascade/Aspect_BadAccess.hxx ++usr/include/opencascade/Aspect_CLayer2d.hxx ++usr/include/opencascade/Aspect_CardinalPoints.hxx ++usr/include/opencascade/Aspect_CircularGrid.hxx ++usr/include/opencascade/Aspect_ColorCubeColorMap.hxx ++usr/include/opencascade/Aspect_ColorMap.hxx ++usr/include/opencascade/Aspect_ColorMapDefinitionError.hxx ++usr/include/opencascade/Aspect_ColorMapEntry.hxx ++usr/include/opencascade/Aspect_ColorPixel.hxx ++usr/include/opencascade/Aspect_ColorRampColorMap.hxx ++usr/include/opencascade/Aspect_ColorScale.hxx ++usr/include/opencascade/Aspect_Convert.hxx ++usr/include/opencascade/Aspect_Display.hxx ++usr/include/opencascade/Aspect_Drawable.hxx ++usr/include/opencascade/Aspect_Driver.hxx ++usr/include/opencascade/Aspect_DriverDefinitionError.hxx ++usr/include/opencascade/Aspect_DriverError.hxx ++usr/include/opencascade/Aspect_DriverPtr.hxx ++usr/include/opencascade/Aspect_Edge.hxx ++usr/include/opencascade/Aspect_EdgeDefinitionError.hxx ++usr/include/opencascade/Aspect_FStream.hxx ++usr/include/opencascade/Aspect_FillMethod.hxx ++usr/include/opencascade/Aspect_FontMap.hxx ++usr/include/opencascade/Aspect_FontMapDefinitionError.hxx ++usr/include/opencascade/Aspect_FontMapEntry.hxx ++usr/include/opencascade/Aspect_FontStyle.hxx ++usr/include/opencascade/Aspect_FontStyleDefinitionError.hxx ++usr/include/opencascade/Aspect_FormatOfSheetPaper.hxx ++usr/include/opencascade/Aspect_GenId.hxx ++usr/include/opencascade/Aspect_GenericColorMap.hxx ++usr/include/opencascade/Aspect_GradientBackground.hxx ++usr/include/opencascade/Aspect_GradientFillMethod.hxx ++usr/include/opencascade/Aspect_GraphicCallbackProc.hxx ++usr/include/opencascade/Aspect_GraphicDevice.hxx ++usr/include/opencascade/Aspect_GraphicDeviceDefinitionError.hxx ++usr/include/opencascade/Aspect_GraphicDriver.hxx ++usr/include/opencascade/Aspect_Grid.hxx ++usr/include/opencascade/Aspect_GridDrawMode.hxx ++usr/include/opencascade/Aspect_GridType.hxx ++usr/include/opencascade/Aspect_Handle.hxx ++usr/include/opencascade/Aspect_HatchStyle.hxx ++usr/include/opencascade/Aspect_IFStream.hxx ++usr/include/opencascade/Aspect_IdentDefinitionError.hxx ++usr/include/opencascade/Aspect_IndexPixel.hxx ++usr/include/opencascade/Aspect_InteriorStyle.hxx ++usr/include/opencascade/Aspect_LineStyle.hxx ++usr/include/opencascade/Aspect_LineStyleDefinitionError.hxx ++usr/include/opencascade/Aspect_LineWidthDefinitionError.hxx ++usr/include/opencascade/Aspect_ListingType.hxx ++usr/include/opencascade/Aspect_MarkMap.hxx ++usr/include/opencascade/Aspect_MarkMapDefinitionError.hxx ++usr/include/opencascade/Aspect_MarkMapEntry.hxx ++usr/include/opencascade/Aspect_MarkerStyle.hxx ++usr/include/opencascade/Aspect_MarkerStyleDefinitionError.hxx ++usr/include/opencascade/Aspect_PixMap.hxx ++usr/include/opencascade/Aspect_Pixel.hxx ++usr/include/opencascade/Aspect_PixmapDefinitionError.hxx ++usr/include/opencascade/Aspect_PixmapError.hxx ++usr/include/opencascade/Aspect_PlotMode.hxx ++usr/include/opencascade/Aspect_PlotterOrigin.hxx ++usr/include/opencascade/Aspect_PolyStyleDefinitionError.hxx ++usr/include/opencascade/Aspect_PolygonOffsetMode.hxx ++usr/include/opencascade/Aspect_RGBPixel.hxx ++usr/include/opencascade/Aspect_RectangularGrid.hxx ++usr/include/opencascade/Aspect_RenderingContext.hxx ++usr/include/opencascade/Aspect_SequenceNodeOfSequenceOfColor.hxx ++usr/include/opencascade/Aspect_SequenceNodeOfSequenceOfColorMapEntry.hxx ++usr/include/opencascade/Aspect_SequenceNodeOfSequenceOfFontMapEntry.hxx ++usr/include/opencascade/Aspect_SequenceNodeOfSequenceOfMarkMapEntry.hxx ++usr/include/opencascade/Aspect_SequenceNodeOfSequenceOfTypeMapEntry.hxx ++usr/include/opencascade/Aspect_SequenceNodeOfSequenceOfWidthMapEntry.hxx ++usr/include/opencascade/Aspect_SequenceOfColor.hxx ++usr/include/opencascade/Aspect_SequenceOfColorMapEntry.hxx ++usr/include/opencascade/Aspect_SequenceOfFontMapEntry.hxx ++usr/include/opencascade/Aspect_SequenceOfMarkMapEntry.hxx ++usr/include/opencascade/Aspect_SequenceOfTypeMapEntry.hxx ++usr/include/opencascade/Aspect_SequenceOfWidthMapEntry.hxx ++usr/include/opencascade/Aspect_TypeMap.hxx ++usr/include/opencascade/Aspect_TypeMapDefinitionError.hxx ++usr/include/opencascade/Aspect_TypeMapEntry.hxx ++usr/include/opencascade/Aspect_TypeOfColorMap.hxx ++usr/include/opencascade/Aspect_TypeOfColorScaleData.hxx ++usr/include/opencascade/Aspect_TypeOfColorScaleOrientation.hxx ++usr/include/opencascade/Aspect_TypeOfColorScalePosition.hxx ++usr/include/opencascade/Aspect_TypeOfColorSpace.hxx ++usr/include/opencascade/Aspect_TypeOfConstraint.hxx ++usr/include/opencascade/Aspect_TypeOfDeflection.hxx ++usr/include/opencascade/Aspect_TypeOfDegenerateModel.hxx ++usr/include/opencascade/Aspect_TypeOfDisplayText.hxx ++usr/include/opencascade/Aspect_TypeOfDrawMode.hxx ++usr/include/opencascade/Aspect_TypeOfEdge.hxx ++usr/include/opencascade/Aspect_TypeOfFacingModel.hxx ++usr/include/opencascade/Aspect_TypeOfFont.hxx ++usr/include/opencascade/Aspect_TypeOfHighlightMethod.hxx ++usr/include/opencascade/Aspect_TypeOfLayer.hxx ++usr/include/opencascade/Aspect_TypeOfLine.hxx ++usr/include/opencascade/Aspect_TypeOfMarker.hxx ++usr/include/opencascade/Aspect_TypeOfPrimitive.hxx ++usr/include/opencascade/Aspect_TypeOfRenderingMode.hxx ++usr/include/opencascade/Aspect_TypeOfResize.hxx ++usr/include/opencascade/Aspect_TypeOfStyleText.hxx ++usr/include/opencascade/Aspect_TypeOfText.hxx ++usr/include/opencascade/Aspect_TypeOfTriedronEcho.hxx ++usr/include/opencascade/Aspect_TypeOfTriedronPosition.hxx ++usr/include/opencascade/Aspect_TypeOfUpdate.hxx ++usr/include/opencascade/Aspect_UndefinedMap.hxx ++usr/include/opencascade/Aspect_Units.hxx ++usr/include/opencascade/Aspect_WidthMap.hxx ++usr/include/opencascade/Aspect_WidthMapDefinitionError.hxx ++usr/include/opencascade/Aspect_WidthMapEntry.hxx ++usr/include/opencascade/Aspect_WidthOfLine.hxx ++usr/include/opencascade/Aspect_Window.hxx ++usr/include/opencascade/Aspect_Window.lxx ++usr/include/opencascade/Aspect_WindowDefinitionError.hxx ++usr/include/opencascade/Aspect_WindowDriver.hxx ++usr/include/opencascade/Aspect_WindowDriverPtr.hxx ++usr/include/opencascade/Aspect_WindowError.hxx ++usr/include/opencascade/Aspect_XWD.hxx ++usr/include/opencascade/CGM_Driver.hxx ++usr/include/opencascade/Degrees.hxx ++usr/include/opencascade/DsgPrs.hxx ++usr/include/opencascade/DsgPrs_AnglePresentation.hxx ++usr/include/opencascade/DsgPrs_ArrowSide.hxx ++usr/include/opencascade/DsgPrs_Chamf2dPresentation.hxx ++usr/include/opencascade/DsgPrs_ConcentricPresentation.hxx ++usr/include/opencascade/DsgPrs_DatumPrs.hxx ++usr/include/opencascade/DsgPrs_DatumTool.hxx ++usr/include/opencascade/DsgPrs_DiameterPresentation.hxx ++usr/include/opencascade/DsgPrs_EllipseRadiusPresentation.hxx ++usr/include/opencascade/DsgPrs_EqualDistancePresentation.hxx ++usr/include/opencascade/DsgPrs_EqualRadiusPresentation.hxx ++usr/include/opencascade/DsgPrs_FilletRadiusPresentation.hxx ++usr/include/opencascade/DsgPrs_FixPresentation.hxx ++usr/include/opencascade/DsgPrs_IdenticPresentation.hxx ++usr/include/opencascade/DsgPrs_LengthPresentation.hxx ++usr/include/opencascade/DsgPrs_MidPointPresentation.hxx ++usr/include/opencascade/DsgPrs_OffsetPresentation.hxx ++usr/include/opencascade/DsgPrs_ParalPresentation.hxx ++usr/include/opencascade/DsgPrs_PerpenPresentation.hxx ++usr/include/opencascade/DsgPrs_RadiusPresentation.hxx ++usr/include/opencascade/DsgPrs_ShadedPlanePresentation.hxx ++usr/include/opencascade/DsgPrs_ShapeDirPresentation.hxx ++usr/include/opencascade/DsgPrs_SymbPresentation.hxx ++usr/include/opencascade/DsgPrs_SymmetricPresentation.hxx ++usr/include/opencascade/DsgPrs_TangentPresentation.hxx ++usr/include/opencascade/DsgPrs_XYZAxisPresentation.hxx ++usr/include/opencascade/DsgPrs_XYZPlanePresentation.hxx ++usr/include/opencascade/EHDC.hxx ++usr/include/opencascade/GGraphic2d_Curve.hxx ++usr/include/opencascade/GGraphic2d_CurveDefinitionError.hxx ++usr/include/opencascade/GGraphic2d_SetOfCurves.hxx ++usr/include/opencascade/Graphic2d_Array1OfVertex.hxx ++usr/include/opencascade/Graphic2d_Buffer.hxx ++usr/include/opencascade/Graphic2d_BufferList.hxx ++usr/include/opencascade/Graphic2d_CBitFields8.hxx ++usr/include/opencascade/Graphic2d_Circle.hxx ++usr/include/opencascade/Graphic2d_CircleDefinitionError.hxx ++usr/include/opencascade/Graphic2d_CircleMarker.hxx ++usr/include/opencascade/Graphic2d_Curve.hxx ++usr/include/opencascade/Graphic2d_CurveDefinitionError.hxx ++usr/include/opencascade/Graphic2d_DetectionColorError.hxx ++usr/include/opencascade/Graphic2d_DisplayList.hxx ++usr/include/opencascade/Graphic2d_DisplayStatus.hxx ++usr/include/opencascade/Graphic2d_Drawer.hxx ++usr/include/opencascade/Graphic2d_DrawerDefinitionError.hxx ++usr/include/opencascade/Graphic2d_Ellips.hxx ++usr/include/opencascade/Graphic2d_EllipsDefinitionError.hxx ++usr/include/opencascade/Graphic2d_EllipsMarker.hxx ++usr/include/opencascade/Graphic2d_FramedText.hxx ++usr/include/opencascade/Graphic2d_GOPtr.hxx ++usr/include/opencascade/Graphic2d_GraphicObject.hxx ++usr/include/opencascade/Graphic2d_HArray1OfVertex.hxx ++usr/include/opencascade/Graphic2d_HSequenceOfPrimitives.hxx ++usr/include/opencascade/Graphic2d_HSequenceOfVertex.hxx ++usr/include/opencascade/Graphic2d_HidingGraphicObject.hxx ++usr/include/opencascade/Graphic2d_HidingText.hxx ++usr/include/opencascade/Graphic2d_Image.hxx ++usr/include/opencascade/Graphic2d_ImageDefinitionError.hxx ++usr/include/opencascade/Graphic2d_ImageFile.hxx ++usr/include/opencascade/Graphic2d_InfiniteLine.hxx ++usr/include/opencascade/Graphic2d_InfiniteLineDefinitionError.hxx ++usr/include/opencascade/Graphic2d_Line.hxx ++usr/include/opencascade/Graphic2d_Marker.hxx ++usr/include/opencascade/Graphic2d_MarkerDefinitionError.hxx ++usr/include/opencascade/Graphic2d_OverrideColorError.hxx ++usr/include/opencascade/Graphic2d_Paragraph.hxx ++usr/include/opencascade/Graphic2d_PickMode.hxx ++usr/include/opencascade/Graphic2d_Polyline.hxx ++usr/include/opencascade/Graphic2d_PolylineDefinitionError.hxx ++usr/include/opencascade/Graphic2d_PolylineMarker.hxx ++usr/include/opencascade/Graphic2d_Primitive.hxx ++usr/include/opencascade/Graphic2d_Segment.hxx ++usr/include/opencascade/Graphic2d_SegmentDefinitionError.hxx ++usr/include/opencascade/Graphic2d_SequenceNodeOfSequenceOfBuffer.hxx ++usr/include/opencascade/Graphic2d_SequenceNodeOfSequenceOfGraphicObject.hxx ++usr/include/opencascade/Graphic2d_SequenceNodeOfSequenceOfPolyline.hxx ++usr/include/opencascade/Graphic2d_SequenceNodeOfSequenceOfPrimitives.hxx ++usr/include/opencascade/Graphic2d_SequenceNodeOfSequenceOfVertex.hxx ++usr/include/opencascade/Graphic2d_SequenceOfBuffer.hxx ++usr/include/opencascade/Graphic2d_SequenceOfGraphicObject.hxx ++usr/include/opencascade/Graphic2d_SequenceOfPolyline.hxx ++usr/include/opencascade/Graphic2d_SequenceOfPrimitives.hxx ++usr/include/opencascade/Graphic2d_SequenceOfVertex.hxx ++usr/include/opencascade/Graphic2d_SetOfCurves.hxx ++usr/include/opencascade/Graphic2d_SetOfMarkers.hxx ++usr/include/opencascade/Graphic2d_SetOfPolylines.hxx ++usr/include/opencascade/Graphic2d_SetOfSegments.hxx ++usr/include/opencascade/Graphic2d_Text.hxx ++usr/include/opencascade/Graphic2d_TextDefinitionError.hxx ++usr/include/opencascade/Graphic2d_TransientDefinitionError.hxx ++usr/include/opencascade/Graphic2d_TransientManager.hxx ++usr/include/opencascade/Graphic2d_TypeOfAlignment.hxx ++usr/include/opencascade/Graphic2d_TypeOfComposition.hxx ++usr/include/opencascade/Graphic2d_TypeOfFrame.hxx ++usr/include/opencascade/Graphic2d_TypeOfPolygonFilling.hxx ++usr/include/opencascade/Graphic2d_TypeOfPrimitive.hxx ++usr/include/opencascade/Graphic2d_VectorialMarker.hxx ++usr/include/opencascade/Graphic2d_Vertex.hxx ++usr/include/opencascade/Graphic2d_View.hxx ++usr/include/opencascade/Graphic2d_ViewMapping.hxx ++usr/include/opencascade/Graphic2d_ViewPtr.hxx ++usr/include/opencascade/Graphic3d_Array1OfVector.hxx ++usr/include/opencascade/Graphic3d_Array1OfVertex.hxx ++usr/include/opencascade/Graphic3d_Array1OfVertexC.hxx ++usr/include/opencascade/Graphic3d_Array1OfVertexN.hxx ++usr/include/opencascade/Graphic3d_Array1OfVertexNC.hxx ++usr/include/opencascade/Graphic3d_Array1OfVertexNT.hxx ++usr/include/opencascade/Graphic3d_Array2OfVertex.hxx ++usr/include/opencascade/Graphic3d_Array2OfVertexC.hxx ++usr/include/opencascade/Graphic3d_Array2OfVertexN.hxx ++usr/include/opencascade/Graphic3d_Array2OfVertexNC.hxx ++usr/include/opencascade/Graphic3d_Array2OfVertexNT.hxx ++usr/include/opencascade/Graphic3d_ArrayOfPoints.hxx ++usr/include/opencascade/Graphic3d_ArrayOfPolygons.hxx ++usr/include/opencascade/Graphic3d_ArrayOfPolylines.hxx ++usr/include/opencascade/Graphic3d_ArrayOfPrimitives.hxx ++usr/include/opencascade/Graphic3d_ArrayOfPrimitives.lxx ++usr/include/opencascade/Graphic3d_ArrayOfQuadrangleStrips.hxx ++usr/include/opencascade/Graphic3d_ArrayOfQuadrangles.hxx ++usr/include/opencascade/Graphic3d_ArrayOfSegments.hxx ++usr/include/opencascade/Graphic3d_ArrayOfTriangleFans.hxx ++usr/include/opencascade/Graphic3d_ArrayOfTriangleStrips.hxx ++usr/include/opencascade/Graphic3d_ArrayOfTriangles.hxx ++usr/include/opencascade/Graphic3d_AspectFillArea3d.hxx ++usr/include/opencascade/Graphic3d_AspectLine3d.hxx ++usr/include/opencascade/Graphic3d_AspectMarker3d.hxx ++usr/include/opencascade/Graphic3d_AspectText3d.hxx ++usr/include/opencascade/Graphic3d_AspectTextDefinitionError.hxx ++usr/include/opencascade/Graphic3d_CBitFields16.hxx ++usr/include/opencascade/Graphic3d_CBitFields20.hxx ++usr/include/opencascade/Graphic3d_CBitFields4.hxx ++usr/include/opencascade/Graphic3d_CBitFields8.hxx ++usr/include/opencascade/Graphic3d_CBounds.hxx ++usr/include/opencascade/Graphic3d_CGraduatedTrihedron.hxx ++usr/include/opencascade/Graphic3d_CGroup.hxx ++usr/include/opencascade/Graphic3d_CInitTexture.hxx ++usr/include/opencascade/Graphic3d_CLight.hxx ++usr/include/opencascade/Graphic3d_CPick.hxx ++usr/include/opencascade/Graphic3d_CPlane.hxx ++usr/include/opencascade/Graphic3d_CStructure.hxx ++usr/include/opencascade/Graphic3d_CTexture.hxx ++usr/include/opencascade/Graphic3d_CTransPersStruct.hxx ++usr/include/opencascade/Graphic3d_CUserDraw.hxx ++usr/include/opencascade/Graphic3d_CView.hxx ++usr/include/opencascade/Graphic3d_CycleError.hxx ++usr/include/opencascade/Graphic3d_DataStructureManager.hxx ++usr/include/opencascade/Graphic3d_ExportFormat.hxx ++usr/include/opencascade/Graphic3d_GraphicDevice.hxx ++usr/include/opencascade/Graphic3d_GraphicDriver.hxx ++usr/include/opencascade/Graphic3d_Group.hxx ++usr/include/opencascade/Graphic3d_GroupAspect.hxx ++usr/include/opencascade/Graphic3d_GroupDefinitionError.hxx ++usr/include/opencascade/Graphic3d_HSequenceOfGroup.hxx ++usr/include/opencascade/Graphic3d_HSequenceOfStructure.hxx ++usr/include/opencascade/Graphic3d_HSetOfGroup.hxx ++usr/include/opencascade/Graphic3d_HorizontalTextAlignment.hxx ++usr/include/opencascade/Graphic3d_InitialisationError.hxx ++usr/include/opencascade/Graphic3d_ListIteratorOfListOfPArray.hxx ++usr/include/opencascade/Graphic3d_ListIteratorOfListOfShortReal.hxx ++usr/include/opencascade/Graphic3d_ListIteratorOfSetListOfSetOfGroup.hxx ++usr/include/opencascade/Graphic3d_ListNodeOfListOfPArray.hxx ++usr/include/opencascade/Graphic3d_ListNodeOfListOfShortReal.hxx ++usr/include/opencascade/Graphic3d_ListNodeOfSetListOfSetOfGroup.hxx ++usr/include/opencascade/Graphic3d_ListOfPArray.hxx ++usr/include/opencascade/Graphic3d_ListOfShortReal.hxx ++usr/include/opencascade/Graphic3d_MapIteratorOfMapOfStructure.hxx ++usr/include/opencascade/Graphic3d_MapOfStructure.hxx ++usr/include/opencascade/Graphic3d_MaterialAspect.hxx ++usr/include/opencascade/Graphic3d_MaterialDefinitionError.hxx ++usr/include/opencascade/Graphic3d_NListOfHAsciiString.hxx ++usr/include/opencascade/Graphic3d_NameOfFont.hxx ++usr/include/opencascade/Graphic3d_NameOfMaterial.hxx ++usr/include/opencascade/Graphic3d_NameOfTexture1D.hxx ++usr/include/opencascade/Graphic3d_NameOfTexture2D.hxx ++usr/include/opencascade/Graphic3d_NameOfTextureEnv.hxx ++usr/include/opencascade/Graphic3d_NameOfTexturePlane.hxx ++usr/include/opencascade/Graphic3d_PickIdDefinitionError.hxx ++usr/include/opencascade/Graphic3d_Plotter.hxx ++usr/include/opencascade/Graphic3d_PlotterDefinitionError.hxx ++usr/include/opencascade/Graphic3d_PrimitiveArray.hxx ++usr/include/opencascade/Graphic3d_PriorityDefinitionError.hxx ++usr/include/opencascade/Graphic3d_PtrFrameBuffer.hxx ++usr/include/opencascade/Graphic3d_SequenceNodeOfSequenceOfAddress.hxx ++usr/include/opencascade/Graphic3d_SequenceNodeOfSequenceOfGroup.hxx ++usr/include/opencascade/Graphic3d_SequenceNodeOfSequenceOfStructure.hxx ++usr/include/opencascade/Graphic3d_SequenceOfAddress.hxx ++usr/include/opencascade/Graphic3d_SequenceOfGroup.hxx ++usr/include/opencascade/Graphic3d_SequenceOfStructure.hxx ++usr/include/opencascade/Graphic3d_SetIteratorOfSetOfGroup.hxx ++usr/include/opencascade/Graphic3d_SetListOfSetOfGroup.hxx ++usr/include/opencascade/Graphic3d_SetOfGroup.hxx ++usr/include/opencascade/Graphic3d_SortType.hxx ++usr/include/opencascade/Graphic3d_StdMapNodeOfMapOfStructure.hxx ++usr/include/opencascade/Graphic3d_Strips.hxx ++usr/include/opencascade/Graphic3d_StructPtr.hxx ++usr/include/opencascade/Graphic3d_Structure.hxx ++usr/include/opencascade/Graphic3d_StructureDefinitionError.hxx ++usr/include/opencascade/Graphic3d_StructureManager.hxx ++usr/include/opencascade/Graphic3d_TextPath.hxx ++usr/include/opencascade/Graphic3d_Texture1D.hxx ++usr/include/opencascade/Graphic3d_Texture1Dmanual.hxx ++usr/include/opencascade/Graphic3d_Texture1Dsegment.hxx ++usr/include/opencascade/Graphic3d_Texture2D.hxx ++usr/include/opencascade/Graphic3d_Texture2Dmanual.hxx ++usr/include/opencascade/Graphic3d_Texture2Dplane.hxx ++usr/include/opencascade/Graphic3d_TextureEnv.hxx ++usr/include/opencascade/Graphic3d_TextureMap.hxx ++usr/include/opencascade/Graphic3d_TextureRoot.hxx ++usr/include/opencascade/Graphic3d_TransModeFlags.hxx ++usr/include/opencascade/Graphic3d_TransformError.hxx ++usr/include/opencascade/Graphic3d_TypeOfComposition.hxx ++usr/include/opencascade/Graphic3d_TypeOfConnection.hxx ++usr/include/opencascade/Graphic3d_TypeOfMaterial.hxx ++usr/include/opencascade/Graphic3d_TypeOfPolygon.hxx ++usr/include/opencascade/Graphic3d_TypeOfPrimitive.hxx ++usr/include/opencascade/Graphic3d_TypeOfPrimitiveArray.hxx ++usr/include/opencascade/Graphic3d_TypeOfReflection.hxx ++usr/include/opencascade/Graphic3d_TypeOfStructure.hxx ++usr/include/opencascade/Graphic3d_TypeOfTexture.hxx ++usr/include/opencascade/Graphic3d_TypeOfTextureMode.hxx ++usr/include/opencascade/Graphic3d_Vector.hxx ++usr/include/opencascade/Graphic3d_VectorError.hxx ++usr/include/opencascade/Graphic3d_Vertex.hxx ++usr/include/opencascade/Graphic3d_VertexC.hxx ++usr/include/opencascade/Graphic3d_VertexN.hxx ++usr/include/opencascade/Graphic3d_VertexNC.hxx ++usr/include/opencascade/Graphic3d_VertexNT.hxx ++usr/include/opencascade/Graphic3d_VerticalTextAlignment.hxx ++usr/include/opencascade/Graphic3d_WNTGraphicDevice.hxx ++usr/include/opencascade/Handle_AIS2D_DataMapNodeOfDataMapOfIOStatus.hxx ++usr/include/opencascade/Handle_AIS2D_DataMapNodeOfDataMapOfLC.hxx ++usr/include/opencascade/Handle_AIS2D_DataMapNodeOfDataMapOfLocStat.hxx ++usr/include/opencascade/Handle_AIS2D_DataMapNodeOfDataMapOfPrimAspects.hxx ++usr/include/opencascade/Handle_AIS2D_GlobalStatus.hxx ++usr/include/opencascade/Handle_AIS2D_HSequenceOfIO.hxx ++usr/include/opencascade/Handle_AIS2D_HSequenceOfPrimArchit.hxx ++usr/include/opencascade/Handle_AIS2D_InteractiveContext.hxx ++usr/include/opencascade/Handle_AIS2D_InteractiveObject.hxx ++usr/include/opencascade/Handle_AIS2D_ListNodeOfListOfIO.hxx ++usr/include/opencascade/Handle_AIS2D_LocalContext.hxx ++usr/include/opencascade/Handle_AIS2D_LocalStatus.hxx ++usr/include/opencascade/Handle_AIS2D_PrimitiveArchit.hxx ++usr/include/opencascade/Handle_AIS2D_ProjShape.hxx ++usr/include/opencascade/Handle_AIS2D_SequenceNodeOfSequenceOfIO.hxx ++usr/include/opencascade/Handle_AIS2D_SequenceNodeOfSequenceOfPrimArchit.hxx ++usr/include/opencascade/Handle_AIS_AngleDimension.hxx ++usr/include/opencascade/Handle_AIS_AttributeFilter.hxx ++usr/include/opencascade/Handle_AIS_Axis.hxx ++usr/include/opencascade/Handle_AIS_BadEdgeFilter.hxx ++usr/include/opencascade/Handle_AIS_C0RegularityFilter.hxx ++usr/include/opencascade/Handle_AIS_Chamf2dDimension.hxx ++usr/include/opencascade/Handle_AIS_Chamf3dDimension.hxx ++usr/include/opencascade/Handle_AIS_Circle.hxx ++usr/include/opencascade/Handle_AIS_ConcentricRelation.hxx ++usr/include/opencascade/Handle_AIS_ConnectedInteractive.hxx ++usr/include/opencascade/Handle_AIS_ConnectedShape.hxx ++usr/include/opencascade/Handle_AIS_DataMapNodeOfDataMapOfILC.hxx ++usr/include/opencascade/Handle_AIS_DataMapNodeOfDataMapOfIOStatus.hxx ++usr/include/opencascade/Handle_AIS_DataMapNodeOfDataMapOfSelStat.hxx ++usr/include/opencascade/Handle_AIS_DataMapNodeOfDataMapofIntegerListOfinteractive.hxx ++usr/include/opencascade/Handle_AIS_DiameterDimension.hxx ++usr/include/opencascade/Handle_AIS_DimensionOwner.hxx ++usr/include/opencascade/Handle_AIS_Drawer.hxx ++usr/include/opencascade/Handle_AIS_EllipseRadiusDimension.hxx ++usr/include/opencascade/Handle_AIS_EqualDistanceRelation.hxx ++usr/include/opencascade/Handle_AIS_EqualRadiusRelation.hxx ++usr/include/opencascade/Handle_AIS_ExclusionFilter.hxx ++usr/include/opencascade/Handle_AIS_FixRelation.hxx ++usr/include/opencascade/Handle_AIS_GlobalStatus.hxx ++usr/include/opencascade/Handle_AIS_IdenticRelation.hxx ++usr/include/opencascade/Handle_AIS_IndexedDataMapNodeOfIndexedDataMapOfOwnerPrs.hxx ++usr/include/opencascade/Handle_AIS_InteractiveContext.hxx ++usr/include/opencascade/Handle_AIS_InteractiveObject.hxx ++usr/include/opencascade/Handle_AIS_LengthDimension.hxx ++usr/include/opencascade/Handle_AIS_Line.hxx ++usr/include/opencascade/Handle_AIS_ListNodeOfListOfInteractive.hxx ++usr/include/opencascade/Handle_AIS_LocalContext.hxx ++usr/include/opencascade/Handle_AIS_LocalStatus.hxx ++usr/include/opencascade/Handle_AIS_MaxRadiusDimension.hxx ++usr/include/opencascade/Handle_AIS_MidPointRelation.hxx ++usr/include/opencascade/Handle_AIS_MinRadiusDimension.hxx ++usr/include/opencascade/Handle_AIS_MultipleConnectedInteractive.hxx ++usr/include/opencascade/Handle_AIS_MultipleConnectedShape.hxx ++usr/include/opencascade/Handle_AIS_OffsetDimension.hxx ++usr/include/opencascade/Handle_AIS_ParallelRelation.hxx ++usr/include/opencascade/Handle_AIS_PerpendicularRelation.hxx ++usr/include/opencascade/Handle_AIS_Plane.hxx ++usr/include/opencascade/Handle_AIS_PlaneTrihedron.hxx ++usr/include/opencascade/Handle_AIS_Point.hxx ++usr/include/opencascade/Handle_AIS_RadiusDimension.hxx ++usr/include/opencascade/Handle_AIS_Relation.hxx ++usr/include/opencascade/Handle_AIS_Selection.hxx ++usr/include/opencascade/Handle_AIS_SequenceNodeOfSequenceOfDimension.hxx ++usr/include/opencascade/Handle_AIS_SequenceNodeOfSequenceOfInteractive.hxx ++usr/include/opencascade/Handle_AIS_Shape.hxx ++usr/include/opencascade/Handle_AIS_SignatureFilter.hxx ++usr/include/opencascade/Handle_AIS_StdMapNodeOfMapOfInteractive.hxx ++usr/include/opencascade/Handle_AIS_SymmetricRelation.hxx ++usr/include/opencascade/Handle_AIS_TangentRelation.hxx ++usr/include/opencascade/Handle_AIS_TexturedShape.hxx ++usr/include/opencascade/Handle_AIS_Triangulation.hxx ++usr/include/opencascade/Handle_AIS_Trihedron.hxx ++usr/include/opencascade/Handle_AIS_TypeFilter.hxx ++usr/include/opencascade/Handle_AlienImage_AidaAlienData.hxx ++usr/include/opencascade/Handle_AlienImage_AidaAlienImage.hxx ++usr/include/opencascade/Handle_AlienImage_AlienImage.hxx ++usr/include/opencascade/Handle_AlienImage_AlienImageData.hxx ++usr/include/opencascade/Handle_AlienImage_AlienUserImage.hxx ++usr/include/opencascade/Handle_AlienImage_BMPAlienData.hxx ++usr/include/opencascade/Handle_AlienImage_BMPAlienImage.hxx ++usr/include/opencascade/Handle_AlienImage_EuclidAlienData.hxx ++usr/include/opencascade/Handle_AlienImage_EuclidAlienImage.hxx ++usr/include/opencascade/Handle_AlienImage_GIFAlienData.hxx ++usr/include/opencascade/Handle_AlienImage_GIFAlienImage.hxx ++usr/include/opencascade/Handle_AlienImage_SGIRGBAlienData.hxx ++usr/include/opencascade/Handle_AlienImage_SGIRGBAlienImage.hxx ++usr/include/opencascade/Handle_AlienImage_SunRFAlienData.hxx ++usr/include/opencascade/Handle_AlienImage_SunRFAlienImage.hxx ++usr/include/opencascade/Handle_AlienImage_X11XWDAlienData.hxx ++usr/include/opencascade/Handle_AlienImage_XAlienImage.hxx ++usr/include/opencascade/Handle_Aspect_AspectFillArea.hxx ++usr/include/opencascade/Handle_Aspect_AspectFillAreaDefinitionError.hxx ++usr/include/opencascade/Handle_Aspect_AspectLine.hxx ++usr/include/opencascade/Handle_Aspect_AspectLineDefinitionError.hxx ++usr/include/opencascade/Handle_Aspect_AspectMarker.hxx ++usr/include/opencascade/Handle_Aspect_AspectMarkerDefinitionError.hxx ++usr/include/opencascade/Handle_Aspect_BadAccess.hxx ++usr/include/opencascade/Handle_Aspect_CircularGrid.hxx ++usr/include/opencascade/Handle_Aspect_ColorCubeColorMap.hxx ++usr/include/opencascade/Handle_Aspect_ColorMap.hxx ++usr/include/opencascade/Handle_Aspect_ColorMapDefinitionError.hxx ++usr/include/opencascade/Handle_Aspect_ColorRampColorMap.hxx ++usr/include/opencascade/Handle_Aspect_ColorScale.hxx ++usr/include/opencascade/Handle_Aspect_Driver.hxx ++usr/include/opencascade/Handle_Aspect_DriverDefinitionError.hxx ++usr/include/opencascade/Handle_Aspect_DriverError.hxx ++usr/include/opencascade/Handle_Aspect_EdgeDefinitionError.hxx ++usr/include/opencascade/Handle_Aspect_FontMap.hxx ++usr/include/opencascade/Handle_Aspect_FontMapDefinitionError.hxx ++usr/include/opencascade/Handle_Aspect_FontStyleDefinitionError.hxx ++usr/include/opencascade/Handle_Aspect_GenericColorMap.hxx ++usr/include/opencascade/Handle_Aspect_GraphicDevice.hxx ++usr/include/opencascade/Handle_Aspect_GraphicDeviceDefinitionError.hxx ++usr/include/opencascade/Handle_Aspect_GraphicDriver.hxx ++usr/include/opencascade/Handle_Aspect_Grid.hxx ++usr/include/opencascade/Handle_Aspect_IdentDefinitionError.hxx ++usr/include/opencascade/Handle_Aspect_LineStyleDefinitionError.hxx ++usr/include/opencascade/Handle_Aspect_LineWidthDefinitionError.hxx ++usr/include/opencascade/Handle_Aspect_MarkMap.hxx ++usr/include/opencascade/Handle_Aspect_MarkMapDefinitionError.hxx ++usr/include/opencascade/Handle_Aspect_MarkerStyleDefinitionError.hxx ++usr/include/opencascade/Handle_Aspect_PixMap.hxx ++usr/include/opencascade/Handle_Aspect_PixmapDefinitionError.hxx ++usr/include/opencascade/Handle_Aspect_PixmapError.hxx ++usr/include/opencascade/Handle_Aspect_PolyStyleDefinitionError.hxx ++usr/include/opencascade/Handle_Aspect_RectangularGrid.hxx ++usr/include/opencascade/Handle_Aspect_SequenceNodeOfSequenceOfColor.hxx ++usr/include/opencascade/Handle_Aspect_SequenceNodeOfSequenceOfColorMapEntry.hxx ++usr/include/opencascade/Handle_Aspect_SequenceNodeOfSequenceOfFontMapEntry.hxx ++usr/include/opencascade/Handle_Aspect_SequenceNodeOfSequenceOfMarkMapEntry.hxx ++usr/include/opencascade/Handle_Aspect_SequenceNodeOfSequenceOfTypeMapEntry.hxx ++usr/include/opencascade/Handle_Aspect_SequenceNodeOfSequenceOfWidthMapEntry.hxx ++usr/include/opencascade/Handle_Aspect_TypeMap.hxx ++usr/include/opencascade/Handle_Aspect_TypeMapDefinitionError.hxx ++usr/include/opencascade/Handle_Aspect_UndefinedMap.hxx ++usr/include/opencascade/Handle_Aspect_WidthMap.hxx ++usr/include/opencascade/Handle_Aspect_WidthMapDefinitionError.hxx ++usr/include/opencascade/Handle_Aspect_Window.hxx ++usr/include/opencascade/Handle_Aspect_WindowDefinitionError.hxx ++usr/include/opencascade/Handle_Aspect_WindowDriver.hxx ++usr/include/opencascade/Handle_Aspect_WindowError.hxx ++usr/include/opencascade/Handle_CGM_Driver.hxx ++usr/include/opencascade/Handle_GGraphic2d_Curve.hxx ++usr/include/opencascade/Handle_GGraphic2d_CurveDefinitionError.hxx ++usr/include/opencascade/Handle_GGraphic2d_SetOfCurves.hxx ++usr/include/opencascade/Handle_Graphic2d_Buffer.hxx ++usr/include/opencascade/Handle_Graphic2d_BufferList.hxx ++usr/include/opencascade/Handle_Graphic2d_Circle.hxx ++usr/include/opencascade/Handle_Graphic2d_CircleDefinitionError.hxx ++usr/include/opencascade/Handle_Graphic2d_CircleMarker.hxx ++usr/include/opencascade/Handle_Graphic2d_DetectionColorError.hxx ++usr/include/opencascade/Handle_Graphic2d_DisplayList.hxx ++usr/include/opencascade/Handle_Graphic2d_Drawer.hxx ++usr/include/opencascade/Handle_Graphic2d_DrawerDefinitionError.hxx ++usr/include/opencascade/Handle_Graphic2d_Ellips.hxx ++usr/include/opencascade/Handle_Graphic2d_EllipsDefinitionError.hxx ++usr/include/opencascade/Handle_Graphic2d_EllipsMarker.hxx ++usr/include/opencascade/Handle_Graphic2d_FramedText.hxx ++usr/include/opencascade/Handle_Graphic2d_GraphicObject.hxx ++usr/include/opencascade/Handle_Graphic2d_HArray1OfVertex.hxx ++usr/include/opencascade/Handle_Graphic2d_HSequenceOfPrimitives.hxx ++usr/include/opencascade/Handle_Graphic2d_HSequenceOfVertex.hxx ++usr/include/opencascade/Handle_Graphic2d_HidingGraphicObject.hxx ++usr/include/opencascade/Handle_Graphic2d_HidingText.hxx ++usr/include/opencascade/Handle_Graphic2d_Image.hxx ++usr/include/opencascade/Handle_Graphic2d_ImageDefinitionError.hxx ++usr/include/opencascade/Handle_Graphic2d_ImageFile.hxx ++usr/include/opencascade/Handle_Graphic2d_InfiniteLine.hxx ++usr/include/opencascade/Handle_Graphic2d_InfiniteLineDefinitionError.hxx ++usr/include/opencascade/Handle_Graphic2d_Line.hxx ++usr/include/opencascade/Handle_Graphic2d_Marker.hxx ++usr/include/opencascade/Handle_Graphic2d_MarkerDefinitionError.hxx ++usr/include/opencascade/Handle_Graphic2d_OverrideColorError.hxx ++usr/include/opencascade/Handle_Graphic2d_Paragraph.hxx ++usr/include/opencascade/Handle_Graphic2d_Polyline.hxx ++usr/include/opencascade/Handle_Graphic2d_PolylineDefinitionError.hxx ++usr/include/opencascade/Handle_Graphic2d_PolylineMarker.hxx ++usr/include/opencascade/Handle_Graphic2d_Primitive.hxx ++usr/include/opencascade/Handle_Graphic2d_Segment.hxx ++usr/include/opencascade/Handle_Graphic2d_SegmentDefinitionError.hxx ++usr/include/opencascade/Handle_Graphic2d_SequenceNodeOfSequenceOfBuffer.hxx ++usr/include/opencascade/Handle_Graphic2d_SequenceNodeOfSequenceOfGraphicObject.hxx ++usr/include/opencascade/Handle_Graphic2d_SequenceNodeOfSequenceOfPolyline.hxx ++usr/include/opencascade/Handle_Graphic2d_SequenceNodeOfSequenceOfPrimitives.hxx ++usr/include/opencascade/Handle_Graphic2d_SequenceNodeOfSequenceOfVertex.hxx ++usr/include/opencascade/Handle_Graphic2d_SetOfMarkers.hxx ++usr/include/opencascade/Handle_Graphic2d_SetOfPolylines.hxx ++usr/include/opencascade/Handle_Graphic2d_SetOfSegments.hxx ++usr/include/opencascade/Handle_Graphic2d_Text.hxx ++usr/include/opencascade/Handle_Graphic2d_TextDefinitionError.hxx ++usr/include/opencascade/Handle_Graphic2d_TransientDefinitionError.hxx ++usr/include/opencascade/Handle_Graphic2d_TransientManager.hxx ++usr/include/opencascade/Handle_Graphic2d_VectorialMarker.hxx ++usr/include/opencascade/Handle_Graphic2d_View.hxx ++usr/include/opencascade/Handle_Graphic2d_ViewMapping.hxx ++usr/include/opencascade/Handle_Graphic3d_ArrayOfPoints.hxx ++usr/include/opencascade/Handle_Graphic3d_ArrayOfPolygons.hxx ++usr/include/opencascade/Handle_Graphic3d_ArrayOfPolylines.hxx ++usr/include/opencascade/Handle_Graphic3d_ArrayOfPrimitives.hxx ++usr/include/opencascade/Handle_Graphic3d_ArrayOfQuadrangleStrips.hxx ++usr/include/opencascade/Handle_Graphic3d_ArrayOfQuadrangles.hxx ++usr/include/opencascade/Handle_Graphic3d_ArrayOfSegments.hxx ++usr/include/opencascade/Handle_Graphic3d_ArrayOfTriangleFans.hxx ++usr/include/opencascade/Handle_Graphic3d_ArrayOfTriangleStrips.hxx ++usr/include/opencascade/Handle_Graphic3d_ArrayOfTriangles.hxx ++usr/include/opencascade/Handle_Graphic3d_AspectFillArea3d.hxx ++usr/include/opencascade/Handle_Graphic3d_AspectLine3d.hxx ++usr/include/opencascade/Handle_Graphic3d_AspectMarker3d.hxx ++usr/include/opencascade/Handle_Graphic3d_AspectText3d.hxx ++usr/include/opencascade/Handle_Graphic3d_AspectTextDefinitionError.hxx ++usr/include/opencascade/Handle_Graphic3d_CycleError.hxx ++usr/include/opencascade/Handle_Graphic3d_DataStructureManager.hxx ++usr/include/opencascade/Handle_Graphic3d_GraphicDevice.hxx ++usr/include/opencascade/Handle_Graphic3d_GraphicDriver.hxx ++usr/include/opencascade/Handle_Graphic3d_Group.hxx ++usr/include/opencascade/Handle_Graphic3d_GroupDefinitionError.hxx ++usr/include/opencascade/Handle_Graphic3d_HSequenceOfGroup.hxx ++usr/include/opencascade/Handle_Graphic3d_HSequenceOfStructure.hxx ++usr/include/opencascade/Handle_Graphic3d_HSetOfGroup.hxx ++usr/include/opencascade/Handle_Graphic3d_InitialisationError.hxx ++usr/include/opencascade/Handle_Graphic3d_ListNodeOfListOfPArray.hxx ++usr/include/opencascade/Handle_Graphic3d_ListNodeOfListOfShortReal.hxx ++usr/include/opencascade/Handle_Graphic3d_ListNodeOfSetListOfSetOfGroup.hxx ++usr/include/opencascade/Handle_Graphic3d_MaterialDefinitionError.hxx ++usr/include/opencascade/Handle_Graphic3d_PickIdDefinitionError.hxx ++usr/include/opencascade/Handle_Graphic3d_Plotter.hxx ++usr/include/opencascade/Handle_Graphic3d_PlotterDefinitionError.hxx ++usr/include/opencascade/Handle_Graphic3d_PriorityDefinitionError.hxx ++usr/include/opencascade/Handle_Graphic3d_SequenceNodeOfSequenceOfAddress.hxx ++usr/include/opencascade/Handle_Graphic3d_SequenceNodeOfSequenceOfGroup.hxx ++usr/include/opencascade/Handle_Graphic3d_SequenceNodeOfSequenceOfStructure.hxx ++usr/include/opencascade/Handle_Graphic3d_StdMapNodeOfMapOfStructure.hxx ++usr/include/opencascade/Handle_Graphic3d_Structure.hxx ++usr/include/opencascade/Handle_Graphic3d_StructureDefinitionError.hxx ++usr/include/opencascade/Handle_Graphic3d_StructureManager.hxx ++usr/include/opencascade/Handle_Graphic3d_Texture1D.hxx ++usr/include/opencascade/Handle_Graphic3d_Texture1Dmanual.hxx ++usr/include/opencascade/Handle_Graphic3d_Texture1Dsegment.hxx ++usr/include/opencascade/Handle_Graphic3d_Texture2D.hxx ++usr/include/opencascade/Handle_Graphic3d_Texture2Dmanual.hxx ++usr/include/opencascade/Handle_Graphic3d_Texture2Dplane.hxx ++usr/include/opencascade/Handle_Graphic3d_TextureEnv.hxx ++usr/include/opencascade/Handle_Graphic3d_TextureMap.hxx ++usr/include/opencascade/Handle_Graphic3d_TextureRoot.hxx ++usr/include/opencascade/Handle_Graphic3d_TransformError.hxx ++usr/include/opencascade/Handle_Graphic3d_VectorError.hxx ++usr/include/opencascade/Handle_Graphic3d_WNTGraphicDevice.hxx ++usr/include/opencascade/Handle_Image_ColorImage.hxx ++usr/include/opencascade/Handle_Image_DColorImage.hxx ++usr/include/opencascade/Handle_Image_DIndexedImage.hxx ++usr/include/opencascade/Handle_Image_DataMapNodeOfColorPixelDataMap.hxx ++usr/include/opencascade/Handle_Image_DataMapNodeOfLookupTable.hxx ++usr/include/opencascade/Handle_Image_Image.hxx ++usr/include/opencascade/Handle_Image_PixMap.hxx ++usr/include/opencascade/Handle_Image_PseudoColorImage.hxx ++usr/include/opencascade/Handle_MFT_FontManager.hxx ++usr/include/opencascade/Handle_MFT_FontManagerDefinitionError.hxx ++usr/include/opencascade/Handle_MFT_FontManagerError.hxx ++usr/include/opencascade/Handle_MFT_SequenceNodeOfListOfFontHandle.hxx ++usr/include/opencascade/Handle_MFT_TextManager.hxx ++usr/include/opencascade/Handle_MeshVS_DataMapNodeOfDataMapOfColorMapOfInteger.hxx ++usr/include/opencascade/Handle_MeshVS_DataMapNodeOfDataMapOfHArray1OfSequenceOfInteger.hxx ++usr/include/opencascade/Handle_MeshVS_DataMapNodeOfDataMapOfIntegerAsciiString.hxx ++usr/include/opencascade/Handle_MeshVS_DataMapNodeOfDataMapOfIntegerBoolean.hxx ++usr/include/opencascade/Handle_MeshVS_DataMapNodeOfDataMapOfIntegerColor.hxx ++usr/include/opencascade/Handle_MeshVS_DataMapNodeOfDataMapOfIntegerMaterial.hxx ++usr/include/opencascade/Handle_MeshVS_DataMapNodeOfDataMapOfIntegerMeshEntityOwner.hxx ++usr/include/opencascade/Handle_MeshVS_DataMapNodeOfDataMapOfIntegerOwner.hxx ++usr/include/opencascade/Handle_MeshVS_DataMapNodeOfDataMapOfIntegerTwoColors.hxx ++usr/include/opencascade/Handle_MeshVS_DataMapNodeOfDataMapOfIntegerVector.hxx ++usr/include/opencascade/Handle_MeshVS_DataMapNodeOfDataMapOfTwoColorsMapOfInteger.hxx ++usr/include/opencascade/Handle_MeshVS_DataSource.hxx ++usr/include/opencascade/Handle_MeshVS_DataSource3D.hxx ++usr/include/opencascade/Handle_MeshVS_DeformedDataSource.hxx ++usr/include/opencascade/Handle_MeshVS_Drawer.hxx ++usr/include/opencascade/Handle_MeshVS_DummySensitiveEntity.hxx ++usr/include/opencascade/Handle_MeshVS_ElementalColorPrsBuilder.hxx ++usr/include/opencascade/Handle_MeshVS_HArray1OfSequenceOfInteger.hxx ++usr/include/opencascade/Handle_MeshVS_Mesh.hxx ++usr/include/opencascade/Handle_MeshVS_MeshEntityOwner.hxx ++usr/include/opencascade/Handle_MeshVS_MeshOwner.hxx ++usr/include/opencascade/Handle_MeshVS_MeshPrsBuilder.hxx ++usr/include/opencascade/Handle_MeshVS_NodalColorPrsBuilder.hxx ++usr/include/opencascade/Handle_MeshVS_PrsBuilder.hxx ++usr/include/opencascade/Handle_MeshVS_SensitiveFace.hxx ++usr/include/opencascade/Handle_MeshVS_SensitiveMesh.hxx ++usr/include/opencascade/Handle_MeshVS_SensitivePolyhedron.hxx ++usr/include/opencascade/Handle_MeshVS_SensitiveSegment.hxx ++usr/include/opencascade/Handle_MeshVS_SequenceNodeOfSequenceOfPrsBuilder.hxx ++usr/include/opencascade/Handle_MeshVS_StdMapNodeOfMapOfTwoNodes.hxx ++usr/include/opencascade/Handle_MeshVS_TextPrsBuilder.hxx ++usr/include/opencascade/Handle_MeshVS_VectorPrsBuilder.hxx ++usr/include/opencascade/Handle_NIS_InteractiveObject.hxx ++usr/include/opencascade/Handle_NIS_View.hxx ++usr/include/opencascade/Handle_OSD_FontMgr.hxx ++usr/include/opencascade/Handle_OpenGl_Error.hxx ++usr/include/opencascade/Handle_OpenGl_GraphicDriver.hxx ++usr/include/opencascade/Handle_PS_Driver.hxx ++usr/include/opencascade/Handle_PlotMgt_HListOfMFTFonts.hxx ++usr/include/opencascade/Handle_PlotMgt_HListOfPlotterParameter.hxx ++usr/include/opencascade/Handle_PlotMgt_ImageDriver.hxx ++usr/include/opencascade/Handle_PlotMgt_Plotter.hxx ++usr/include/opencascade/Handle_PlotMgt_PlotterAccessError.hxx ++usr/include/opencascade/Handle_PlotMgt_PlotterDefinitionError.hxx ++usr/include/opencascade/Handle_PlotMgt_PlotterDriver.hxx ++usr/include/opencascade/Handle_PlotMgt_PlotterParameter.hxx ++usr/include/opencascade/Handle_PlotMgt_SequenceNodeOfListOfPlotterParameter.hxx ++usr/include/opencascade/Handle_PlotMgt_TextManager.hxx ++usr/include/opencascade/Handle_Prs2d_Angle.hxx ++usr/include/opencascade/Handle_Prs2d_Angularity.hxx ++usr/include/opencascade/Handle_Prs2d_Arrow.hxx ++usr/include/opencascade/Handle_Prs2d_AspectFramedText.hxx ++usr/include/opencascade/Handle_Prs2d_AspectHidingPoly.hxx ++usr/include/opencascade/Handle_Prs2d_AspectHidingText.hxx ++usr/include/opencascade/Handle_Prs2d_AspectLine.hxx ++usr/include/opencascade/Handle_Prs2d_AspectRoot.hxx ++usr/include/opencascade/Handle_Prs2d_AspectText.hxx ++usr/include/opencascade/Handle_Prs2d_Axis.hxx ++usr/include/opencascade/Handle_Prs2d_Circularity.hxx ++usr/include/opencascade/Handle_Prs2d_Concentric.hxx ++usr/include/opencascade/Handle_Prs2d_Cylindric.hxx ++usr/include/opencascade/Handle_Prs2d_DataMapNodeOfDataMapOfAspectRoot.hxx ++usr/include/opencascade/Handle_Prs2d_Diameter.hxx ++usr/include/opencascade/Handle_Prs2d_Dimension.hxx ++usr/include/opencascade/Handle_Prs2d_DrawSymbol.hxx ++usr/include/opencascade/Handle_Prs2d_Drawer.hxx ++usr/include/opencascade/Handle_Prs2d_Flatness.hxx ++usr/include/opencascade/Handle_Prs2d_Length.hxx ++usr/include/opencascade/Handle_Prs2d_LineProfile.hxx ++usr/include/opencascade/Handle_Prs2d_Parallelism.hxx ++usr/include/opencascade/Handle_Prs2d_Perpendicular.hxx ++usr/include/opencascade/Handle_Prs2d_Point.hxx ++usr/include/opencascade/Handle_Prs2d_Position.hxx ++usr/include/opencascade/Handle_Prs2d_Radius.hxx ++usr/include/opencascade/Handle_Prs2d_RadiusIndep.hxx ++usr/include/opencascade/Handle_Prs2d_Repere.hxx ++usr/include/opencascade/Handle_Prs2d_Straightness.hxx ++usr/include/opencascade/Handle_Prs2d_SurfProfile.hxx ++usr/include/opencascade/Handle_Prs2d_SymCircular.hxx ++usr/include/opencascade/Handle_Prs2d_SymTotal.hxx ++usr/include/opencascade/Handle_Prs2d_SymbolDefinitionError.hxx ++usr/include/opencascade/Handle_Prs2d_Symmetry.hxx ++usr/include/opencascade/Handle_Prs2d_Taper.hxx ++usr/include/opencascade/Handle_Prs2d_Tolerance.hxx ++usr/include/opencascade/Handle_Prs2d_ToleranceFrame.hxx ++usr/include/opencascade/Handle_Prs3d_AngleAspect.hxx ++usr/include/opencascade/Handle_Prs3d_ArrowAspect.hxx ++usr/include/opencascade/Handle_Prs3d_BasicAspect.hxx ++usr/include/opencascade/Handle_Prs3d_CompositeAspect.hxx ++usr/include/opencascade/Handle_Prs3d_DatumAspect.hxx ++usr/include/opencascade/Handle_Prs3d_Drawer.hxx ++usr/include/opencascade/Handle_Prs3d_InvalidAngle.hxx ++usr/include/opencascade/Handle_Prs3d_IsoAspect.hxx ++usr/include/opencascade/Handle_Prs3d_LengthAspect.hxx ++usr/include/opencascade/Handle_Prs3d_LineAspect.hxx ++usr/include/opencascade/Handle_Prs3d_PlaneAspect.hxx ++usr/include/opencascade/Handle_Prs3d_PlaneSet.hxx ++usr/include/opencascade/Handle_Prs3d_PointAspect.hxx ++usr/include/opencascade/Handle_Prs3d_Presentation.hxx ++usr/include/opencascade/Handle_Prs3d_Projector.hxx ++usr/include/opencascade/Handle_Prs3d_RadiusAspect.hxx ++usr/include/opencascade/Handle_Prs3d_ShadingAspect.hxx ++usr/include/opencascade/Handle_Prs3d_TextAspect.hxx ++usr/include/opencascade/Handle_PrsMgr_PresentableObject.hxx ++usr/include/opencascade/Handle_PrsMgr_Presentation.hxx ++usr/include/opencascade/Handle_PrsMgr_Presentation2d.hxx ++usr/include/opencascade/Handle_PrsMgr_Presentation3d.hxx ++usr/include/opencascade/Handle_PrsMgr_PresentationManager.hxx ++usr/include/opencascade/Handle_PrsMgr_PresentationManager2d.hxx ++usr/include/opencascade/Handle_PrsMgr_PresentationManager3d.hxx ++usr/include/opencascade/Handle_PrsMgr_Prs.hxx ++usr/include/opencascade/Handle_PrsMgr_SequenceNodeOfPresentations.hxx ++usr/include/opencascade/Handle_Select2D_Projector.hxx ++usr/include/opencascade/Handle_Select2D_SensitiveArc.hxx ++usr/include/opencascade/Handle_Select2D_SensitiveBox.hxx ++usr/include/opencascade/Handle_Select2D_SensitiveCircle.hxx ++usr/include/opencascade/Handle_Select2D_SensitiveEntity.hxx ++usr/include/opencascade/Handle_Select2D_SensitivePoint.hxx ++usr/include/opencascade/Handle_Select2D_SensitiveSegment.hxx ++usr/include/opencascade/Handle_Select3D_ListNodeOfListOfSensitive.hxx ++usr/include/opencascade/Handle_Select3D_ListNodeOfListOfSensitiveTriangle.hxx ++usr/include/opencascade/Handle_Select3D_SensitiveBox.hxx ++usr/include/opencascade/Handle_Select3D_SensitiveCircle.hxx ++usr/include/opencascade/Handle_Select3D_SensitiveCurve.hxx ++usr/include/opencascade/Handle_Select3D_SensitiveEntity.hxx ++usr/include/opencascade/Handle_Select3D_SensitiveFace.hxx ++usr/include/opencascade/Handle_Select3D_SensitiveGroup.hxx ++usr/include/opencascade/Handle_Select3D_SensitivePoint.hxx ++usr/include/opencascade/Handle_Select3D_SensitivePoly.hxx ++usr/include/opencascade/Handle_Select3D_SensitiveSegment.hxx ++usr/include/opencascade/Handle_Select3D_SensitiveTriangle.hxx ++usr/include/opencascade/Handle_Select3D_SensitiveTriangulation.hxx ++usr/include/opencascade/Handle_Select3D_SensitiveWire.hxx ++usr/include/opencascade/Handle_Select3D_SequenceNodeOfSensitiveEntitySequence.hxx ++usr/include/opencascade/Handle_SelectBasics_EntityOwner.hxx ++usr/include/opencascade/Handle_SelectBasics_ListNodeOfListOfBox2d.hxx ++usr/include/opencascade/Handle_SelectBasics_ListNodeOfListOfSensitive.hxx ++usr/include/opencascade/Handle_SelectBasics_SensitiveEntity.hxx ++usr/include/opencascade/Handle_SelectBasics_SequenceNodeOfSequenceOfOwner.hxx ++usr/include/opencascade/Handle_SelectMgr_AndFilter.hxx ++usr/include/opencascade/Handle_SelectMgr_CompositionFilter.hxx ++usr/include/opencascade/Handle_SelectMgr_DataMapNodeOfDataMapOfIntegerSensitive.hxx ++usr/include/opencascade/Handle_SelectMgr_DataMapNodeOfDataMapOfObjectSelectors.hxx ++usr/include/opencascade/Handle_SelectMgr_DataMapNodeOfDataMapOfSelectionActivation.hxx ++usr/include/opencascade/Handle_SelectMgr_EntityOwner.hxx ++usr/include/opencascade/Handle_SelectMgr_Filter.hxx ++usr/include/opencascade/Handle_SelectMgr_IndexedDataMapNodeOfIndexedDataMapOfOwnerCriterion.hxx ++usr/include/opencascade/Handle_SelectMgr_IndexedMapNodeOfIndexedMapOfOwner.hxx ++usr/include/opencascade/Handle_SelectMgr_ListNodeOfListOfFilter.hxx ++usr/include/opencascade/Handle_SelectMgr_OrFilter.hxx ++usr/include/opencascade/Handle_SelectMgr_SelectableObject.hxx ++usr/include/opencascade/Handle_SelectMgr_Selection.hxx ++usr/include/opencascade/Handle_SelectMgr_SelectionManager.hxx ++usr/include/opencascade/Handle_SelectMgr_SequenceNodeOfSequenceOfFilter.hxx ++usr/include/opencascade/Handle_SelectMgr_SequenceNodeOfSequenceOfOwner.hxx ++usr/include/opencascade/Handle_SelectMgr_SequenceNodeOfSequenceOfSelection.hxx ++usr/include/opencascade/Handle_SelectMgr_SequenceNodeOfSequenceOfSelector.hxx ++usr/include/opencascade/Handle_SelectMgr_ViewerSelector.hxx ++usr/include/opencascade/Handle_StdSelect_BRepOwner.hxx ++usr/include/opencascade/Handle_StdSelect_EdgeFilter.hxx ++usr/include/opencascade/Handle_StdSelect_FaceFilter.hxx ++usr/include/opencascade/Handle_StdSelect_IndexedDataMapNodeOfIndexedDataMapOfOwnerPrs.hxx ++usr/include/opencascade/Handle_StdSelect_Prs.hxx ++usr/include/opencascade/Handle_StdSelect_SensitiveText2d.hxx ++usr/include/opencascade/Handle_StdSelect_Shape.hxx ++usr/include/opencascade/Handle_StdSelect_ShapeTypeFilter.hxx ++usr/include/opencascade/Handle_StdSelect_TextProjector2d.hxx ++usr/include/opencascade/Handle_StdSelect_ViewerSelector2d.hxx ++usr/include/opencascade/Handle_StdSelect_ViewerSelector3d.hxx ++usr/include/opencascade/Handle_TColQuantity_HArray1OfLength.hxx ++usr/include/opencascade/Handle_TColQuantity_HArray2OfLength.hxx ++usr/include/opencascade/Handle_V2d_BackgroundGraphicObject.hxx ++usr/include/opencascade/Handle_V2d_CircularGraphicGrid.hxx ++usr/include/opencascade/Handle_V2d_CircularGrid.hxx ++usr/include/opencascade/Handle_V2d_RectangularGraphicGrid.hxx ++usr/include/opencascade/Handle_V2d_RectangularGrid.hxx ++usr/include/opencascade/Handle_V2d_View.hxx ++usr/include/opencascade/Handle_V2d_Viewer.hxx ++usr/include/opencascade/Handle_V3d_AmbientLight.hxx ++usr/include/opencascade/Handle_V3d_Camera.hxx ++usr/include/opencascade/Handle_V3d_CircularGrid.hxx ++usr/include/opencascade/Handle_V3d_ColorScale.hxx ++usr/include/opencascade/Handle_V3d_ColorScaleLayerItem.hxx ++usr/include/opencascade/Handle_V3d_DirectionalLight.hxx ++usr/include/opencascade/Handle_V3d_LayerMgr.hxx ++usr/include/opencascade/Handle_V3d_Light.hxx ++usr/include/opencascade/Handle_V3d_OrthographicView.hxx ++usr/include/opencascade/Handle_V3d_PerspectiveView.hxx ++usr/include/opencascade/Handle_V3d_Plane.hxx ++usr/include/opencascade/Handle_V3d_PositionLight.hxx ++usr/include/opencascade/Handle_V3d_PositionalLight.hxx ++usr/include/opencascade/Handle_V3d_RectangularGrid.hxx ++usr/include/opencascade/Handle_V3d_SpotLight.hxx ++usr/include/opencascade/Handle_V3d_UnMapped.hxx ++usr/include/opencascade/Handle_V3d_View.hxx ++usr/include/opencascade/Handle_V3d_Viewer.hxx ++usr/include/opencascade/Handle_Viewer_BadValue.hxx ++usr/include/opencascade/Handle_Viewer_View.hxx ++usr/include/opencascade/Handle_Viewer_Viewer.hxx ++usr/include/opencascade/Handle_Visual3d_ClipDefinitionError.hxx ++usr/include/opencascade/Handle_Visual3d_ClipPlane.hxx ++usr/include/opencascade/Handle_Visual3d_ContextPickDefinitionError.hxx ++usr/include/opencascade/Handle_Visual3d_DepthCueingDefinitionError.hxx ++usr/include/opencascade/Handle_Visual3d_HSequenceOfPickPath.hxx ++usr/include/opencascade/Handle_Visual3d_HSetOfClipPlane.hxx ++usr/include/opencascade/Handle_Visual3d_HSetOfLight.hxx ++usr/include/opencascade/Handle_Visual3d_HSetOfView.hxx ++usr/include/opencascade/Handle_Visual3d_Layer.hxx ++usr/include/opencascade/Handle_Visual3d_LayerDefinitionError.hxx ++usr/include/opencascade/Handle_Visual3d_LayerItem.hxx ++usr/include/opencascade/Handle_Visual3d_Light.hxx ++usr/include/opencascade/Handle_Visual3d_LightDefinitionError.hxx ++usr/include/opencascade/Handle_Visual3d_ListNodeOfSetListOfSetOfClipPlane.hxx ++usr/include/opencascade/Handle_Visual3d_ListNodeOfSetListOfSetOfLight.hxx ++usr/include/opencascade/Handle_Visual3d_ListNodeOfSetListOfSetOfView.hxx ++usr/include/opencascade/Handle_Visual3d_PickError.hxx ++usr/include/opencascade/Handle_Visual3d_SequenceNodeOfSequenceOfPickPath.hxx ++usr/include/opencascade/Handle_Visual3d_TransformError.hxx ++usr/include/opencascade/Handle_Visual3d_TransientDefinitionError.hxx ++usr/include/opencascade/Handle_Visual3d_TransientManager.hxx ++usr/include/opencascade/Handle_Visual3d_View.hxx ++usr/include/opencascade/Handle_Visual3d_ViewDefinitionError.hxx ++usr/include/opencascade/Handle_Visual3d_ViewManager.hxx ++usr/include/opencascade/Handle_Visual3d_ViewManagerDefinitionError.hxx ++usr/include/opencascade/Handle_Visual3d_ViewMappingDefinitionError.hxx ++usr/include/opencascade/Handle_Visual3d_ViewOrientationDefinitionError.hxx ++usr/include/opencascade/Handle_Visual3d_ZClippingDefinitionError.hxx ++usr/include/opencascade/Handle_Voxel_Prs.hxx ++usr/include/opencascade/Handle_VrmlConverter_Drawer.hxx ++usr/include/opencascade/Handle_VrmlConverter_IsoAspect.hxx ++usr/include/opencascade/Handle_VrmlConverter_LineAspect.hxx ++usr/include/opencascade/Handle_VrmlConverter_PointAspect.hxx ++usr/include/opencascade/Handle_VrmlConverter_Projector.hxx ++usr/include/opencascade/Handle_VrmlConverter_ShadingAspect.hxx ++usr/include/opencascade/Handle_Vrml_AsciiText.hxx ++usr/include/opencascade/Handle_Vrml_Coordinate3.hxx ++usr/include/opencascade/Handle_Vrml_IndexedFaceSet.hxx ++usr/include/opencascade/Handle_Vrml_IndexedLineSet.hxx ++usr/include/opencascade/Handle_Vrml_LOD.hxx ++usr/include/opencascade/Handle_Vrml_Material.hxx ++usr/include/opencascade/Handle_Vrml_Normal.hxx ++usr/include/opencascade/Handle_Vrml_SFImage.hxx ++usr/include/opencascade/Handle_Vrml_TextureCoordinate2.hxx ++usr/include/opencascade/Handle_WNT_ClassDefinitionError.hxx ++usr/include/opencascade/Handle_WNT_DDriver.hxx ++usr/include/opencascade/Handle_WNT_FontMapEntry.hxx ++usr/include/opencascade/Handle_WNT_FontMapEntryDefinitionError.hxx ++usr/include/opencascade/Handle_WNT_GraphicDevice.hxx ++usr/include/opencascade/Handle_WNT_HColorTable.hxx ++usr/include/opencascade/Handle_WNT_HFontTable.hxx ++usr/include/opencascade/Handle_WNT_HListOfMFTFonts.hxx ++usr/include/opencascade/Handle_WNT_Icon.hxx ++usr/include/opencascade/Handle_WNT_IconBox.hxx ++usr/include/opencascade/Handle_WNT_Image.hxx ++usr/include/opencascade/Handle_WNT_ImageManager.hxx ++usr/include/opencascade/Handle_WNT_PixMap.hxx ++usr/include/opencascade/Handle_WNT_SequenceNodeOfSequenceOfImage.hxx ++usr/include/opencascade/Handle_WNT_TextManager.hxx ++usr/include/opencascade/Handle_WNT_WClass.hxx ++usr/include/opencascade/Handle_WNT_WDriver.hxx ++usr/include/opencascade/Handle_WNT_Window.hxx ++usr/include/opencascade/Handle_Xw_ColorMap.hxx ++usr/include/opencascade/Handle_Xw_Driver.hxx ++usr/include/opencascade/Handle_Xw_FontMap.hxx ++usr/include/opencascade/Handle_Xw_GraphicDevice.hxx ++usr/include/opencascade/Handle_Xw_HListOfMFTFonts.hxx ++usr/include/opencascade/Handle_Xw_IconBox.hxx ++usr/include/opencascade/Handle_Xw_MarkMap.hxx ++usr/include/opencascade/Handle_Xw_PixMap.hxx ++usr/include/opencascade/Handle_Xw_TextManager.hxx ++usr/include/opencascade/Handle_Xw_TypeMap.hxx ++usr/include/opencascade/Handle_Xw_WidthMap.hxx ++usr/include/opencascade/Handle_Xw_Window.hxx ++usr/include/opencascade/Image.hxx ++usr/include/opencascade/ImageUtility.hxx ++usr/include/opencascade/ImageUtility_X11Display.hxx ++usr/include/opencascade/ImageUtility_X11Dump.hxx ++usr/include/opencascade/ImageUtility_X11GC.hxx ++usr/include/opencascade/ImageUtility_X11Window.hxx ++usr/include/opencascade/ImageUtility_X11XImage.hxx ++usr/include/opencascade/ImageUtility_XPR.hxx ++usr/include/opencascade/ImageUtility_XWD.hxx ++usr/include/opencascade/ImageUtility_XWUD.hxx ++usr/include/opencascade/Image_AveragePixelInterpolation.hxx ++usr/include/opencascade/Image_BalancedPixelInterpolation.hxx ++usr/include/opencascade/Image_BilinearPixelInterpolation.hxx ++usr/include/opencascade/Image_CRawBufferData.hxx ++usr/include/opencascade/Image_ColorImage.hxx ++usr/include/opencascade/Image_ColorPixelDataMap.hxx ++usr/include/opencascade/Image_ColorPixelMapHasher.hxx ++usr/include/opencascade/Image_Convertor.hxx ++usr/include/opencascade/Image_DColorImage.hxx ++usr/include/opencascade/Image_DIndexedImage.hxx ++usr/include/opencascade/Image_DataMapIteratorOfColorPixelDataMap.hxx ++usr/include/opencascade/Image_DataMapIteratorOfLookupTable.hxx ++usr/include/opencascade/Image_DataMapNodeOfColorPixelDataMap.hxx ++usr/include/opencascade/Image_DataMapNodeOfLookupTable.hxx ++usr/include/opencascade/Image_DitheringMethod.hxx ++usr/include/opencascade/Image_FlipType.hxx ++usr/include/opencascade/Image_GImage.gxx ++usr/include/opencascade/Image_GPixelField.gxx ++usr/include/opencascade/Image_GPixelField.lxx ++usr/include/opencascade/Image_HPrivateImage.hxx ++usr/include/opencascade/Image_Image.hxx ++usr/include/opencascade/Image_IndexPixelMapHasher.hxx ++usr/include/opencascade/Image_LookupTable.hxx ++usr/include/opencascade/Image_PixMap.hxx ++usr/include/opencascade/Image_PixelAddress.hxx ++usr/include/opencascade/Image_PixelFieldOfDColorImage.hxx ++usr/include/opencascade/Image_PixelFieldOfDIndexedImage.hxx ++usr/include/opencascade/Image_PixelInterpolation.hxx ++usr/include/opencascade/Image_PixelRowOfDColorImage.hxx ++usr/include/opencascade/Image_PixelRowOfDIndexedImage.hxx ++usr/include/opencascade/Image_PlanarPixelInterpolation.hxx ++usr/include/opencascade/Image_PseudoColorImage.hxx ++usr/include/opencascade/Image_TypeOfImage.hxx ++usr/include/opencascade/InterfaceGraphic.hxx ++usr/include/opencascade/InterfaceGraphic_Aspect.hxx ++usr/include/opencascade/InterfaceGraphic_Cextern.hxx ++usr/include/opencascade/InterfaceGraphic_Graphic3d.hxx ++usr/include/opencascade/InterfaceGraphic_Labels.hxx ++usr/include/opencascade/InterfaceGraphic_Portability.hxx ++usr/include/opencascade/InterfaceGraphic_PrimitiveArray.hxx ++usr/include/opencascade/InterfaceGraphic_RawBufferData.hxx ++usr/include/opencascade/InterfaceGraphic_Visual3d.hxx ++usr/include/opencascade/InterfaceGraphic_WNT.hxx ++usr/include/opencascade/InterfaceGraphic_X11.hxx ++usr/include/opencascade/InterfaceGraphic_XWD.hxx ++usr/include/opencascade/InterfaceGraphic_degeneration.hxx ++usr/include/opencascade/InterfaceGraphic_telem.hxx ++usr/include/opencascade/InterfaceGraphic_tgl_all.hxx ++usr/include/opencascade/InterfaceGraphic_wntio.hxx ++usr/include/opencascade/MFT.hxx ++usr/include/opencascade/MFT_CommandDescriptor.hxx ++usr/include/opencascade/MFT_FileHandle.hxx ++usr/include/opencascade/MFT_FilePosition.hxx ++usr/include/opencascade/MFT_FileRecord.hxx ++usr/include/opencascade/MFT_FontManager.hxx ++usr/include/opencascade/MFT_FontManagerDefinitionError.hxx ++usr/include/opencascade/MFT_FontManagerError.hxx ++usr/include/opencascade/MFT_ListOfFontHandle.hxx ++usr/include/opencascade/MFT_ListOfFontName.hxx ++usr/include/opencascade/MFT_ListOfFontReference.hxx ++usr/include/opencascade/MFT_SequenceNodeOfListOfFontHandle.hxx ++usr/include/opencascade/MFT_TextManager.hxx ++usr/include/opencascade/MFT_TypeOfCommand.hxx ++usr/include/opencascade/MFT_TypeOfValue.hxx ++usr/include/opencascade/MeshVS_Array1OfSequenceOfInteger.hxx ++usr/include/opencascade/MeshVS_Buffer.hxx ++usr/include/opencascade/MeshVS_BuilderPriority.hxx ++usr/include/opencascade/MeshVS_ColorHasher.hxx ++usr/include/opencascade/MeshVS_DataMapIteratorOfDataMapOfColorMapOfInteger.hxx ++usr/include/opencascade/MeshVS_DataMapIteratorOfDataMapOfHArray1OfSequenceOfInteger.hxx ++usr/include/opencascade/MeshVS_DataMapIteratorOfDataMapOfIntegerAsciiString.hxx ++usr/include/opencascade/MeshVS_DataMapIteratorOfDataMapOfIntegerBoolean.hxx ++usr/include/opencascade/MeshVS_DataMapIteratorOfDataMapOfIntegerColor.hxx ++usr/include/opencascade/MeshVS_DataMapIteratorOfDataMapOfIntegerMaterial.hxx ++usr/include/opencascade/MeshVS_DataMapIteratorOfDataMapOfIntegerMeshEntityOwner.hxx ++usr/include/opencascade/MeshVS_DataMapIteratorOfDataMapOfIntegerOwner.hxx ++usr/include/opencascade/MeshVS_DataMapIteratorOfDataMapOfIntegerTwoColors.hxx ++usr/include/opencascade/MeshVS_DataMapIteratorOfDataMapOfIntegerVector.hxx ++usr/include/opencascade/MeshVS_DataMapIteratorOfDataMapOfTwoColorsMapOfInteger.hxx ++usr/include/opencascade/MeshVS_DataMapNodeOfDataMapOfColorMapOfInteger.hxx ++usr/include/opencascade/MeshVS_DataMapNodeOfDataMapOfHArray1OfSequenceOfInteger.hxx ++usr/include/opencascade/MeshVS_DataMapNodeOfDataMapOfIntegerAsciiString.hxx ++usr/include/opencascade/MeshVS_DataMapNodeOfDataMapOfIntegerBoolean.hxx ++usr/include/opencascade/MeshVS_DataMapNodeOfDataMapOfIntegerColor.hxx ++usr/include/opencascade/MeshVS_DataMapNodeOfDataMapOfIntegerMaterial.hxx ++usr/include/opencascade/MeshVS_DataMapNodeOfDataMapOfIntegerMeshEntityOwner.hxx ++usr/include/opencascade/MeshVS_DataMapNodeOfDataMapOfIntegerOwner.hxx ++usr/include/opencascade/MeshVS_DataMapNodeOfDataMapOfIntegerTwoColors.hxx ++usr/include/opencascade/MeshVS_DataMapNodeOfDataMapOfIntegerVector.hxx ++usr/include/opencascade/MeshVS_DataMapNodeOfDataMapOfTwoColorsMapOfInteger.hxx ++usr/include/opencascade/MeshVS_DataMapOfColorMapOfInteger.hxx ++usr/include/opencascade/MeshVS_DataMapOfHArray1OfSequenceOfInteger.hxx ++usr/include/opencascade/MeshVS_DataMapOfIntegerAsciiString.hxx ++usr/include/opencascade/MeshVS_DataMapOfIntegerBoolean.hxx ++usr/include/opencascade/MeshVS_DataMapOfIntegerColor.hxx ++usr/include/opencascade/MeshVS_DataMapOfIntegerMaterial.hxx ++usr/include/opencascade/MeshVS_DataMapOfIntegerMeshEntityOwner.hxx ++usr/include/opencascade/MeshVS_DataMapOfIntegerOwner.hxx ++usr/include/opencascade/MeshVS_DataMapOfIntegerTwoColors.hxx ++usr/include/opencascade/MeshVS_DataMapOfIntegerVector.hxx ++usr/include/opencascade/MeshVS_DataMapOfTwoColorsMapOfInteger.hxx ++usr/include/opencascade/MeshVS_DataSource.hxx ++usr/include/opencascade/MeshVS_DataSource3D.hxx ++usr/include/opencascade/MeshVS_DeformedDataSource.hxx ++usr/include/opencascade/MeshVS_DisplayModeFlags.hxx ++usr/include/opencascade/MeshVS_Drawer.hxx ++usr/include/opencascade/MeshVS_DrawerAttribute.hxx ++usr/include/opencascade/MeshVS_DummySensitiveEntity.hxx ++usr/include/opencascade/MeshVS_ElementalColorPrsBuilder.hxx ++usr/include/opencascade/MeshVS_EntityType.hxx ++usr/include/opencascade/MeshVS_HArray1OfSequenceOfInteger.hxx ++usr/include/opencascade/MeshVS_MapIteratorOfMapOfTwoNodes.hxx ++usr/include/opencascade/MeshVS_MapOfTwoNodes.hxx ++usr/include/opencascade/MeshVS_Mesh.hxx ++usr/include/opencascade/MeshVS_MeshEntityOwner.hxx ++usr/include/opencascade/MeshVS_MeshOwner.hxx ++usr/include/opencascade/MeshVS_MeshPrsBuilder.hxx ++usr/include/opencascade/MeshVS_MeshPrsBuilder.lxx ++usr/include/opencascade/MeshVS_MeshPtr.hxx ++usr/include/opencascade/MeshVS_MeshSelectionMethod.hxx ++usr/include/opencascade/MeshVS_NodalColorPrsBuilder.hxx ++usr/include/opencascade/MeshVS_PrsBuilder.hxx ++usr/include/opencascade/MeshVS_SelectionModeFlags.hxx ++usr/include/opencascade/MeshVS_SensitiveFace.hxx ++usr/include/opencascade/MeshVS_SensitiveMesh.hxx ++usr/include/opencascade/MeshVS_SensitivePolyhedron.hxx ++usr/include/opencascade/MeshVS_SensitiveSegment.hxx ++usr/include/opencascade/MeshVS_SequenceNodeOfSequenceOfPrsBuilder.hxx ++usr/include/opencascade/MeshVS_SequenceOfPrsBuilder.hxx ++usr/include/opencascade/MeshVS_StdMapNodeOfMapOfTwoNodes.hxx ++usr/include/opencascade/MeshVS_TextPrsBuilder.hxx ++usr/include/opencascade/MeshVS_Tool.hxx ++usr/include/opencascade/MeshVS_TwoColors.hxx ++usr/include/opencascade/MeshVS_TwoColorsHasher.hxx ++usr/include/opencascade/MeshVS_TwoNodes.hxx ++usr/include/opencascade/MeshVS_TwoNodesHasher.hxx ++usr/include/opencascade/MeshVS_VectorPrsBuilder.hxx ++usr/include/opencascade/NIS_DrawList.hxx ++usr/include/opencascade/NIS_Drawer.hxx ++usr/include/opencascade/NIS_InteractiveContext.hxx ++usr/include/opencascade/NIS_InteractiveObject.hxx ++usr/include/opencascade/NIS_ObjectsIterator.hxx ++usr/include/opencascade/NIS_SelectFilter.hxx ++usr/include/opencascade/NIS_Surface.hxx ++usr/include/opencascade/NIS_SurfaceDrawer.hxx ++usr/include/opencascade/NIS_Triangulated.hxx ++usr/include/opencascade/NIS_TriangulatedDrawer.hxx ++usr/include/opencascade/NIS_View.hxx ++usr/include/opencascade/OSD_FontMgr.hxx ++usr/include/opencascade/OpenGl_AVIWriter.hxx ++usr/include/opencascade/OpenGl_Error.hxx ++usr/include/opencascade/OpenGl_Extension.hxx ++usr/include/opencascade/OpenGl_FontMgr.hxx ++usr/include/opencascade/OpenGl_FrameBuffer.hxx ++usr/include/opencascade/OpenGl_GraphicDriver.hxx ++usr/include/opencascade/OpenGl_ImageBox.hxx ++usr/include/opencascade/OpenGl_LightBox.hxx ++usr/include/opencascade/OpenGl_Memory.hxx ++usr/include/opencascade/OpenGl_TextRender.hxx ++usr/include/opencascade/OpenGl_TextureBox.hxx ++usr/include/opencascade/OpenGl_animation.hxx ++usr/include/opencascade/OpenGl_callback.hxx ++usr/include/opencascade/OpenGl_cmn_varargs.hxx ++usr/include/opencascade/OpenGl_context.hxx ++usr/include/opencascade/OpenGl_degeneration.hxx ++usr/include/opencascade/OpenGl_graduatedtrihedron.hxx ++usr/include/opencascade/OpenGl_inquire.hxx ++usr/include/opencascade/OpenGl_telem.hxx ++usr/include/opencascade/OpenGl_telem_attri.hxx ++usr/include/opencascade/OpenGl_telem_depthcue.hxx ++usr/include/opencascade/OpenGl_telem_filters.hxx ++usr/include/opencascade/OpenGl_telem_highlight.hxx ++usr/include/opencascade/OpenGl_telem_inquire.hxx ++usr/include/opencascade/OpenGl_telem_pick.hxx ++usr/include/opencascade/OpenGl_telem_util.hxx ++usr/include/opencascade/OpenGl_telem_view.hxx ++usr/include/opencascade/OpenGl_tgl.hxx ++usr/include/opencascade/OpenGl_tgl_all.hxx ++usr/include/opencascade/OpenGl_tgl_elems.hxx ++usr/include/opencascade/OpenGl_tgl_funcs.hxx ++usr/include/opencascade/OpenGl_tgl_pick.hxx ++usr/include/opencascade/OpenGl_tgl_subrs.hxx ++usr/include/opencascade/OpenGl_tgl_subrvis.hxx ++usr/include/opencascade/OpenGl_tgl_tox.hxx ++usr/include/opencascade/OpenGl_tgl_util.hxx ++usr/include/opencascade/OpenGl_tgl_utilgr.hxx ++usr/include/opencascade/OpenGl_tgl_vis.hxx ++usr/include/opencascade/OpenGl_traces.hxx ++usr/include/opencascade/OpenGl_transform_persistence.hxx ++usr/include/opencascade/OpenGl_triedron.hxx ++usr/include/opencascade/OpenGl_trsf_stack.hxx ++usr/include/opencascade/OpenGl_tsm.hxx ++usr/include/opencascade/OpenGl_tsm_ws.hxx ++usr/include/opencascade/OpenGl_txgl.hxx ++usr/include/opencascade/PS_Driver.hxx ++usr/include/opencascade/PlotMgt.hxx ++usr/include/opencascade/PlotMgt_HListOfMFTFonts.hxx ++usr/include/opencascade/PlotMgt_HListOfPlotterParameter.hxx ++usr/include/opencascade/PlotMgt_ImageDriver.hxx ++usr/include/opencascade/PlotMgt_ImageFormat.hxx ++usr/include/opencascade/PlotMgt_ListOfMFTFonts.hxx ++usr/include/opencascade/PlotMgt_ListOfPlotterParameter.hxx ++usr/include/opencascade/PlotMgt_PaperFormat.hxx ++usr/include/opencascade/PlotMgt_Plotter.hxx ++usr/include/opencascade/PlotMgt_PlotterAccessError.hxx ++usr/include/opencascade/PlotMgt_PlotterDefinitionError.hxx ++usr/include/opencascade/PlotMgt_PlotterDriver.hxx ++usr/include/opencascade/PlotMgt_PlotterDriverPtr.hxx ++usr/include/opencascade/PlotMgt_PlotterParameter.hxx ++usr/include/opencascade/PlotMgt_PlotterTools.hxx ++usr/include/opencascade/PlotMgt_PlottingType.hxx ++usr/include/opencascade/PlotMgt_SequenceNodeOfListOfPlotterParameter.hxx ++usr/include/opencascade/PlotMgt_TextManager.hxx ++usr/include/opencascade/PlotMgt_TypeOfOrigin.hxx ++usr/include/opencascade/PlotMgt_TypeOfPlotterParameter.hxx ++usr/include/opencascade/PlotMgt_TypeOfQuality.hxx ++usr/include/opencascade/PlotMgt_fill.hxx ++usr/include/opencascade/Prs2d_Angle.hxx ++usr/include/opencascade/Prs2d_Angle.lxx ++usr/include/opencascade/Prs2d_Angularity.hxx ++usr/include/opencascade/Prs2d_Arrow.hxx ++usr/include/opencascade/Prs2d_ArrowSide.hxx ++usr/include/opencascade/Prs2d_AspectFramedText.hxx ++usr/include/opencascade/Prs2d_AspectHidingPoly.hxx ++usr/include/opencascade/Prs2d_AspectHidingText.hxx ++usr/include/opencascade/Prs2d_AspectLine.hxx ++usr/include/opencascade/Prs2d_AspectName.hxx ++usr/include/opencascade/Prs2d_AspectRoot.hxx ++usr/include/opencascade/Prs2d_AspectText.hxx ++usr/include/opencascade/Prs2d_Axis.hxx ++usr/include/opencascade/Prs2d_Circularity.hxx ++usr/include/opencascade/Prs2d_Concentric.hxx ++usr/include/opencascade/Prs2d_Cylindric.hxx ++usr/include/opencascade/Prs2d_DataMapIteratorOfDataMapOfAspectRoot.hxx ++usr/include/opencascade/Prs2d_DataMapNodeOfDataMapOfAspectRoot.hxx ++usr/include/opencascade/Prs2d_DataMapOfAspectRoot.hxx ++usr/include/opencascade/Prs2d_Diameter.hxx ++usr/include/opencascade/Prs2d_Diameter.lxx ++usr/include/opencascade/Prs2d_Dimension.hxx ++usr/include/opencascade/Prs2d_Dimension.lxx ++usr/include/opencascade/Prs2d_DrawSymbol.hxx ++usr/include/opencascade/Prs2d_Drawer.hxx ++usr/include/opencascade/Prs2d_Flatness.hxx ++usr/include/opencascade/Prs2d_Length.hxx ++usr/include/opencascade/Prs2d_Length.lxx ++usr/include/opencascade/Prs2d_LineProfile.hxx ++usr/include/opencascade/Prs2d_Parallelism.hxx ++usr/include/opencascade/Prs2d_Perpendicular.hxx ++usr/include/opencascade/Prs2d_Point.hxx ++usr/include/opencascade/Prs2d_Position.hxx ++usr/include/opencascade/Prs2d_Radius.hxx ++usr/include/opencascade/Prs2d_Radius.lxx ++usr/include/opencascade/Prs2d_RadiusIndep.hxx ++usr/include/opencascade/Prs2d_Repere.hxx ++usr/include/opencascade/Prs2d_Repere.lxx ++usr/include/opencascade/Prs2d_Straightness.hxx ++usr/include/opencascade/Prs2d_SurfProfile.hxx ++usr/include/opencascade/Prs2d_SymCircular.hxx ++usr/include/opencascade/Prs2d_SymTotal.hxx ++usr/include/opencascade/Prs2d_SymbolDefinitionError.hxx ++usr/include/opencascade/Prs2d_Symmetry.hxx ++usr/include/opencascade/Prs2d_Taper.hxx ++usr/include/opencascade/Prs2d_Tolerance.hxx ++usr/include/opencascade/Prs2d_ToleranceFrame.hxx ++usr/include/opencascade/Prs2d_TypeOf2DObject.hxx ++usr/include/opencascade/Prs2d_TypeOfArrow.hxx ++usr/include/opencascade/Prs2d_TypeOfAxis.hxx ++usr/include/opencascade/Prs2d_TypeOfDist.hxx ++usr/include/opencascade/Prs2d_TypeOfRadius.hxx ++usr/include/opencascade/Prs2d_TypeOfSymbol.hxx ++usr/include/opencascade/Prs2d_TypeOfTolerance.hxx ++usr/include/opencascade/Prs3d.hxx ++usr/include/opencascade/Prs3d_AngleAspect.hxx ++usr/include/opencascade/Prs3d_AnglePresentation.hxx ++usr/include/opencascade/Prs3d_Arrow.hxx ++usr/include/opencascade/Prs3d_ArrowAspect.hxx ++usr/include/opencascade/Prs3d_BasicAspect.hxx ++usr/include/opencascade/Prs3d_CompositeAspect.hxx ++usr/include/opencascade/Prs3d_CurvePresentation.gxx ++usr/include/opencascade/Prs3d_Datum.gxx ++usr/include/opencascade/Prs3d_DatumAspect.hxx ++usr/include/opencascade/Prs3d_DatumTool.gxx ++usr/include/opencascade/Prs3d_Drawer.hxx ++usr/include/opencascade/Prs3d_HLRShape.gxx ++usr/include/opencascade/Prs3d_HLRShapeTool.gxx ++usr/include/opencascade/Prs3d_InvalidAngle.hxx ++usr/include/opencascade/Prs3d_IsoAspect.hxx ++usr/include/opencascade/Prs3d_LengthAspect.hxx ++usr/include/opencascade/Prs3d_LengthPresentation.hxx ++usr/include/opencascade/Prs3d_Line.gxx ++usr/include/opencascade/Prs3d_LineAspect.hxx ++usr/include/opencascade/Prs3d_LineTool.gxx ++usr/include/opencascade/Prs3d_NListIteratorOfListOfSequenceOfPnt.hxx ++usr/include/opencascade/Prs3d_NListOfSequenceOfPnt.hxx ++usr/include/opencascade/Prs3d_PlaneAspect.hxx ++usr/include/opencascade/Prs3d_PlaneSet.hxx ++usr/include/opencascade/Prs3d_Point.gxx ++usr/include/opencascade/Prs3d_PointAspect.hxx ++usr/include/opencascade/Prs3d_PointTool.gxx ++usr/include/opencascade/Prs3d_Presentation.hxx ++usr/include/opencascade/Prs3d_Projector.hxx ++usr/include/opencascade/Prs3d_RadiusAspect.hxx ++usr/include/opencascade/Prs3d_RestrictionTool.gxx ++usr/include/opencascade/Prs3d_Root.hxx ++usr/include/opencascade/Prs3d_SectionShapeTool.gxx ++usr/include/opencascade/Prs3d_ShadedShape.gxx ++usr/include/opencascade/Prs3d_ShadingAspect.hxx ++usr/include/opencascade/Prs3d_ShapeTool.hxx ++usr/include/opencascade/Prs3d_Text.hxx ++usr/include/opencascade/Prs3d_TextAspect.hxx ++usr/include/opencascade/Prs3d_TypeOfLinePicking.hxx ++usr/include/opencascade/Prs3d_Vector.gxx ++usr/include/opencascade/Prs3d_VectorTool.gxx ++usr/include/opencascade/Prs3d_WFDeflectionRestrictedFace.gxx ++usr/include/opencascade/Prs3d_WFRestrictedFace.gxx ++usr/include/opencascade/Prs3d_WFShape.gxx ++usr/include/opencascade/PrsMgr_KindOfPrs.hxx ++usr/include/opencascade/PrsMgr_ModedPresentation.hxx ++usr/include/opencascade/PrsMgr_PresentableObject.hxx ++usr/include/opencascade/PrsMgr_PresentableObject.lxx ++usr/include/opencascade/PrsMgr_PresentableObjectPointer.hxx ++usr/include/opencascade/PrsMgr_Presentation.hxx ++usr/include/opencascade/PrsMgr_Presentation.lxx ++usr/include/opencascade/PrsMgr_Presentation2d.hxx ++usr/include/opencascade/PrsMgr_Presentation3d.hxx ++usr/include/opencascade/PrsMgr_Presentation3dPointer.hxx ++usr/include/opencascade/PrsMgr_PresentationManager.hxx ++usr/include/opencascade/PrsMgr_PresentationManager.lxx ++usr/include/opencascade/PrsMgr_PresentationManager2d.hxx ++usr/include/opencascade/PrsMgr_PresentationManager3d.hxx ++usr/include/opencascade/PrsMgr_PresentationManager3d.lxx ++usr/include/opencascade/PrsMgr_Presentations.hxx ++usr/include/opencascade/PrsMgr_Prs.hxx ++usr/include/opencascade/PrsMgr_SequenceNodeOfPresentations.hxx ++usr/include/opencascade/PrsMgr_TypeOfPresentation3d.hxx ++usr/include/opencascade/Select2D_Projector.hxx ++usr/include/opencascade/Select2D_SensitiveArc.hxx ++usr/include/opencascade/Select2D_SensitiveBox.hxx ++usr/include/opencascade/Select2D_SensitiveCircle.hxx ++usr/include/opencascade/Select2D_SensitiveCircle.lxx ++usr/include/opencascade/Select2D_SensitiveEntity.hxx ++usr/include/opencascade/Select2D_SensitiveEntity.lxx ++usr/include/opencascade/Select2D_SensitivePoint.hxx ++usr/include/opencascade/Select2D_SensitivePoint.lxx ++usr/include/opencascade/Select2D_SensitiveSegment.hxx ++usr/include/opencascade/Select2D_SensitiveSegment.lxx ++usr/include/opencascade/Select2D_TypeOfSelection.hxx ++usr/include/opencascade/Select3D_Box2d.hxx ++usr/include/opencascade/Select3D_ListIteratorOfListOfSensitive.hxx ++usr/include/opencascade/Select3D_ListIteratorOfListOfSensitiveTriangle.hxx ++usr/include/opencascade/Select3D_ListNodeOfListOfSensitive.hxx ++usr/include/opencascade/Select3D_ListNodeOfListOfSensitiveTriangle.hxx ++usr/include/opencascade/Select3D_ListOfSensitive.hxx ++usr/include/opencascade/Select3D_ListOfSensitiveTriangle.hxx ++usr/include/opencascade/Select3D_Macro.hxx ++usr/include/opencascade/Select3D_Pnt.hxx ++usr/include/opencascade/Select3D_Pnt2d.hxx ++usr/include/opencascade/Select3D_Projector.hxx ++usr/include/opencascade/Select3D_Projector.lxx ++usr/include/opencascade/Select3D_SensitiveBox.hxx ++usr/include/opencascade/Select3D_SensitiveBox.lxx ++usr/include/opencascade/Select3D_SensitiveCircle.hxx ++usr/include/opencascade/Select3D_SensitiveCurve.hxx ++usr/include/opencascade/Select3D_SensitiveCurve.lxx ++usr/include/opencascade/Select3D_SensitiveEntity.hxx ++usr/include/opencascade/Select3D_SensitiveEntity.lxx ++usr/include/opencascade/Select3D_SensitiveEntitySequence.hxx ++usr/include/opencascade/Select3D_SensitiveFace.hxx ++usr/include/opencascade/Select3D_SensitiveGroup.hxx ++usr/include/opencascade/Select3D_SensitiveGroup.lxx ++usr/include/opencascade/Select3D_SensitivePoint.hxx ++usr/include/opencascade/Select3D_SensitivePoly.hxx ++usr/include/opencascade/Select3D_SensitivePoly.lxx ++usr/include/opencascade/Select3D_SensitiveSegment.hxx ++usr/include/opencascade/Select3D_SensitiveSegment.lxx ++usr/include/opencascade/Select3D_SensitiveTriangle.hxx ++usr/include/opencascade/Select3D_SensitiveTriangulation.hxx ++usr/include/opencascade/Select3D_SensitiveTriangulation.lxx ++usr/include/opencascade/Select3D_SensitiveWire.hxx ++usr/include/opencascade/Select3D_SequenceNodeOfSensitiveEntitySequence.hxx ++usr/include/opencascade/Select3D_TypeOfSensitivity.hxx ++usr/include/opencascade/SelectBasics.hxx ++usr/include/opencascade/SelectBasics_BasicTool.hxx ++usr/include/opencascade/SelectBasics_EntityOwner.hxx ++usr/include/opencascade/SelectBasics_EntityOwner.lxx ++usr/include/opencascade/SelectBasics_ListIteratorOfListOfBox2d.hxx ++usr/include/opencascade/SelectBasics_ListIteratorOfListOfSensitive.hxx ++usr/include/opencascade/SelectBasics_ListNodeOfListOfBox2d.hxx ++usr/include/opencascade/SelectBasics_ListNodeOfListOfSensitive.hxx ++usr/include/opencascade/SelectBasics_ListOfBox2d.hxx ++usr/include/opencascade/SelectBasics_ListOfSensitive.hxx ++usr/include/opencascade/SelectBasics_SensitiveEntity.hxx ++usr/include/opencascade/SelectBasics_SensitiveEntity.lxx ++usr/include/opencascade/SelectBasics_SequenceNodeOfSequenceOfOwner.hxx ++usr/include/opencascade/SelectBasics_SequenceOfOwner.hxx ++usr/include/opencascade/SelectBasics_SortAlgo.hxx ++usr/include/opencascade/SelectMgr_AndFilter.hxx ++usr/include/opencascade/SelectMgr_CompareResults.hxx ++usr/include/opencascade/SelectMgr_CompositionFilter.hxx ++usr/include/opencascade/SelectMgr_CompositionFilter.lxx ++usr/include/opencascade/SelectMgr_DataMapIteratorOfDataMapOfIntegerSensitive.hxx ++usr/include/opencascade/SelectMgr_DataMapIteratorOfDataMapOfObjectSelectors.hxx ++usr/include/opencascade/SelectMgr_DataMapIteratorOfDataMapOfSelectionActivation.hxx ++usr/include/opencascade/SelectMgr_DataMapNodeOfDataMapOfIntegerSensitive.hxx ++usr/include/opencascade/SelectMgr_DataMapNodeOfDataMapOfObjectSelectors.hxx ++usr/include/opencascade/SelectMgr_DataMapNodeOfDataMapOfSelectionActivation.hxx ++usr/include/opencascade/SelectMgr_DataMapOfIntegerSensitive.hxx ++usr/include/opencascade/SelectMgr_DataMapOfObjectOwners.hxx ++usr/include/opencascade/SelectMgr_DataMapOfObjectSelectors.hxx ++usr/include/opencascade/SelectMgr_DataMapOfSelectionActivation.hxx ++usr/include/opencascade/SelectMgr_EntityOwner.hxx ++usr/include/opencascade/SelectMgr_EntityOwner.lxx ++usr/include/opencascade/SelectMgr_Filter.hxx ++usr/include/opencascade/SelectMgr_IndexedDataMapNodeOfIndexedDataMapOfOwnerCriterion.hxx ++usr/include/opencascade/SelectMgr_IndexedDataMapOfOwnerCriterion.hxx ++usr/include/opencascade/SelectMgr_IndexedMapNodeOfIndexedMapOfOwner.hxx ++usr/include/opencascade/SelectMgr_IndexedMapOfOwner.hxx ++usr/include/opencascade/SelectMgr_ListIteratorOfListOfFilter.hxx ++usr/include/opencascade/SelectMgr_ListNodeOfListOfFilter.hxx ++usr/include/opencascade/SelectMgr_ListOfFilter.hxx ++usr/include/opencascade/SelectMgr_OrFilter.hxx ++usr/include/opencascade/SelectMgr_SOPtr.hxx ++usr/include/opencascade/SelectMgr_SelectableObject.hxx ++usr/include/opencascade/SelectMgr_SelectableObject.lxx ++usr/include/opencascade/SelectMgr_Selection.hxx ++usr/include/opencascade/SelectMgr_Selection.lxx ++usr/include/opencascade/SelectMgr_SelectionManager.hxx ++usr/include/opencascade/SelectMgr_SequenceNodeOfSequenceOfFilter.hxx ++usr/include/opencascade/SelectMgr_SequenceNodeOfSequenceOfOwner.hxx ++usr/include/opencascade/SelectMgr_SequenceNodeOfSequenceOfSelection.hxx ++usr/include/opencascade/SelectMgr_SequenceNodeOfSequenceOfSelector.hxx ++usr/include/opencascade/SelectMgr_SequenceOfFilter.hxx ++usr/include/opencascade/SelectMgr_SequenceOfOwner.hxx ++usr/include/opencascade/SelectMgr_SequenceOfSelection.hxx ++usr/include/opencascade/SelectMgr_SequenceOfSelector.hxx ++usr/include/opencascade/SelectMgr_SortCriterion.hxx ++usr/include/opencascade/SelectMgr_SortCriterion.lxx ++usr/include/opencascade/SelectMgr_StateOfSelection.hxx ++usr/include/opencascade/SelectMgr_TypeOfUpdate.hxx ++usr/include/opencascade/SelectMgr_ViewerSelector.hxx ++usr/include/opencascade/SelectMgr_ViewerSelector.lxx ++usr/include/opencascade/StdPrs_Curve.hxx ++usr/include/opencascade/StdPrs_DeflectionCurve.hxx ++usr/include/opencascade/StdPrs_HLRPolyShape.hxx ++usr/include/opencascade/StdPrs_HLRShape.hxx ++usr/include/opencascade/StdPrs_HLRToolShape.hxx ++usr/include/opencascade/StdPrs_Plane.hxx ++usr/include/opencascade/StdPrs_Point.hxx ++usr/include/opencascade/StdPrs_PoleCurve.hxx ++usr/include/opencascade/StdPrs_ShadedPoleSurface.hxx ++usr/include/opencascade/StdPrs_ShadedShape.hxx ++usr/include/opencascade/StdPrs_ShadedSurface.hxx ++usr/include/opencascade/StdPrs_ToolPoint.hxx ++usr/include/opencascade/StdPrs_ToolRFace.hxx ++usr/include/opencascade/StdPrs_ToolShadedShape.hxx ++usr/include/opencascade/StdPrs_ToolVertex.hxx ++usr/include/opencascade/StdPrs_Vertex.hxx ++usr/include/opencascade/StdPrs_WFDeflectionRestrictedFace.hxx ++usr/include/opencascade/StdPrs_WFDeflectionShape.hxx ++usr/include/opencascade/StdPrs_WFDeflectionSurface.hxx ++usr/include/opencascade/StdPrs_WFPoleSurface.hxx ++usr/include/opencascade/StdPrs_WFRestrictedFace.hxx ++usr/include/opencascade/StdPrs_WFShape.hxx ++usr/include/opencascade/StdPrs_WFSurface.hxx ++usr/include/opencascade/StdSelect.hxx ++usr/include/opencascade/StdSelect_BRepHilighter.hxx ++usr/include/opencascade/StdSelect_BRepOwner.hxx ++usr/include/opencascade/StdSelect_BRepOwner.lxx ++usr/include/opencascade/StdSelect_BRepSelectionTool.hxx ++usr/include/opencascade/StdSelect_DisplayMode.hxx ++usr/include/opencascade/StdSelect_EdgeFilter.hxx ++usr/include/opencascade/StdSelect_FaceFilter.hxx ++usr/include/opencascade/StdSelect_IndexedDataMapNodeOfIndexedDataMapOfOwnerPrs.hxx ++usr/include/opencascade/StdSelect_IndexedDataMapOfOwnerPrs.hxx ++usr/include/opencascade/StdSelect_Prs.hxx ++usr/include/opencascade/StdSelect_Prs.lxx ++usr/include/opencascade/StdSelect_SensitiveText2d.hxx ++usr/include/opencascade/StdSelect_SensitiveText2d.lxx ++usr/include/opencascade/StdSelect_Shape.hxx ++usr/include/opencascade/StdSelect_Shape.lxx ++usr/include/opencascade/StdSelect_ShapeTypeFilter.hxx ++usr/include/opencascade/StdSelect_ShapeTypeFilter.lxx ++usr/include/opencascade/StdSelect_TextProjector2d.hxx ++usr/include/opencascade/StdSelect_TextProjector2d.lxx ++usr/include/opencascade/StdSelect_TypeOfEdge.hxx ++usr/include/opencascade/StdSelect_TypeOfFace.hxx ++usr/include/opencascade/StdSelect_TypeOfResult.hxx ++usr/include/opencascade/StdSelect_ViewerSelector2d.hxx ++usr/include/opencascade/StdSelect_ViewerSelector2d.lxx ++usr/include/opencascade/StdSelect_ViewerSelector3d.hxx ++usr/include/opencascade/StdSelect_ViewerSelector3d.lxx ++usr/include/opencascade/TColQuantity_Array1OfLength.hxx ++usr/include/opencascade/TColQuantity_Array2OfLength.hxx ++usr/include/opencascade/TColQuantity_HArray1OfLength.hxx ++usr/include/opencascade/TColQuantity_HArray2OfLength.hxx ++usr/include/opencascade/V2d.hxx ++usr/include/opencascade/V2d_BackgroundGraphicObject.hxx ++usr/include/opencascade/V2d_CircularGraphicGrid.hxx ++usr/include/opencascade/V2d_CircularGrid.hxx ++usr/include/opencascade/V2d_DefaultMap.hxx ++usr/include/opencascade/V2d_RectangularGraphicGrid.hxx ++usr/include/opencascade/V2d_RectangularGrid.hxx ++usr/include/opencascade/V2d_TypeOfWindowResizingEffect.hxx ++usr/include/opencascade/V2d_View.hxx ++usr/include/opencascade/V2d_Viewer.hxx ++usr/include/opencascade/V2d_ViewerPointer.hxx ++usr/include/opencascade/V3d.hxx ++usr/include/opencascade/V3d_AmbientLight.hxx ++usr/include/opencascade/V3d_Camera.hxx ++usr/include/opencascade/V3d_CircularGrid.hxx ++usr/include/opencascade/V3d_ColorScale.hxx ++usr/include/opencascade/V3d_ColorScaleLayerItem.hxx ++usr/include/opencascade/V3d_Coordinate.hxx ++usr/include/opencascade/V3d_DirectionalLight.hxx ++usr/include/opencascade/V3d_LayerMgr.hxx ++usr/include/opencascade/V3d_LayerMgr.lxx ++usr/include/opencascade/V3d_LayerMgrPointer.hxx ++usr/include/opencascade/V3d_Light.hxx ++usr/include/opencascade/V3d_ListOfTransient.hxx ++usr/include/opencascade/V3d_OrthographicView.hxx ++usr/include/opencascade/V3d_Parameter.hxx ++usr/include/opencascade/V3d_PerspectiveView.hxx ++usr/include/opencascade/V3d_Plane.hxx ++usr/include/opencascade/V3d_PositionLight.hxx ++usr/include/opencascade/V3d_PositionalLight.hxx ++usr/include/opencascade/V3d_RectangularGrid.hxx ++usr/include/opencascade/V3d_SpotLight.hxx ++usr/include/opencascade/V3d_Static.hxx ++usr/include/opencascade/V3d_TypeOfAxe.hxx ++usr/include/opencascade/V3d_TypeOfBackfacingModel.hxx ++usr/include/opencascade/V3d_TypeOfLight.hxx ++usr/include/opencascade/V3d_TypeOfOrientation.hxx ++usr/include/opencascade/V3d_TypeOfPickCamera.hxx ++usr/include/opencascade/V3d_TypeOfPickLight.hxx ++usr/include/opencascade/V3d_TypeOfProjectionModel.hxx ++usr/include/opencascade/V3d_TypeOfRepresentation.hxx ++usr/include/opencascade/V3d_TypeOfShadingModel.hxx ++usr/include/opencascade/V3d_TypeOfSurfaceDetail.hxx ++usr/include/opencascade/V3d_TypeOfUpdate.hxx ++usr/include/opencascade/V3d_TypeOfView.hxx ++usr/include/opencascade/V3d_TypeOfVisualization.hxx ++usr/include/opencascade/V3d_TypeOfZclipping.hxx ++usr/include/opencascade/V3d_UnMapped.hxx ++usr/include/opencascade/V3d_View.hxx ++usr/include/opencascade/V3d_ViewPointer.hxx ++usr/include/opencascade/V3d_Viewer.hxx ++usr/include/opencascade/V3d_ViewerPointer.hxx ++usr/include/opencascade/Viewer_BadValue.hxx ++usr/include/opencascade/Viewer_View.hxx ++usr/include/opencascade/Viewer_Viewer.hxx ++usr/include/opencascade/Visual3d_ClipDefinitionError.hxx ++usr/include/opencascade/Visual3d_ClipPlane.hxx ++usr/include/opencascade/Visual3d_ContextPick.hxx ++usr/include/opencascade/Visual3d_ContextPickDefinitionError.hxx ++usr/include/opencascade/Visual3d_ContextView.hxx ++usr/include/opencascade/Visual3d_DepthCueingDefinitionError.hxx ++usr/include/opencascade/Visual3d_HSequenceOfPickPath.hxx ++usr/include/opencascade/Visual3d_HSetOfClipPlane.hxx ++usr/include/opencascade/Visual3d_HSetOfLight.hxx ++usr/include/opencascade/Visual3d_HSetOfView.hxx ++usr/include/opencascade/Visual3d_Layer.hxx ++usr/include/opencascade/Visual3d_LayerDefinitionError.hxx ++usr/include/opencascade/Visual3d_LayerItem.hxx ++usr/include/opencascade/Visual3d_Light.hxx ++usr/include/opencascade/Visual3d_LightDefinitionError.hxx ++usr/include/opencascade/Visual3d_ListIteratorOfSetListOfSetOfClipPlane.hxx ++usr/include/opencascade/Visual3d_ListIteratorOfSetListOfSetOfLight.hxx ++usr/include/opencascade/Visual3d_ListIteratorOfSetListOfSetOfView.hxx ++usr/include/opencascade/Visual3d_ListNodeOfSetListOfSetOfClipPlane.hxx ++usr/include/opencascade/Visual3d_ListNodeOfSetListOfSetOfLight.hxx ++usr/include/opencascade/Visual3d_ListNodeOfSetListOfSetOfView.hxx ++usr/include/opencascade/Visual3d_NListOfLayerItem.hxx ++usr/include/opencascade/Visual3d_PickDescriptor.hxx ++usr/include/opencascade/Visual3d_PickError.hxx ++usr/include/opencascade/Visual3d_PickPath.hxx ++usr/include/opencascade/Visual3d_SequenceNodeOfSequenceOfPickPath.hxx ++usr/include/opencascade/Visual3d_SequenceOfPickPath.hxx ++usr/include/opencascade/Visual3d_SetIteratorOfSetOfClipPlane.hxx ++usr/include/opencascade/Visual3d_SetIteratorOfSetOfLight.hxx ++usr/include/opencascade/Visual3d_SetIteratorOfSetOfView.hxx ++usr/include/opencascade/Visual3d_SetListOfSetOfClipPlane.hxx ++usr/include/opencascade/Visual3d_SetListOfSetOfLight.hxx ++usr/include/opencascade/Visual3d_SetListOfSetOfView.hxx ++usr/include/opencascade/Visual3d_SetOfClipPlane.hxx ++usr/include/opencascade/Visual3d_SetOfLight.hxx ++usr/include/opencascade/Visual3d_SetOfView.hxx ++usr/include/opencascade/Visual3d_TransformError.hxx ++usr/include/opencascade/Visual3d_TransientDefinitionError.hxx ++usr/include/opencascade/Visual3d_TransientManager.hxx ++usr/include/opencascade/Visual3d_TypeOfAnswer.hxx ++usr/include/opencascade/Visual3d_TypeOfBackfacingModel.hxx ++usr/include/opencascade/Visual3d_TypeOfLightSource.hxx ++usr/include/opencascade/Visual3d_TypeOfModel.hxx ++usr/include/opencascade/Visual3d_TypeOfOrder.hxx ++usr/include/opencascade/Visual3d_TypeOfProjection.hxx ++usr/include/opencascade/Visual3d_TypeOfSurfaceDetail.hxx ++usr/include/opencascade/Visual3d_TypeOfVisualization.hxx ++usr/include/opencascade/Visual3d_View.hxx ++usr/include/opencascade/Visual3d_ViewDefinitionError.hxx ++usr/include/opencascade/Visual3d_ViewManager.hxx ++usr/include/opencascade/Visual3d_ViewManagerDefinitionError.hxx ++usr/include/opencascade/Visual3d_ViewManagerPtr.hxx ++usr/include/opencascade/Visual3d_ViewMapping.hxx ++usr/include/opencascade/Visual3d_ViewMappingDefinitionError.hxx ++usr/include/opencascade/Visual3d_ViewOrientation.hxx ++usr/include/opencascade/Visual3d_ViewOrientationDefinitionError.hxx ++usr/include/opencascade/Visual3d_ViewPtr.hxx ++usr/include/opencascade/Visual3d_ZClippingDefinitionError.hxx ++usr/include/opencascade/VoxelClient_VisDrawer.h ++usr/include/opencascade/Voxel_BoolDS.hxx ++usr/include/opencascade/Voxel_BooleanOperation.hxx ++usr/include/opencascade/Voxel_CollisionDetection.hxx ++usr/include/opencascade/Voxel_ColorDS.hxx ++usr/include/opencascade/Voxel_DS.hxx ++usr/include/opencascade/Voxel_FastConverter.hxx ++usr/include/opencascade/Voxel_FloatDS.hxx ++usr/include/opencascade/Voxel_OctBoolDS.hxx ++usr/include/opencascade/Voxel_Prs.hxx ++usr/include/opencascade/Voxel_ROctBoolDS.hxx ++usr/include/opencascade/Voxel_Reader.hxx ++usr/include/opencascade/Voxel_Selector.hxx ++usr/include/opencascade/Voxel_SplitData.hxx ++usr/include/opencascade/Voxel_TypeDef.hxx ++usr/include/opencascade/Voxel_VisData.h ++usr/include/opencascade/Voxel_VoxelDisplayMode.hxx ++usr/include/opencascade/Voxel_VoxelFileFormat.hxx ++usr/include/opencascade/Voxel_Writer.hxx ++usr/include/opencascade/Vrml.hxx ++usr/include/opencascade/VrmlAPI.hxx ++usr/include/opencascade/VrmlAPI_RepresentationOfShape.hxx ++usr/include/opencascade/VrmlAPI_Writer.hxx ++usr/include/opencascade/VrmlConverter_Curve.hxx ++usr/include/opencascade/VrmlConverter_DeflectionCurve.hxx ++usr/include/opencascade/VrmlConverter_Drawer.hxx ++usr/include/opencascade/VrmlConverter_HLRShape.hxx ++usr/include/opencascade/VrmlConverter_IsoAspect.hxx ++usr/include/opencascade/VrmlConverter_LineAspect.hxx ++usr/include/opencascade/VrmlConverter_PointAspect.hxx ++usr/include/opencascade/VrmlConverter_Projector.hxx ++usr/include/opencascade/VrmlConverter_ShadedShape.hxx ++usr/include/opencascade/VrmlConverter_ShadingAspect.hxx ++usr/include/opencascade/VrmlConverter_TypeOfCamera.hxx ++usr/include/opencascade/VrmlConverter_TypeOfLight.hxx ++usr/include/opencascade/VrmlConverter_WFDeflectionRestrictedFace.hxx ++usr/include/opencascade/VrmlConverter_WFDeflectionShape.hxx ++usr/include/opencascade/VrmlConverter_WFRestrictedFace.hxx ++usr/include/opencascade/VrmlConverter_WFShape.hxx ++usr/include/opencascade/VrmlData_Appearance.hxx ++usr/include/opencascade/VrmlData_ArrayVec3d.hxx ++usr/include/opencascade/VrmlData_Box.hxx ++usr/include/opencascade/VrmlData_Color.hxx ++usr/include/opencascade/VrmlData_Cone.hxx ++usr/include/opencascade/VrmlData_Coordinate.hxx ++usr/include/opencascade/VrmlData_Cylinder.hxx ++usr/include/opencascade/VrmlData_DataMapOfShapeAppearance.hxx ++usr/include/opencascade/VrmlData_ErrorStatus.hxx ++usr/include/opencascade/VrmlData_Faceted.hxx ++usr/include/opencascade/VrmlData_Geometry.hxx ++usr/include/opencascade/VrmlData_Group.hxx ++usr/include/opencascade/VrmlData_ImageTexture.hxx ++usr/include/opencascade/VrmlData_InBuffer.hxx ++usr/include/opencascade/VrmlData_IndexedFaceSet.hxx ++usr/include/opencascade/VrmlData_IndexedLineSet.hxx ++usr/include/opencascade/VrmlData_ListOfNode.hxx ++usr/include/opencascade/VrmlData_MapOfNode.hxx ++usr/include/opencascade/VrmlData_Material.hxx ++usr/include/opencascade/VrmlData_Node.hxx ++usr/include/opencascade/VrmlData_Normal.hxx ++usr/include/opencascade/VrmlData_Scene.hxx ++usr/include/opencascade/VrmlData_ShapeConvert.hxx ++usr/include/opencascade/VrmlData_ShapeNode.hxx ++usr/include/opencascade/VrmlData_Sphere.hxx ++usr/include/opencascade/VrmlData_Texture.hxx ++usr/include/opencascade/VrmlData_TextureCoordinate.hxx ++usr/include/opencascade/VrmlData_TextureTransform.hxx ++usr/include/opencascade/VrmlData_UnknownNode.hxx ++usr/include/opencascade/VrmlData_WorldInfo.hxx ++usr/include/opencascade/Vrml_AsciiText.hxx ++usr/include/opencascade/Vrml_AsciiTextJustification.hxx ++usr/include/opencascade/Vrml_Cone.hxx ++usr/include/opencascade/Vrml_ConeParts.hxx ++usr/include/opencascade/Vrml_Coordinate3.hxx ++usr/include/opencascade/Vrml_Cube.hxx ++usr/include/opencascade/Vrml_Cylinder.hxx ++usr/include/opencascade/Vrml_CylinderParts.hxx ++usr/include/opencascade/Vrml_DirectionalLight.hxx ++usr/include/opencascade/Vrml_FaceType.hxx ++usr/include/opencascade/Vrml_FontStyle.hxx ++usr/include/opencascade/Vrml_FontStyleFamily.hxx ++usr/include/opencascade/Vrml_FontStyleStyle.hxx ++usr/include/opencascade/Vrml_Group.hxx ++usr/include/opencascade/Vrml_IndexedFaceSet.hxx ++usr/include/opencascade/Vrml_IndexedLineSet.hxx ++usr/include/opencascade/Vrml_Info.hxx ++usr/include/opencascade/Vrml_Instancing.hxx ++usr/include/opencascade/Vrml_LOD.hxx ++usr/include/opencascade/Vrml_Material.hxx ++usr/include/opencascade/Vrml_MaterialBinding.hxx ++usr/include/opencascade/Vrml_MaterialBindingAndNormalBinding.hxx ++usr/include/opencascade/Vrml_MatrixTransform.hxx ++usr/include/opencascade/Vrml_Normal.hxx ++usr/include/opencascade/Vrml_NormalBinding.hxx ++usr/include/opencascade/Vrml_OrthographicCamera.hxx ++usr/include/opencascade/Vrml_PerspectiveCamera.hxx ++usr/include/opencascade/Vrml_PointLight.hxx ++usr/include/opencascade/Vrml_PointSet.hxx ++usr/include/opencascade/Vrml_Rotation.hxx ++usr/include/opencascade/Vrml_SFImage.hxx ++usr/include/opencascade/Vrml_SFImageNumber.hxx ++usr/include/opencascade/Vrml_SFRotation.hxx ++usr/include/opencascade/Vrml_Scale.hxx ++usr/include/opencascade/Vrml_Separator.hxx ++usr/include/opencascade/Vrml_SeparatorRenderCulling.hxx ++usr/include/opencascade/Vrml_ShapeHints.hxx ++usr/include/opencascade/Vrml_ShapeType.hxx ++usr/include/opencascade/Vrml_Sphere.hxx ++usr/include/opencascade/Vrml_SpotLight.hxx ++usr/include/opencascade/Vrml_Switch.hxx ++usr/include/opencascade/Vrml_Texture2.hxx ++usr/include/opencascade/Vrml_Texture2Transform.hxx ++usr/include/opencascade/Vrml_Texture2Wrap.hxx ++usr/include/opencascade/Vrml_TextureCoordinate2.hxx ++usr/include/opencascade/Vrml_Transform.hxx ++usr/include/opencascade/Vrml_TransformSeparator.hxx ++usr/include/opencascade/Vrml_Translation.hxx ++usr/include/opencascade/Vrml_VertexOrdering.hxx ++usr/include/opencascade/Vrml_WWWAnchor.hxx ++usr/include/opencascade/Vrml_WWWAnchorMap.hxx ++usr/include/opencascade/Vrml_WWWInline.hxx ++usr/include/opencascade/W32_Allocator.hxx ++usr/include/opencascade/W95_Allocator.hxx ++usr/include/opencascade/WNT.h ++usr/include/opencascade/WNT_Allocator.hxx ++usr/include/opencascade/WNT_Bitmap.h ++usr/include/opencascade/WNT_ClassDefinitionError.hxx ++usr/include/opencascade/WNT_ColorRef.hxx ++usr/include/opencascade/WNT_ColorTable.hxx ++usr/include/opencascade/WNT_DDriver.hxx ++usr/include/opencascade/WNT_Dword.hxx ++usr/include/opencascade/WNT_FontMapEntry.hxx ++usr/include/opencascade/WNT_FontMapEntry.lxx ++usr/include/opencascade/WNT_FontMapEntryDefinitionError.hxx ++usr/include/opencascade/WNT_FontTable.hxx ++usr/include/opencascade/WNT_GraphicDevice.hxx ++usr/include/opencascade/WNT_GraphicDevice.lxx ++usr/include/opencascade/WNT_HColorTable.hxx ++usr/include/opencascade/WNT_HFontTable.hxx ++usr/include/opencascade/WNT_HListOfMFTFonts.hxx ++usr/include/opencascade/WNT_Icon.hxx ++usr/include/opencascade/WNT_IconBox.hxx ++usr/include/opencascade/WNT_Image.hxx ++usr/include/opencascade/WNT_Image.lxx ++usr/include/opencascade/WNT_ImageManager.hxx ++usr/include/opencascade/WNT_ListOfMFTFonts.hxx ++usr/include/opencascade/WNT_LogFont.hxx ++usr/include/opencascade/WNT_Long.hxx ++usr/include/opencascade/WNT_MFTDraw.hxx ++usr/include/opencascade/WNT_OrientationType.hxx ++usr/include/opencascade/WNT_PixMap.hxx ++usr/include/opencascade/WNT_SequenceNodeOfSequenceOfImage.hxx ++usr/include/opencascade/WNT_SequenceOfImage.hxx ++usr/include/opencascade/WNT_TextManager.hxx ++usr/include/opencascade/WNT_TypeOfImage.hxx ++usr/include/opencascade/WNT_Uint.hxx ++usr/include/opencascade/WNT_WClass.hxx ++usr/include/opencascade/WNT_WClass.lxx ++usr/include/opencascade/WNT_WDriver.hxx ++usr/include/opencascade/WNT_Window.hxx ++usr/include/opencascade/WNT_Window.lxx ++usr/include/opencascade/WNT_WindowData.hxx ++usr/include/opencascade/WNT_WindowPtr.hxx ++usr/include/opencascade/Xw.hxx ++usr/include/opencascade/Xw_Cextern.hxx ++usr/include/opencascade/Xw_ColorMap.hxx ++usr/include/opencascade/Xw_Driver.hxx ++usr/include/opencascade/Xw_Extension.h ++usr/include/opencascade/Xw_FontMap.hxx ++usr/include/opencascade/Xw_GraphicDevice.hxx ++usr/include/opencascade/Xw_HListOfMFTFonts.hxx ++usr/include/opencascade/Xw_IconBox.hxx ++usr/include/opencascade/Xw_ListOfMFTFonts.hxx ++usr/include/opencascade/Xw_MarkMap.hxx ++usr/include/opencascade/Xw_PixMap.hxx ++usr/include/opencascade/Xw_TextManager.hxx ++usr/include/opencascade/Xw_TypeMap.hxx ++usr/include/opencascade/Xw_TypeOfMapping.hxx ++usr/include/opencascade/Xw_TypeOfVisual.hxx ++usr/include/opencascade/Xw_WidthMap.hxx ++usr/include/opencascade/Xw_Window.hxx ++usr/include/opencascade/Xw_WindowQuality.hxx ++usr/include/opencascade/cgmatt.h ++usr/include/opencascade/cgmelem.h ++usr/include/opencascade/cgmerr.h ++usr/include/opencascade/cgminit.h ++usr/include/opencascade/cgmlib.hxx ++usr/include/opencascade/cgmmach.h ++usr/include/opencascade/cgmout.h ++usr/include/opencascade/cgmpar.h ++usr/include/opencascade/cgmstruc.h ++usr/include/opencascade/cgmtypes.h diff --cc debian/occ-icon-32.xpm index 000000000,000000000..5c2fe0ba9 new file mode 100644 --- /dev/null +++ b/debian/occ-icon-32.xpm @@@ -1,0 -1,0 +1,94 @@@ ++/* XPM */ ++static char *occ_icon___[] = { ++/* columns rows colors chars-per-pixel */ ++"32 32 56 1", ++" c black", ++". c gray3", ++"X c #6B0008", ++"o c #420039", ++"O c #731821", ++"+ c #6B0039", ++"@ c #004A39", ++"# c #734A00", ++"$ c #4A6300", ++"% c #526B10", ++"& c #7B6B00", ++"* c #00395A", ++"= c #6B005A", ++"- c #730863", ++"; c #007B5A", ++": c #005273", ++"> c #7B7B7B", ++", c #9C0018", ++"< c #AD0018", ++"1 c #AD0821", ++"2 c #843139", ++"3 c #DE0029", ++"4 c #845200", ++"5 c #B57300", ++"6 c #A56B39", ++"7 c #A5005A", ++"8 c #AD005A", ++"9 c #94007B", ++"0 c #BD006B", ++"q c #CE0073", ++"w c #E7007B", ++"e c #739C08", ++"r c #7B9C18", ++"t c #7BA510", ++"y c #00A57B", ++"u c #BDA500", ++"i c #BDAD08", ++"p c #BD8431", ++"a c #EF9C00", ++"s c #9CCE10", ++"d c #9CC618", ++"f c #9CCE29", ++"g c #E7CE00", ++"h c #F7DE00", ++"j c #EFDE18", ++"k c #005A8C", ++"l c #006BA5", ++"z c #007BA5", ++"x c #007BBD", ++"c c #E70884", ++"v c #008CBD", ++"b c #00B5EF", ++"n c #B59CAD", ++"m c gray68", ++"M c #BDBDB5", ++"N c None", ++/* pixels */ ++"NNNNNNNNNNNNNNNNNNMaaNNNNNNNNNNN", ++"NNNNNNNNNNNNNn999M#45pMbbbMNNNNN", ++"NNNNNNNNNNNNNo99=M#45M:bbvzNNNNN", ++"NNNNNNNkxxxkNoo-=NNNNN:::vv@@yy;", ++"NNNNNNN**lkkNMo=MNNNNNN::MN@@@;;", ++"MwcwcMN**kkkNNNNNNNNNNNNNNN@@@;;", ++"+wwq8MNN*kkNNNNNNNNNNNNNNNNNM@;N", ++"+7088MddfNNNNNNN NNN NNN N", ++"+086ddsddMNNNNN .N N N ", ++"N8M$dddeerNNNNN NNN N NNN NNN", ++"NNN$$teeeeNNNN NNN NNNN NNNN", ++"NNN%$erreeNhhjN NNN N NNN NNN", ++"NNN$%rerrNhhhhh N N N ", ++"NNNNMeMMhhhhhhhu NNN >NN N", ++"NNNNNNNM&hhhhhguNNNNNNNNNNNNNNNN", ++"NNNNNNNM&&hhuuuuNNNNNNNNNNNNNNNN", ++"NNNNNNNM&&&uuuuuNNN1mNNNNNNNNNNN", ++"NNNNNNNM&&&uuuuiN<<1XXMNNNNNNNNN", ++"NNNNNNNNN&&uuuuNN1,1XXXNNNNNNNNN", ++"NNNNNNNNNM&uuNN<11<1XXXXXNNNNNNN", ++"NNNNNNNNNN&uNNN<11,1XXXXXNNNNNNN", ++"NNNNNNNNNNNNNNNX<<<33XXX1NNNNNNN", ++"NNNNNNNNNNNNNNNXX,3333X<1NNNNNNN", ++"NNNNNNNNNNNNNNNXXX33331<1NNNNNNN", ++"NNNNNNNNNNNNNNNXXXX33,1<1NNNNNNN", ++"NNNNNNNNNNNNNNNXXXXX<1,1 c #007B5A", ++", c #004263", ++"< c #005273", ++"1 c #9C0018", ++"2 c #AD0018", ++"3 c #AD0821", ++"4 c #BD0021", ++"5 c #843139", ++"6 c #DE0029", ++"7 c #845200", ++"8 c #8C6318", ++"9 c #B57300", ++"0 c #BD7300", ++"q c #A56B39", ++"w c #A5005A", ++"e c #AD005A", ++"r c #94007B", ++"t c #BD006B", ++"y c #CE0073", ++"u c #E7007B", ++"i c #84637B", ++"p c #6B8C08", ++"a c #739C08", ++"s c #638410", ++"d c #7B9C18", ++"f c #7BA510", ++"g c #009473", ++"h c #00A57B", ++"j c #BDA500", ++"k c #BDAD08", ++"l c #BD8431", ++"z c #EF9C00", ++"x c #9CCE10", ++"c c #9CC618", ++"v c #9CCE29", ++"b c #E7CE00", ++"n c #F7DE00", ++"m c #EFDE18", ++"M c #948C4A", ++"N c #849463", ++"B c #D6AD63", ++"V c #005A8C", ++"C c #006BA5", ++"Z c #007BA5", ++"A c #007BBD", ++"S c #E70884", ++"D c #21A58C", ++"F c #008CBD", ++"G c #638CA5", ++"H c #6BA5BD", ++"J c #00B5EF", ++"K c gray61", ++"L c #B59CAD", ++"P c #84A5AD", ++"I c gray68", ++"U c #ADB5BD", ++"Y c #BDBDB5", ++"T c #CEC694", ++"R c None", ++/* pixels */ ++"RRRRRRRRRRRRRRRRRRRRRRRRRRRYzzzBRRRRRRRRRRRRRRRR", ++"RRRRRRRRRRRRRRRRRRRRRRRRRRY#9z09lRRRRRRRRRRRRRRR", ++"RRRRRRRRRRRRRRRRRRRRLrrrrYY##799lYJJJJJYRRRRRRRR", ++"RRRRRRRRRRRRRRRRRRRKorrr;:Y##799Y<", ++"RRRRRRRRRRR--ACVVVRRYo;;YRRRRRRRRRY<>>", ++"RRRYuuuRRRR-->>", ++"YSuSSuSuYRR--,VVVVRRRRRRRRRRRRRRRRRRRRRR@@@@@>>>", ++"+SuuuyewYRRR-,VVYRRRRRRRRRRRRRRRRRRRRRRRRRY@@>PR", ++"++uwwtwwYRRRRGYRRRRRRRRR RRRRRR RRRRRR RR", ++"++wteeetYcccvRRRRRRRRRR YRRR RRRR R", ++"++tewqcccxcccxYRRRRRRR RR RR RR ", ++"Y+wt$cccxccccfaRRRRRRR RRRR R RRR R RRR ", ++"RYeY=%cxcccaaadRRRRRR RRRRRR RRRRRR RRRRRR", ++"RRRRN%%cfaaaaaaRRRRRR RRRRRR RRRRRR RRRRRR", ++"RRRRN%%saaaaaaaRRRYTR RRRRRR RRRRRR RRRRRR", ++"RRRRN&%padadadaRRnnnmR RRRR R RRR R RRR ", ++"RRRRR%&sdaaddYRnnnnnnn RR RR RR ", ++"RRRRRR%saaaYYnnnnnnnnnn RRRR RRRR R", ++"RRRRRRYsaYRYnnnnnnnnnnnj RRRRRR RRRRRR RR", ++"RRRRRRRYRRRY*nnnnnnnnbjjRRRRRRRRRRRRRRRRRRRRRRRR", ++"RRRRRRRRRRRY**nnnnnbjjjjRRRRRRRRRRRRRRRRRRRRRRRR", ++"RRRRRRRRRRRY***nnnjjjjjjRRRRRRRRRRRRRRRRRRRRRRRR", ++"RRRRRRRRRRRY****bjjjjjjjRRRRR3IRRRRRRRRRRRRRRRRR", ++"RRRRRRRRRRRY****jjjjjjjjRRRR22..RRRRRRRRRRRRRRRR", ++"RRRRRRRRRRRY****jjjjjjjkRR2223...YRRRRRRRRRRRRRR", ++"RRRRRRRRRRRRR***jjjjjjYRR23133.....RRRRRRRRRRRRR", ++"RRRRRRRRRRRRRM**jjjjjYRR313231......RRRRRRRRRRRR", ++"RRRRRRRRRRRRRRY*jjjYRR22313233........RRRRRRRRRR", ++"RRRRRRRRRRRRRRR*jjRRRR32323133.......XRRRRRRRRRR", ++"RRRRRRRRRRRRRRRRjRRRRR.2322136.......3RRRRRRRRRR", ++"RRRRRRRRRRRRRRRRRRRRRR..2322666.....31RRRRRRRRRR", ++"RRRRRRRRRRRRRRRRRRRRRR...21666666.X232RRRRRRRRRR", ++"RRRRRRRRRRRRRRRRRRRRRR....666666641122RRRRRRRRRR", ++"RRRRRRRRRRRRRRRRRRRRRR.....66666633231RRRRRRRRRR", ++"RRRRRRRRRRRRRRRRRRRRRR......6666133231RRRRRRRRRR", ++"RRRRRRRRRRRRRRRRRRRRRR.......662321323RRRRRRRRRR", ++"RRRRRRRRRRRRRRRRRRRRRR........22312323RRRRRRRRRR", ++"RRRRRRRRRRRRRRRRRRRRRRR.......2121222RRRRRRRRRRR", ++"RRRRRRRRRRRRRRRRRRRRRRRY......223211YRRRRRRRRRRR", ++"RRRRRRRRRRRRRRRRRRRRRRRRO.....21311YRRRRRRRRRRRR", ++"RRRRRRRRRRRRRRRRRRRRRRRRR.....22323RRRRRRRRRRRRR", ++"RRRRRRRRRRRRRRRRRRRRRRRRRR....331URRRRRRRRRRRRRR", ++"RRRRRRRRRRRRRRRRRRRRRRRRRRR...221RRRRRRRRRRRRRRR", ++"RRRRRRRRRRRRRRRRRRRRRRRRRRRY..33YRRRRRRRRRRRRRRR", ++"RRRRRRRRRRRRRRRRRRRRRRRRRRRRY.3YRRRRRRRRRRRRRRRR", ++"RRRRRRRRRRRRRRRRRRRRRRRRRRRRR5YRRRRRRRRRRRRRRRRR" ++}; diff --cc debian/occ-icon.xpm index 000000000,000000000..e154c9113 new file mode 100644 --- /dev/null +++ b/debian/occ-icon.xpm @@@ -1,0 -1,0 +1,379 @@@ ++/* XPM */ ++static char *occ_icon[] = { ++/* columns rows colors chars-per-pixel */ ++"211 158 215 2", ++" c black", ++". c gray3", ++"X c gray13", ++"o c #313131", ++"O c #393939", ++"+ c #6B0008", ++"@ c #7B0010", ++"# c #420039", ++"$ c #731821", ++"% c #6B0039", ++"& c #004A39", ++"* c #734A00", ++"= c #634A18", ++"- c #7B5A18", ++"; c #4A6300", ++": c #527300", ++"> c #526B10", ++", c #7B6B00", ++"< c #5A7329", ++"1 c #637B31", ++"2 c #00395A", ++"3 c #520042", ++"4 c #7B0042", ++"5 c #730842", ++"6 c #630052", ++"7 c #6B005A", ++"8 c #5A2152", ++"9 c #7B2152", ++"0 c #730863", ++"q c #7B006B", ++"w c #7B216B", ++"e c #005A42", ++"r c #006B52", ++"t c #007B5A", ++"y c #216352", ++"u c #316B5A", ++"i c #004263", ++"p c #084263", ++"a c #005273", ++"s c #085A73", ++"d c #087B63", ++"f c gray29", ++"g c #4A7B6B", ++"h c gray39", ++"j c gray42", ++"k c #7B7B7B", ++"l c #8C0010", ++"z c #9C0018", ++"x c #AD0018", ++"c c #940821", ++"v c #AD0821", ++"b c #BD0021", ++"n c #843139", ++"m c #AD2139", ++"M c #CE0021", ++"N c #DE0029", ++"B c #845200", ++"V c #945A00", ++"C c #847300", ++"Z c #8C7B00", ++"A c #8C6318", ++"S c #B57300", ++"D c #BD7300", ++"F c #A54A39", ++"G c #847B21", ++"H c #A56B39", ++"J c #8C004A", ++"K c #A5005A", ++"L c #AD005A", ++"P c #AD1852", ++"I c #84315A", ++"U c #AD3142", ++"Y c #B5394A", ++"T c #94007B", ++"R c #94087B", ++"E c #BD006B", ++"W c #843173", ++"Q c #AD2173", ++"! c #CE0073", ++"~ c #E7007B", ++"^ c #8C4A52", ++"/ c #B54A5A", ++"( c #947B52", ++") c #8C4A6B", ++"_ c #946363", ++"` c #84637B", ++"' c #9C6B73", ++"] c #B5636B", ++"[ c #A57B7B", ++"{ c #6B8C08", ++"} c #739C08", ++"| c #638410", ++" . c #7B9C18", ++".. c #7BA510", ++"X. c #18846B", ++"o. c #009473", ++"O. c #00A57B", ++"+. c #73844A", ++"@. c #63847B", ++"#. c #9C8C00", ++"$. c #AD9400", ++"%. c #8CBD10", ++"&. c #9CB518", ++"*. c #BDA500", ++"=. c #BDAD08", ++"-. c #BD8431", ++";. c #84A539", ++":. c #BDAD39", ++">. c #CE8400", ++",. c #E79400", ++"<. c #EF9C00", ++"1. c #EF9C08", ++"2. c #C6AD00", ++"3. c #CEBD00", ++"4. c #CE9431", ++"5. c #DEA539", ++"6. c #E7A521", ++"7. c #9CCE10", ++"8. c #9CC618", ++"9. c #9CCE29", ++"0. c #E7CE00", ++"q. c #F7DE00", ++"w. c #F7DE08", ++"e. c #EFDE18", ++"r. c #EFD631", ++"t. c #948C4A", ++"y. c #BD944A", ++"u. c #94AD52", ++"i. c #BDB54A", ++"p. c #849463", ++"a. c #A59C7B", ++"s. c #9CB573", ++"d. c #BDB563", ++"f. c #BDB57B", ++"g. c #DEAD52", ++"h. c #D6AD63", ++"j. c #A5CE4A", ++"k. c #ADCE6B", ++"l. c #DECE52", ++"z. c #E7D64A", ++"x. c #DECE6B", ++"c. c #005284", ++"v. c #005A8C", ++"b. c #00639C", ++"n. c #186B94", ++"m. c #396B84", ++"M. c #31739C", ++"N. c #397B9C", ++"B. c #006BA5", ++"V. c #007BA5", ++"C. c #0073B5", ++"Z. c #007BBD", ++"A. c #217BAD", ++"S. c #4A7B8C", ++"D. c #A53994", ++"F. c #E70884", ++"G. c #DE318C", ++"H. c #D63994", ++"J. c #8C4A84", ++"K. c #A5529C", ++"L. c #9C6B94", ++"P. c #B57B84", ++"I. c #AD639C", ++"U. c #CE4A94", ++"Y. c #D6529C", ++"T. c #D6639C", ++"R. c #CE7BAD", ++"E. c #18A584", ++"W. c #21A58C", ++"Q. c #39AD94", ++"!. c #0884BD", ++"~. c #008CBD", ++"^. c #2184BD", ++"/. c #3994BD", ++"(. c #639C8C", ++"). c #7B948C", ++"_. c #7B8C9C", ++"`. c #4AAD94", ++"'. c #638CA5", ++"]. c #639CBD", ++"[. c #6BB5A5", ++"{. c #7BB5A5", ++"}. c #63A5BD", ++"|. c #6BA5BD", ++" X c #0094C6", ++".X c #00A5DE", ++"XX c #00B5EF", ++"oX c #18B5E7", ++"OX c #52BDDE", ++"+X c #63BDD6", ++"@X c #848484", ++"#X c gray58", ++"$X c gray61", ++"%X c #AD9C84", ++"&X c #AD9C94", ++"*X c #BD9494", ++"=X c #ADB584", ++"-X c #ADAD9C", ++";X c #BDBD94", ++":X c #B5BD9C", ++">X c #A584A5", ++",X c #B59CAD", ++".<.<.<.<.<.<.<.<.<.<.<.<.<.<.<.,.D S S S -.7XwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwX", ++"wXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwX7X* * * * * * * * S <.<.<.<.<.<.<.,.D S S S S S S S -.7XwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwX", ++"wXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwX7XwXwXwXwXwXwXwXwXwXwXwXwXwXwX7X* * * * * * * * * * * B S D S S S S S S S S S S S -.7XwXwXwXwXwXwXwXwXwXwXwXwXwXwX7X7XwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwX", ++"wXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwX7X7XI.R T K.5X7XwXwXwXwXwXwXwXwXwXwXwX7X* * * * * * * * * * * * B S S S S S S S S S S S S -.7XwXwXwXwXwXwXwXwXwXwXwX7X+XXXXXXXOXqX7X7XwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwX", ++"wXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwX7X7XI.T T T T T T T T T T I.7X7XwXwXwXwXwXwXwX7X* * * * * * * * * * * * B S S S S S S S S S S S S -.7XwXwXwXwXwXwXwX7XqXoXXXXX.X.XXXXXXX.XXX.XXXOXqX7X7XwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwX", ++"wXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwX7X7X,XD.T T T T T T T T T T T T T T T T T T I.7X7XwXwXwX7X* * * * * * * * * * * * B S S S S S S S S S S S S -.7XwXwXwX7X7XOXXXXXXXXX.XXXXXXXXXXXXXXXXXXXXXXX.XXXXXXXOXqX7X7XwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwX", ++"wXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwX5XI.R T T T T T T T T T T T T T T T T T T T T T T T T T K.7XwX7X* * * * * * * * * * * * B S S S S S S S S S S S S -.7XwX7XXX.X.XXXXXXXXXXXXX.XXXXXXXXX.XXX.X.XXXXXXXXX.X.XXXXXXX.X3X7XwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwX", ++"wXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwX$X# 3 q T T T T T T T T T T T T T T T T T T T T T q 7 7 W 7XwX7X* * * * * * * * * * * * B S S S S S S S S S S S S -.7XwX7Xa a a V..XXXXXXXXX.XXXXXXXXXXXXXXXXXXXXXXX.XXXXX.X~.~.~.3X7XwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwX", ++"wXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwX$X# # # # # 0 T T T T T T T T T T T T T T q 7 7 7 7 7 0 W 7XwX7X7X%X- * * * * * * * * * B S S S S S S S S S S -.:X7X7XwX7Xa a a a a a a v. XXXXXXX.XXXXX.XXXXXXXXXXX X~.~.V.~.~.V.3X7XwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwX", ++"wXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwX` # # # # # # # # 6 T T T T T T q q 0 7 7 7 7 7 0 7 0 7 W 7XwXwXwX7X7X7X7X( * * * * * * B S S S S S S S d.7X7X7X7XwXwXwX7Xa a a a a a a a a a a a ~..X.XXXXXXX X~.V.V.V.~.~.~.~.~.3X7XwXwXwXwXwXwXwXwXwXwXwX7X6XE.O.`.1X7X7XwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwX", ++"wXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwX7X7X|.|.7X7XwXwXwXwXwXwXwXwXwXwXwXwXwXwX` # # # # # # # # # # # 6 0 0 7 7 7 7 7 0 7 7 0 7 0 7 7 W 7XwXwXwXwXwXwXwX7X7X7X%X- * * B S S S -.:X7X7X7XwXwXwXwXwXwXwX7Xa a a a a a a a a a a a a a a v.~.~.V.V.V.~.~.~.~.~.~.V.3X7XwXwXwXwXwXwXwXwXwX7X`.O.O.O.O.O.O.O.O.W.[.7X7X7XwXwXwXwXwXwXwXwXwXwXwX", ++"wXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwX7X7X|.Z.Z.Z.Z.Z.Z.Z.|.7XwXwXwXwXwXwXwXwXwXwXwXwX` # # # # # # # # # # # # 0 7 0 7 7 7 7 7 7 7 7 0 7 7 0 W 7XwXwXwXwXwXwXwXwXwXwXwX7X7X%XA d.7X7X7X7XwXwXwXwXwXwXwXwXwXwX7Xa a a a a a a a a a a a a a a c.V.~.~.~.V.V.V.~.~.~.V.V.3X7XwXwXwXwXwXwX7X[.O.O.O.O.O.o.O.O.O.O.O.O.O.O.O.O.W.{.7X7X7XwXwXwXwXwXwX", ++"wXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwX7X7X3X/.Z.Z.Z.Z.Z.Z.Z.Z.Z.Z.Z.Z.Z.!.2X7XwXwXwXwXwXwXwXwXwX` # # # # # # # # # # # # 7 0 7 7 0 7 7 7 7 7 7 7 0 7 7 W 7XwXwXwXwXwXwXwXwXwXwXwXwXwXwX7X7XwXwXwXwXwXwXwXwXwXwXwXwXwXwX7Xa a a a a a a a a a a a a a a c.~.~.V.~.~.~.~.~.V.V.V.V.3X7XwXwXwX7X1XE.O.O.O.O.O.O.o.O.O.O.O.O.o.O.O.O.O.O.O.O.O.O.O.Q.{.7X7XwXwX", ++"wXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwX7X7X].^.Z.Z.Z.Z.Z.Z.Z.Z.Z.Z.Z.Z.Z.Z.Z.Z.Z.Z.Z.Z.^.3X7XwXwXwXwXwXwX` # # # # # # # # # # # # 7 7 0 7 7 7 7 7 7 7 7 0 7 7 7 W 7XwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwX7Xa a a a a a a a a a a a a a a c.~.V.~.~.~.~.V.~.~.V.V.V.3X7XwX7XW.O.O.O.O.O.O.o.O.o.O.o.O.O.o.o.O.O.O.O.O.O.O.O.O.O.O.O.O.O.O.O.7X", ++"wXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXA.Z.Z.Z.Z.Z.Z.Z.Z.Z.Z.Z.Z.Z.Z.Z.Z.Z.Z.Z.Z.Z.Z.Z.Z.Z.Z.Z.Z.Z.C.B.7XwXwXwXwX` # # # # # # # # # # # # 7 7 7 7 0 7 7 0 7 7 0 7 7 0 7 W 7XwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwX7Xa a a a a a a a a a a a a a a c.~.~.~.~.V.~.~.V.~.~.~.~.5X7XwX7X& & & & & d O.o.O.O.o.O.O.O.o.o.O.O.O.O.o.O.O.O.O.O.O.O.O.d t t 7X", ++"wXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwX2 2 v.Z.Z.Z.Z.Z.Z.Z.Z.Z.Z.Z.Z.Z.Z.Z.Z.Z.Z.Z.Z.Z.Z.Z.C.B.v.v.v.v.7XwXwXwXwX` # # # # # # # # # # # # 7 7 7 7 7 0 7 7 0 7 7 0 7 7 7 W 7XwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwX7Xa a a a a a a a a a a a a a a a V.V.~.~.~.~.~.~.~.~.V.~.7X7XwX7X& & & & & & & & & r o.O.O.O.O.O.O.O.O.O.O.O.O.o.O.O.o.d t t t d 7X", ++"wXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwX2 2 2 2 i Z.Z.Z.Z.Z.Z.Z.Z.Z.Z.Z.Z.Z.Z.Z.Z.Z.C.b.v.v.v.v.v.v.v.v.7XwXwXwXwX7X7X` # # # # # # # # # # 7 7 7 7 0 7 7 0 7 7 0 7 7 J.7X7X7XwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwX7X6Xm.a a a a a a a a a a a a a a V.V.V.~.V.~.~.~.~.~.~.2X7XwXwX7X& & & & & & & & & & & & & e d O.O.O.O.O.O.o.O.O.o.t t d t t t t 7X", ++"wXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwX2 2 2 2 2 2 2 B.Z.Z.Z.Z.Z.Z.Z.Z.Z.Z.C.b.v.v.v.v.v.v.v.v.v.v.v.v.7XwXwXwXwXwXwX7X7X7X8 # # # # # # # 0 7 7 7 7 0 7 7 0 0 I.7X7X7XwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwX7X7X7X{.s a a a a a a a a a a V.V.V.~.~.~.~.~.}.7X7X7XwXwXwX7X& & & & & & & & & & & & & & & & & e d O.O.O.X.t t t t d t d t t 7X", ++"wXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwX2 2 2 2 2 2 2 2 2 c.Z.Z.Z.Z.Z.B.v.v.v.v.v.v.v.v.v.v.v.v.v.v.v.v.7XwXwXwXwXwXwXwXwXwX7X7X&X3 # # # # 7 0 7 7 0 7 J.5X7X7X7XwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwX7X7X7X5XS.a a a a a a c.V.~.V.~.~./.6X7X7XwXwXwXwXwXwX7X& & & & & & & & & & & & & & & & & & & & & t t t t t t d d t t t 7X", ++"wXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwX7X7XT.5X7XwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwX2 2 2 2 2 2 2 2 2 2 2 a v.v.v.v.v.v.v.v.v.v.v.v.v.v.v.v.v.v.v.v.7XwXwXwXwXwXwXwXwXwXwXwXwX7X7X` # # 7 7 w >X7X7X7X7XwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwX7X7X7X ; ; ; ..7.7.8.8.8.7.8.8.8.7.8.8.7.8.8.7.7.8.8.7.8.8.7.7.8.8.%...| ....} } } } } } } } 7XwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXX 7XwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwX7X O 7XwX7XX h 7XwXwXwXwXwXwXwXwX7X 7XX h 7XwXwXwXwXwXwXwXwX7X 7X", ++"wXwXwXwXwXwX7X9 % K L E K K K.7X7X7XwX1 ; ; ; ; ; : %.8.8.8.8.7.7.8.8.7.8.8.7.8.8.8.7.8.8.7.8.8.%...} } } } } } } } } } } .} .7XwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwX7X O 7XwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwX. 7XwX7X 7XwXwXwXwXwXwXwXwXwXwX. 7X 7XwXwXwXwXwXwXwXwXwXwX. 7X", ++"wXwXwXwXwXwXwX7XI L Q ,X7X7X7XwXwXwXwX1 ; ; ; ; > ; ; 8.8.7.7.8.8.8.7.8.8.7.7.8.8.7.8.8.7.%...} | ..} } } } } } } } } } } } } } 7XwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXf 7XwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwX7X @X7X6X f 7XwXwXwXwXwXwXwXwXwXwX#X 6X f 7XwXwXwXwXwXwXwXwXwXwX#X 7X", ++"wXwXwXwXwXwXwXwX7X7X7X7XwXwXwXwXwXwXwXp.; ; > ; ; > ; ; ..8.7.8.7.8.8.7.8.8.8.7.8.8.%.....} } } } } .} } .} } } } } } } } } .7XwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwX7X 7XwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwX7X o 7Xj 7X7XwXwXwXwXwXwXwXwXwXwX7X7X7X7X7X7X7X7X7X7X7X7Xj 7X7XwXwXwXwXwXwXwXwXwXwX7X7X7X7X7X7X7X7X7X7X7X7X7X", ++"wXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXp.; ; ; ; ; ; ; ; ; : 8.8.8.8.7.7.8.8.%.%...} } } } } .} .} } } } } } } } } } } } } } } 7XwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwX7X f 7XwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwX7X. 7XO 7X7XwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXO 7X7XwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwX", ++"wXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXp.; ; ; ; ; ; > ; ; ; ; 8.8.8.7.7.%...} } ..} } } .} } } } } } } .} } } } } } } } } } } 7XwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwX7X #X7XwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXf 7Xo 7XwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXo 7XwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwX", ++"wXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXp.; ; ; ; ; ; ; ; ; > ; ; ..| } ..} } } } } } .} } } } .} } } } } } } } . . . . .} } } 7XwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwX7X #X7XwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXh 7X 7XwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwX 7XwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwX", ++"wXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXp.; ; ; ; ; ; ; ; > ; ; ; ..} .} } .} .} } } } } } } } } } } .} .} . .} } .} } } } 7XwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwX7X7XwXwXwXwXwXwXwXwXwXwXwXwXwXwX7X #X7XwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXh 7X 7XwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwX 7XwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwX", ++"wXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXp.; ; > ; ; ; ; ; ; ; ; ; | } } } } } } } } } .} } } } } . .} } } } } } } } } } } .} } 7XwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwX7Xr.q.q.9X7XwXwXwXwXwXwXwXwXwXwXwXwX7X #X7XwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXh 7Xo 7XwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXo 7XwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwX", ++"wXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXp.; > ; ; ; ; > ; ; ; ; > { } } } } } } .} .} } .} } } } } } .} } . . .} } .} } } } 7XwXwXwXwXwXwXwXwXwXwXwXwXwX7X0Xw.q.q.q.q.q.q.7X7XwXwXwXwXwXwXwXwXwXwX7X h 7XwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXo 7Xo 7XwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXo 7XwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwX", ++"wXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXp.; ; ; ; ; ; ; > ; ; ; ; | } .} } .} } } } } } } } } } .} } . .} } } . . . . .} } .7XwXwXwXwXwXwXwXwXwXwXwX7Xz.q.q.q.q.q.q.q.q.q.q.w.7XwXwXwXwXwXwXwXwXwX7X X 7XwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwX7X X 7Xh 7XwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXh 7XwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwX", ++"wXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXp.; ; ; ; > ; ; ; ; > ; ; { . .} } } } } } . .} } } } .} . .} } } } . .} } .} } } } 7XwXwXwXwXwXwXwXwX7Xl.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.e.7XwXwXwXwXwXwXwX7Xo 7XwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwX7X j 7X#X 6X7XwXwXwXwXwXwXwXwXwXwX6X #X 6X7XwXwXwXwXwXwXwXwXwXwX6X wX", ++"wXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwX-X; ; ; ; ; ; ; ; ; ; > ; | } . .} .} } } } } } .} } } .} } } .} .} } } } } } .} ;.7XwXwXwXwXwX7Xx.q.w.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.z.7XwXwXwXwXwXwX$X 7XwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwX@X 7X7X7X f 7XwXwXwXwXwXwXwXwXwXwXh 7X f 7XwXwXwXwXwXwXwXwXwXwXh wX", ++"wXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwX7X7X; ; ; ; ; ; > ; ; ; > { .} } } } . .} } } . .} } } } . .} } } } .} } .} } =X7X7X7XwXwXwX0Xe.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.x.7XwXwXwXwX7X o 7XwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwX 7XwX7X 7XwXwXwXwXwXwXwXwXwXwX 7X 7XwXwXwXwXwXwXwXwXwXwX wX", ++"wXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwX7X7X; ; ; ; ; ; > ; ; ; | } } } } .} } .} } } . .} } } } . .} } .} } } s.7X7X7XwXwXwX7Xz.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.7XwXwXwX7Xo 7XwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwX6X j 7XwX7XO #X7XwXwXwXwXwXwXwXwX6X 7XO #X7XwXwXwXwXwXwXwXwX6X 7X", ++"wXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwX7X> ; ; ; ; ; > ; ; { } } .} } .} } } .} } } } } } . .} } } } ;.7X7X7XwXwXwXwX7Xq.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.r.7XwXwX7X X 7XwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwX7X 7X7XwXwX6X 7XwXwXwXwXwXwXwX7X O 7X6X 7XwXwXwXwXwXwXwX7X O 7X", ++"wXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwX7X> ; ; ; ; ; > ; | } . . .} } } . . . .} } } } } } . . .4X7X7XwXwXwXwX7Xz.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.l.7XwXo 4XwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXh k 7XwXwXwX7X j 7XwXwXwXwX6X 7X7X7X j 7XwXwXwXwX6X 7X7X", ++"wXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwX7X< ; > ; ; ; ; | . .} } . .} } } .} } } } . .} =X7X7X7XwXwXwX7Xx.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.x.7X 7XwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwX7X 7XwXwXwXwXwX4X o o . 7XwXwX4X o o . 7X4X", ++"wXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwX7X+.; ; > ; ; | } } } } } . .} } } } .} } .7X7X7XwXwXwX7X0Xe.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.6X 7XwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwX7XX 7X7XwXwXwXwXwX7X. 7X7XwXwX7X. 7X7XwX", ++"wXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwX7X@X> ; ; ; | .} } .} } } .} } . .s.7X7X7XwXwXwX7Xr.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.7Xk 7XwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwX7XX $X7XwXwXwXwXwXwXwX7X f 7XwXwXwXwX7X f 7XwXwX", ++"wXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwX7X1X; ; > > } } } } } .} } } ;.7X7X7XwXwXwXwX7Xq.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.7X7X . 7XwXwXwXwXwXwXwXwXwXwXwXwXwXwXwX7XO 7X7XwXwXwXwXwXwXwXwX7X$X k 7XwXwXwXwXwX7X$X k 7XwX7XwX", ++"wXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwX7X6X; ; | .} } .} } .:X7X7XwXwXwXwXwXwXwX7X, 3.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.3.*.*.*.7XX X 7XwXwXwXwXwXwXwXwXwXwXwX7Xj 6X7XwXwXwXwXwXwXwXwXwXwX7X$X k 7XwXwXwXwXwXwXwX7X$X k 7XwXwXwXwX", ++"wXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwX7X7X; | } } } } =X7X7X7XwXwXwXwXwXwXwXwXwX7X, , #.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.2.*.*.*.*.*.7X7X@X . @X7X7X7XwX7X7X7X$XX o 7X7XwXwXwXwXwXwXwXwXwXwXwXwX7X7X $X7XwXwXwXwXwXwXwXwXwX7X7X $X7XwXwXwXwXwX", ++"wXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwX7X| } u.7X7X7XwXwXwXwXwXwXwXwXwXwXwXwX7X, , , , q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.0.2.*.*.*.*.*.*.*.7XwX7X7Xf X 7X7XwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwX7Xk X 7X7XwXwXwXwXwXwXwXwXwXwXwXwX7Xk X 7X7XwXwXwXwXwXwX", ++"wXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwX7X7X7XwXwXwXwXwXwXwXwXwXwXwXwXwXwXwX7X, , , , , , 0.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.0.2.*.*.*.*.*.*.*.*.*.*.7XwXwXwX7X7X@X. f 7X7XwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwX7X7Xk o 7X7XwXwXwXwXwXwXwXwXwXwXwXwXwXwXwX7X7Xk o 7X7XwXwXwXwXwXwXwXwX", ++"wXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwX7X, , , , , , , 2.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.0.*.*.*.*.*.*.*.*.*.*.*.*.*.7XwXwXwXwXwXwX7X7X6X@Xh h h ).7X7X7X7XwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwX7X7X#XO f 4X7X7XwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwX7X7X#XO f 4X7X7XwXwXwXwXwXwXwXwXwXwX", ++"wXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwX7X, , , , , , , , C q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.0.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.7XwXwXwXwXwXwXwXwXwX7X7X7X7X7XwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwX7X7X7X7X7X7X7X7X7X7X7XwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwX7X7X7X7X7X7X7X7X7X7X7XwXwXwXwXwXwXwXwXwXwXwXwX", ++"wXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwX7X, , , , , , , , , , 0.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.3.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.7XwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwX", ++"wXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwX7X, , , , , , , , , , , $.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.0.2.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.7XwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwX", ++"wXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwX7X, , , , , , , , , , , , C q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.0.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.7XwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwX", ++"wXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwX7X, , , , , , , , , , , , , Z q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.3.2.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.7XwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwX", ++"wXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwX7X, , , , , , , , , , , , , , , q.q.q.q.q.q.q.q.q.q.q.q.q.0.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.7XwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwX", ++"wXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwX7X, , , , , , , , , , , , , , , , 2.q.q.q.q.q.q.q.q.q.0.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.7XwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwX7X7XwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwX", ++"wXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwX7X, , , , , , , , , , , , , , , , , Z q.q.q.q.q.q.3.2.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.7XwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXP.x + &X7XwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwX", ++"wXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwX7X, , , , , , , , , , , , , , , , , , , 0.q.0.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.7XwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwX7Xx v v + + + 4X7XwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwX", ++"wXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwX7X, , , , , , , , , , , , , , , , , , , , *.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.7XwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwX] x x v v + + + + + 7X7XwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwX", ++"wXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwX7X, , , , , , , , , , , , , , , , , , , , *.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.7XwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwX,Xx v v v x v + + + + + + $ 7XwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwX", ++"wXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwX7X, , , , , , , , , , , , , , , , , , , , *.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.7XwXwXwXwXwXwXwXwXwXwXwXwXwXwXwX5Xv z x v z z x v + + + + + + + + n 7XwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwX", ++"wXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwX7X, , , , , , , , , , , , , , , , , , , , *.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.7XwXwXwXwXwXwXwXwXwXwXwXwXwX7XU v v v x z v v x z + + + + + + + + + + ^ 7XwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwX", ++"wXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwX7X, , , , , , , , , , , , , , , , , , , , *.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.7XwXwXwXwXwXwXwXwXwXwXwX7X] x v z z z z v x z x v + + + + + + + + + + + + _ 7XwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwX", ++"wXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwX7X, , , , , , , , , , , , , , , , , , , , *.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.=.7XwXwXwXwXwXwXwXwXwXwX*Xv z v x v x x x z v v x v + + + + + + + + + + + + + $ 7XwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwX", ++"wXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwX7X7X, , , , , , , , , , , , , , , , , , , *.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.=.7X7X7XwXwXwXwXwXwXwX7X5Xx x x v x v z z z x v x x v v + + + + + + + + + + + + + + + n 7X7XwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwX", ++"wXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwX7X7X, , , , , , , , , , , , , , , , , *.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.7X7X7XwXwXwXwXwXwXwXwX7XU x v v z v x z x z v v v z z x x v + + + + + + + + + + + + + + + + + + _ 7XwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwX", ++"wXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwX7X7X, , , , , , , , , , , , , , , , *.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.;X7X7XwXwXwXwXwXwXwXwXwX7Xx z v z x v v x z z x v v v x z x x z + + + + + + + + + + + + + + + + + + + + [ 7XwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwX", ++"wXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwX7X, , , , , , , , , , , , , , , *.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.f.7X7XwXwXwXwXwXwXwXwXwX7XU v x x v v v v v x z z z v x v x z v v v + + + + + + + + + + + + + + + + + + + + + + &X7XwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwX", ++"wXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwX7X, , , , , , , , , , , , , , *.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.=.7X7XwXwXwXwXwXwXwXwXwX7X] x v x x x v v v v v x x z z v v v x z x v x + + + + + + + + + + + + + + + + + + + + + + + + 5X7XwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwX", ++"wXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwX7XG , , , , , , , , , , , , *.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.7X7X7XwXwXwXwXwXwXwXwXwX*Xv x z v v x x v z x v v x x x x v v v x z v x v + + + + + + + + + + + + + + + + + + + + + + + + + @ 7XwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwX", ++"wXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwX7Xt., , , , , , , , , , , $.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.7X7X7XwXwXwXwXwXwXwXwXwX7Xx v v x z v v z x v v v x v x x z x v x v x z v z x + + + + + + + + + + + + + + + + + + + + + + + + + + + n 7XwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwX", ++"wXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwX7Xa., , , , , , , , , , $.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.;X7X7XwXwXwXwXwXwXwXwXwX7Xv z x v v x x v x z z v v v v v x x z x v v v x z v v v + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 4X7XwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwX", ++"wXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwX7X:X, , , , , , , , , $.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.f.7X7XwXwXwXwXwXwXwXwXwX7X/ x x x v x v z x v v z x v x v v v x x z x v v v x z v v v + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @ 5X7XwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwX", ++"wXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwX7X7X, , , , , , , , $.*.*.*.*.*.*.*.*.*.*.*.*.*.*.d.7X7XwXwXwXwXwXwXwXwXwXwXP.v v x x x v v v x z v v x x v v x z v x x z x v x v x z x v v + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + $ 7XwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwX", ++"wXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwX7X, , , , , , , $.*.*.*.*.*.*.*.*.*.*.*.*.i.7X7XwXwXwXwXwXwXwXwXwX7X4Xx z z v x x x v v v x z v z z x v v v v v x x z x v v v x z v v v + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + n 7XwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwX", ++"wXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXa., , , , , , $.*.*.*.*.*.*.*.*.*.*.:.7X7XwXwXwXwXwXwXwXwXwXwX7Xv x v z x v x x z v x v x x v v x z v v v v v x x z x v v v x z v v v + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + [ 7XwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwX", ++"wXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwX7X:X, , , , , $.*.*.*.*.*.*.*.*.:.7X7XwXwXwXwXwXwXwXwXwXwXwXwX_ z v v z x v x x z v v v z x v v x x v v x z v x x z x v x v x z x v v + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + c ] 7XwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwX", ++"wXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwX7X6X, , , , $.*.*.*.*.*.*.*.f.7XwXwXwXwXwXwXwXwXwXwXwXwXwXwX_ @ v v z x v x x x v v v x x v v x x v x v v v x z x x v v v x z v v v + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @ z x ] 7XwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwX", ++"wXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwX7X, , , $.*.*.*.*.*.d.7X7XwXwXwXwXwXwXwXwXwXwXwXwXwXwXwX_ + + v z x v x x x v x v x x v v x x v v v v v x z x x v v v x x v v z + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + $ v z x ] 7XwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwX", ++"wXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwX7X, , $.*.*.*.i.7X7XwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwX' + + + l x v x x x v v v x z v x x x v v v x v x z x x v x v x x v v v + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + l z v x x *X7XwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwX", ++"wXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwX7X, #.*.:.7X7XwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwX_ + + + + @ z x x x v v v z z v v x x v z x v v x z x x v v v x x v N N N @ + + + + + + + + + + + + + + + + + + + + + + + + + + + + z z z v x x *X7XwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwX", ++"wXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwX7Xy.7X7XwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwX' + + + + + + z x x v z v x z v v x x v v v v v x z x x v v v x z N N N N N b + + + + + + + + + + + + + + + + + + + + + + + + + + z x z x v x z *X7XwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwX", ++"wXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwX7XwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwX_ + + + + + + + + z x x x x v x z v v x z z x z z v z v x x v N N N N N N N N N N + + + + + + + + + + + + + + + + + + + + + + c v v v x v x x v *X7XwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwX", ++"wXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwX_ + + + + + + + + + @ z x v x x x v z z z x z x v x v z x b N N N N N N N N N N N N v + + + + + + + + + + + + + + + + + + + z v v v x v x z v v 7X7XwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwX", ++"wXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwX_ + + + + + + + + + + + v v v x x z v x x x x z z v z v N N N N N N N N N N N N N N N N + + + + + + + + + + + + + + + + @ z x z x x v x v x x z 7XwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwX", ++"wXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwX_ + + + + + + + + + + + + z x z x v x z z x x x v x b N N N N N N N N N N N N N N N N N N v + + + + + + + + + + + + + @ v x x v v v x v z z z x 7XwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwX", ++"wXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwX_ + + + + + + + + + + + + + @ x z v v x z z x x v N N N N N N N N N N N N N N N N N N N N N N @ + + + + + + + + + + z x x x x z x z v x v x z z 7XwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwX", ++"wXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwX_ + + + + + + + + + + + + + + + z x z z z z z b N N N N N N N N N N N N N N N N N N N N N N N N v + + + + + + + @ v z x x x x v v v x v x x v x 7XwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwX", ++"wXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwX_ + + + + + + + + + + + + + + + + z v x z v N N N N N N N N N N N N N N N N N N N N N N N N N N N b + + + + + $ x v v x x x x z z x v x v z z v 7XwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwX", ++"wXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwX_ + + + + + + + + + + + + + + + + @ z z b N N N N N N N N N N N N N N N N N N N N N N N N N N N N N N $ + + l v v z z x x x x v v v x v z x v v 7XwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwX", ++"wXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwX_ + + + + + + + + + + + + + + + + + + z N N N N N N N N N N N N N N N N N N N N N N N N N N N N N N N N b z x x z v x x x z x z z x v x v x z v 7XwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwX", ++"wXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwX_ + + + + + + + + + + + + + + + + + + + @ N N N N N N N N N N N N N N N N N N N N N N N N N N N N N N N v x x x v z z x x x x v v v x v x x v v 7XwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwX", ++"wXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwX_ + + + + + + + + + + + + + + + + + + + + + M N N N N N N N N N N N N N N N N N N N N N N N N N N N M z z v x z z v x z x z x z z x v x v z x v 7XwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwX", ++"wXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwX_ + + + + + + + + + + + + + + + + + + + + + + l N N N N N N N N N N N N N N N N N N N N N N N N N x z x v z x x v x z z x x x v v v x v z z v v 7XwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwX", ++"wXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwX_ + + + + + + + + + + + + + + + + + + + + + + + + N N N N N N N N N N N N N N N N N N N N N N N b z z z x v x z z v x x x x x z z x v x v x x v 7XwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwX", ++"wXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwX_ + + + + + + + + + + + + + + + + + + + + + + + + + b N N N N N N N N N N N N N N N N N N N N x x z z x v z z x v x z z x x x v v v x v z z v z 7XwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwX", ++"wXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwX_ + + + + + + + + + + + + + + + + + + + + + + + + + + @ N N N N N N N N N N N N N N N N N N x x z v x x x v x z x v z z z x x z z x v x v x x v 7XwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwX", ++"wXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwX_ + + + + + + + + + + + + + + + + + + + + + + + + + + + + N N N N N N N N N N N N N N N M z x z z z z z v z x x v x z z x x x v v v x v z z v v 7XwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwX", ++"wXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwX_ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + b N N N N N N N N N N N N x v z z x z v x x x v x z x v x z z x x z z x v x v x x v 7XwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwX", ++"wXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwX_ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @ N N N N N N N N N N x v x z x z z z z z v z x x v z z x z z x v v v x v z z v v 7XwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwX", ++"wXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwX' + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + M N N N N N N v v v x z v v v v x v v x x v v z z v x v v v x x x x x x v v x 7XwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwX", ++"wXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwX_ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + z N N N N x z x v x z v z v v x v v z x v v z x v v v v v x x x x x x v v x 7XwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwX", ++"wXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwX' + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + N b v x z z v x z v v x v x v v x x v v x x v v v x v x x x x x x v x x 7XwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwX", ++"wXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwX7X+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @ v v x z z v x x v v v x x v v z x v v x x v z x v v x x x x x x v v 7X7XwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwX", ++"wXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwX7X$ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @ v v x z x v x x v v v v x v v x x v v x z v v v v v x x x x x x m 7X7XwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwX", ++"wXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwX7X$ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @ x v x z x v z x v v v v x v v z x v v z z v v v v v x x x x x m 7X7XwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwX", ++"wXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwX7X) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @ v v x z x v x x v v v x x v v x x v v x z v z x v v x x x x / 7X7XwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwX", ++"wXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwX7X[ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @ z x x x x v z x v v x v x v v z x v v x x v v v x v x x x P.7XwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwX", ++"wXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwX7X,X+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + @ z x x x x v x x v z v v x v v x x v v x x v v v v v x x P.7XwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwX", ++"wXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwX7X7X@ + + + + + + + + + + + + + + + + + + + + + + + + + + + @ x x z x x v z x v v v v x v v z x v v z x v z v v v x v 7XwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwX", ++"wXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwX7X7X+ + + + + + + + + + + + + + + + + + + + + + + + + + + @ x z x x x v x x v v v v x v v x x v v z x v v x z x m 7X7XwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwX", ++"wXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwX7X+ + + + + + + + + + + + + + + + + + + + + + + + + + @ z v x x x v z x v x v v x v v z x v v z x v v x x / 7X7XwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwX", ++"wXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwX7X$ + + + + + + + + + + + + + + + + + + + + + + + + @ x v x z x v x x v v x v x v v x x v v z x v v x ] 7XwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwX", ++"wXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwX7X$ + + + + + + + + + + + + + + + + + + + + + + + @ z v x x x v z x v v v x x v v z x v v z x v v P.7XwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwX", ++"wXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwX7X) + + + + + + + + + + + + + + + + + + + + + + @ v v x z x v x x v v v v x v v x x v v z x z ,X7XwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwX", ++"wXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwX7X[ + + + + + + + + + + + + + + + + + + + + + @ z x x z x v z x v v v v x v v z x v v z x 5X7XwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwX", ++"wXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwX7X&X+ + + + + + + + + + + + + + + + + + + + @ z x x z x v x x v v v x x v v x x v x v 5X7XwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwX", ++"wXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwX7X7X+ + + + + + + + + + + + + + + + + + + l x v x v v x x v x z z x v x x x v x ] 7X7XwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwX", ++"wXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwX7X+ + + + + + + + + + + + + + + + + + l v x v x z z v z z z x x x z x v x P.7XwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwX", ++"wXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwX7X+ + + + + + + + + + + + + + + + + l z v x v v x x v x x x x v x x x ,X7XwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwX", ++"wXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwX7X$ + + + + + + + + + + + + + + + l v x v x z z v z z z z x z z x 5X7XwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwX", ++"wXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwX7Xn + + + + + + + + + + + + + + l z v x v v x x v x z z z v x 7X7XwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwX", ++"wXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwX7X^ + + + + + + + + + + + + + l v x v x z z v z z z z x v 7X7XwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwX", ++"wXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwX7X[ + + + + + + + + + + + + l z v x v v x x v x z z x 7X7XwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwX", ++"wXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwX7X,X+ + + + + + + + + + + l v x v x z z v z x v z ,X7XwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwX", ++"wXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwX7X5X+ + + + + + + + + + l z v x v v x x v x x 5X7XwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwX", ++"wXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwX7X7X+ + + + + + + + + l v x v z z z v z x 5X7XwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwX", ++"wXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwX7X+ + + + + + + + l z v x v v x x v 7X7XwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwX", ++"wXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwX7X$ + + + + + + z v x v x z z x 7X7XwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwX", ++"wXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwX7Xn + + + + + z z v x v v v 7X7XwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwX", ++"wXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwX7X^ + + + + z v x v z m 7X7XwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwX", ++"wXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwX7X[ + + + z z v x m 7X7XwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwX", ++"wXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwX7X$ + + z v v / 7X7XwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwX", ++"wXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwX7Xn + z z P.7XwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwX", ++"wXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwX7X^ c *X7XwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwX" ++}; diff --cc debian/opencascade-draw.desktop index 000000000,000000000..47a9f3d16 new file mode 100644 --- /dev/null +++ b/debian/opencascade-draw.desktop @@@ -1,0 -1,0 +1,11 @@@ ++[Desktop Entry] ++Encoding=UTF-8 ++Name=OpenCASCADE ++Comment=OpenCASCADE DRAWEXE test harness ++Exec=DRAWEXE ++Icon=occ-icon-32.xpm ++Terminal=true ++Type=Application ++Version=1.0 ++Categories=ConsoleOnly;Application;Graphics;3DGraphics;DataVisualization; ++StartupNotify=false diff --cc debian/opencascade-draw.install index 000000000,000000000..0e84a6cb7 new file mode 100644 --- /dev/null +++ b/debian/opencascade-draw.install @@@ -1,0 -1,0 +1,360 @@@ ++usr/bin/DRAWEXE ++usr/share/man/man1/DRAWEXE.1 ++ ++# PACKAGES = TKDraw TKTopTest TKViewerTest TKXSDRAW TKDCAF TKXDEDRAW TKTObjDRAW DRAWEXE ++# ++# See ros/adm/make/Makefile.am ++# Draw_PKGS = TKDraw TKTopTest TKViewerTest TKXSDRAW TKDCAF TKXDEDRAW TKTObjDRAW DRAWEXE ++usr/lib/opencas/libTKDraw.so ++usr/lib/opencas/libTKTopTest.so ++usr/lib/opencas/libTKViewerTest.so ++usr/lib/opencas/libTKXSDRAW.so ++usr/lib/opencas/libTKDCAF.so ++usr/lib/opencas/libTKXDEDRAW.so ++usr/lib/opencas/libTKTObjDRAW.so ++ ++usr/share/opencascade/6.5.0/src/DrawResources/*.tcl ++usr/share/opencascade/6.5.0/src/DrawResources/DrawDefault ++usr/share/opencascade/6.5.0/src/DrawResources/DrawPlugin ++ ++usr/share/applications/* ++usr/share/pixmaps/* ++ ++# Includes are not needed by DRAWEXE runtime ++# for p in TKDraw TKTopTest TKViewerTest TKXSDRAW TKDCAF TKXDEDRAW TKTObjDRAW DRAWEXE; do for f in $(cat ros/src/$p/PACKAGES); do grep pubinclude ros/drv/$f/.adm/$f.files; done; done | sed -e 's,pubinclude ,usr/include/opencascade/,' | LC_ALL=C sort -u ++# usr/include/opencascade/BOPTest.hxx ++# usr/include/opencascade/BOPTest_DrawableShape.hxx ++# usr/include/opencascade/BRepTest.hxx ++# usr/include/opencascade/COMMANDWINDOW.h ++# usr/include/opencascade/DBRep.hxx ++# usr/include/opencascade/DBRep_DrawableShape.hxx ++# usr/include/opencascade/DBRep_Edge.hxx ++# usr/include/opencascade/DBRep_Edge.lxx ++# usr/include/opencascade/DBRep_Face.hxx ++# usr/include/opencascade/DBRep_Face.lxx ++# usr/include/opencascade/DBRep_HideData.hxx ++# usr/include/opencascade/DBRep_HideData.lxx ++# usr/include/opencascade/DBRep_IsoBuilder.hxx ++# usr/include/opencascade/DBRep_IsoBuilder.lxx ++# usr/include/opencascade/DBRep_ListIteratorOfListOfEdge.hxx ++# usr/include/opencascade/DBRep_ListIteratorOfListOfFace.hxx ++# usr/include/opencascade/DBRep_ListIteratorOfListOfHideData.hxx ++# usr/include/opencascade/DBRep_ListNodeOfListOfEdge.hxx ++# usr/include/opencascade/DBRep_ListNodeOfListOfFace.hxx ++# usr/include/opencascade/DBRep_ListNodeOfListOfHideData.hxx ++# usr/include/opencascade/DBRep_ListOfEdge.hxx ++# usr/include/opencascade/DBRep_ListOfFace.hxx ++# usr/include/opencascade/DBRep_ListOfHideData.hxx ++# usr/include/opencascade/DDF.hxx ++# usr/include/opencascade/DDF_AttributeBrowser.hxx ++# usr/include/opencascade/DDF_Browser.hxx ++# usr/include/opencascade/DDF_Data.hxx ++# usr/include/opencascade/DDF_IOStream.hxx ++# usr/include/opencascade/DDF_StackIteratorOfTransactionStack.hxx ++# usr/include/opencascade/DDF_StackNodeOfTransactionStack.hxx ++# usr/include/opencascade/DDF_Transaction.hxx ++# usr/include/opencascade/DDF_TransactionStack.hxx ++# usr/include/opencascade/DDataStd.hxx ++# usr/include/opencascade/DDataStd_DrawDriver.hxx ++# usr/include/opencascade/DDataStd_DrawPresentation.hxx ++# usr/include/opencascade/DDataStd_TreeBrowser.hxx ++# usr/include/opencascade/DDocStd.hxx ++# usr/include/opencascade/DDocStd_DrawDocument.hxx ++# usr/include/opencascade/DNaming.hxx ++# usr/include/opencascade/DNaming_BooleanOperationDriver.hxx ++# usr/include/opencascade/DNaming_BoxDriver.hxx ++# usr/include/opencascade/DNaming_CylinderDriver.hxx ++# usr/include/opencascade/DNaming_DataMapIteratorOfDataMapOfShapeOfName.hxx ++# usr/include/opencascade/DNaming_DataMapNodeOfDataMapOfShapeOfName.hxx ++# usr/include/opencascade/DNaming_DataMapOfShapeOfName.hxx ++# usr/include/opencascade/DNaming_FilletDriver.hxx ++# usr/include/opencascade/DNaming_Line3DDriver.hxx ++# usr/include/opencascade/DNaming_PointDriver.hxx ++# usr/include/opencascade/DNaming_PrismDriver.hxx ++# usr/include/opencascade/DNaming_RevolutionDriver.hxx ++# usr/include/opencascade/DNaming_SelectionDriver.hxx ++# usr/include/opencascade/DNaming_SphereDriver.hxx ++# usr/include/opencascade/DNaming_TransformationDriver.hxx ++# usr/include/opencascade/DPrsStd.hxx ++# usr/include/opencascade/Draw.hxx ++# usr/include/opencascade/DrawDim.hxx ++# usr/include/opencascade/DrawDim_Angle.hxx ++# usr/include/opencascade/DrawDim_Dimension.hxx ++# usr/include/opencascade/DrawDim_Distance.hxx ++# usr/include/opencascade/DrawDim_PlanarAngle.hxx ++# usr/include/opencascade/DrawDim_PlanarDiameter.hxx ++# usr/include/opencascade/DrawDim_PlanarDimension.hxx ++# usr/include/opencascade/DrawDim_PlanarDistance.hxx ++# usr/include/opencascade/DrawDim_PlanarRadius.hxx ++# usr/include/opencascade/DrawDim_Radius.hxx ++# usr/include/opencascade/DrawFairCurve_Batten.hxx ++# usr/include/opencascade/DrawFairCurve_MinimalVariation.hxx ++# usr/include/opencascade/DrawRessource.h ++# usr/include/opencascade/DrawTrSurf.hxx ++# usr/include/opencascade/DrawTrSurf_BSplineCurve.hxx ++# usr/include/opencascade/DrawTrSurf_BSplineCurve.lxx ++# usr/include/opencascade/DrawTrSurf_BSplineCurve2d.hxx ++# usr/include/opencascade/DrawTrSurf_BSplineCurve2d.lxx ++# usr/include/opencascade/DrawTrSurf_BSplineSurface.hxx ++# usr/include/opencascade/DrawTrSurf_BSplineSurface.lxx ++# usr/include/opencascade/DrawTrSurf_BezierCurve.hxx ++# usr/include/opencascade/DrawTrSurf_BezierCurve.lxx ++# usr/include/opencascade/DrawTrSurf_BezierCurve2d.hxx ++# usr/include/opencascade/DrawTrSurf_BezierCurve2d.lxx ++# usr/include/opencascade/DrawTrSurf_BezierSurface.hxx ++# usr/include/opencascade/DrawTrSurf_BezierSurface.lxx ++# usr/include/opencascade/DrawTrSurf_Curve.hxx ++# usr/include/opencascade/DrawTrSurf_Curve.lxx ++# usr/include/opencascade/DrawTrSurf_Curve2d.hxx ++# usr/include/opencascade/DrawTrSurf_Curve2d.lxx ++# usr/include/opencascade/DrawTrSurf_Drawable.hxx ++# usr/include/opencascade/DrawTrSurf_Drawable.lxx ++# usr/include/opencascade/DrawTrSurf_Point.hxx ++# usr/include/opencascade/DrawTrSurf_Polygon2D.hxx ++# usr/include/opencascade/DrawTrSurf_Polygon3D.hxx ++# usr/include/opencascade/DrawTrSurf_Surface.hxx ++# usr/include/opencascade/DrawTrSurf_Surface.lxx ++# usr/include/opencascade/DrawTrSurf_Triangulation.hxx ++# usr/include/opencascade/DrawTrSurf_Triangulation2D.hxx ++# usr/include/opencascade/Draw_Appli.hxx ++# usr/include/opencascade/Draw_Axis2D.hxx ++# usr/include/opencascade/Draw_Axis3D.hxx ++# usr/include/opencascade/Draw_Box.hxx ++# usr/include/opencascade/Draw_Chronometer.hxx ++# usr/include/opencascade/Draw_Circle2D.hxx ++# usr/include/opencascade/Draw_Circle3D.hxx ++# usr/include/opencascade/Draw_Color.hxx ++# usr/include/opencascade/Draw_ColorKind.hxx ++# usr/include/opencascade/Draw_CommandFunction.hxx ++# usr/include/opencascade/Draw_DataMapIteratorOfMapOfFunctions.hxx ++# usr/include/opencascade/Draw_DataMapIteratorOfVMap.hxx ++# usr/include/opencascade/Draw_DataMapNodeOfMapOfFunctions.hxx ++# usr/include/opencascade/Draw_DataMapNodeOfVMap.hxx ++# usr/include/opencascade/Draw_Display.hxx ++# usr/include/opencascade/Draw_Drawable2D.hxx ++# usr/include/opencascade/Draw_Drawable3D.hxx ++# usr/include/opencascade/Draw_Drawable3D.lxx ++# usr/include/opencascade/Draw_Failure.hxx ++# usr/include/opencascade/Draw_Grid.hxx ++# usr/include/opencascade/Draw_Grid.lxx ++# usr/include/opencascade/Draw_IndexedMapNodeOfMapOfAsciiString.hxx ++# usr/include/opencascade/Draw_Interpretor.hxx ++# usr/include/opencascade/Draw_Main.hxx ++# usr/include/opencascade/Draw_MapOfAsciiString.hxx ++# usr/include/opencascade/Draw_MapOfFunctions.hxx ++# usr/include/opencascade/Draw_Marker2D.hxx ++# usr/include/opencascade/Draw_Marker3D.hxx ++# usr/include/opencascade/Draw_MarkerShape.hxx ++# usr/include/opencascade/Draw_Number.hxx ++# usr/include/opencascade/Draw_PInterp.hxx ++# usr/include/opencascade/Draw_PluginMacro.hxx ++# usr/include/opencascade/Draw_Printer.hxx ++# usr/include/opencascade/Draw_ProgressIndicator.hxx ++# usr/include/opencascade/Draw_Segment2D.hxx ++# usr/include/opencascade/Draw_Segment3D.hxx ++# usr/include/opencascade/Draw_SequenceNodeOfSequenceOfDrawable3D.hxx ++# usr/include/opencascade/Draw_SequenceOfDrawable3D.hxx ++# usr/include/opencascade/Draw_Text2D.hxx ++# usr/include/opencascade/Draw_Text3D.hxx ++# usr/include/opencascade/Draw_VMap.hxx ++# usr/include/opencascade/Draw_Viewer.hxx ++# usr/include/opencascade/Draw_Window.hxx ++# usr/include/opencascade/Draw_WindowBase.hxx ++# usr/include/opencascade/GeometryTest.hxx ++# usr/include/opencascade/GeomliteTest.hxx ++# usr/include/opencascade/HLRTest.hxx ++# usr/include/opencascade/HLRTest_DrawableEdgeTool.hxx ++# usr/include/opencascade/HLRTest_DrawablePolyEdgeTool.hxx ++# usr/include/opencascade/HLRTest_DrawablePolyEdgeTool.lxx ++# usr/include/opencascade/HLRTest_OutLiner.hxx ++# usr/include/opencascade/HLRTest_OutLiner.lxx ++# usr/include/opencascade/HLRTest_Projector.hxx ++# usr/include/opencascade/HLRTest_Projector.lxx ++# usr/include/opencascade/HLRTest_ShapeData.hxx ++# usr/include/opencascade/HLRTest_ShapeData.lxx ++# usr/include/opencascade/Handle_BOPTest_DrawableShape.hxx ++# usr/include/opencascade/Handle_DBRep_DrawableShape.hxx ++# usr/include/opencascade/Handle_DBRep_Edge.hxx ++# usr/include/opencascade/Handle_DBRep_Face.hxx ++# usr/include/opencascade/Handle_DBRep_ListNodeOfListOfEdge.hxx ++# usr/include/opencascade/Handle_DBRep_ListNodeOfListOfFace.hxx ++# usr/include/opencascade/Handle_DBRep_ListNodeOfListOfHideData.hxx ++# usr/include/opencascade/Handle_DDF_Browser.hxx ++# usr/include/opencascade/Handle_DDF_Data.hxx ++# usr/include/opencascade/Handle_DDF_StackNodeOfTransactionStack.hxx ++# usr/include/opencascade/Handle_DDF_Transaction.hxx ++# usr/include/opencascade/Handle_DDataStd_DrawDriver.hxx ++# usr/include/opencascade/Handle_DDataStd_DrawPresentation.hxx ++# usr/include/opencascade/Handle_DDataStd_TreeBrowser.hxx ++# usr/include/opencascade/Handle_DDocStd_DrawDocument.hxx ++# usr/include/opencascade/Handle_DNaming_BooleanOperationDriver.hxx ++# usr/include/opencascade/Handle_DNaming_BoxDriver.hxx ++# usr/include/opencascade/Handle_DNaming_CylinderDriver.hxx ++# usr/include/opencascade/Handle_DNaming_DataMapNodeOfDataMapOfShapeOfName.hxx ++# usr/include/opencascade/Handle_DNaming_FilletDriver.hxx ++# usr/include/opencascade/Handle_DNaming_Line3DDriver.hxx ++# usr/include/opencascade/Handle_DNaming_PointDriver.hxx ++# usr/include/opencascade/Handle_DNaming_PrismDriver.hxx ++# usr/include/opencascade/Handle_DNaming_RevolutionDriver.hxx ++# usr/include/opencascade/Handle_DNaming_SelectionDriver.hxx ++# usr/include/opencascade/Handle_DNaming_SphereDriver.hxx ++# usr/include/opencascade/Handle_DNaming_TransformationDriver.hxx ++# usr/include/opencascade/Handle_DrawDim_Angle.hxx ++# usr/include/opencascade/Handle_DrawDim_Dimension.hxx ++# usr/include/opencascade/Handle_DrawDim_Distance.hxx ++# usr/include/opencascade/Handle_DrawDim_PlanarAngle.hxx ++# usr/include/opencascade/Handle_DrawDim_PlanarDiameter.hxx ++# usr/include/opencascade/Handle_DrawDim_PlanarDimension.hxx ++# usr/include/opencascade/Handle_DrawDim_PlanarDistance.hxx ++# usr/include/opencascade/Handle_DrawDim_PlanarRadius.hxx ++# usr/include/opencascade/Handle_DrawDim_Radius.hxx ++# usr/include/opencascade/Handle_DrawFairCurve_Batten.hxx ++# usr/include/opencascade/Handle_DrawFairCurve_MinimalVariation.hxx ++# usr/include/opencascade/Handle_DrawTrSurf_BSplineCurve.hxx ++# usr/include/opencascade/Handle_DrawTrSurf_BSplineCurve2d.hxx ++# usr/include/opencascade/Handle_DrawTrSurf_BSplineSurface.hxx ++# usr/include/opencascade/Handle_DrawTrSurf_BezierCurve.hxx ++# usr/include/opencascade/Handle_DrawTrSurf_BezierCurve2d.hxx ++# usr/include/opencascade/Handle_DrawTrSurf_BezierSurface.hxx ++# usr/include/opencascade/Handle_DrawTrSurf_Curve.hxx ++# usr/include/opencascade/Handle_DrawTrSurf_Curve2d.hxx ++# usr/include/opencascade/Handle_DrawTrSurf_Drawable.hxx ++# usr/include/opencascade/Handle_DrawTrSurf_Point.hxx ++# usr/include/opencascade/Handle_DrawTrSurf_Polygon2D.hxx ++# usr/include/opencascade/Handle_DrawTrSurf_Polygon3D.hxx ++# usr/include/opencascade/Handle_DrawTrSurf_Surface.hxx ++# usr/include/opencascade/Handle_DrawTrSurf_Triangulation.hxx ++# usr/include/opencascade/Handle_DrawTrSurf_Triangulation2D.hxx ++# usr/include/opencascade/Handle_Draw_Axis2D.hxx ++# usr/include/opencascade/Handle_Draw_Axis3D.hxx ++# usr/include/opencascade/Handle_Draw_Box.hxx ++# usr/include/opencascade/Handle_Draw_Chronometer.hxx ++# usr/include/opencascade/Handle_Draw_Circle2D.hxx ++# usr/include/opencascade/Handle_Draw_Circle3D.hxx ++# usr/include/opencascade/Handle_Draw_DataMapNodeOfMapOfFunctions.hxx ++# usr/include/opencascade/Handle_Draw_DataMapNodeOfVMap.hxx ++# usr/include/opencascade/Handle_Draw_Drawable2D.hxx ++# usr/include/opencascade/Handle_Draw_Drawable3D.hxx ++# usr/include/opencascade/Handle_Draw_Failure.hxx ++# usr/include/opencascade/Handle_Draw_Grid.hxx ++# usr/include/opencascade/Handle_Draw_IndexedMapNodeOfMapOfAsciiString.hxx ++# usr/include/opencascade/Handle_Draw_Marker2D.hxx ++# usr/include/opencascade/Handle_Draw_Marker3D.hxx ++# usr/include/opencascade/Handle_Draw_Number.hxx ++# usr/include/opencascade/Handle_Draw_Printer.hxx ++# usr/include/opencascade/Handle_Draw_ProgressIndicator.hxx ++# usr/include/opencascade/Handle_Draw_Segment2D.hxx ++# usr/include/opencascade/Handle_Draw_Segment3D.hxx ++# usr/include/opencascade/Handle_Draw_SequenceNodeOfSequenceOfDrawable3D.hxx ++# usr/include/opencascade/Handle_Draw_Text2D.hxx ++# usr/include/opencascade/Handle_Draw_Text3D.hxx ++# usr/include/opencascade/Handle_HLRTest_DrawableEdgeTool.hxx ++# usr/include/opencascade/Handle_HLRTest_DrawablePolyEdgeTool.hxx ++# usr/include/opencascade/Handle_HLRTest_OutLiner.hxx ++# usr/include/opencascade/Handle_HLRTest_Projector.hxx ++# usr/include/opencascade/Handle_HLRTest_ShapeData.hxx ++# usr/include/opencascade/Handle_MeshTest_DrawableMesh.hxx ++# usr/include/opencascade/Handle_TestTopOpeDraw_DrawableC2D.hxx ++# usr/include/opencascade/Handle_TestTopOpeDraw_DrawableC3D.hxx ++# usr/include/opencascade/Handle_TestTopOpeDraw_DrawableMesure.hxx ++# usr/include/opencascade/Handle_TestTopOpeDraw_DrawableP2D.hxx ++# usr/include/opencascade/Handle_TestTopOpeDraw_DrawableP3D.hxx ++# usr/include/opencascade/Handle_TestTopOpeDraw_DrawableSHA.hxx ++# usr/include/opencascade/Handle_TestTopOpeDraw_DrawableSUR.hxx ++# usr/include/opencascade/Handle_TestTopOpeDraw_HArray1OfDrawableMesure.hxx ++# usr/include/opencascade/Handle_TestTopOpeDraw_HArray1OfDrawableP3D.hxx ++# usr/include/opencascade/Handle_TestTopOpeDraw_ListNodeOfListOfPnt2d.hxx ++# usr/include/opencascade/Handle_TestTopOpeTools_HArray1OfMesure.hxx ++# usr/include/opencascade/Handle_Viewer2dTest_DataMapNodeOfDataMapOfText.hxx ++# usr/include/opencascade/Handle_Viewer2dTest_DoubleMapNodeOfDoubleMapOfInteractiveAndName.hxx ++# usr/include/opencascade/Handle_Viewer2dTest_EventManager.hxx ++# usr/include/opencascade/Handle_ViewerTest_DoubleMapNodeOfDoubleMapOfInteractiveAndName.hxx ++# usr/include/opencascade/Handle_ViewerTest_EventManager.hxx ++# usr/include/opencascade/Handle_XSDRAWSTLVRML_DataMapNodeOfCoordsMap.hxx ++# usr/include/opencascade/Handle_XSDRAWSTLVRML_DataMapNodeOfElemNodesMap.hxx ++# usr/include/opencascade/Handle_XSDRAWSTLVRML_DataSource.hxx ++# usr/include/opencascade/Handle_XSDRAWSTLVRML_DrawableMesh.hxx ++# usr/include/opencascade/Handle_XSDRAW_Vars.hxx ++# usr/include/opencascade/MAINWINDOW.h ++# usr/include/opencascade/MeshTest.hxx ++# usr/include/opencascade/MeshTest_CheckTopology.hxx ++# usr/include/opencascade/MeshTest_DrawableMesh.hxx ++# usr/include/opencascade/ModelDefinitions.hxx ++# usr/include/opencascade/SWDRAW.hxx ++# usr/include/opencascade/SWDRAW_ShapeAnalysis.hxx ++# usr/include/opencascade/SWDRAW_ShapeBuild.hxx ++# usr/include/opencascade/SWDRAW_ShapeConstruct.hxx ++# usr/include/opencascade/SWDRAW_ShapeCustom.hxx ++# usr/include/opencascade/SWDRAW_ShapeExtend.hxx ++# usr/include/opencascade/SWDRAW_ShapeFix.hxx ++# usr/include/opencascade/SWDRAW_ShapeProcess.hxx ++# usr/include/opencascade/SWDRAW_ShapeProcessAPI.hxx ++# usr/include/opencascade/SWDRAW_ShapeTool.hxx ++# usr/include/opencascade/SWDRAW_ShapeUpgrade.hxx ++# usr/include/opencascade/SWDRAW_ToVRML.hxx ++# usr/include/opencascade/TObjDRAW.hxx ++# usr/include/opencascade/TestTopOpe.hxx ++# usr/include/opencascade/TestTopOpeDraw.hxx ++# usr/include/opencascade/TestTopOpeDraw_Array1OfDrawableMesure.hxx ++# usr/include/opencascade/TestTopOpeDraw_Array1OfDrawableP3D.hxx ++# usr/include/opencascade/TestTopOpeDraw_Displayer.hxx ++# usr/include/opencascade/TestTopOpeDraw_DrawableC2D.hxx ++# usr/include/opencascade/TestTopOpeDraw_DrawableC3D.hxx ++# usr/include/opencascade/TestTopOpeDraw_DrawableMesure.hxx ++# usr/include/opencascade/TestTopOpeDraw_DrawableP2D.hxx ++# usr/include/opencascade/TestTopOpeDraw_DrawableP3D.hxx ++# usr/include/opencascade/TestTopOpeDraw_DrawableSHA.hxx ++# usr/include/opencascade/TestTopOpeDraw_DrawableSUR.hxx ++# usr/include/opencascade/TestTopOpeDraw_HArray1OfDrawableMesure.hxx ++# usr/include/opencascade/TestTopOpeDraw_HArray1OfDrawableP3D.hxx ++# usr/include/opencascade/TestTopOpeDraw_ListIteratorOfListOfPnt2d.hxx ++# usr/include/opencascade/TestTopOpeDraw_ListNodeOfListOfPnt2d.hxx ++# usr/include/opencascade/TestTopOpeDraw_ListOfPnt2d.hxx ++# usr/include/opencascade/TestTopOpeDraw_TTOT.hxx ++# usr/include/opencascade/TestTopOpeTools.hxx ++# usr/include/opencascade/TestTopOpeTools_Array1OfMesure.hxx ++# usr/include/opencascade/TestTopOpeTools_HArray1OfMesure.hxx ++# usr/include/opencascade/TestTopOpeTools_Mesure.hxx ++# usr/include/opencascade/TestTopOpeTools_PMesure.hxx ++# usr/include/opencascade/TestTopOpeTools_Trace.hxx ++# usr/include/opencascade/TestTopOpe_BOOP.hxx ++# usr/include/opencascade/TestTopOpe_HDSDisplayer.hxx ++# usr/include/opencascade/TestTopOpe_VarsTopo.hxx ++# usr/include/opencascade/Viewer2dTest.hxx ++# usr/include/opencascade/Viewer2dTest_DataMapIteratorOfDataMapOfText.hxx ++# usr/include/opencascade/Viewer2dTest_DataMapNodeOfDataMapOfText.hxx ++# usr/include/opencascade/Viewer2dTest_DataMapOfText.hxx ++# usr/include/opencascade/Viewer2dTest_DoubleMapIteratorOfDoubleMapOfInteractiveAndName.hxx ++# usr/include/opencascade/Viewer2dTest_DoubleMapNodeOfDoubleMapOfInteractiveAndName.hxx ++# usr/include/opencascade/Viewer2dTest_DoubleMapOfInteractiveAndName.hxx ++# usr/include/opencascade/Viewer2dTest_EventManager.hxx ++# usr/include/opencascade/ViewerTest.hxx ++# usr/include/opencascade/ViewerTest_DoubleMapIteratorOfDoubleMapOfInteractiveAndName.hxx ++# usr/include/opencascade/ViewerTest_DoubleMapNodeOfDoubleMapOfInteractiveAndName.hxx ++# usr/include/opencascade/ViewerTest_DoubleMapOfInteractiveAndName.hxx ++# usr/include/opencascade/ViewerTest_EventManager.hxx ++# usr/include/opencascade/ViewerTest_EventManager.lxx ++# usr/include/opencascade/ViewerTest_Tool.hxx ++# usr/include/opencascade/XDEDRAW.hxx ++# usr/include/opencascade/XDEDRAW_Colors.hxx ++# usr/include/opencascade/XDEDRAW_Common.hxx ++# usr/include/opencascade/XDEDRAW_Layers.hxx ++# usr/include/opencascade/XDEDRAW_Props.hxx ++# usr/include/opencascade/XDEDRAW_Shapes.hxx ++# usr/include/opencascade/XSDRAW.hxx ++# usr/include/opencascade/XSDRAWIGES.hxx ++# usr/include/opencascade/XSDRAWSTEP.hxx ++# usr/include/opencascade/XSDRAWSTLVRML.hxx ++# usr/include/opencascade/XSDRAWSTLVRML_CoordsMap.hxx ++# usr/include/opencascade/XSDRAWSTLVRML_DataMapIteratorOfCoordsMap.hxx ++# usr/include/opencascade/XSDRAWSTLVRML_DataMapIteratorOfElemNodesMap.hxx ++# usr/include/opencascade/XSDRAWSTLVRML_DataMapNodeOfCoordsMap.hxx ++# usr/include/opencascade/XSDRAWSTLVRML_DataMapNodeOfElemNodesMap.hxx ++# usr/include/opencascade/XSDRAWSTLVRML_DataSource.hxx ++# usr/include/opencascade/XSDRAWSTLVRML_DrawableMesh.hxx ++# usr/include/opencascade/XSDRAWSTLVRML_ElemNodesMap.hxx ++# usr/include/opencascade/XSDRAW_Commands.hxx ++# usr/include/opencascade/XSDRAW_Functions.hxx ++# usr/include/opencascade/XSDRAW_Shape.hxx ++# usr/include/opencascade/XSDRAW_Vars.hxx ++# usr/include/opencascade/init.h diff --cc debian/opencascade-draw.lintian-overrides index 000000000,000000000..e39f30f23 new file mode 100644 --- /dev/null +++ b/debian/opencascade-draw.lintian-overrides @@@ -1,0 -1,0 +1,3 @@@ ++# private libraries ++binary-or-shlib-defines-rpath ++ diff --cc debian/opencascade-draw.menu index 000000000,000000000..c9ea7a53b new file mode 100644 --- /dev/null +++ b/debian/opencascade-draw.menu @@@ -1,0 -1,0 +1,6 @@@ ++?package(opencascade-draw):needs="text" \ ++ section="Applications/Science/Engineering" \ ++ title="OpenCASCADE" \ ++ longtitle="OpenCASCADE DRAWEXE test harness" \ ++ icon="/usr/share/pixmaps/occ-icon-32.xpm" \ ++ command="/usr/bin/DRAWEXE" diff --cc debian/opencascade-examples.docs index 000000000,000000000..6c429e90a new file mode 100644 --- /dev/null +++ b/debian/opencascade-examples.docs @@@ -1,0 -1,0 +1,2 @@@ ++data ++debian/README.Debian.html diff --cc debian/patches/OCC64.patch index 000000000,000000000..48812a078 new file mode 100644 --- /dev/null +++ b/debian/patches/OCC64.patch @@@ -1,0 -1,0 +1,88 @@@ ++Move _OCC64 macro definition into /usr/include/opencascade/arch-6.5.0/Standard_Macro64.hxx ++ ++This file is shipped by libopencascade-foundation-6.5.0, because include ++files are in arch:all packages and this macro must be set only on 64-bit archs. ++Closes: #486386 ++ ++Index: opencascade/ros/configure.in ++=================================================================== ++--- opencascade.orig/ros/configure.in +++++ opencascade/ros/configure.in ++@@ -662,10 +662,12 @@ ++ # ++ #--------------------------------------------------------------------- ++ AC_MSG_CHECKING([if platform is 64-bit]) +++OCC_define_OCC64="#undef _OCC64" ++ AC_TRY_COMPILE( [], ++ [int array[((int)sizeof(void*))-6];], ++- [AC_MSG_RESULT([yes]); CPPFLAGS="$CPPFLAGS -D_OCC64"; case $platform in Linux*) CPPFLAGS="$CPPFLAGS -m64";; esac], +++ [AC_MSG_RESULT([yes]); OCC_define_OCC64="#define _OCC64 1"], ++ [AC_MSG_RESULT([no])] ) +++AC_SUBST(OCC_define_OCC64) ++ ++ AC_ARG_ENABLE([debug], ++ [AC_HELP_STRING([--enable-debug],[Debug Symbols])], ++@@ -980,4 +982,5 @@ ++ adm/make/TKXDEDRAW/Makefile \ ++ adm/make/TKTObjDRAW/Makefile \ ++ adm/make/DRAWEXE/Makefile \ +++inc/arch-6.5.0/Standard_Macro64.hxx \ ++ ]) ++Index: opencascade/ros/inc/Standard_Macro.hxx ++=================================================================== ++--- opencascade.orig/ros/inc/Standard_Macro.hxx +++++ opencascade/ros/inc/Standard_Macro.hxx ++@@ -130,10 +130,6 @@ ++ # endif // __Standard_API ++ ++ // Define _OCC64 variable (unless already defined) if platform is known to be 64-bit ++-#ifndef _OCC64 ++-#if defined (__alpha) || defined(DECOSF1) || defined(_WIN64) || defined(__amd64) || defined(__x86_64) ++-#define _OCC64 1 ++-#endif ++-#endif +++#include ++ ++ #endif ++Index: opencascade/ros/inc/arch-6.5.0/Standard_Macro64.hxx.in ++=================================================================== ++--- /dev/null +++++ opencascade/ros/inc/arch-6.5.0/Standard_Macro64.hxx.in ++@@ -0,0 +1,12 @@ +++#ifndef _Standard_Macro64_HeaderFile +++# define _Standard_Macro64_HeaderFile +++ +++// This file must not be included directly because its name may change. +++#ifndef _Standard_Macro_HeaderFile +++# error "Standard_Macro64.hxx must not be included directly, include Standard_Macro.hxx instead!" +++#endif +++ +++// Define _OCC64 variable on 64-bit platforms +++@OCC_define_OCC64@ +++ +++#endif ++Index: opencascade/ros/src/OSD/OSD_signal.cxx ++=================================================================== ++--- opencascade.orig/ros/src/OSD/OSD_signal.cxx +++++ opencascade/ros/src/OSD/OSD_signal.cxx ++@@ -24,6 +24,7 @@ ++ #include ++ #include ++ #include +++#include ++ ++ #include ++ ++Index: opencascade/ros/Makefile.am ++=================================================================== ++--- opencascade.orig/ros/Makefile.am +++++ opencascade/ros/Makefile.am ++@@ -107,6 +107,8 @@ ++ fi; \ ++ if [ "$$pd" != "$$bd" ]; then \ ++ cp -fr$(CP_$(platform)) $$bd/config.h $(DESTDIR)$(prefix); \ +++ $(INSTALL) -d $(DESTDIR)$(prefix)/inc/arch-6.5.0; \ +++ cp -f$(CP_$(platform)) $$bd/inc/arch-6.5.0/Standard_Macro64.hxx $(DESTDIR)$(prefix)/inc/arch-6.5.0; \ ++ fi ++ if [ -e $(DESTDIR)$(prefix)/inc/config.h ]; then \ ++ unlink $(DESTDIR)$(prefix)/inc/config.h; \ diff --cc debian/patches/casroot.patch index 000000000,000000000..ad1e52dd2 new file mode 100644 --- /dev/null +++ b/debian/patches/casroot.patch @@@ -1,0 -1,0 +1,322 @@@ ++This patch allows using OpenCascade without setting any environment variable. ++ ++Index: opencascade/ros/src/Aspect/Aspect_Driver.cxx ++=================================================================== ++--- opencascade.orig/ros/src/Aspect/Aspect_Driver.cxx +++++ opencascade/ros/src/Aspect/Aspect_Driver.cxx ++@@ -35,14 +35,12 @@ ++ fontdir = getenv("CSF_MDTVFontDirectory" ); ++ if ( !fontdir) { ++ casroot = getenv("CASROOT"); ++- if ( casroot ) { ++- TCollection_AsciiString CasRootString (casroot); ++- CasRootString += "/src/FontMFT" ; ++- CSF_MDTVFontDirectory = OSD_Environment(CasRootString.ToCString()); ++- } else { ++- cout << " CASROOT or CSF_MDTVFontDirectory are mandatory to use this fonctionnality " << endl; ++- Standard_Failure::Raise ( "CSF_MDTVTexturesDirectory and CASROOT not setted " ); +++ if ( !casroot ) { +++ casroot = "/usr/share/opencascade/6.5.0"; ++ } +++ TCollection_AsciiString CasRootString (casroot); +++ CasRootString += "/src/FontMFT" ; +++ CSF_MDTVFontDirectory = OSD_Environment(CasRootString.ToCString()); ++ } else { ++ CSF_MDTVFontDirectory = OSD_Environment("CSF_MDTVFontDirectory"); ++ } ++Index: opencascade/ros/src/DPrsStd/DPrsStd.cxx ++=================================================================== ++--- opencascade.orig/ros/src/DPrsStd/DPrsStd.cxx +++++ opencascade/ros/src/DPrsStd/DPrsStd.cxx ++@@ -60,11 +60,12 @@ ++ Standard_Boolean hasPlugin = Standard_False; ++ TCollection_AsciiString PluginName ; ++ if ( !plugin ) { ++- if ( casroot ) { ++- PluginName = TCollection_AsciiString (casroot); ++- PluginName+="/src/StdResource" ; ++- hasPlugin = Standard_True ; +++ if ( !casroot ) { +++ casroot = "/usr/share/opencascade/6.5.0"; ++ } +++ PluginName = TCollection_AsciiString (casroot); +++ PluginName+="/src/StdResource" ; +++ hasPlugin = Standard_True ; ++ } else { ++ PluginName = TCollection_AsciiString (plugin); ++ hasPlugin = Standard_True ; ++Index: opencascade/ros/src/Draw/Draw.cxx ++=================================================================== ++--- opencascade.orig/ros/src/Draw/Draw.cxx +++++ opencascade/ros/src/Draw/Draw.cxx ++@@ -270,8 +270,7 @@ ++ #ifdef WNT ++ ReadInitFile("ddefault"); ++ #else ++- cout << " the CASROOT variable is mandatory to Run OpenCascade "<< endl; ++- cout << "No default file" << endl; +++ ReadInitFile("/usr/share/opencascade/6.5.0/src/DrawResources/DrawDefault"); ++ #endif ++ } ++ else ++Index: opencascade/ros/src/Draw/Draw_PloadCommands.cxx ++=================================================================== ++--- opencascade.orig/ros/src/Draw/Draw_PloadCommands.cxx +++++ opencascade/ros/src/Draw/Draw_PloadCommands.cxx ++@@ -54,13 +54,11 @@ ++ // now try by CASROOT ++ aPluginDir = getenv("CASROOT"); ++ ++- if ( !aPluginDir.IsEmpty() ) { ++- aPluginDir +="/src/DrawResources" ; ++- aToSetCSFVariable = Standard_True; //CSF variable to be set later ++- } else { ++- aResult = aDirFound = Standard_False; ++- cout << FAILSTR "Neither " << aCSFVariable.ToCString() << ", nor CASROOT variables have been set" << endl; +++ if ( aPluginDir.IsEmpty() ) { +++ aPluginDir = "/usr/share/opencascade/6.5.0"; ++ } +++ aPluginDir +="/src/DrawResources" ; +++ aToSetCSFVariable = Standard_True; //CSF variable to be set later ++ } ++ ++ if (aDirFound) { ++Index: opencascade/ros/src/DrawResources/DrawDefault ++=================================================================== ++--- opencascade.orig/ros/src/DrawResources/DrawDefault +++++ opencascade/ros/src/DrawResources/DrawDefault ++@@ -8,11 +8,10 @@ ++ if { [info exists env(DRAWHOME) ] } { ++ set dir $env(DRAWHOME) ++ } else { ++- if { [info exists env(CASROOT) ] } { ++- set dir [file join $env(CASROOT) src DrawResources] ++- } else { ++- puts " CASROOT is Mandatory to Run OpenCascade" +++ if { ![info exists env(CASROOT) ] } { +++ set env(CASROOT) "/usr/share/opencascade/6.5.0" ++ } +++ set dir [file join $env(CASROOT) src DrawResources] ++ } ++ ++ # san - 02/08/2002 - In Tcl8.3 it is no longer necessary to load Tix explicitly on WNT ++Index: opencascade/ros/src/Graphic3d/Graphic3d_GraphicDevice.cxx ++=================================================================== ++--- opencascade.orig/ros/src/Graphic3d/Graphic3d_GraphicDevice.cxx +++++ opencascade/ros/src/Graphic3d/Graphic3d_GraphicDevice.cxx ++@@ -205,27 +205,8 @@ ++ ++ if (! BAD(glso)) { ++ glshr = getenv("CSF_GraphicShr"); ++- } else if (! BAD(casroot)) { ++- TCollection_AsciiString buffString(casroot); ++- struct utsname info; ++- uname (&info); ++- buffString = buffString + "/"; ++- buffString = buffString + info.sysname; ++-#if defined(__hpux) || defined(HPUX) ++- buffString = buffString + "/lib/libTKOpenGl.sl"; ++-#elif defined(WNT) ++- buffString = buffString + "/TKOpenGl.dll"; ++-#elif defined(__APPLE__) ++- buffString = buffString + "/lib/libTKOpenGl.dylib"; ++-#else ++- buffString = buffString + "/lib/libTKOpenGl.so"; ++-#endif ++- glshr = (char *) malloc (buffString.Length() + 1); ++- memcpy(glshr, buffString.ToCString(), buffString.Length() + 1); ++ } else { ++- aShr = NULL; ++- printf("You have not defined CSF_GraphicShr or CASROOT, aborting..."); ++- return Standard_False; +++ glshr = "/usr/lib/libTKOpenGl-6.5.0.so"; ++ } ++ ++ aShr = glshr; ++Index: opencascade/ros/src/Graphic3d/Graphic3d_Texture1D.cxx ++=================================================================== ++--- opencascade.orig/ros/src/Graphic3d/Graphic3d_Texture1D.cxx +++++ opencascade/ros/src/Graphic3d/Graphic3d_Texture1D.cxx ++@@ -32,11 +32,12 @@ ++ Standard_Boolean HasDefinition = Standard_False ; ++ if ( !envir ) { ++ casroot = getenv("CASROOT"); ++- if ( casroot ) { ++- VarName = TCollection_AsciiString (casroot); ++- VarName += "/src/Textures" ; ++- HasDefinition = Standard_True ; +++ if ( !casroot ) { +++ casroot = "/usr/share/opencascade/6.5.0"; ++ } +++ VarName = TCollection_AsciiString (casroot); +++ VarName += "/src/Textures" ; +++ HasDefinition = Standard_True ; ++ } else { ++ VarName = TCollection_AsciiString (envir); ++ HasDefinition = Standard_True ; ++Index: opencascade/ros/src/Graphic3d/Graphic3d_Texture2D.cxx ++=================================================================== ++--- opencascade.orig/ros/src/Graphic3d/Graphic3d_Texture2D.cxx +++++ opencascade/ros/src/Graphic3d/Graphic3d_Texture2D.cxx ++@@ -28,11 +28,12 @@ ++ Standard_Boolean HasDefinition = Standard_False ; ++ if ( !envir ) { ++ casroot = getenv("CASROOT"); ++- if ( casroot ) { ++- VarName = TCollection_AsciiString (casroot); ++- VarName += "/src/Textures" ; ++- HasDefinition = Standard_True ; +++ if ( !casroot ) { +++ casroot = "/usr/share/opencascade/6.5.0"; ++ } +++ VarName = TCollection_AsciiString (casroot); +++ VarName += "/src/Textures" ; +++ HasDefinition = Standard_True ; ++ } else { ++ VarName = TCollection_AsciiString (envir); ++ HasDefinition = Standard_True ; ++Index: opencascade/ros/src/Graphic3d/Graphic3d_TextureEnv.cxx ++=================================================================== ++--- opencascade.orig/ros/src/Graphic3d/Graphic3d_TextureEnv.cxx +++++ opencascade/ros/src/Graphic3d/Graphic3d_TextureEnv.cxx ++@@ -29,11 +29,12 @@ ++ Standard_Boolean HasDefinition = Standard_False ; ++ if ( !envir ) { ++ casroot = getenv("CASROOT"); ++- if ( casroot ) { ++- VarName = TCollection_AsciiString (casroot); ++- VarName += "/src/Textures" ; ++- HasDefinition = Standard_True ; +++ if ( !casroot ) { +++ casroot = "/usr/share/opencascade/6.5.0"; ++ } +++ VarName = TCollection_AsciiString (casroot); +++ VarName += "/src/Textures" ; +++ HasDefinition = Standard_True ; ++ } else { ++ VarName = TCollection_AsciiString (envir); ++ HasDefinition = Standard_True ; ++Index: opencascade/ros/src/UnitsAPI/UnitsAPI.cxx ++=================================================================== ++--- opencascade.orig/ros/src/UnitsAPI/UnitsAPI.cxx +++++ opencascade/ros/src/UnitsAPI/UnitsAPI.cxx ++@@ -35,13 +35,11 @@ ++ else { ++ OSD_Environment CasRootEnv("CASROOT"); ++ TCollection_AsciiString CasRootString(CasRootEnv.Value()); ++- if (CasRootString.Length() > 0 ) { ++- CasRootString += "/src/UnitsAPI/Lexi_Expr.dat" ; ++- Units::LexiconFile(CasRootString.ToCString()); ++- } ++- else { ++- Standard_NoSuchObject::Raise("environment variable CSF_UnitsLexicon undefined"); +++ if (CasRootString.Length() == 0 ) { +++ CasRootString = "/usr/share/opencascade/6.5.0"; ++ } +++ CasRootString += "/src/UnitsAPI/Lexi_Expr.dat" ; +++ Units::LexiconFile(CasRootString.ToCString()); ++ } ++ TCollection_AsciiString sunitsfile(env2.Value()); ++ if( sunitsfile.Length() > 0 ) ++@@ -49,13 +47,11 @@ ++ else { ++ OSD_Environment CasRootEnv("CASROOT"); ++ TCollection_AsciiString CasRootString(CasRootEnv.Value()); ++- if (CasRootString.Length() > 0 ) { ++- CasRootString += "/src/UnitsAPI/Units.dat"; ++- Units::UnitsFile(CasRootString.ToCString()); ++- } ++- else { ++- Standard_NoSuchObject::Raise("environment variable CSF_UnitsDefinition undefined"); +++ if (CasRootString.Length() == 0 ) { +++ CasRootString = "/usr/share/opencascade/6.5.0"; ++ } +++ CasRootString += "/src/UnitsAPI/Units.dat"; +++ Units::UnitsFile(CasRootString.ToCString()); ++ } ++ switch (aSystemUnits) { ++ case UnitsAPI_DEFAULT : ++Index: opencascade/ros/src/ViewerTest/ViewerTest.cxx ++=================================================================== ++--- opencascade.orig/ros/src/ViewerTest/ViewerTest.cxx +++++ opencascade/ros/src/ViewerTest/ViewerTest.cxx ++@@ -1601,11 +1601,12 @@ ++ Standard_Boolean HasDefinition = Standard_False ; ++ if ( !envir ) { ++ casroot = getenv("CASROOT"); ++- if ( casroot ) { ++- VarName = TCollection_AsciiString (casroot); ++- VarName += "/src/Textures" ; ++- HasDefinition = Standard_True ; +++ if ( !casroot ) { +++ casroot = "/usr/share/opencascade/6.5.0"; ++ } +++ VarName = TCollection_AsciiString (casroot); +++ VarName += "/src/Textures" ; +++ HasDefinition = Standard_True ; ++ } else { ++ VarName = TCollection_AsciiString (envir); ++ HasDefinition = Standard_True ; ++Index: opencascade/ros/src/XmlLDrivers/XmlLDrivers_DocumentStorageDriver.cxx ++=================================================================== ++--- opencascade.orig/ros/src/XmlLDrivers/XmlLDrivers_DocumentStorageDriver.cxx +++++ opencascade/ros/src/XmlLDrivers/XmlLDrivers_DocumentStorageDriver.cxx ++@@ -181,18 +181,11 @@ ++ if (aResourceDir.IsEmpty()) { ++ // now try by CASROOT ++ aResourceDir = getenv (aCSFVariable[1]); ++- if ( !aResourceDir.IsEmpty() ) { ++- aResourceDir += "/src/XmlOcafResource" ; ++- aToSetCSFVariable = Standard_True; //CSF variable to be set later +++ if ( aResourceDir.IsEmpty() ) { +++ aResourceDir = "/usr/share/opencascade/6.5.0"; ++ } ++-#ifdef DEB ++- else { ++- TCollection_ExtendedString aWarn = FAILSTR "Neither "; ++- aWarn = (aWarn + aCSFVariable[0] + ", nor " + aCSFVariable[1] ++- + " variables have been set"); ++- aMessageDriver->Write (aWarn.ToExtString()); ++- } ++-#endif +++ aResourceDir += "/src/XmlOcafResource" ; +++ aToSetCSFVariable = Standard_True; //CSF variable to be set later ++ } ++ if (!aResourceDir.IsEmpty()) { ++ TCollection_AsciiString aResourceFileName = aResourceDir + "/XmlOcaf.xsd"; ++Index: opencascade/ros/src/Resource/Resource_Manager.cxx ++=================================================================== ++--- opencascade.orig/ros/src/Resource/Resource_Manager.cxx +++++ opencascade/ros/src/Resource/Resource_Manager.cxx ++@@ -56,10 +56,16 @@ ++ { ++ Debug = (getenv("ResourceDebug") != NULL) ; ++ ++- TCollection_AsciiString EnvVar, CSF_ = "CSF_" ; +++ TCollection_AsciiString EnvVar, DefaultVar = "/usr/share/opencascade/6.5.0/src/", CSF_ = "CSF_" ; +++ TCollection_AsciiString Name = aName ; ++ TCollection_AsciiString Directory ; ++ Standard_CString dir ; ++ +++ if ( Name.IsEqual("STEP") || Name.IsEqual("IGES")) +++ DefaultVar += "XSTEPResource"; +++ else +++ DefaultVar += "StdResource"; +++ ++ if ( getenv ("CSF_ResourceVerbose") != NULL ) ++ myVerbose = Standard_True; ++ ++@@ -69,9 +75,12 @@ ++ Load(Directory,myName,myRefMap); ++ } ++ else +++ { ++ if (myVerbose) ++ cout << "Resource Manager Warning: Environment variable \"" << EnvVar ++- << "\" not set." << endl; +++ << "\" not set, using default value \"" << DefaultVar << "\"." << endl; +++ Load(DefaultVar,myName,myRefMap); +++ } ++ ++ EnvVar = CSF_ + aName + "UserDefaults" ; ++ if ((dir = getenv (EnvVar.ToCString())) != NULL) { diff --cc debian/patches/compatibility-occ630-Value.patch index 000000000,000000000..4d481dc17 new file mode 100644 --- /dev/null +++ b/debian/patches/compatibility-occ630-Value.patch @@@ -1,0 -1,0 +1,758 @@@ ++Temporarily push back methods which have been removed between 6.3.0 and 6.5.0 ++ ++Many classes in OCC 6.3.O did provide a method Value(), which ++have been replaced by SquareDistance() in OCC 6.5.0. ++These methods seem to be commonly used, we provide a temporary alias ++to help smooth upgrades to 6.5.0. ++ ++Few other aliases are also added, but note that this patch is transient ++and will be removed when all packages are ported to 6.5.0 ++ ++ ++Index: opencascade/ros/inc/Extrema_GenExtPS.hxx ++=================================================================== ++--- opencascade.orig/ros/inc/Extrema_GenExtPS.hxx +++++ opencascade/ros/inc/Extrema_GenExtPS.hxx ++@@ -106,6 +106,8 @@ ++ ++ ++ +++// DEBIAN SPECIFIC CHANGE: In OCC 6.5.0, Value() has been replaced by SquareDistance(). Add an alias to not break existing code +++Standard_Real Value(const Standard_Integer N) const { return sqrt(SquareDistance(N)); } ++ ++ ++ protected: ++Index: opencascade/ros/inc/BRepExtrema_ExtCC.hxx ++=================================================================== ++--- opencascade.orig/ros/inc/BRepExtrema_ExtCC.hxx +++++ opencascade/ros/inc/BRepExtrema_ExtCC.hxx ++@@ -90,6 +90,10 @@ ++ ++ ++ +++// DEBIAN SPECIFIC CHANGES: In OCC 6.5.0, Value() has been replaced by SquareDistance(). Add an alias to not break existing code +++Standard_Real Value(const Standard_Integer N) const { return sqrt(SquareDistance(N)); } +++// DEBIAN SPECIFIC CHANGES: In OCC 6.5.0, TrimmedDistances() has been replaced by TrimmedSquareDistances(). Add an alias to not break existing code +++void TrimmedDistances(Standard_Real& dist11,Standard_Real& distP12,Standard_Real& distP21,Standard_Real& distP22,gp_Pnt& P11,gp_Pnt& P12,gp_Pnt& P21,gp_Pnt& P22) const { Standard_Real xdist11, xdistP12, xdistP21, xdistP22; TrimmedSquareDistances(xdist11, xdistP12, xdistP21, xdistP22, P11, P12, P21, P22); dist11=sqrt(xdist11); distP12=sqrt(xdistP12); distP21=sqrt(xdistP21); distP22=sqrt(xdistP22); } ++ ++ ++ protected: ++Index: opencascade/ros/inc/BRepExtrema_ExtCF.hxx ++=================================================================== ++--- opencascade.orig/ros/inc/BRepExtrema_ExtCF.hxx +++++ opencascade/ros/inc/BRepExtrema_ExtCF.hxx ++@@ -95,6 +95,8 @@ ++ ++ ++ +++// DEBIAN SPECIFIC CHANGES: In OCC 6.5.0, Value() has been replaced by SquareDistance(). Add an alias to not break existing code +++Standard_Real Value(const Standard_Integer N) const { return sqrt(SquareDistance(N)); } ++ ++ ++ protected: ++Index: opencascade/ros/inc/BRepExtrema_ExtFF.hxx ++=================================================================== ++--- opencascade.orig/ros/inc/BRepExtrema_ExtFF.hxx +++++ opencascade/ros/inc/BRepExtrema_ExtFF.hxx ++@@ -91,6 +91,8 @@ ++ ++ ++ +++// DEBIAN SPECIFIC CHANGES: In OCC 6.5.0, Value() has been replaced by SquareDistance(). Add an alias to not break existing code +++Standard_Real Value(const Standard_Integer N) const { return sqrt(SquareDistance(N)); } ++ ++ ++ protected: ++Index: opencascade/ros/inc/BRepExtrema_ExtPC.hxx ++=================================================================== ++--- opencascade.orig/ros/inc/BRepExtrema_ExtPC.hxx +++++ opencascade/ros/inc/BRepExtrema_ExtPC.hxx ++@@ -87,6 +87,10 @@ ++ ++ ++ +++// DEBIAN SPECIFIC CHANGES: In OCC 6.5.0, Value() has been replaced by SquareDistance(). Add an alias to not break existing code +++Standard_Real Value(const Standard_Integer N) const { return sqrt(SquareDistance(N)); } +++// DEBIAN SPECIFIC CHANGES: In OCC 6.5.0, TrimmedDistances() has been replaced by TrimmedSquareDistances(). Add an alias to not break existing code +++void TrimmedDistances(Standard_Real& dist1,Standard_Real& dist2,gp_Pnt& pnt1,gp_Pnt& pnt2) const { Standard_Real xdist1, xdist2; TrimmedSquareDistances(xdist1, xdist2, pnt1, pnt2); dist1 = sqrt(xdist1); dist2 = sqrt(xdist2); } ++ ++ protected: ++ ++Index: opencascade/ros/inc/BRepExtrema_ExtPF.hxx ++=================================================================== ++--- opencascade.orig/ros/inc/BRepExtrema_ExtPF.hxx +++++ opencascade/ros/inc/BRepExtrema_ExtPF.hxx ++@@ -85,6 +85,8 @@ ++ ++ ++ +++// DEBIAN SPECIFIC CHANGES: In OCC 6.5.0, Value() has been replaced by SquareDistance(). Add an alias to not break existing code +++Standard_Real Value(const Standard_Integer N) const { return sqrt(SquareDistance(N)); } ++ ++ protected: ++ ++Index: opencascade/ros/inc/BRepMesh_DataStructureOfDelaun.hxx ++=================================================================== ++--- opencascade.orig/ros/inc/BRepMesh_DataStructureOfDelaun.hxx +++++ opencascade/ros/inc/BRepMesh_DataStructureOfDelaun.hxx ++@@ -146,6 +146,9 @@ ++ Standard_EXPORT const MeshDS_BaseAllocator& Allocator() const; ++ ++ +++// DEBIAN SPECIFIC CHANGES: In OCC 6.5.0, typos in ForseRemoveNode() and ForceRemoveLink() have been fixed. Add an alias to not break existing code +++void ForseRemoveNode(const Standard_Integer Index) { ForceRemoveNode(Index); } +++void ForseRemoveLink(const Standard_Integer Index) { ForceRemoveLink(Index); } ++ ++ ++ DEFINE_STANDARD_RTTI(BRepMesh_DataStructureOfDelaun) ++Index: opencascade/ros/inc/Extrema_ECC2dOfExtCC2d.hxx ++=================================================================== ++--- opencascade.orig/ros/inc/Extrema_ECC2dOfExtCC2d.hxx +++++ opencascade/ros/inc/Extrema_ECC2dOfExtCC2d.hxx ++@@ -85,6 +85,8 @@ ++ ++ ++ +++// DEBIAN SPECIFIC CHANGES: In OCC 6.5.0, Value() has been replaced by SquareDistance(). Add an alias to not break existing code +++Standard_Real Value(const Standard_Integer N = 1) const { return sqrt(SquareDistance(N)); } ++ ++ ++ protected: ++Index: opencascade/ros/inc/Extrema_ECCOfExtCC.hxx ++=================================================================== ++--- opencascade.orig/ros/inc/Extrema_ECCOfExtCC.hxx +++++ opencascade/ros/inc/Extrema_ECCOfExtCC.hxx ++@@ -85,6 +85,8 @@ ++ ++ ++ +++// DEBIAN SPECIFIC CHANGES: In OCC 6.5.0, Value() has been replaced by SquareDistance(). Add an alias to not break existing code +++Standard_Real Value(const Standard_Integer N = 1) const { return sqrt(SquareDistance(N)); } ++ ++ ++ protected: ++Index: opencascade/ros/inc/Extrema_ELCC2dOfLocateExtCC2d.hxx ++=================================================================== ++--- opencascade.orig/ros/inc/Extrema_ELCC2dOfLocateExtCC2d.hxx +++++ opencascade/ros/inc/Extrema_ELCC2dOfLocateExtCC2d.hxx ++@@ -85,6 +85,8 @@ ++ ++ ++ +++// DEBIAN SPECIFIC CHANGES: In OCC 6.5.0, Value() has been replaced by SquareDistance(). Add an alias to not break existing code +++Standard_Real Value(const Standard_Integer N = 1) const { return sqrt(SquareDistance(N)); } ++ ++ ++ protected: ++Index: opencascade/ros/inc/Extrema_ELCCOfLocateExtCC.hxx ++=================================================================== ++--- opencascade.orig/ros/inc/Extrema_ELCCOfLocateExtCC.hxx +++++ opencascade/ros/inc/Extrema_ELCCOfLocateExtCC.hxx ++@@ -85,6 +85,8 @@ ++ ++ ++ +++// DEBIAN SPECIFIC CHANGES: In OCC 6.5.0, Value() has been replaced by SquareDistance(). Add an alias to not break existing code +++Standard_Real Value(const Standard_Integer N = 1) const { return sqrt(SquareDistance(N)); } ++ ++ ++ protected: ++Index: opencascade/ros/inc/Extrema_ELPCOfLocateExtPC.hxx ++=================================================================== ++--- opencascade.orig/ros/inc/Extrema_ELPCOfLocateExtPC.hxx +++++ opencascade/ros/inc/Extrema_ELPCOfLocateExtPC.hxx ++@@ -102,6 +102,10 @@ ++ ++ ++ +++// DEBIAN SPECIFIC CHANGES: In OCC 6.5.0, Value() has been replaced by SquareDistance(). Add an alias to not break existing code +++Standard_Real Value(const Standard_Integer N) const { return sqrt(SquareDistance(N)); } +++// DEBIAN SPECIFIC CHANGES: In OCC 6.5.0, TrimmedDistances() has been replaced by TrimmedSquareDistances(). Add an alias to not break existing code +++void TrimmedDistances(Standard_Real& dist1,Standard_Real& dist2,gp_Pnt& P1,gp_Pnt& P2) const { Standard_Real xdist1, xdist2; TrimmedSquareDistances(xdist1, xdist2, P1, P2); dist1 = sqrt(xdist1); dist2 = sqrt(xdist2); } ++ ++ ++ protected: ++Index: opencascade/ros/inc/Extrema_ELPCOfLocateExtPC2d.hxx ++=================================================================== ++--- opencascade.orig/ros/inc/Extrema_ELPCOfLocateExtPC2d.hxx +++++ opencascade/ros/inc/Extrema_ELPCOfLocateExtPC2d.hxx ++@@ -102,6 +102,10 @@ ++ ++ ++ +++// DEBIAN SPECIFIC CHANGES: In OCC 6.5.0, Value() has been replaced by SquareDistance(). Add an alias to not break existing code +++Standard_Real Value(const Standard_Integer N) const { return sqrt(SquareDistance(N)); } +++// DEBIAN SPECIFIC CHANGES: In OCC 6.5.0, TrimmedDistances() has been replaced by TrimmedSquareDistances(). Add an alias to not break existing code +++void TrimmedDistances(Standard_Real& dist1,Standard_Real& dist2,gp_Pnt2d& P1,gp_Pnt2d& P2) const { Standard_Real xdist1, xdist2; TrimmedSquareDistances(xdist1, xdist2, P1, P2); dist1 = sqrt(xdist1); dist2 = sqrt(xdist2); } ++ ++ ++ protected: ++Index: opencascade/ros/inc/Extrema_EPCOfELPCOfLocateExtPC.hxx ++=================================================================== ++--- opencascade.orig/ros/inc/Extrema_EPCOfELPCOfLocateExtPC.hxx +++++ opencascade/ros/inc/Extrema_EPCOfELPCOfLocateExtPC.hxx ++@@ -83,6 +83,8 @@ ++ ++ ++ +++// DEBIAN SPECIFIC CHANGES: In OCC 6.5.0, Value() has been replaced by SquareDistance(). Add an alias to not break existing code +++Standard_Real Value(const Standard_Integer N) const { return sqrt(SquareDistance(N)); } ++ ++ ++ protected: ++Index: opencascade/ros/inc/Extrema_EPCOfELPCOfLocateExtPC2d.hxx ++=================================================================== ++--- opencascade.orig/ros/inc/Extrema_EPCOfELPCOfLocateExtPC2d.hxx +++++ opencascade/ros/inc/Extrema_EPCOfELPCOfLocateExtPC2d.hxx ++@@ -83,6 +83,8 @@ ++ ++ ++ +++// DEBIAN SPECIFIC CHANGES: In OCC 6.5.0, Value() has been replaced by SquareDistance(). Add an alias to not break existing code +++Standard_Real Value(const Standard_Integer N) const { return sqrt(SquareDistance(N)); } ++ ++ ++ protected: ++Index: opencascade/ros/inc/Extrema_EPCOfExtPC.hxx ++=================================================================== ++--- opencascade.orig/ros/inc/Extrema_EPCOfExtPC.hxx +++++ opencascade/ros/inc/Extrema_EPCOfExtPC.hxx ++@@ -82,6 +82,8 @@ ++ Standard_EXPORT Extrema_POnCurv Point(const Standard_Integer N) const; ++ ++ +++// DEBIAN SPECIFIC CHANGES: In OCC 6.5.0, Value() has been replaced by SquareDistance(). Add an alias to not break existing code +++Standard_Real Value(const Standard_Integer N) const { return sqrt(SquareDistance(N)); } ++ ++ ++ ++Index: opencascade/ros/inc/Extrema_EPCOfExtPC2d.hxx ++=================================================================== ++--- opencascade.orig/ros/inc/Extrema_EPCOfExtPC2d.hxx +++++ opencascade/ros/inc/Extrema_EPCOfExtPC2d.hxx ++@@ -82,6 +82,8 @@ ++ Standard_EXPORT Extrema_POnCurv2d Point(const Standard_Integer N) const; ++ ++ +++// DEBIAN SPECIFIC CHANGES: In OCC 6.5.0, Value() has been replaced by SquareDistance(). Add an alias to not break existing code +++Standard_Real Value(const Standard_Integer N) const { return sqrt(SquareDistance(N)); } ++ ++ ++ ++Index: opencascade/ros/inc/Extrema_ExtCC.hxx ++=================================================================== ++--- opencascade.orig/ros/inc/Extrema_ExtCC.hxx +++++ opencascade/ros/inc/Extrema_ExtCC.hxx ++@@ -104,6 +104,10 @@ ++ ++ ++ +++// DEBIAN SPECIFIC CHANGES: In OCC 6.5.0, Value() has been replaced by SquareDistance(). Add an alias to not break existing code +++Standard_Real Value(const Standard_Integer N = 1) const { return sqrt(SquareDistance(N)); } +++// DEBIAN SPECIFIC CHANGES: In OCC 6.5.0, TrimmedDistances() has been replaced by TrimmedSquareDistances(). Add an alias to not break existing code +++void TrimmedDistances(Standard_Real& dist11,Standard_Real& distP12,Standard_Real& distP21,Standard_Real& distP22,gp_Pnt& P11,gp_Pnt& P12,gp_Pnt& P21,gp_Pnt& P22) const { Standard_Real xdist11, xdistP12, xdistP21, xdistP22; TrimmedSquareDistances(xdist11, xdistP12, xdistP21, xdistP22, P11, P12, P21, P22); dist11 = sqrt(xdist11); xdistP12 = sqrt(distP12); distP21 = sqrt(xdistP21); distP22 = sqrt(xdistP22); } ++ ++ ++ protected: ++Index: opencascade/ros/inc/Extrema_ExtCC2d.hxx ++=================================================================== ++--- opencascade.orig/ros/inc/Extrema_ExtCC2d.hxx +++++ opencascade/ros/inc/Extrema_ExtCC2d.hxx ++@@ -92,6 +92,10 @@ ++ ++ ++ +++// DEBIAN SPECIFIC CHANGES: In OCC 6.5.0, Value() has been replaced by SquareDistance(). Add an alias to not break existing code +++Standard_Real Value(const Standard_Integer N = 1) const { return sqrt(SquareDistance(N)); } +++// DEBIAN SPECIFIC CHANGES: In OCC 6.5.0, TrimmedDistances() has been replaced by TrimmedSquareDistances(). Add an alias to not break existing code +++void TrimmedDistances(Standard_Real& dist11,Standard_Real& distP12,Standard_Real& distP21,Standard_Real& distP22,gp_Pnt2d& P11,gp_Pnt2d& P12,gp_Pnt2d& P21,gp_Pnt2d& P22) const { Standard_Real xdist11, xdistP12, xdistP21, xdistP22; TrimmedSquareDistances(xdist11, xdistP12, xdistP21, xdistP22, P11, P12, P21, P22); dist11 = sqrt(xdist11); xdistP12 = sqrt(distP12); distP21 = sqrt(xdistP21); distP22 = sqrt(xdistP22);} ++ ++ ++ protected: ++Index: opencascade/ros/inc/Extrema_ExtCS.hxx ++=================================================================== ++--- opencascade.orig/ros/inc/Extrema_ExtCS.hxx +++++ opencascade/ros/inc/Extrema_ExtCS.hxx ++@@ -95,6 +95,8 @@ ++ ++ ++ +++// DEBIAN SPECIFIC CHANGES: In OCC 6.5.0, Value() has been replaced by SquareDistance(). Add an alias to not break existing code +++Standard_Real Value(const Standard_Integer N) const { return sqrt(SquareDistance(N)); } ++ ++ ++ protected: ++Index: opencascade/ros/inc/Extrema_ExtElC.hxx ++=================================================================== ++--- opencascade.orig/ros/inc/Extrema_ExtElC.hxx +++++ opencascade/ros/inc/Extrema_ExtElC.hxx ++@@ -117,6 +117,8 @@ ++ ++ ++ +++// DEBIAN SPECIFIC CHANGES: In OCC 6.5.0, Value() has been replaced by SquareDistance(). Add an alias to not break existing code +++Standard_Real Value(const Standard_Integer N = 1) const { return sqrt(SquareDistance(N)); } ++ ++ ++ protected: ++Index: opencascade/ros/inc/Extrema_ExtElC2d.hxx ++=================================================================== ++--- opencascade.orig/ros/inc/Extrema_ExtElC2d.hxx +++++ opencascade/ros/inc/Extrema_ExtElC2d.hxx ++@@ -117,6 +117,8 @@ ++ ++ ++ +++// DEBIAN SPECIFIC CHANGES: In OCC 6.5.0, Value() has been replaced by SquareDistance(). Add an alias to not break existing code +++Standard_Real Value(const Standard_Integer N = 1) const { return sqrt(SquareDistance(N)); } ++ ++ ++ protected: ++Index: opencascade/ros/inc/Extrema_ExtElCS.hxx ++=================================================================== ++--- opencascade.orig/ros/inc/Extrema_ExtElCS.hxx +++++ opencascade/ros/inc/Extrema_ExtElCS.hxx ++@@ -139,6 +139,8 @@ ++ ++ ++ +++// DEBIAN SPECIFIC CHANGES: In OCC 6.5.0, Value() has been replaced by SquareDistance(). Add an alias to not break existing code +++Standard_Real Value(const Standard_Integer N = 1) const { return sqrt(SquareDistance(N)); } ++ ++ ++ protected: ++Index: opencascade/ros/inc/Extrema_ExtElSS.hxx ++=================================================================== ++--- opencascade.orig/ros/inc/Extrema_ExtElSS.hxx +++++ opencascade/ros/inc/Extrema_ExtElSS.hxx ++@@ -106,6 +106,8 @@ ++ ++ ++ +++// DEBIAN SPECIFIC CHANGES: In OCC 6.5.0, Value() has been replaced by SquareDistance(). Add an alias to not break existing code +++Standard_Real Value(const Standard_Integer N = 1) const { return sqrt(SquareDistance(N)); } ++ ++ ++ protected: ++Index: opencascade/ros/inc/Extrema_ExtPC.hxx ++=================================================================== ++--- opencascade.orig/ros/inc/Extrema_ExtPC.hxx +++++ opencascade/ros/inc/Extrema_ExtPC.hxx ++@@ -102,6 +102,10 @@ ++ ++ ++ +++// DEBIAN SPECIFIC CHANGES: In OCC 6.5.0, Value() has been replaced by SquareDistance(). Add an alias to not break existing code +++Standard_Real Value(const Standard_Integer N) const { return sqrt(SquareDistance(N)); } +++// DEBIAN SPECIFIC CHANGES: In OCC 6.5.0, TrimmedDistances() has been replaced by TrimmedSquareDistances(). Add an alias to not break existing code +++void TrimmedDistances(Standard_Real& dist1,Standard_Real& dist2,gp_Pnt& P1,gp_Pnt& P2) const { Standard_Real xdist1, xdist2; TrimmedSquareDistances(xdist1, xdist2, P1, P2); dist1 = sqrt(xdist1); dist2 = sqrt(xdist2); } ++ ++ ++ protected: ++Index: opencascade/ros/inc/Extrema_ExtPC2d.hxx ++=================================================================== ++--- opencascade.orig/ros/inc/Extrema_ExtPC2d.hxx +++++ opencascade/ros/inc/Extrema_ExtPC2d.hxx ++@@ -102,6 +102,10 @@ ++ ++ ++ +++// DEBIAN SPECIFIC CHANGES: In OCC 6.5.0, Value() has been replaced by SquareDistance(). Add an alias to not break existing code +++Standard_Real Value(const Standard_Integer N) const { return sqrt(SquareDistance(N)); } +++// DEBIAN SPECIFIC CHANGES: In OCC 6.5.0, TrimmedDistances() has been replaced by TrimmedSquareDistances(). Add an alias to not break existing code +++void TrimmedDistances(Standard_Real& dist1,Standard_Real& dist2,gp_Pnt2d& P1,gp_Pnt2d& P2) const { Standard_Real xdist1, xdist2; TrimmedSquareDistances(xdist1, xdist2, P1, P2); dist1 = sqrt(xdist1); dist2 = sqrt(xdist2); } ++ ++ ++ protected: ++Index: opencascade/ros/inc/Extrema_ExtPElC.hxx ++=================================================================== ++--- opencascade.orig/ros/inc/Extrema_ExtPElC.hxx +++++ opencascade/ros/inc/Extrema_ExtPElC.hxx ++@@ -123,6 +123,8 @@ ++ ++ ++ +++// DEBIAN SPECIFIC CHANGES: In OCC 6.5.0, Value() has been replaced by SquareDistance(). Add an alias to not break existing code +++Standard_Real Value(const Standard_Integer N) const { return sqrt(SquareDistance(N)); } ++ ++ ++ protected: ++Index: opencascade/ros/inc/Extrema_ExtPElC2d.hxx ++=================================================================== ++--- opencascade.orig/ros/inc/Extrema_ExtPElC2d.hxx +++++ opencascade/ros/inc/Extrema_ExtPElC2d.hxx ++@@ -123,6 +123,8 @@ ++ ++ ++ +++// DEBIAN SPECIFIC CHANGES: In OCC 6.5.0, Value() has been replaced by SquareDistance(). Add an alias to not break existing code +++Standard_Real Value(const Standard_Integer N) const { return sqrt(SquareDistance(N)); } ++ ++ ++ protected: ++Index: opencascade/ros/inc/Extrema_ExtPElS.hxx ++=================================================================== ++--- opencascade.orig/ros/inc/Extrema_ExtPElS.hxx +++++ opencascade/ros/inc/Extrema_ExtPElS.hxx ++@@ -99,6 +99,8 @@ ++ ++ ++ +++// DEBIAN SPECIFIC CHANGES: In OCC 6.5.0, Value() has been replaced by SquareDistance(). Add an alias to not break existing code +++Standard_Real Value(const Standard_Integer N) const { return sqrt(SquareDistance(N)); } ++ ++ ++ protected: ++Index: opencascade/ros/inc/Extrema_ExtPExtS.hxx ++=================================================================== ++--- opencascade.orig/ros/inc/Extrema_ExtPExtS.hxx +++++ opencascade/ros/inc/Extrema_ExtPExtS.hxx ++@@ -94,6 +94,8 @@ ++ ++ ++ +++// DEBIAN SPECIFIC CHANGES: In OCC 6.5.0, Value() has been replaced by SquareDistance(). Add an alias to not break existing code +++Standard_Real Value(const Standard_Integer N) const { return sqrt(SquareDistance(N)); } ++ ++ ++ protected: ++Index: opencascade/ros/inc/Extrema_ExtPRevS.hxx ++=================================================================== ++--- opencascade.orig/ros/inc/Extrema_ExtPRevS.hxx +++++ opencascade/ros/inc/Extrema_ExtPRevS.hxx ++@@ -83,6 +83,8 @@ ++ ++ ++ +++// DEBIAN SPECIFIC CHANGES: In OCC 6.5.0, Value() has been replaced by SquareDistance(). Add an alias to not break existing code +++Standard_Real Value(const Standard_Integer N) const { return sqrt(SquareDistance(N)); } ++ ++ ++ protected: ++Index: opencascade/ros/inc/Extrema_ExtPS.hxx ++=================================================================== ++--- opencascade.orig/ros/inc/Extrema_ExtPS.hxx +++++ opencascade/ros/inc/Extrema_ExtPS.hxx ++@@ -117,6 +117,10 @@ ++ ++ ++ +++// DEBIAN SPECIFIC CHANGES: In OCC 6.5.0, Value() has been replaced by SquareDistance(). Add an alias to not break existing code +++Standard_Real Value(const Standard_Integer N = 1) const { return sqrt(SquareDistance(N)); } +++// DEBIAN SPECIFIC CHANGES: In OCC 6.5.0, TrimmedDistances() has been replaced by TrimmedSquareDistances(). Add an alias to not break existing code +++void TrimmedDistances(Standard_Real& dUfVf,Standard_Real& dUfVl,Standard_Real& dUlVf,Standard_Real& dUlVl,gp_Pnt& PUfVf,gp_Pnt& PUfVl,gp_Pnt& PUlVf,gp_Pnt& PUlVl) const { Standard_Real xdUfVf, xdUfVl, xdUlVf, xdUlVl; TrimmedSquareDistances(xdUfVf, xdUfVl, xdUlVf, xdUlVl, PUfVf, PUfVl, PUlVf, PUlVl); dUfVf = sqrt(xdUfVf); dUfVl = sqrt(xdUfVl); dUlVf = sqrt(xdUlVf); dUlVl = sqrt(xdUlVl); } ++ ++ ++ protected: ++Index: opencascade/ros/inc/Extrema_ExtSS.hxx ++=================================================================== ++--- opencascade.orig/ros/inc/Extrema_ExtSS.hxx +++++ opencascade/ros/inc/Extrema_ExtSS.hxx ++@@ -88,6 +88,8 @@ ++ ++ ++ +++// DEBIAN SPECIFIC CHANGES: In OCC 6.5.0, Value() has been replaced by SquareDistance(). Add an alias to not break existing code +++Standard_Real Value(const Standard_Integer N) const { return sqrt(SquareDistance(N)); } ++ ++ ++ protected: ++Index: opencascade/ros/inc/Extrema_GenExtCS.hxx ++=================================================================== ++--- opencascade.orig/ros/inc/Extrema_GenExtCS.hxx +++++ opencascade/ros/inc/Extrema_GenExtCS.hxx ++@@ -110,6 +110,8 @@ ++ ++ ++ +++// DEBIAN SPECIFIC CHANGES: In OCC 6.5.0, Value() has been replaced by SquareDistance(). Add an alias to not break existing code +++Standard_Real Value(const Standard_Integer N) const { return sqrt(SquareDistance(N)); } ++ ++ ++ protected: ++Index: opencascade/ros/inc/Extrema_GenExtSS.hxx ++=================================================================== ++--- opencascade.orig/ros/inc/Extrema_GenExtSS.hxx +++++ opencascade/ros/inc/Extrema_GenExtSS.hxx ++@@ -101,6 +101,8 @@ ++ ++ ++ +++// DEBIAN SPECIFIC CHANGES: In OCC 6.5.0, Value() has been replaced by SquareDistance(). Add an alias to not break existing code +++Standard_Real Value(const Standard_Integer N) const { return sqrt(SquareDistance(N)); } ++ ++ ++ protected: ++Index: opencascade/ros/inc/Extrema_GenLocateExtCS.hxx ++=================================================================== ++--- opencascade.orig/ros/inc/Extrema_GenLocateExtCS.hxx +++++ opencascade/ros/inc/Extrema_GenLocateExtCS.hxx ++@@ -74,6 +74,8 @@ ++ ++ ++ +++// DEBIAN SPECIFIC CHANGES: In OCC 6.5.0, Value() has been replaced by SquareDistance(). Add an alias to not break existing code +++Standard_Real Value() const { return sqrt(SquareDistance()); } ++ ++ ++ protected: ++Index: opencascade/ros/inc/Extrema_GenLocateExtPS.hxx ++=================================================================== ++--- opencascade.orig/ros/inc/Extrema_GenLocateExtPS.hxx +++++ opencascade/ros/inc/Extrema_GenLocateExtPS.hxx ++@@ -66,6 +66,8 @@ ++ ++ ++ +++// DEBIAN SPECIFIC CHANGES: In OCC 6.5.0, Value() has been replaced by SquareDistance(). Add an alias to not break existing code +++Standard_Real Value() const { return sqrt(SquareDistance()); } ++ ++ ++ protected: ++Index: opencascade/ros/inc/Extrema_GenLocateExtSS.hxx ++=================================================================== ++--- opencascade.orig/ros/inc/Extrema_GenLocateExtSS.hxx +++++ opencascade/ros/inc/Extrema_GenLocateExtSS.hxx ++@@ -69,6 +69,8 @@ ++ ++ ++ +++// DEBIAN SPECIFIC CHANGES: In OCC 6.5.0, Value() has been replaced by SquareDistance(). Add an alias to not break existing code +++Standard_Real Value() const { return sqrt(SquareDistance()); } ++ ++ ++ protected: ++Index: opencascade/ros/inc/Extrema_LocECC2dOfLocateExtCC2d.hxx ++=================================================================== ++--- opencascade.orig/ros/inc/Extrema_LocECC2dOfLocateExtCC2d.hxx +++++ opencascade/ros/inc/Extrema_LocECC2dOfLocateExtCC2d.hxx ++@@ -61,6 +61,8 @@ ++ ++ ++ +++// DEBIAN SPECIFIC CHANGES: In OCC 6.5.0, Value() has been replaced by SquareDistance(). Add an alias to not break existing code +++Standard_Real Value() const { return sqrt(SquareDistance()); } ++ ++ ++ protected: ++Index: opencascade/ros/inc/Extrema_LocECCOfLocateExtCC.hxx ++=================================================================== ++--- opencascade.orig/ros/inc/Extrema_LocECCOfLocateExtCC.hxx +++++ opencascade/ros/inc/Extrema_LocECCOfLocateExtCC.hxx ++@@ -61,6 +61,8 @@ ++ ++ ++ +++// DEBIAN SPECIFIC CHANGES: In OCC 6.5.0, Value() has been replaced by SquareDistance(). Add an alias to not break existing code +++Standard_Real Value() const { return sqrt(SquareDistance()); } ++ ++ ++ protected: ++Index: opencascade/ros/inc/Extrema_LocEPCOfLocateExtPC.hxx ++=================================================================== ++--- opencascade.orig/ros/inc/Extrema_LocEPCOfLocateExtPC.hxx +++++ opencascade/ros/inc/Extrema_LocEPCOfLocateExtPC.hxx ++@@ -72,6 +72,8 @@ ++ ++ ++ +++// DEBIAN SPECIFIC CHANGES: In OCC 6.5.0, Value() has been replaced by SquareDistance(). Add an alias to not break existing code +++Standard_Real Value() const { return sqrt(SquareDistance()); } ++ ++ ++ protected: ++Index: opencascade/ros/inc/Extrema_LocEPCOfLocateExtPC2d.hxx ++=================================================================== ++--- opencascade.orig/ros/inc/Extrema_LocEPCOfLocateExtPC2d.hxx +++++ opencascade/ros/inc/Extrema_LocEPCOfLocateExtPC2d.hxx ++@@ -72,6 +72,8 @@ ++ ++ ++ +++// DEBIAN SPECIFIC CHANGES: In OCC 6.5.0, Value() has been replaced by SquareDistance(). Add an alias to not break existing code +++Standard_Real Value() const { return sqrt(SquareDistance()); } ++ ++ ++ protected: ++Index: opencascade/ros/inc/Extrema_LocateExtCC.hxx ++=================================================================== ++--- opencascade.orig/ros/inc/Extrema_LocateExtCC.hxx +++++ opencascade/ros/inc/Extrema_LocateExtCC.hxx ++@@ -65,6 +65,8 @@ ++ ++ ++ +++// DEBIAN SPECIFIC CHANGES: In OCC 6.5.0, Value() has been replaced by SquareDistance(). Add an alias to not break existing code +++Standard_Real Value() const { return sqrt(SquareDistance()); } ++ ++ ++ protected: ++Index: opencascade/ros/inc/Extrema_LocateExtCC2d.hxx ++=================================================================== ++--- opencascade.orig/ros/inc/Extrema_LocateExtCC2d.hxx +++++ opencascade/ros/inc/Extrema_LocateExtCC2d.hxx ++@@ -65,6 +65,8 @@ ++ ++ ++ +++// DEBIAN SPECIFIC CHANGES: In OCC 6.5.0, Value() has been replaced by SquareDistance(). Add an alias to not break existing code +++Standard_Real Value() const { return sqrt(SquareDistance()); } ++ ++ ++ protected: ++Index: opencascade/ros/inc/Extrema_LocateExtPC.hxx ++=================================================================== ++--- opencascade.orig/ros/inc/Extrema_LocateExtPC.hxx +++++ opencascade/ros/inc/Extrema_LocateExtPC.hxx ++@@ -90,6 +90,8 @@ ++ ++ ++ +++// DEBIAN SPECIFIC CHANGES: In OCC 6.5.0, Value() has been replaced by SquareDistance(). Add an alias to not break existing code +++Standard_Real Value() const { return sqrt(SquareDistance()); } ++ ++ ++ protected: ++Index: opencascade/ros/inc/Extrema_LocateExtPC2d.hxx ++=================================================================== ++--- opencascade.orig/ros/inc/Extrema_LocateExtPC2d.hxx +++++ opencascade/ros/inc/Extrema_LocateExtPC2d.hxx ++@@ -91,6 +91,8 @@ ++ ++ ++ +++// DEBIAN SPECIFIC CHANGES: In OCC 6.5.0, Value() has been replaced by SquareDistance(). Add an alias to not break existing code +++Standard_Real Value() const { return sqrt(SquareDistance()); } ++ ++ protected: ++ ++Index: opencascade/ros/inc/Extrema_PCFOfEPCOfELPCOfLocateExtPC.hxx ++=================================================================== ++--- opencascade.orig/ros/inc/Extrema_PCFOfEPCOfELPCOfLocateExtPC.hxx +++++ opencascade/ros/inc/Extrema_PCFOfEPCOfELPCOfLocateExtPC.hxx ++@@ -98,6 +98,8 @@ ++ ++ ++ +++// DEBIAN SPECIFIC CHANGES: In OCC 6.5.0, Value() has been replaced by SquareDistance(). Add an alias to not break existing code +++Standard_Real Value(const Standard_Integer N) const { return sqrt(SquareDistance(N)); } ++ ++ ++ protected: ++Index: opencascade/ros/inc/Extrema_PCFOfEPCOfELPCOfLocateExtPC2d.hxx ++=================================================================== ++--- opencascade.orig/ros/inc/Extrema_PCFOfEPCOfELPCOfLocateExtPC2d.hxx +++++ opencascade/ros/inc/Extrema_PCFOfEPCOfELPCOfLocateExtPC2d.hxx ++@@ -98,6 +98,8 @@ ++ ++ ++ +++// DEBIAN SPECIFIC CHANGES: In OCC 6.5.0, Value() has been replaced by SquareDistance(). Add an alias to not break existing code +++Standard_Real Value(const Standard_Integer N) const { return sqrt(SquareDistance(N)); } ++ ++ ++ protected: ++Index: opencascade/ros/inc/Extrema_PCFOfEPCOfExtPC.hxx ++=================================================================== ++--- opencascade.orig/ros/inc/Extrema_PCFOfEPCOfExtPC.hxx +++++ opencascade/ros/inc/Extrema_PCFOfEPCOfExtPC.hxx ++@@ -98,6 +98,8 @@ ++ ++ ++ +++// DEBIAN SPECIFIC CHANGES: In OCC 6.5.0, Value() has been replaced by SquareDistance(). Add an alias to not break existing code +++Standard_Real Value(const Standard_Integer N) const { return sqrt(SquareDistance(N)); } ++ ++ ++ protected: ++Index: opencascade/ros/inc/Extrema_PCFOfEPCOfExtPC2d.hxx ++=================================================================== ++--- opencascade.orig/ros/inc/Extrema_PCFOfEPCOfExtPC2d.hxx +++++ opencascade/ros/inc/Extrema_PCFOfEPCOfExtPC2d.hxx ++@@ -98,6 +98,8 @@ ++ ++ ++ +++// DEBIAN SPECIFIC CHANGES: In OCC 6.5.0, Value() has been replaced by SquareDistance(). Add an alias to not break existing code +++Standard_Real Value(const Standard_Integer N) const { return sqrt(SquareDistance(N)); } ++ ++ ++ protected: ++Index: opencascade/ros/inc/Extrema_PCLocFOfLocEPCOfLocateExtPC.hxx ++=================================================================== ++--- opencascade.orig/ros/inc/Extrema_PCLocFOfLocEPCOfLocateExtPC.hxx +++++ opencascade/ros/inc/Extrema_PCLocFOfLocEPCOfLocateExtPC.hxx ++@@ -98,6 +98,8 @@ ++ ++ ++ +++// DEBIAN SPECIFIC CHANGES: In OCC 6.5.0, Value() has been replaced by SquareDistance(). Add an alias to not break existing code +++Standard_Real Value(const Standard_Integer N) const { return sqrt(SquareDistance(N)); } ++ ++ ++ protected: ++Index: opencascade/ros/inc/Extrema_PCLocFOfLocEPCOfLocateExtPC2d.hxx ++=================================================================== ++--- opencascade.orig/ros/inc/Extrema_PCLocFOfLocEPCOfLocateExtPC2d.hxx +++++ opencascade/ros/inc/Extrema_PCLocFOfLocEPCOfLocateExtPC2d.hxx ++@@ -98,6 +98,8 @@ ++ ++ ++ +++// DEBIAN SPECIFIC CHANGES: In OCC 6.5.0, Value() has been replaced by SquareDistance(). Add an alias to not break existing code +++Standard_Real Value(const Standard_Integer N) const { return sqrt(SquareDistance(N)); } ++ ++ ++ protected: ++Index: opencascade/ros/inc/Geom2dInt_PCLocFOfTheLocateExtPCOfTheProjPCurOfGInter.hxx ++=================================================================== ++--- opencascade.orig/ros/inc/Geom2dInt_PCLocFOfTheLocateExtPCOfTheProjPCurOfGInter.hxx +++++ opencascade/ros/inc/Geom2dInt_PCLocFOfTheLocateExtPCOfTheProjPCurOfGInter.hxx ++@@ -98,6 +98,8 @@ ++ ++ ++ +++// DEBIAN SPECIFIC CHANGES: In OCC 6.5.0, Value() has been replaced by SquareDistance(). Add an alias to not break existing code +++Standard_Real Value(const Standard_Integer N) const { return sqrt(SquareDistance(N)); } ++ ++ ++ protected: ++Index: opencascade/ros/inc/Geom2dInt_TheLocateExtPCOfTheProjPCurOfGInter.hxx ++=================================================================== ++--- opencascade.orig/ros/inc/Geom2dInt_TheLocateExtPCOfTheProjPCurOfGInter.hxx +++++ opencascade/ros/inc/Geom2dInt_TheLocateExtPCOfTheProjPCurOfGInter.hxx ++@@ -72,6 +72,8 @@ ++ ++ ++ +++// DEBIAN SPECIFIC CHANGES: In OCC 6.5.0, Value() has been replaced by SquareDistance(). Add an alias to not break existing code +++Standard_Real Value() const { return sqrt(SquareDistance()); } ++ ++ ++ protected: ++Index: opencascade/ros/inc/HLRBRep_PCLocFOfTheLocateExtPCOfTheProjPCurOfCInter.hxx ++=================================================================== ++--- opencascade.orig/ros/inc/HLRBRep_PCLocFOfTheLocateExtPCOfTheProjPCurOfCInter.hxx +++++ opencascade/ros/inc/HLRBRep_PCLocFOfTheLocateExtPCOfTheProjPCurOfCInter.hxx ++@@ -97,6 +97,8 @@ ++ ++ ++ +++// DEBIAN SPECIFIC CHANGES: In OCC 6.5.0, Value() has been replaced by SquareDistance(). Add an alias to not break existing code +++Standard_Real Value(const Standard_Integer N) const { return sqrt(SquareDistance(N)); } ++ ++ ++ protected: ++Index: opencascade/ros/inc/HLRBRep_TheLocateExtPCOfTheProjPCurOfCInter.hxx ++=================================================================== ++--- opencascade.orig/ros/inc/HLRBRep_TheLocateExtPCOfTheProjPCurOfCInter.hxx +++++ opencascade/ros/inc/HLRBRep_TheLocateExtPCOfTheProjPCurOfCInter.hxx ++@@ -74,6 +74,8 @@ ++ ++ ++ +++// DEBIAN SPECIFIC CHANGES: In OCC 6.5.0, Value() has been replaced by SquareDistance(). Add an alias to not break existing code +++Standard_Real Value() const { return sqrt(SquareDistance()); } ++ ++ ++ protected: diff --cc debian/patches/configure-cflags.patch index 000000000,000000000..c13c29590 new file mode 100644 --- /dev/null +++ b/debian/patches/configure-cflags.patch @@@ -1,0 -1,0 +1,20 @@@ ++Compile C sources with -D_GNU_SOURCE=1 as with C++ ++ ++This is mostly cosmetics, but allows installing libraries ++on a very old system. C source files in ros/src/IGESFile ++use sscanf, which adds a dependency against glibc >= 2.7 ++unless it is compiled with -D_GNU_SOURCE=1. ++ ++Index: opencascade/ros/configure.in ++=================================================================== ++--- opencascade.orig/ros/configure.in +++++ opencascade/ros/configure.in ++@@ -102,7 +102,7 @@ ++ ++ case $platform in ++ Linux*) CXXFLAGS="$CXXFLAGS -DLIN -DLININTEL -D_GNU_SOURCE=1" ++- CFLAGS="$CFLAGS -DLIN -DLININTEL -fexceptions" +++ CFLAGS="$CFLAGS -DLIN -DLININTEL -D_GNU_SOURCE=1 -fexceptions" ++ LDFLAGS="$LDFLAGS -lstdc++ -lrt";; ++ SunOS*) CXXFLAGS="$CXXFLAGS -Usun -DSOLARIS -instances=static" ++ CFLAGS="$CFLAGS -Usun -DSOLARIS -instances=static" diff --cc debian/patches/dep-libs.patch index 000000000,000000000..808b9d0e0 new file mode 100644 --- /dev/null +++ b/debian/patches/dep-libs.patch @@@ -1,0 -1,0 +1,41 @@@ ++This patch ensures that all needed symbols are found ++ ++Index: opencascade/ros/adm/make/TKDraw/Makefile.am ++=================================================================== ++--- opencascade.orig/ros/adm/make/TKDraw/Makefile.am +++++ opencascade/ros/adm/make/TKDraw/Makefile.am ++@@ -34,7 +34,7 @@ ++ ../TKGeomBase/libTKGeomBase.la \ ++ ../TKGeomAlgo/libTKGeomAlgo.la \ ++ ../TKService/libTKService.la \ ++-$(STLPort_LIB) $(CSF_TclLibs_LIB) $(CSF_TclTkLibs_LIB) $(CSF_gdi32_LIB) $(CSF_advapi32_LIB) $(CSF_user32_LIB) +++$(STLPort_LIB) $(CSF_TclLibs_LIB) $(CSF_TclTkLibs_LIB) $(CSF_XwLibs_LIB) $(CSF_gdi32_LIB) $(CSF_advapi32_LIB) $(CSF_user32_LIB) ++ ++ libTKDraw_la_SOURCES = \ ++ @top_srcdir@/drv/DBRep/DBRep_ListIteratorOfListOfEdge_0.cxx \ ++Index: opencascade/ros/adm/make/TKService/Makefile.am ++=================================================================== ++--- opencascade.orig/ros/adm/make/TKService/Makefile.am +++++ opencascade/ros/adm/make/TKService/Makefile.am ++@@ -45,7 +45,7 @@ ++ libTKService_la_LIBADD = \ ++ ../TKernel/libTKernel.la \ ++ ../TKMath/libTKMath.la \ ++-$(STLPort_LIB) $(CSF_XwLibs_LIB) $(CSF_dpsLibs_LIB) $(CSF_XmuLibs_LIB) $(CSF_FreeImagePlus_LIB) +++$(STLPort_LIB) $(CSF_XwLibs_LIB) $(CSF_dpsLibs_LIB) $(CSF_XmuLibs_LIB) $(CSF_FreeImagePlus_LIB) -lXext ++ ++ libTKService_la_SOURCES = \ ++ @top_srcdir@/drv/Aspect/Aspect_Array1OfEdge_0.cxx \ ++Index: opencascade/ros/adm/make/TKViewerTest/Makefile.am ++=================================================================== ++--- opencascade.orig/ros/adm/make/TKViewerTest/Makefile.am +++++ opencascade/ros/adm/make/TKViewerTest/Makefile.am ++@@ -43,7 +43,7 @@ ++ ../TKVoxel/libTKVoxel.la \ ++ ../TKNIS/libTKNIS.la \ ++ ../TKPrim/libTKPrim.la \ ++-$(STLPort_LIB) $(CSF_TclLibs_LIB) $(CSF_TclTkLibs_LIB) $(CSF_user32_LIB) $(CSF_gdi32_LIB) +++$(STLPort_LIB) $(CSF_TclLibs_LIB) $(CSF_TclTkLibs_LIB) $(CSF_XwLibs_LIB) $(CSF_user32_LIB) $(CSF_gdi32_LIB) ++ ++ libTKViewerTest_la_SOURCES = \ ++ @top_srcdir@/drv/Viewer2dTest/Viewer2dTest_DataMapIteratorOfDataMapOfText_0.cxx \ diff --cc debian/patches/drop-config-h.patch index 000000000,000000000..083a1f9a5 new file mode 100644 --- /dev/null +++ b/debian/patches/drop-config-h.patch @@@ -1,0 -1,0 +1,293 @@@ ++Unlike upstream, we do not install config.h since applications ++built with OpenCascade may want to ship their own config.h file. ++Installed headers must then not #include ++ ++Unfortunately the situation became worse in 6.5.0, upstream relies ++on config.h being included by all files; we have to include ++config.h in recently added C++ files. ++ ++Index: opencascade/ros/inc/Xw_Extension.h ++=================================================================== ++--- opencascade.orig/ros/inc/Xw_Extension.h +++++ opencascade/ros/inc/Xw_Extension.h ++@@ -22,10 +22,6 @@ ++ #define min(a,b) (a>b ? b : a) ++ #endif ++ ++-#ifdef HAVE_CONFIG_H ++-# include ++-#endif ++- ++ #ifdef HAVE_X11_EXTENSIONS_TRANSOLV_H ++ #include ++ #endif ++Index: opencascade/ros/inc/Standard_Macro.hxx ++=================================================================== ++--- opencascade.orig/ros/inc/Standard_Macro.hxx +++++ opencascade/ros/inc/Standard_Macro.hxx ++@@ -7,10 +7,6 @@ ++ #ifndef _Standard_Macro_HeaderFile ++ # define _Standard_Macro_HeaderFile ++ ++-#ifdef HAVE_CONFIG_H ++-# include ++-#endif /* HAVE_CONFIG_H */ ++- ++ // Standard OCC macros: Handle(), STANDARD_TYPE() ++ # define Handle(ClassName) Handle_##ClassName ++ # define STANDARD_TYPE(aType) aType##_Type_() ++Index: opencascade/ros/inc/OpenGl_TextRender.hxx ++=================================================================== ++--- opencascade.orig/ros/inc/OpenGl_TextRender.hxx +++++ opencascade/ros/inc/OpenGl_TextRender.hxx ++@@ -22,9 +22,7 @@ ++ void RenderText( const Standard_Integer id, const char* text); ++ void RenderText( char*, GLuint, int, GLfloat, GLfloat, GLfloat ); ++ void ExportText( char* str, char* fontname, GLfloat height, GLfloat angle, GLint alingment, GLfloat x, GLfloat y, GLfloat z, GLboolean is2d ); ++-#ifdef HAVE_GL2PS ++ static void getGL2PSFontName(char *src_font, char *ps_font); ++-#endif ++ ++ private: ++ ++@@ -32,9 +30,7 @@ ++ static int curSize ; ++ static int curScale ; ++ static int curTexFont ; ++-#ifdef HAVE_GL2PS ++ int alignmentforgl2ps(int Hmode, int Vmode); ++-#endif ++ ++ struct FontMapNode ++ { ++Index: opencascade/ros/src/BRepMesh/BRepMesh_FastDiscret.cxx ++=================================================================== ++--- opencascade.orig/ros/src/BRepMesh/BRepMesh_FastDiscret.cxx +++++ opencascade/ros/src/BRepMesh/BRepMesh_FastDiscret.cxx ++@@ -77,6 +77,10 @@ ++ ++ #include ++ +++#ifdef HAVE_CONFIG_H +++# include +++#endif +++ ++ // NOTE: replaced by more correct check ++ // #if defined(WNT) || defined(LIN) ++ // #define HAVE_TBB 1 ++Index: opencascade/ros/src/BRepMesh/BRepMesh_IncrementalMesh.cxx ++=================================================================== ++--- opencascade.orig/ros/src/BRepMesh/BRepMesh_IncrementalMesh.cxx +++++ opencascade/ros/src/BRepMesh/BRepMesh_IncrementalMesh.cxx ++@@ -36,6 +36,10 @@ ++ ++ #include ++ +++#ifdef HAVE_CONFIG_H +++# include +++#endif +++ ++ // NOTE: to be replaced by more correct check ++ // #if defined(WNT) || defined(LIN) ++ // #define HAVE_TBB 1 ++Index: opencascade/ros/src/BinLDrivers/BinLDrivers_DocumentRetrievalDriver.cxx ++=================================================================== ++--- opencascade.orig/ros/src/BinLDrivers/BinLDrivers_DocumentRetrievalDriver.cxx +++++ opencascade/ros/src/BinLDrivers/BinLDrivers_DocumentRetrievalDriver.cxx ++@@ -18,6 +18,10 @@ ++ #include ++ #include ++ +++#ifdef HAVE_CONFIG_H +++# include +++#endif +++ ++ #define SHAPESECTION_POS "SHAPE_SECTION_POS:" ++ #define SIZEOFSHAPELABEL 18 ++ ++Index: opencascade/ros/src/Image/Image_PixMap.cxx ++=================================================================== ++--- opencascade.orig/ros/src/Image/Image_PixMap.cxx +++++ opencascade/ros/src/Image/Image_PixMap.cxx ++@@ -3,6 +3,10 @@ ++ // Author KGV ++ // Copyright OpenCASCADE 2010 ++ +++#ifdef HAVE_CONFIG_H +++# include +++#endif +++ ++ #ifdef HAVE_FREEIMAGE ++ #include ++ #include ++Index: opencascade/ros/src/OSD/OSD.cxx ++=================================================================== ++--- opencascade.orig/ros/src/OSD/OSD.cxx +++++ opencascade/ros/src/OSD/OSD.cxx ++@@ -1,6 +1,10 @@ ++ ++ #include ++ +++#ifdef HAVE_CONFIG_H +++# include +++#endif +++ ++ #include ++ #include ++ #if HAVE_IEEEFP_H ++Index: opencascade/ros/src/OpenGl/OpenGl_GraphicDriver_Export.cxx ++=================================================================== ++--- opencascade.orig/ros/src/OpenGl/OpenGl_GraphicDriver_Export.cxx +++++ opencascade/ros/src/OpenGl/OpenGl_GraphicDriver_Export.cxx ++@@ -5,6 +5,10 @@ ++ #include ++ #include ++ +++#ifdef HAVE_CONFIG_H +++# include +++#endif +++ ++ #ifdef HAVE_GL2PS ++ #include ++ #endif ++Index: opencascade/ros/src/OpenGl/OpenGl_TextRender.cxx ++=================================================================== ++--- opencascade.orig/ros/src/OpenGl/OpenGl_TextRender.cxx +++++ opencascade/ros/src/OpenGl/OpenGl_TextRender.cxx ++@@ -19,6 +19,10 @@ ++ #include ++ #include ++ +++#ifdef HAVE_CONFIG_H +++# include +++#endif +++ ++ #ifdef HAVE_GL2PS ++ #include ++ #endif ++Index: opencascade/ros/src/OpenGl/OpenGl_TextRender.hxx ++=================================================================== ++--- opencascade.orig/ros/src/OpenGl/OpenGl_TextRender.hxx +++++ opencascade/ros/src/OpenGl/OpenGl_TextRender.hxx ++@@ -22,9 +22,7 @@ ++ void RenderText( const Standard_Integer id, const char* text); ++ void RenderText( char*, GLuint, int, GLfloat, GLfloat, GLfloat ); ++ void ExportText( char* str, char* fontname, GLfloat height, GLfloat angle, GLint alingment, GLfloat x, GLfloat y, GLfloat z, GLboolean is2d ); ++-#ifdef HAVE_GL2PS ++ static void getGL2PSFontName(char *src_font, char *ps_font); ++-#endif ++ ++ private: ++ ++@@ -32,9 +30,7 @@ ++ static int curSize ; ++ static int curScale ; ++ static int curTexFont ; ++-#ifdef HAVE_GL2PS ++ int alignmentforgl2ps(int Hmode, int Vmode); ++-#endif ++ ++ struct FontMapNode ++ { ++Index: opencascade/ros/src/OpenGl/OpenGl_attri.cxx ++=================================================================== ++--- opencascade.orig/ros/src/OpenGl/OpenGl_attri.cxx +++++ opencascade/ros/src/OpenGl/OpenGl_attri.cxx ++@@ -93,6 +93,10 @@ ++ #define NO_TRACE_MATRIX ++ #define NO_TRACE_TEXT ++ +++#ifdef HAVE_CONFIG_H +++# include +++#endif +++ ++ /*----------------------------------------------------------------------*/ ++ /* ++ * Includes ++Index: opencascade/ros/src/Standard/Standard_MMgrTBBalloc.cxx ++=================================================================== ++--- opencascade.orig/ros/src/Standard/Standard_MMgrTBBalloc.cxx +++++ opencascade/ros/src/Standard/Standard_MMgrTBBalloc.cxx ++@@ -5,6 +5,10 @@ ++ #include ++ #include ++ +++#ifdef HAVE_CONFIG_H +++# include +++#endif +++ ++ // NOTE: replaced by more correct check ++ //#if defined(WNT) || defined(LIN) ++ //#define HAVE_TBB 1 ++Index: opencascade/ros/inc/Standard_Stream.hxx ++=================================================================== ++--- opencascade.orig/ros/inc/Standard_Stream.hxx +++++ opencascade/ros/inc/Standard_Stream.hxx ++@@ -24,26 +24,12 @@ ++ // Unix variant ++ #ifndef WNT ++ ++-#ifdef HAVE_IOSTREAM ++ #include ++ #define USE_STL_STREAM ++-#elif defined (HAVE_IOSTREAM_H) ++- #include ++-#else ++- #error "check config.h file or compilation options: either HAVE_IOSTREAM or HAVE_IOSTREAM_H should be defined" ++-#endif ++ ++-#ifdef HAVE_IOMANIP ++ #include ++-#elif defined (HAVE_IOMANIP_H) ++- #include ++-#endif ++ ++-#ifdef HAVE_FSTREAM ++ #include ++-#elif defined (HAVE_FSTREAM_H) ++- #include ++-#endif ++ ++ // Windows variant ++ #else /* WNT */ ++Index: opencascade/ros/inc/Standard_values.h ++=================================================================== ++--- opencascade.orig/ros/inc/Standard_values.h +++++ opencascade/ros/inc/Standard_values.h ++@@ -23,17 +23,7 @@ ++ #endif ++ ++ #ifndef WNT ++-#ifdef HAVE_CONFIG_H ++-# include ++-#endif ++- ++-#ifdef HAVE_LIMITS ++-# include ++-#elif defined (HAVE_LIMITS_H) ++ # include ++-#else ++-#error "check config.h file or compilation options: either HAVE_LIMITS or HAVE_LIMITS_H should be defined" ++-#endif ++ #endif ++ ++ ++Index: opencascade/ros/Makefile.am ++=================================================================== ++--- opencascade.orig/ros/Makefile.am +++++ opencascade/ros/Makefile.am ++@@ -106,14 +106,9 @@ ++ cp -fr$(CP_$(platform)) $(top_srcdir)/inc $(DESTDIR)$(prefix); \ ++ fi; \ ++ if [ "$$pd" != "$$bd" ]; then \ ++- cp -fr$(CP_$(platform)) $$bd/config.h $(DESTDIR)$(prefix); \ ++ $(INSTALL) -d $(DESTDIR)$(prefix)/inc/arch-6.5.0; \ ++ cp -f$(CP_$(platform)) $$bd/inc/arch-6.5.0/Standard_Macro64.hxx $(DESTDIR)$(prefix)/inc/arch-6.5.0; \ ++ fi ++- if [ -e $(DESTDIR)$(prefix)/inc/config.h ]; then \ ++- unlink $(DESTDIR)$(prefix)/inc/config.h; \ ++- fi ++- cd $(DESTDIR)$(prefix)/inc && ln -s ../config.h config.h ++ bd=`pwd`; cd $(top_srcdir); sd=`pwd`; cd $(DESTDIR)$(prefix); pd=`pwd`; cd $$bd; \ ++ if [ "$$pd" != "$$sd" -a -d $(top_srcdir)/src/UnitsAPI ]; then \ ++ $(INSTALL) -d $(DESTDIR)$(prefix)/src; \ diff --cc debian/patches/fix-osd_path.patch index 000000000,000000000..0c96f457d new file mode 100644 --- /dev/null +++ b/debian/patches/fix-osd_path.patch @@@ -1,0 -1,0 +1,34 @@@ ++Drop utsname usage for unknown architectures. It is misused and ++prevent compilation on these architectures, see for instance ++ http://buildd.debian-ports.org/fetch.php?pkg=opencascade&arch=kfreebsd-i386&ver=6.3.0.dfsg.1-3&stamp=1237965784&file=log&as=raw ++ http://buildd.debian-ports.org/fetch.php?pkg=opencascade&arch=hurd-i386&ver=6.3.0.dfsg.1-3&stamp=1238775033&file=log&as=raw ++ ++Index: opencascade/ros/src/OSD/OSD_Path.cxx ++=================================================================== ++--- opencascade.orig/ros/src/OSD/OSD_Path.cxx +++++ opencascade/ros/src/OSD/OSD_Path.cxx ++@@ -11,10 +11,6 @@ ++ #include ++ #include ++ ++-#ifdef HAVE_SYS_UTSNAME_H ++-//# include ++-#endif ++- ++ static OSD_SysType whereAmI(){ ++ #if defined(__digital__) || defined(__FreeBSD__) || defined(SUNOS) || defined(__APPLE__) || defined(__FreeBSD_kernel__) ++ return OSD_UnixBSD; ++@@ -44,13 +40,6 @@ ++ return OSD_Aix; ++ } ++ #else ++- struct utsname info; ++- uname(&info); ++- cout << info.sysname << endl; ++- cout << info.nodename << endl; ++- cout << info.release << endl; ++- cout << info.version << endl; ++- cout << info.machine << endl; ++ return OSD_Default; ++ } ++ #endif diff --cc debian/patches/hurd-fixes.patch index 000000000,000000000..701e88817 new file mode 100644 --- /dev/null +++ b/debian/patches/hurd-fixes.patch @@@ -1,0 -1,0 +1,295 @@@ ++New patch: debian/patches/hurd-fixes.patch ++ ++This patch will gather fixes needed to build on GNU/Hurd. ++ ++Remove OSD_Process::CurrentDirectory() method on non-Windows hosts. ++This method is unused, and prevents compilation on GNU/Hurd. ++ ++The Hurd defines ED as a macro in errno.h, rename ED variables ++into EData. ++Index: opencascade/ros/inc/OSD_Process.hxx ++=================================================================== ++--- opencascade.orig/ros/inc/OSD_Process.hxx +++++ opencascade/ros/inc/OSD_Process.hxx ++@@ -62,8 +62,10 @@ ++ Standard_EXPORT Standard_Boolean IsSuperUser() ; ++ //! Returns the 'Process Id'
++ Standard_EXPORT Standard_Integer ProcessId() ; +++#ifdef WNT ++ //! Returns the current path where the process is.
++ Standard_EXPORT OSD_Path CurrentDirectory() ; +++#endif ++ //! Changes the current process directory.
++ Standard_EXPORT void SetCurrentDirectory(const OSD_Path& where) ; ++ //! Returns TRUE if an error occurs
++Index: opencascade/ros/src/OSD/OSD_Process.cxx ++=================================================================== ++--- opencascade.orig/ros/src/OSD/OSD_Process.cxx +++++ opencascade/ros/src/OSD/OSD_Process.cxx ++@@ -112,45 +112,6 @@ ++ } ++ ++ ++-OSD_Path OSD_Process::CurrentDirectory(){ ++-char cwd[MAXPATHLEN+1] ; ++-OSD_Path result; ++-TCollection_AsciiString Name; ++- ++- if (!getcwd(cwd,MAXPATHLEN+1)) ++- myError.SetValue (errno, Iam, "Where"); ++- else { ++- Name = cwd; ++- ++-// JPT : August,20 1993. This code has been replaced by #ifdef ... #endif ++-// position = Name.SearchFromEnd("."); ++-// if (position != -1){ ++-// Ext = Name; ++-// Ext.Remove(1,position); ++-// Name.Remove( position,Ext.Length()+1); ++-// } ++-// result.SetValues("","","","","",Name,Ext); ++-// End ++- ++-#if defined(vax) || defined(__vms) ++- Standard_Integer iDisk = Name.Search(":"); ++- if (iDisk){ ++- TCollection_AsciiString Disk; ++- TCollection_AsciiString Directory; ++- Disk = Name.SubString(1,iDisk-1); ++- Directory = Name.SubString(iDisk+1,Name.Length()); ++- result.SetValues("","","",Disk,Directory,"",""); ++- } ++-#else ++- Name += TCollection_AsciiString("/"); ++- result = OSD_Path(Name); ++- // result.SetValues("","","","",Name,"",""); ++-#endif ++- ++- } ++-return (result); ++-} ++- ++ ++ void OSD_Process::SetCurrentDirectory(const OSD_Path& where){ ++ TCollection_AsciiString Name; ++Index: opencascade/ros/inc/HLRBRep_Data.hxx ++=================================================================== ++--- opencascade.orig/ros/inc/HLRBRep_Data.hxx +++++ opencascade/ros/inc/HLRBRep_Data.hxx ++@@ -172,22 +172,22 @@ ++ //! between the current edge and the current face at the
++ //! and parameters.
++ Standard_EXPORT void EdgeState(const Standard_Real p1,const Standard_Real p2,TopAbs_State& stbef,TopAbs_State& staf) ; ++- //! Returns the true if the Edge belongs to the
+++ //! Returns the true if the Edge belongs to the
++ //! Hiding Face.
++- Standard_Boolean EdgeOfTheHidingFace(const Standard_Integer E,const HLRBRep_EdgeData& ED) const; +++ Standard_Boolean EdgeOfTheHidingFace(const Standard_Integer E,const HLRBRep_EdgeData& EData) const; ++ //! Returns the number of levels of hiding face above
++-//! the first point of the edge . The
+++//! the first point of the edge . The
++ //! InterferenceList is given to compute far away of
++ //! the Interferences and then come back.
++- Standard_EXPORT Standard_Integer HidingStartLevel(const Standard_Integer E,const HLRBRep_EdgeData& ED,const HLRAlgo_InterferenceList& IL) ; ++- //! Returns the state of the Edge after
+++ Standard_EXPORT Standard_Integer HidingStartLevel(const Standard_Integer E,const HLRBRep_EdgeData& EData,const HLRAlgo_InterferenceList& IL) ; +++ //! Returns the state of the Edge after
++ //! classification.
++- Standard_EXPORT TopAbs_State Compare(const Standard_Integer E,const HLRBRep_EdgeData& ED) ; +++ Standard_EXPORT TopAbs_State Compare(const Standard_Integer E,const HLRBRep_EdgeData& EData) ; ++ //! Simple classification of part of edge [p1, p2]
++ //! returns OUT if at least 1 of Nbp points of edge is out
++ //! othewise returns IN
++ //! It is used to check "suspision" hided part of edge.
++- Standard_EXPORT TopAbs_State SimplClassify(const Standard_Integer E,const HLRBRep_EdgeData& ED,const Standard_Integer Nbp,const Standard_Real p1,const Standard_Real p2) ; +++ Standard_EXPORT TopAbs_State SimplClassify(const Standard_Integer E,const HLRBRep_EdgeData& EData,const Standard_Integer Nbp,const Standard_Real p1,const Standard_Real p2) ; ++ ++ Standard_EXPORT void Destroy() ; ++ ~HLRBRep_Data() ++@@ -214,7 +214,7 @@ ++ //! not Double and not IsoLine.
++ Standard_EXPORT void OrientOthEdge(const Standard_Integer I,HLRBRep_FaceData& FD) ; ++ //! Classification of an edge.
++- Standard_EXPORT TopAbs_State Classify(const Standard_Integer E,const HLRBRep_EdgeData& ED,const Standard_Boolean LevelFlag,Standard_Integer& Level,const Standard_Real param) ; +++ Standard_EXPORT TopAbs_State Classify(const Standard_Integer E,const HLRBRep_EdgeData& EData,const Standard_Boolean LevelFlag,Standard_Integer& Level,const Standard_Real param) ; ++ //! Returns True if the intersection is rejected.
++ Standard_EXPORT Standard_Boolean RejectedPoint(const IntRes2d_IntersectionPoint& PInter,const TopAbs_Orientation BoundOri,const Standard_Integer NumSeg) ; ++ //! returns True if there is a common vertex between
++Index: opencascade/ros/src/HLRBRep/HLRBRep_Data.cxx ++=================================================================== ++--- opencascade.orig/ros/src/HLRBRep/HLRBRep_Data.cxx +++++ opencascade/ros/src/HLRBRep/HLRBRep_Data.cxx ++@@ -1544,12 +1544,12 @@ ++ ++ Standard_Integer ++ HLRBRep_Data::HidingStartLevel (const Standard_Integer E, ++- const HLRBRep_EdgeData& ED, +++ const HLRBRep_EdgeData& EData, ++ const HLRAlgo_InterferenceList& IL) ++ { ++ Standard_Boolean Loop; ++ HLRAlgo_ListIteratorOfInterferenceList It; ++- const HLRBRep_Curve& EC = ED.Geometry(); +++ const HLRBRep_Curve& EC = EData.Geometry(); ++ Standard_Real sta = EC.Parameter3d(EC.FirstParameter()); ++ Standard_Real end = EC.Parameter3d(EC.LastParameter()); ++ Standard_Real tolpar = (end - sta) * 0.01; ++@@ -1578,7 +1578,7 @@ ++ #ifdef DEB ++ TopAbs_State st = ++ #endif ++- Classify(E,ED,Standard_True,level,param); +++ Classify(E,EData,Standard_True,level,param); ++ Loop = Standard_True; ++ It.Initialize(IL); ++ ++@@ -1619,11 +1619,11 @@ ++ //======================================================================= ++ ++ TopAbs_State HLRBRep_Data::Compare (const Standard_Integer E, ++- const HLRBRep_EdgeData& ED) +++ const HLRBRep_EdgeData& EData) ++ { ++ Standard_Integer level; ++ Standard_Real parbid = 0; ++- return Classify(E,ED,Standard_False,level,parbid); +++ return Classify(E,EData,Standard_False,level,parbid); ++ } ++ ++ //======================================================================= ++@@ -1832,7 +1832,7 @@ ++ ++ TopAbs_State ++ HLRBRep_Data::Classify (const Standard_Integer E, ++- const HLRBRep_EdgeData& ED, +++ const HLRBRep_EdgeData& EData, ++ const Standard_Boolean LevelFlag, ++ Standard_Integer& Level, ++ const Standard_Real param) ++@@ -1845,9 +1845,9 @@ ++ Level = 0; ++ TopAbs_State state = TopAbs_OUT; ++ // Standard_Boolean rej = Standard_False; ++- const HLRBRep_Curve& EC = ED.Geometry(); +++ const HLRBRep_Curve& EC = EData.Geometry(); ++ Standard_Real sta,xsta,ysta,zsta,end,xend,yend,zend; ++- Standard_Real tol = (Standard_Real)(ED.Tolerance()); +++ Standard_Real tol = (Standard_Real)(EData.Tolerance()); ++ ++ if (LevelFlag) { ++ sta = param; ++@@ -2134,7 +2134,7 @@ ++ //======================================================================= ++ ++ TopAbs_State HLRBRep_Data::SimplClassify (const Standard_Integer E, ++- const HLRBRep_EdgeData& ED, +++ const HLRBRep_EdgeData& EData, ++ const Standard_Integer Nbp, ++ const Standard_Real p1, ++ const Standard_Real p2) ++@@ -2146,9 +2146,9 @@ ++ Standard_Integer i; ++ TopAbs_State state = TopAbs_IN; ++ // Standard_Boolean rej = Standard_False; ++- const HLRBRep_Curve& EC = ED.Geometry(); +++ const HLRBRep_Curve& EC = EData.Geometry(); ++ Standard_Real sta,xsta,ysta,zsta, dp; ++- Standard_Real tol = (Standard_Real)(ED.Tolerance()); +++ Standard_Real tol = (Standard_Real)(EData.Tolerance()); ++ ++ dp = (p2 - p1)/(Nbp+1); ++ ++Index: opencascade/ros/inc/HLRBRep_Data.lxx ++=================================================================== ++--- opencascade.orig/ros/inc/HLRBRep_Data.lxx +++++ opencascade/ros/inc/HLRBRep_Data.lxx ++@@ -122,6 +122,6 @@ ++ ++ inline Standard_Boolean ++ HLRBRep_Data::EdgeOfTheHidingFace (const Standard_Integer E, ++- const HLRBRep_EdgeData& ED) const ++-{ return ED.HideCount() == myHideCount-1; } +++ const HLRBRep_EdgeData& EData) const +++{ return EData.HideCount() == myHideCount-1; } ++ ++Index: opencascade/ros/src/HLRBRep/HLRBRep_Data.cdl ++=================================================================== ++--- opencascade.orig/ros/src/HLRBRep/HLRBRep_Data.cdl +++++ opencascade/ros/src/HLRBRep/HLRBRep_Data.cdl ++@@ -215,32 +215,32 @@ ++ is static; ++ ++ EdgeOfTheHidingFace(me; E : Integer from Standard; ++- ED : EdgeData from HLRBRep) +++ EData : EdgeData from HLRBRep) ++ returns Boolean from Standard ++- ---Purpose: Returns the true if the Edge belongs to the +++ ---Purpose: Returns the true if the Edge belongs to the ++ -- Hiding Face. ++ ---C++: inline ++ is static; ++ ++ HidingStartLevel(me : mutable; E : Integer from Standard; ++- ED : EdgeData from HLRBRep; +++ EData : EdgeData from HLRBRep; ++ IL : InterferenceList from HLRAlgo) ++ returns Integer from Standard ++ ---Purpose: Returns the number of levels of hiding face above ++- -- the first point of the edge . The +++ -- the first point of the edge . The ++ -- InterferenceList is given to compute far away of ++ -- the Interferences and then come back. ++ is static; ++ ++ Compare(me : mutable; E : Integer from Standard; ++- ED : EdgeData from HLRBRep) +++ EData : EdgeData from HLRBRep) ++ returns State from TopAbs ++- ---Purpose: Returns the state of the Edge after +++ ---Purpose: Returns the state of the Edge after ++ -- classification. ++ is static; ++ ++ SimplClassify(me : mutable; E : Integer from Standard; ++- ED : EdgeData from HLRBRep; +++ EData : EdgeData from HLRBRep; ++ Nbp : Integer from Standard; ++ p1, p2 : Real from Standard) ++ returns State from TopAbs; ++@@ -266,7 +266,7 @@ ++ is static private; ++ ++ Classify(me : mutable; E : Integer from Standard; ++- ED : EdgeData from HLRBRep; +++ EData : EdgeData from HLRBRep; ++ LevelFlag : Boolean from Standard; ++ Level : out Integer from Standard; ++ param : Real from Standard) ++Index: opencascade/ros/src/HLRBRep/HLRBRep_Data.lxx ++=================================================================== ++--- opencascade.orig/ros/src/HLRBRep/HLRBRep_Data.lxx +++++ opencascade/ros/src/HLRBRep/HLRBRep_Data.lxx ++@@ -122,6 +122,6 @@ ++ ++ inline Standard_Boolean ++ HLRBRep_Data::EdgeOfTheHidingFace (const Standard_Integer E, ++- const HLRBRep_EdgeData& ED) const ++-{ return ED.HideCount() == myHideCount-1; } +++ const HLRBRep_EdgeData& EData) const +++{ return EData.HideCount() == myHideCount-1; } ++ ++Index: opencascade/ros/src/HLRBRep/HLRBRep_EdgeInterferenceTool.cxx ++=================================================================== ++--- opencascade.orig/ros/src/HLRBRep/HLRBRep_EdgeInterferenceTool.cxx +++++ opencascade/ros/src/HLRBRep/HLRBRep_EdgeInterferenceTool.cxx ++@@ -26,8 +26,8 @@ ++ { ++ Standard_Real p1,p2; ++ Standard_ShortReal t1,t2; ++- HLRBRep_Array1OfEData& ED = myDS->EDataArray(); ++- HLRBRep_EdgeData& ed = ED(myDS->Edge()); +++ HLRBRep_Array1OfEData& EData = myDS->EDataArray(); +++ HLRBRep_EdgeData& ed = EData(myDS->Edge()); ++ ed.Status().Bounds(p1,t1,p2,t2); ++ inter[0].Parameter(p1); ++ inter[0].Tolerance(t1); diff --cc debian/patches/lib-release.patch index 000000000,000000000..542f77ab3 new file mode 100644 --- /dev/null +++ b/debian/patches/lib-release.patch @@@ -1,0 -1,0 +1,651 @@@ ++Add '-release 6.5.0' to all lib*_la_LDFLAGS variables ++ ++Index: opencascade/ros/adm/make/FWOSPlugin/Makefile.am ++=================================================================== ++--- opencascade.orig/ros/adm/make/FWOSPlugin/Makefile.am +++++ opencascade/ros/adm/make/FWOSPlugin/Makefile.am ++@@ -28,3 +28,5 @@ ++ @top_srcdir@/src/FWOSDriver/FWOSDriver_Driver.cxx \ ++ @top_srcdir@/src/FWOSDriver/FWOSDriver_DriverFactory.cxx ++ +++libFWOSPlugin_la_LDFLAGS = -release 6.5.0 +++ ++Index: opencascade/ros/adm/make/PTKernel/Makefile.am ++=================================================================== ++--- opencascade.orig/ros/adm/make/PTKernel/Makefile.am +++++ opencascade/ros/adm/make/PTKernel/Makefile.am ++@@ -144,3 +144,5 @@ ++ @top_srcdir@/src/PMMgt/PMMgt_PManaged.cxx \ ++ @top_srcdir@/src/PStandard/PStandard_ArrayNode.cxx ++ +++libPTKernel_la_LDFLAGS = -release 6.5.0 +++ ++Index: opencascade/ros/adm/make/TKAdvTools/Makefile.am ++=================================================================== ++--- opencascade.orig/ros/adm/make/TKAdvTools/Makefile.am +++++ opencascade/ros/adm/make/TKAdvTools/Makefile.am ++@@ -189,3 +189,5 @@ ++ @top_srcdir@/src/Materials/Materials_MaterialDefinition.cxx \ ++ @top_srcdir@/src/Materials/Materials_MaterialsDictionary.cxx ++ +++libTKAdvTools_la_LDFLAGS = -release 6.5.0 +++ ++Index: opencascade/ros/adm/make/TKBO/Makefile.am ++=================================================================== ++--- opencascade.orig/ros/adm/make/TKBO/Makefile.am +++++ opencascade/ros/adm/make/TKBO/Makefile.am ++@@ -317,3 +317,5 @@ ++ @top_srcdir@/src/IntTools/IntTools_Tools.cxx \ ++ @top_srcdir@/src/IntTools/IntTools_TopolTool.cxx ++ +++libTKBO_la_LDFLAGS = -release 6.5.0 +++ ++Index: opencascade/ros/adm/make/TKBRep/Makefile.am ++=================================================================== ++--- opencascade.orig/ros/adm/make/TKBRep/Makefile.am +++++ opencascade/ros/adm/make/TKBRep/Makefile.am ++@@ -191,3 +191,5 @@ ++ @top_srcdir@/src/TopoDS/TopoDS_Vertex.cxx \ ++ @top_srcdir@/src/TopoDS/TopoDS_Wire.cxx ++ +++libTKBRep_la_LDFLAGS = -release 6.5.0 +++ ++Index: opencascade/ros/adm/make/TKBin/Makefile.am ++=================================================================== ++--- opencascade.orig/ros/adm/make/TKBin/Makefile.am +++++ opencascade/ros/adm/make/TKBin/Makefile.am ++@@ -65,3 +65,5 @@ ++ @top_srcdir@/src/BinTools/BinTools_ShapeSet.cxx \ ++ @top_srcdir@/src/BinTools/BinTools_SurfaceSet.cxx ++ +++libTKBin_la_LDFLAGS = -release 6.5.0 +++ ++Index: opencascade/ros/adm/make/TKBinL/Makefile.am ++=================================================================== ++--- opencascade.orig/ros/adm/make/TKBinL/Makefile.am +++++ opencascade/ros/adm/make/TKBinL/Makefile.am ++@@ -85,3 +85,5 @@ ++ @top_srcdir@/src/BinMFunction/BinMFunction_ScopeDriver.cxx \ ++ @top_srcdir@/src/BinObjMgt/BinObjMgt_Persistent.cxx ++ +++libTKBinL_la_LDFLAGS = -release 6.5.0 +++ ++Index: opencascade/ros/adm/make/TKBinXCAF/Makefile.am ++=================================================================== ++--- opencascade.orig/ros/adm/make/TKBinXCAF/Makefile.am +++++ opencascade/ros/adm/make/TKBinXCAF/Makefile.am ++@@ -55,3 +55,5 @@ ++ @top_srcdir@/src/BinXCAFDrivers/BinXCAFDrivers_DocumentRetrievalDriver.cxx \ ++ @top_srcdir@/src/BinXCAFDrivers/BinXCAFDrivers_DocumentStorageDriver.cxx ++ +++libTKBinXCAF_la_LDFLAGS = -release 6.5.0 +++ ++Index: opencascade/ros/adm/make/TKBool/Makefile.am ++=================================================================== ++--- opencascade.orig/ros/adm/make/TKBool/Makefile.am +++++ opencascade/ros/adm/make/TKBool/Makefile.am ++@@ -439,3 +439,5 @@ ++ @top_srcdir@/src/TopOpeBRepTool/TopOpeBRepTool_trace.cxx \ ++ @top_srcdir@/src/TopOpeBRepTool/TopOpeBRepTool_traceSTATE.cxx ++ +++libTKBool_la_LDFLAGS = -release 6.5.0 +++ ++Index: opencascade/ros/adm/make/TKCAF/Makefile.am ++=================================================================== ++--- opencascade.orig/ros/adm/make/TKCAF/Makefile.am +++++ opencascade/ros/adm/make/TKCAF/Makefile.am ++@@ -112,3 +112,5 @@ ++ @top_srcdir@/src/TPrsStd/TPrsStd_PlaneDriver.cxx \ ++ @top_srcdir@/src/TPrsStd/TPrsStd_PointDriver.cxx ++ +++libTKCAF_la_LDFLAGS = -release 6.5.0 +++ ++Index: opencascade/ros/adm/make/TKCDF/Makefile.am ++=================================================================== ++--- opencascade.orig/ros/adm/make/TKCDF/Makefile.am +++++ opencascade/ros/adm/make/TKCDF/Makefile.am ++@@ -106,3 +106,5 @@ ++ @top_srcdir@/src/PCDM/PCDM_Writer.cxx \ ++ @top_srcdir@/src/UTL/UTL.cxx ++ +++libTKCDF_la_LDFLAGS = -release 6.5.0 +++ ++Index: opencascade/ros/adm/make/TKDCAF/Makefile.am ++=================================================================== ++--- opencascade.orig/ros/adm/make/TKDCAF/Makefile.am +++++ opencascade/ros/adm/make/TKDCAF/Makefile.am ++@@ -121,3 +121,5 @@ ++ @top_srcdir@/src/DrawDim/DrawDim_PlanarRadius.cxx \ ++ @top_srcdir@/src/DrawDim/DrawDim_Radius.cxx ++ +++libTKDCAF_la_LDFLAGS = -release 6.5.0 +++ ++Index: opencascade/ros/adm/make/TKDraw/Makefile.am ++=================================================================== ++--- opencascade.orig/ros/adm/make/TKDraw/Makefile.am +++++ opencascade/ros/adm/make/TKDraw/Makefile.am ++@@ -116,3 +116,5 @@ ++ @top_srcdir@/src/DrawTrSurf/DrawTrSurf_Triangulation.cxx \ ++ @top_srcdir@/src/DrawTrSurf/DrawTrSurf_Triangulation2D.cxx ++ +++libTKDraw_la_LDFLAGS = -release 6.5.0 +++ ++Index: opencascade/ros/adm/make/TKFeat/Makefile.am ++=================================================================== ++--- opencascade.orig/ros/adm/make/TKFeat/Makefile.am +++++ opencascade/ros/adm/make/TKFeat/Makefile.am ++@@ -85,3 +85,5 @@ ++ @top_srcdir@/src/LocOpe/LocOpe_Spliter.cxx \ ++ @top_srcdir@/src/LocOpe/LocOpe_WiresOnShape.cxx ++ +++libTKFeat_la_LDFLAGS = -release 6.5.0 +++ ++Index: opencascade/ros/adm/make/TKFillet/Makefile.am ++=================================================================== ++--- opencascade.orig/ros/adm/make/TKFillet/Makefile.am +++++ opencascade/ros/adm/make/TKFillet/Makefile.am ++@@ -182,3 +182,5 @@ ++ @top_srcdir@/src/FilletSurf/FilletSurf_Builder.cxx \ ++ @top_srcdir@/src/FilletSurf/FilletSurf_InternalBuilder.cxx ++ +++libTKFillet_la_LDFLAGS = -release 6.5.0 +++ ++Index: opencascade/ros/adm/make/TKG2d/Makefile.am ++=================================================================== ++--- opencascade.orig/ros/adm/make/TKG2d/Makefile.am +++++ opencascade/ros/adm/make/TKG2d/Makefile.am ++@@ -111,3 +111,5 @@ ++ @top_srcdir@/src/LProp/LProp_CurAndInf.cxx \ ++ @top_srcdir@/src/TopAbs/TopAbs.cxx ++ +++libTKG2d_la_LDFLAGS = -release 6.5.0 +++ ++Index: opencascade/ros/adm/make/TKG3d/Makefile.am ++=================================================================== ++--- opencascade.orig/ros/adm/make/TKG3d/Makefile.am +++++ opencascade/ros/adm/make/TKG3d/Makefile.am ++@@ -158,3 +158,5 @@ ++ @top_srcdir@/src/LProp3d/LProp3d_CurveTool.cxx \ ++ @top_srcdir@/src/LProp3d/LProp3d_SurfaceTool.cxx ++ +++libTKG3d_la_LDFLAGS = -release 6.5.0 +++ ++Index: opencascade/ros/adm/make/TKGeomAlgo/Makefile.am ++=================================================================== ++--- opencascade.orig/ros/adm/make/TKGeomAlgo/Makefile.am +++++ opencascade/ros/adm/make/TKGeomAlgo/Makefile.am ++@@ -572,3 +572,5 @@ ++ @top_srcdir@/src/TopTrans/TopTrans_CurveTransition.cxx \ ++ @top_srcdir@/src/TopTrans/TopTrans_SurfaceTransition.cxx ++ +++libTKGeomAlgo_la_LDFLAGS = -release 6.5.0 +++ ++Index: opencascade/ros/adm/make/TKGeomBase/Makefile.am ++=================================================================== ++--- opencascade.orig/ros/adm/make/TKGeomBase/Makefile.am +++++ opencascade/ros/adm/make/TKGeomBase/Makefile.am ++@@ -448,3 +448,5 @@ ++ @top_srcdir@/src/gce/gce_MakeTranslation2d.cxx \ ++ @top_srcdir@/src/gce/gce_Root.cxx ++ +++libTKGeomBase_la_LDFLAGS = -release 6.5.0 +++ ++Index: opencascade/ros/adm/make/TKHLR/Makefile.am ++=================================================================== ++--- opencascade.orig/ros/adm/make/TKHLR/Makefile.am +++++ opencascade/ros/adm/make/TKHLR/Makefile.am ++@@ -195,3 +195,5 @@ ++ @top_srcdir@/src/Intrv/Intrv_Intervals.cxx \ ++ @top_srcdir@/src/TopCnx/TopCnx_EdgeFaceTransition.cxx ++ +++libTKHLR_la_LDFLAGS = -release 6.5.0 +++ ++Index: opencascade/ros/adm/make/TKIGES/Makefile.am ++=================================================================== ++--- opencascade.orig/ros/adm/make/TKIGES/Makefile.am +++++ opencascade/ros/adm/make/TKIGES/Makefile.am ++@@ -567,3 +567,5 @@ ++ @top_srcdir@/src/IGESToBRep/IGESToBRep_TopoCurve.cxx \ ++ @top_srcdir@/src/IGESToBRep/IGESToBRep_TopoSurface.cxx ++ +++libTKIGES_la_LDFLAGS = -release 6.5.0 +++ ++Index: opencascade/ros/adm/make/TKLCAF/Makefile.am ++=================================================================== ++--- opencascade.orig/ros/adm/make/TKLCAF/Makefile.am +++++ opencascade/ros/adm/make/TKLCAF/Makefile.am ++@@ -222,3 +222,5 @@ ++ @top_srcdir@/src/TFunction/TFunction_Logbook.cxx \ ++ @top_srcdir@/src/TFunction/TFunction_Scope.cxx ++ +++libTKLCAF_la_LDFLAGS = -release 6.5.0 +++ ++Index: opencascade/ros/adm/make/TKMath/Makefile.am ++=================================================================== ++--- opencascade.orig/ros/adm/make/TKMath/Makefile.am +++++ opencascade/ros/adm/make/TKMath/Makefile.am ++@@ -289,3 +289,5 @@ ++ @top_srcdir@/src/math/math_ValueAndWeight.cxx \ ++ @top_srcdir@/src/math/math_Vector.cxx ++ +++libTKMath_la_LDFLAGS = -release 6.5.0 +++ ++Index: opencascade/ros/adm/make/TKMesh/Makefile.am ++=================================================================== ++--- opencascade.orig/ros/adm/make/TKMesh/Makefile.am +++++ opencascade/ros/adm/make/TKMesh/Makefile.am ++@@ -123,3 +123,4 @@ ++ @top_srcdir@/src/MeshAlgo/MeshAlgo_Triangle.cxx \ ++ @top_srcdir@/src/MeshAlgo/MeshAlgo_Vertex.cxx ++ +++libTKMesh_la_LDFLAGS = -release 6.5.0 ++Index: opencascade/ros/adm/make/TKMeshVS/Makefile.am ++=================================================================== ++--- opencascade.orig/ros/adm/make/TKMeshVS/Makefile.am +++++ opencascade/ros/adm/make/TKMeshVS/Makefile.am ++@@ -93,3 +93,5 @@ ++ @top_srcdir@/src/MeshVS/MeshVS_TwoColors.cxx \ ++ @top_srcdir@/src/MeshVS/MeshVS_VectorPrsBuilder.cxx ++ +++libTKMeshVS_la_LDFLAGS = -release 6.5.0 +++ ++Index: opencascade/ros/adm/make/TKNIS/Makefile.am ++=================================================================== ++--- opencascade.orig/ros/adm/make/TKNIS/Makefile.am +++++ opencascade/ros/adm/make/TKNIS/Makefile.am ++@@ -42,3 +42,5 @@ ++ @top_srcdir@/src/NIS/NIS_TriangulatedDrawer.cxx \ ++ @top_srcdir@/src/NIS/NIS_View.cxx ++ +++libTKNIS_la_LDFLAGS = -release 6.5.0 +++ ++Index: opencascade/ros/adm/make/TKOffset/Makefile.am ++=================================================================== ++--- opencascade.orig/ros/adm/make/TKOffset/Makefile.am +++++ opencascade/ros/adm/make/TKOffset/Makefile.am ++@@ -102,3 +102,5 @@ ++ @top_srcdir@/src/Draft/Draft_Modification_1.cxx \ ++ @top_srcdir@/src/Draft/Draft_VertexInfo.cxx ++ +++libTKOffset_la_LDFLAGS = -release 6.5.0 +++ ++Index: opencascade/ros/adm/make/TKOpenGl/Makefile.am ++=================================================================== ++--- opencascade.orig/ros/adm/make/TKOpenGl/Makefile.am +++++ opencascade/ros/adm/make/TKOpenGl/Makefile.am ++@@ -227,3 +227,5 @@ ++ @top_srcdir@/src/OpenGl/OpenGl_vind.cxx \ ++ @top_srcdir@/src/OpenGl/OpenGl_ws.cxx ++ +++libTKOpenGl_la_LDFLAGS = -release 6.5.0 +++ ++Index: opencascade/ros/adm/make/TKPCAF/Makefile.am ++=================================================================== ++--- opencascade.orig/ros/adm/make/TKPCAF/Makefile.am +++++ opencascade/ros/adm/make/TKPCAF/Makefile.am ++@@ -96,3 +96,5 @@ ++ @top_srcdir@/src/PPrsStd/PPrsStd_AISPresentation.cxx \ ++ @top_srcdir@/src/PPrsStd/PPrsStd_AISPresentation_1.cxx ++ +++libTKPCAF_la_LDFLAGS = -release 6.5.0 +++ ++Index: opencascade/ros/adm/make/TKPLCAF/Makefile.am ++=================================================================== ++--- opencascade.orig/ros/adm/make/TKPLCAF/Makefile.am +++++ opencascade/ros/adm/make/TKPLCAF/Makefile.am ++@@ -201,3 +201,5 @@ ++ @top_srcdir@/src/PDocStd/PDocStd_XLink.cxx \ ++ @top_srcdir@/src/PFunction/PFunction_Function.cxx ++ +++libTKPLCAF_la_LDFLAGS = -release 6.5.0 +++ ++Index: opencascade/ros/adm/make/TKPShape/Makefile.am ++=================================================================== ++--- opencascade.orig/ros/adm/make/TKPShape/Makefile.am +++++ opencascade/ros/adm/make/TKPShape/Makefile.am ++@@ -342,3 +342,5 @@ ++ @top_srcdir@/src/PTopoDS/PTopoDS_Vertex.cxx \ ++ @top_srcdir@/src/PTopoDS/PTopoDS_Wire.cxx ++ +++libTKPShape_la_LDFLAGS = -release 6.5.0 +++ ++Index: opencascade/ros/adm/make/TKPrim/Makefile.am ++=================================================================== ++--- opencascade.orig/ros/adm/make/TKPrim/Makefile.am +++++ opencascade/ros/adm/make/TKPrim/Makefile.am ++@@ -75,3 +75,5 @@ ++ @top_srcdir@/src/Sweep/Sweep_NumShapeIterator.cxx \ ++ @top_srcdir@/src/Sweep/Sweep_NumShapeTool.cxx ++ +++libTKPrim_la_LDFLAGS = -release 6.5.0 +++ ++Index: opencascade/ros/adm/make/TKSTEP/Makefile.am ++=================================================================== ++--- opencascade.orig/ros/adm/make/TKSTEP/Makefile.am +++++ opencascade/ros/adm/make/TKSTEP/Makefile.am ++@@ -391,3 +391,5 @@ ++ @top_srcdir@/src/TopoDSToStep/TopoDSToStep_Tool.cxx \ ++ @top_srcdir@/src/TopoDSToStep/TopoDSToStep_WireframeBuilder.cxx ++ +++libTKSTEP_la_LDFLAGS = -release 6.5.0 +++ ++Index: opencascade/ros/adm/make/TKSTEP209/Makefile.am ++=================================================================== ++--- opencascade.orig/ros/adm/make/TKSTEP209/Makefile.am +++++ opencascade/ros/adm/make/TKSTEP209/Makefile.am ++@@ -246,3 +246,5 @@ ++ @top_srcdir@/src/StepFEA/StepFEA_SymmetricTensor43dMember.cxx \ ++ @top_srcdir@/src/StepFEA/StepFEA_Volume3dElementRepresentation.cxx ++ +++libTKSTEP209_la_LDFLAGS = -release 6.5.0 +++ ++Index: opencascade/ros/adm/make/TKSTEPAttr/Makefile.am ++=================================================================== ++--- opencascade.orig/ros/adm/make/TKSTEPAttr/Makefile.am +++++ opencascade/ros/adm/make/TKSTEPAttr/Makefile.am ++@@ -253,3 +253,5 @@ ++ @top_srcdir@/src/StepVisual/StepVisual_TextStyleWithBoxCharacteristics.cxx \ ++ @top_srcdir@/src/StepVisual/StepVisual_ViewVolume.cxx ++ +++libTKSTEPAttr_la_LDFLAGS = -release 6.5.0 +++ ++Index: opencascade/ros/adm/make/TKSTEPBase/Makefile.am ++=================================================================== ++--- opencascade.orig/ros/adm/make/TKSTEPBase/Makefile.am +++++ opencascade/ros/adm/make/TKSTEPBase/Makefile.am ++@@ -828,3 +828,5 @@ ++ @top_srcdir@/src/StepShape/StepShape_VertexLoop.cxx \ ++ @top_srcdir@/src/StepShape/StepShape_VertexPoint.cxx ++ +++libTKSTEPBase_la_LDFLAGS = -release 6.5.0 +++ ++Index: opencascade/ros/adm/make/TKSTL/Makefile.am ++=================================================================== ++--- opencascade.orig/ros/adm/make/TKSTL/Makefile.am +++++ opencascade/ros/adm/make/TKSTL/Makefile.am ++@@ -52,3 +52,5 @@ ++ @top_srcdir@/src/StlMesh/StlMesh_MeshTriangle.cxx \ ++ @top_srcdir@/src/StlTransfer/StlTransfer.cxx ++ +++libTKSTL_la_LDFLAGS = -release 6.5.0 +++ ++Index: opencascade/ros/adm/make/TKService/Makefile.am ++=================================================================== ++--- opencascade.orig/ros/adm/make/TKService/Makefile.am +++++ opencascade/ros/adm/make/TKService/Makefile.am ++@@ -394,3 +394,5 @@ ++ @top_srcdir@/src/Xw/Xw_wait_event.cxx \ ++ @top_srcdir@/src/Xw/Xw_zoom_image.cxx ++ +++libTKService_la_LDFLAGS = -release 6.5.0 +++ ++Index: opencascade/ros/adm/make/TKShHealing/Makefile.am ++=================================================================== ++--- opencascade.orig/ros/adm/make/TKShHealing/Makefile.am +++++ opencascade/ros/adm/make/TKShHealing/Makefile.am ++@@ -180,3 +180,5 @@ ++ @top_srcdir@/src/ShapeUpgrade/ShapeUpgrade_Tool.cxx \ ++ @top_srcdir@/src/ShapeUpgrade/ShapeUpgrade_WireDivide.cxx ++ +++libTKShHealing_la_LDFLAGS = -release 6.5.0 +++ ++Index: opencascade/ros/adm/make/TKShapeSchema/Makefile.am ++=================================================================== ++--- opencascade.orig/ros/adm/make/TKShapeSchema/Makefile.am +++++ opencascade/ros/adm/make/TKShapeSchema/Makefile.am ++@@ -268,3 +268,5 @@ ++ @top_srcdir@/drv/ShapeSchema/ShapeSchema_gp_XYZ.cxx \ ++ @top_srcdir@/src/PCDMShape/PCDMShape_Document.cxx ++ +++libTKShapeSchema_la_LDFLAGS = -release 6.5.0 +++ ++Index: opencascade/ros/adm/make/TKStdLSchema/Makefile.am ++=================================================================== ++--- opencascade.orig/ros/adm/make/TKStdLSchema/Makefile.am +++++ opencascade/ros/adm/make/TKStdLSchema/Makefile.am ++@@ -99,3 +99,5 @@ ++ @top_srcdir@/src/StdLDrivers/StdLDrivers_DocumentRetrievalDriver.cxx \ ++ @top_srcdir@/src/StdLDrivers/StdLDrivers_DocumentStorageDriver.cxx ++ +++libTKStdLSchema_la_LDFLAGS = -release 6.5.0 +++ ++Index: opencascade/ros/adm/make/TKStdSchema/Makefile.am ++=================================================================== ++--- opencascade.orig/ros/adm/make/TKStdSchema/Makefile.am +++++ opencascade/ros/adm/make/TKStdSchema/Makefile.am ++@@ -96,3 +96,5 @@ ++ @top_srcdir@/src/StdDrivers/StdDrivers_DocumentRetrievalDriver.cxx \ ++ @top_srcdir@/src/StdDrivers/StdDrivers_DocumentStorageDriver.cxx ++ +++libTKStdSchema_la_LDFLAGS = -release 6.5.0 +++ ++Index: opencascade/ros/adm/make/TKTObj/Makefile.am ++=================================================================== ++--- opencascade.orig/ros/adm/make/TKTObj/Makefile.am +++++ opencascade/ros/adm/make/TKTObj/Makefile.am ++@@ -48,3 +48,5 @@ ++ @top_srcdir@/src/TObj/TObj_TReference.cxx \ ++ @top_srcdir@/src/TObj/TObj_TXYZ.cxx ++ +++libTKTObj_la_LDFLAGS = -release 6.5.0 +++ ++Index: opencascade/ros/adm/make/TKTObjDRAW/Makefile.am ++=================================================================== ++--- opencascade.orig/ros/adm/make/TKTObjDRAW/Makefile.am +++++ opencascade/ros/adm/make/TKTObjDRAW/Makefile.am ++@@ -31,3 +31,5 @@ ++ libTKTObjDRAW_la_SOURCES = \ ++ @top_srcdir@/src/TObjDRAW/TObjDRAW.cxx ++ +++libTKTObjDRAW_la_LDFLAGS = -release 6.5.0 +++ ++Index: opencascade/ros/adm/make/TKTopAlgo/Makefile.am ++=================================================================== ++--- opencascade.orig/ros/adm/make/TKTopAlgo/Makefile.am +++++ opencascade/ros/adm/make/TKTopAlgo/Makefile.am ++@@ -270,3 +270,5 @@ ++ @top_srcdir@/src/MAT2d/MAT2d_SketchExplorer.cxx \ ++ @top_srcdir@/src/MAT2d/MAT2d_Tool2d.cxx ++ +++libTKTopAlgo_la_LDFLAGS = -release 6.5.0 +++ ++Index: opencascade/ros/adm/make/TKTopTest/Makefile.am ++=================================================================== ++--- opencascade.orig/ros/adm/make/TKTopTest/Makefile.am +++++ opencascade/ros/adm/make/TKTopTest/Makefile.am ++@@ -159,3 +159,5 @@ ++ @top_srcdir@/src/TestTopOpeTools/TestTopOpeTools_Trace.cxx \ ++ @top_srcdir@/src/TestTopOpeTools/TestTopOpeTools_TraceCommands.cxx ++ +++libTKTopTest_la_LDFLAGS = -release 6.5.0 +++ ++Index: opencascade/ros/adm/make/TKV2d/Makefile.am ++=================================================================== ++--- opencascade.orig/ros/adm/make/TKV2d/Makefile.am +++++ opencascade/ros/adm/make/TKV2d/Makefile.am ++@@ -188,3 +188,5 @@ ++ @top_srcdir@/src/V2d/V2d_View.cxx \ ++ @top_srcdir@/src/V2d/V2d_Viewer.cxx ++ +++libTKV2d_la_LDFLAGS = -release 6.5.0 +++ ++Index: opencascade/ros/adm/make/TKV3d/Makefile.am ++=================================================================== ++--- opencascade.orig/ros/adm/make/TKV3d/Makefile.am +++++ opencascade/ros/adm/make/TKV3d/Makefile.am ++@@ -499,3 +499,5 @@ ++ @top_srcdir@/src/Visual3d/Visual3d_ViewOrientation.cxx \ ++ @top_srcdir@/src/Visual3d/Visual3d_View_Print.cxx ++ +++libTKV3d_la_LDFLAGS = -release 6.5.0 +++ ++Index: opencascade/ros/adm/make/TKVRML/Makefile.am ++=================================================================== ++--- opencascade.orig/ros/adm/make/TKVRML/Makefile.am +++++ opencascade/ros/adm/make/TKVRML/Makefile.am ++@@ -107,3 +107,5 @@ ++ @top_srcdir@/src/VrmlData/VrmlData_ShapeConvert.cxx \ ++ @top_srcdir@/src/VrmlData/VrmlData_WorldInfo.cxx ++ +++libTKVRML_la_LDFLAGS = -release 6.5.0 +++ ++Index: opencascade/ros/adm/make/TKViewerTest/Makefile.am ++=================================================================== ++--- opencascade.orig/ros/adm/make/TKViewerTest/Makefile.am +++++ opencascade/ros/adm/make/TKViewerTest/Makefile.am ++@@ -71,3 +71,5 @@ ++ @top_srcdir@/src/ViewerTest/ViewerTest_ViewerCommands.cxx \ ++ @top_srcdir@/src/ViewerTest/ViewerTest_VoxelCommands.cxx ++ +++libTKViewerTest_la_LDFLAGS = -release 6.5.0 +++ ++Index: opencascade/ros/adm/make/TKXCAF/Makefile.am ++=================================================================== ++--- opencascade.orig/ros/adm/make/TKXCAF/Makefile.am +++++ opencascade/ros/adm/make/TKXCAF/Makefile.am ++@@ -75,3 +75,5 @@ ++ @top_srcdir@/src/XCAFPrs/XCAFPrs_Driver.cxx \ ++ @top_srcdir@/src/XCAFPrs/XCAFPrs_Style.cxx ++ +++libTKXCAF_la_LDFLAGS = -release 6.5.0 +++ ++Index: opencascade/ros/adm/make/TKXCAFSchema/Makefile.am ++=================================================================== ++--- opencascade.orig/ros/adm/make/TKXCAFSchema/Makefile.am +++++ opencascade/ros/adm/make/TKXCAFSchema/Makefile.am ++@@ -141,3 +141,5 @@ ++ @top_srcdir@/src/XCAFDrivers/XCAFDrivers_DocumentRetrievalDriver.cxx \ ++ @top_srcdir@/src/XCAFDrivers/XCAFDrivers_DocumentStorageDriver.cxx ++ +++libTKXCAFSchema_la_LDFLAGS = -release 6.5.0 +++ ++Index: opencascade/ros/adm/make/TKXDEDRAW/Makefile.am ++=================================================================== ++--- opencascade.orig/ros/adm/make/TKXDEDRAW/Makefile.am +++++ opencascade/ros/adm/make/TKXDEDRAW/Makefile.am ++@@ -53,3 +53,5 @@ ++ @top_srcdir@/src/XDEDRAW/XDEDRAW_Props.cxx \ ++ @top_srcdir@/src/XDEDRAW/XDEDRAW_Shapes.cxx ++ +++libTKXDEDRAW_la_LDFLAGS = -release 6.5.0 +++ ++Index: opencascade/ros/adm/make/TKXDEIGES/Makefile.am ++=================================================================== ++--- opencascade.orig/ros/adm/make/TKXDEIGES/Makefile.am +++++ opencascade/ros/adm/make/TKXDEIGES/Makefile.am ++@@ -35,3 +35,5 @@ ++ @top_srcdir@/src/IGESCAFControl/IGESCAFControl_Reader.cxx \ ++ @top_srcdir@/src/IGESCAFControl/IGESCAFControl_Writer.cxx ++ +++libTKXDEIGES_la_LDFLAGS = -release 6.5.0 +++ ++Index: opencascade/ros/adm/make/TKXDESTEP/Makefile.am ++=================================================================== ++--- opencascade.orig/ros/adm/make/TKXDESTEP/Makefile.am +++++ opencascade/ros/adm/make/TKXDESTEP/Makefile.am ++@@ -62,3 +62,5 @@ ++ @top_srcdir@/src/STEPCAFControl/STEPCAFControl_Reader.cxx \ ++ @top_srcdir@/src/STEPCAFControl/STEPCAFControl_Writer.cxx ++ +++libTKXDESTEP_la_LDFLAGS = -release 6.5.0 +++ ++Index: opencascade/ros/adm/make/TKXMesh/Makefile.am ++=================================================================== ++--- opencascade.orig/ros/adm/make/TKXMesh/Makefile.am +++++ opencascade/ros/adm/make/TKXMesh/Makefile.am ++@@ -29,3 +29,5 @@ ++ libTKXMesh_la_SOURCES = \ ++ @top_srcdir@/src/XBRepMesh/XBRepMesh.cxx ++ +++libTKXMesh_la_LDFLAGS = -release 6.5.0 +++ ++Index: opencascade/ros/adm/make/TKXSBase/Makefile.am ++=================================================================== ++--- opencascade.orig/ros/adm/make/TKXSBase/Makefile.am +++++ opencascade/ros/adm/make/TKXSBase/Makefile.am ++@@ -390,3 +390,5 @@ ++ @top_srcdir@/src/XSControl/XSControl_WorkSession.cxx \ ++ @top_srcdir@/src/XSControl/XSControl_Writer.cxx ++ +++libTKXSBase_la_LDFLAGS = -release 6.5.0 +++ ++Index: opencascade/ros/adm/make/TKXSDRAW/Makefile.am ++=================================================================== ++--- opencascade.orig/ros/adm/make/TKXSDRAW/Makefile.am +++++ opencascade/ros/adm/make/TKXSDRAW/Makefile.am ++@@ -81,3 +81,5 @@ ++ @top_srcdir@/src/XSDRAWSTLVRML/XSDRAWSTLVRML_DataSource.cxx \ ++ @top_srcdir@/src/XSDRAWSTLVRML/XSDRAWSTLVRML_DrawableMesh.cxx ++ +++libTKXSDRAW_la_LDFLAGS = -release 6.5.0 +++ ++Index: opencascade/ros/adm/make/TKXml/Makefile.am ++=================================================================== ++--- opencascade.orig/ros/adm/make/TKXml/Makefile.am +++++ opencascade/ros/adm/make/TKXml/Makefile.am ++@@ -60,3 +60,5 @@ ++ @top_srcdir@/src/XmlMPrsStd/XmlMPrsStd_AISPresentationDriver.cxx \ ++ @top_srcdir@/src/XmlMPrsStd/XmlMPrsStd_PositionDriver.cxx ++ +++libTKXml_la_LDFLAGS = -release 6.5.0 +++ ++Index: opencascade/ros/adm/make/TKXmlL/Makefile.am ++=================================================================== ++--- opencascade.orig/ros/adm/make/TKXmlL/Makefile.am +++++ opencascade/ros/adm/make/TKXmlL/Makefile.am ++@@ -90,3 +90,5 @@ ++ @top_srcdir@/src/XmlObjMgt/XmlObjMgt_GP.cxx \ ++ @top_srcdir@/src/XmlObjMgt/XmlObjMgt_Persistent.cxx ++ +++libTKXmlL_la_LDFLAGS = -release 6.5.0 +++ ++Index: opencascade/ros/adm/make/TKXmlTObj/Makefile.am ++=================================================================== ++--- opencascade.orig/ros/adm/make/TKXmlTObj/Makefile.am +++++ opencascade/ros/adm/make/TKXmlTObj/Makefile.am ++@@ -37,3 +37,5 @@ ++ @top_srcdir@/src/XmlTObjDrivers/XmlTObjDrivers_ReferenceDriver.cxx \ ++ @top_srcdir@/src/XmlTObjDrivers/XmlTObjDrivers_XYZDriver.cxx ++ +++libTKXmlTObj_la_LDFLAGS = -release 6.5.0 +++ ++Index: opencascade/ros/adm/make/TKXmlXCAF/Makefile.am ++=================================================================== ++--- opencascade.orig/ros/adm/make/TKXmlXCAF/Makefile.am +++++ opencascade/ros/adm/make/TKXmlXCAF/Makefile.am ++@@ -56,3 +56,5 @@ ++ @top_srcdir@/src/XmlXCAFDrivers/XmlXCAFDrivers_DocumentRetrievalDriver.cxx \ ++ @top_srcdir@/src/XmlXCAFDrivers/XmlXCAFDrivers_DocumentStorageDriver.cxx ++ +++libTKXmlXCAF_la_LDFLAGS = -release 6.5.0 +++ ++Index: opencascade/ros/adm/make/TKernel/Makefile.am ++=================================================================== ++--- opencascade.orig/ros/adm/make/TKernel/Makefile.am +++++ opencascade/ros/adm/make/TKernel/Makefile.am ++@@ -506,3 +506,5 @@ ++ @top_srcdir@/src/Units/Units_UnitsSystem.cxx \ ++ @top_srcdir@/src/UnitsAPI/UnitsAPI.cxx ++ +++libTKernel_la_LDFLAGS = -release 6.5.0 +++ ++Index: opencascade/ros/adm/make/TKVoxel/Makefile.am ++=================================================================== ++--- opencascade.orig/ros/adm/make/TKVoxel/Makefile.am +++++ opencascade/ros/adm/make/TKVoxel/Makefile.am ++@@ -48,3 +48,5 @@ ++ @top_srcdir@/src/Voxel/Voxel_SplitData.cxx \ ++ @top_srcdir@/src/Voxel/Voxel_Writer.cxx ++ +++libTKVoxel_la_LDFLAGS = -release 6.5.0 +++ ++Index: opencascade/ros/adm/make/TKBinTObj/Makefile.am ++=================================================================== ++--- opencascade.orig/ros/adm/make/TKBinTObj/Makefile.am +++++ opencascade/ros/adm/make/TKBinTObj/Makefile.am ++@@ -37,3 +37,5 @@ ++ @top_srcdir@/src/BinTObjDrivers/BinTObjDrivers_ReferenceDriver.cxx \ ++ @top_srcdir@/src/BinTObjDrivers/BinTObjDrivers_XYZDriver.cxx ++ +++libTKBinTObj_la_LDFLAGS = -release 6.5.0 +++ diff --cc debian/patches/maint-mode.patch index 000000000,000000000..421c4456b new file mode 100644 --- /dev/null +++ b/debian/patches/maint-mode.patch @@@ -1,0 -1,0 +1,16 @@@ ++Since we are patching ros/configure.in, setting AM_MAINTAINER_MODE ++avoids running autotools within 'clean' target. ++ ++Index: opencascade/ros/configure.in ++=================================================================== ++--- opencascade.orig/ros/configure.in +++++ opencascade/ros/configure.in ++@@ -12,7 +12,7 @@ ++ ++ AM_CONFIG_HEADER(config.h) ++ ++-dnl AM_MAINTAINER_MODE +++AM_MAINTAINER_MODE ++ ++ AC_AIX ++ AC_ISC_POSIX diff --cc debian/patches/make-draw-libs-private.patch index 000000000,000000000..60d907db7 new file mode 100644 --- /dev/null +++ b/debian/patches/make-draw-libs-private.patch @@@ -1,0 -1,0 +1,155 @@@ ++Remove sonames so that dlopen works even if -dev package is not installed. ++Move DRAW plug-ins into /usr/lib/opencas, these are private plug-ins and ++not shared libraries. ++Put rpath information into DRAWEXE to make it find plug-ins without ++hacking source files. ++ ++Index: opencascade/ros/adm/make/DRAWEXE/Makefile.am ++=================================================================== ++--- opencascade.orig/ros/adm/make/DRAWEXE/Makefile.am +++++ opencascade/ros/adm/make/DRAWEXE/Makefile.am ++@@ -24,3 +24,4 @@ ++ ../TKernel/libTKernel.la \ ++ ../TKService/libTKService.la \ ++ $(STLPort_LIB) $(CSF_TclLibs_LIB) $(CSF_TclTkLibs_LIB) $(CSF_gdi32_LIB) $(CSF_advapi32_LIB) $(CSF_user32_LIB) $(CSF_TBB_LIB) $(CSF_SOCKETLibs_LIB) $(CSF_FPELibs_LIB) $(CSF_ThreadLibs_LIB) $(CSF_kernel32_LIB) $(CSF_MotifLibs_LIB) $(CSF_XwLibs_LIB) $(CSF_dpsLibs_LIB) $(CSF_XmuLibs_LIB) $(CSF_FreeImagePlus_LIB) +++ DRAWEXE_LDFLAGS = -rpath /usr/lib/opencas ++Index: opencascade/ros/adm/make/TKDCAF/Makefile.am ++=================================================================== ++--- opencascade.orig/ros/adm/make/TKDCAF/Makefile.am +++++ opencascade/ros/adm/make/TKDCAF/Makefile.am ++@@ -26,7 +26,7 @@ ++ -I@top_srcdir@/drv/DrawDim -I@top_srcdir@/src/DrawDim ++ ++ ++-lib_LTLIBRARIES=libTKDCAF.la +++pkglib_LTLIBRARIES=libTKDCAF.la ++ ++ libTKDCAF_la_LIBADD = \ ++ ../TKernel/libTKernel.la \ ++@@ -121,5 +121,5 @@ ++ @top_srcdir@/src/DrawDim/DrawDim_PlanarRadius.cxx \ ++ @top_srcdir@/src/DrawDim/DrawDim_Radius.cxx ++ ++-libTKDCAF_la_LDFLAGS = -release 6.5.0 +++libTKDCAF_la_LDFLAGS = -avoid-version ++ ++Index: opencascade/ros/adm/make/TKDraw/Makefile.am ++=================================================================== ++--- opencascade.orig/ros/adm/make/TKDraw/Makefile.am +++++ opencascade/ros/adm/make/TKDraw/Makefile.am ++@@ -20,7 +20,7 @@ ++ -I@top_srcdir@/drv/DrawTrSurf -I@top_srcdir@/src/DrawTrSurf ++ ++ ++-lib_LTLIBRARIES=libTKDraw.la +++pkglib_LTLIBRARIES=libTKDraw.la ++ ++ libTKDraw_la_LIBADD = \ ++ ../TKernel/libTKernel.la \ ++@@ -116,5 +116,5 @@ ++ @top_srcdir@/src/DrawTrSurf/DrawTrSurf_Triangulation.cxx \ ++ @top_srcdir@/src/DrawTrSurf/DrawTrSurf_Triangulation2D.cxx ++ ++-libTKDraw_la_LDFLAGS = -release 6.5.0 +++libTKDraw_la_LDFLAGS = -avoid-version ++ ++Index: opencascade/ros/adm/make/TKTObjDRAW/Makefile.am ++=================================================================== ++--- opencascade.orig/ros/adm/make/TKTObjDRAW/Makefile.am +++++ opencascade/ros/adm/make/TKTObjDRAW/Makefile.am ++@@ -16,7 +16,7 @@ ++ -I@top_srcdir@/drv/TObjDRAW -I@top_srcdir@/src/TObjDRAW ++ ++ ++-lib_LTLIBRARIES=libTKTObjDRAW.la +++pkglib_LTLIBRARIES=libTKTObjDRAW.la ++ ++ libTKTObjDRAW_la_LIBADD = \ ++ ../TKTObj/libTKTObj.la \ ++@@ -31,5 +31,5 @@ ++ libTKTObjDRAW_la_SOURCES = \ ++ @top_srcdir@/src/TObjDRAW/TObjDRAW.cxx ++ ++-libTKTObjDRAW_la_LDFLAGS = -release 6.5.0 +++libTKTObjDRAW_la_LDFLAGS = -avoid-version ++ ++Index: opencascade/ros/adm/make/TKTopTest/Makefile.am ++=================================================================== ++--- opencascade.orig/ros/adm/make/TKTopTest/Makefile.am +++++ opencascade/ros/adm/make/TKTopTest/Makefile.am ++@@ -34,7 +34,7 @@ ++ -I@top_srcdir@/drv/BOPTest -I@top_srcdir@/src/BOPTest ++ ++ ++-lib_LTLIBRARIES=libTKTopTest.la +++pkglib_LTLIBRARIES=libTKTopTest.la ++ ++ libTKTopTest_la_LIBADD = \ ++ ../TKernel/libTKernel.la \ ++@@ -159,5 +159,5 @@ ++ @top_srcdir@/src/TestTopOpeTools/TestTopOpeTools_Trace.cxx \ ++ @top_srcdir@/src/TestTopOpeTools/TestTopOpeTools_TraceCommands.cxx ++ ++-libTKTopTest_la_LDFLAGS = -release 6.5.0 +++libTKTopTest_la_LDFLAGS = -avoid-version ++ ++Index: opencascade/ros/adm/make/TKViewerTest/Makefile.am ++=================================================================== ++--- opencascade.orig/ros/adm/make/TKViewerTest/Makefile.am +++++ opencascade/ros/adm/make/TKViewerTest/Makefile.am ++@@ -18,7 +18,7 @@ ++ -I@top_srcdir@/drv/ViewerTest -I@top_srcdir@/src/ViewerTest ++ ++ ++-lib_LTLIBRARIES=libTKViewerTest.la +++pkglib_LTLIBRARIES=libTKViewerTest.la ++ ++ libTKViewerTest_la_LIBADD = \ ++ ../TKernel/libTKernel.la \ ++@@ -71,5 +71,5 @@ ++ @top_srcdir@/src/ViewerTest/ViewerTest_ViewerCommands.cxx \ ++ @top_srcdir@/src/ViewerTest/ViewerTest_VoxelCommands.cxx ++ ++-libTKViewerTest_la_LDFLAGS = -release 6.5.0 +++libTKViewerTest_la_LDFLAGS = -avoid-version ++ ++Index: opencascade/ros/adm/make/TKXDEDRAW/Makefile.am ++=================================================================== ++--- opencascade.orig/ros/adm/make/TKXDEDRAW/Makefile.am +++++ opencascade/ros/adm/make/TKXDEDRAW/Makefile.am ++@@ -16,7 +16,7 @@ ++ -I@top_srcdir@/drv/XDEDRAW -I@top_srcdir@/src/XDEDRAW ++ ++ ++-lib_LTLIBRARIES=libTKXDEDRAW.la +++pkglib_LTLIBRARIES=libTKXDEDRAW.la ++ ++ libTKXDEDRAW_la_LIBADD = \ ++ ../TKernel/libTKernel.la \ ++@@ -53,5 +53,5 @@ ++ @top_srcdir@/src/XDEDRAW/XDEDRAW_Props.cxx \ ++ @top_srcdir@/src/XDEDRAW/XDEDRAW_Shapes.cxx ++ ++-libTKXDEDRAW_la_LDFLAGS = -release 6.5.0 +++libTKXDEDRAW_la_LDFLAGS = -avoid-version ++ ++Index: opencascade/ros/adm/make/TKXSDRAW/Makefile.am ++=================================================================== ++--- opencascade.orig/ros/adm/make/TKXSDRAW/Makefile.am +++++ opencascade/ros/adm/make/TKXSDRAW/Makefile.am ++@@ -24,7 +24,7 @@ ++ -I@top_srcdir@/drv/XSDRAWSTLVRML -I@top_srcdir@/src/XSDRAWSTLVRML ++ ++ ++-lib_LTLIBRARIES=libTKXSDRAW.la +++pkglib_LTLIBRARIES=libTKXSDRAW.la ++ ++ libTKXSDRAW_la_LIBADD = \ ++ ../TKernel/libTKernel.la \ ++@@ -81,5 +81,5 @@ ++ @top_srcdir@/src/XSDRAWSTLVRML/XSDRAWSTLVRML_DataSource.cxx \ ++ @top_srcdir@/src/XSDRAWSTLVRML/XSDRAWSTLVRML_DrawableMesh.cxx ++ ++-libTKXSDRAW_la_LDFLAGS = -release 6.5.0 +++libTKXSDRAW_la_LDFLAGS = -avoid-version ++ diff --cc debian/patches/mft-disable-mmap.patch index 000000000,000000000..b65998d47 new file mode 100644 --- /dev/null +++ b/debian/patches/mft-disable-mmap.patch @@@ -1,0 -1,0 +1,22 @@@ ++Disabled mmap in font rendering (closes: #487407) ++ ++Index: opencascade/ros/inc/MFT_FileRecord.hxx ++=================================================================== ++--- opencascade.orig/ros/inc/MFT_FileRecord.hxx +++++ opencascade/ros/inc/MFT_FileRecord.hxx ++@@ -19,6 +19,7 @@ ++ */ ++ #endif //WNT ++ +++#if 0 ++ #if defined ( __hpux ) || defined ( HPUX ) ++ #include ++ #define MAP_FAILED -1 ++@@ -55,6 +56,7 @@ ++ #define MUNMAP(mmap_addr,mmap_size) \ ++ munmap((caddr_t) mmap_addr,(size_t) mmap_size) ++ #endif // __alpha +++#endif ++ ++ #ifndef MMAP ++ // #error *** MMAP is not used on your system by MFT fonts *** diff --cc debian/patches/move-vrml-vis.patch index 000000000,000000000..d3b4015ab new file mode 100644 --- /dev/null +++ b/debian/patches/move-vrml-vis.patch @@@ -1,0 -1,0 +1,26 @@@ ++Move TKVRML module from DataExchange_PKGS into Visualization_PKGS ++ ++It is listed first and so does not depend on other data exchange packages, ++while it depends on visualization packages, so it does better fit there. ++Index: opencascade/ros/adm/make/Makefile.am ++=================================================================== ++--- opencascade.orig/ros/adm/make/Makefile.am +++++ opencascade/ros/adm/make/Makefile.am ++@@ -19,7 +19,7 @@ ++ ModelingAlgorithms_DIRS = ++ endif ++ ++-Visualization_PKGS = TKService TKV2d TKV3d TKOpenGl TKMeshVS TKNIS TKVoxel +++Visualization_PKGS = TKService TKV2d TKV3d TKOpenGl TKMeshVS TKNIS TKVoxel TKVRML ++ ++ if ENABLE_VIS ++ Visualization_DIRS = $(Visualization_PKGS) ++@@ -35,7 +35,7 @@ ++ ApplicationFramework_DIRS = ++ endif ++ ++-DataExchange_PKGS = TKVRML TKXCAF TKSTL TKXSBase TKXCAFSchema TKXmlXCAF TKBinXCAF TKSTEPBase TKIGES TKSTEPAttr TKSTEP209 TKXDEIGES TKSTEP TKXDESTEP +++DataExchange_PKGS = TKXCAF TKSTL TKXSBase TKXCAFSchema TKXmlXCAF TKBinXCAF TKSTEPBase TKIGES TKSTEPAttr TKSTEP209 TKXDEIGES TKSTEP TKXDESTEP ++ ++ if ENABLE_DE ++ DataExchange_DIRS = $(DataExchange_PKGS) diff --cc debian/patches/multibuf.patch index 000000000,000000000..b5c7a9a8a new file mode 100644 --- /dev/null +++ b/debian/patches/multibuf.patch @@@ -1,0 -1,0 +1,30 @@@ ++Fix detection of multibuf.h by the configure script ++ ++Without this patch, configure prints: ++ ++ checking X11/extensions/multibuf.h usability... no ++ configure: WARNING: X11/extensions/multibuf.h: present but cannot be compiled ++ checking X11/extensions/multibuf.h presence... yes ++ configure: WARNING: X11/extensions/multibuf.h: check for missing prerequisite headers? ++ configure: WARNING: X11/extensions/multibuf.h: see the Autoconf documentation ++ configure: WARNING: X11/extensions/multibuf.h: section "Present But Cannot Be Compiled" ++ configure: WARNING: X11/extensions/multibuf.h: proceeding with the compiler's result ++ checking for X11/extensions/multibuf.h... no ++ ++Based on a patch by Dan Horák. ++ ++Index: opencascade/ros/configure.in ++=================================================================== ++--- opencascade.orig/ros/configure.in +++++ opencascade/ros/configure.in ++@@ -54,9 +54,7 @@ ++ AC_CHECK_HEADERS(iomanip.h limits.h values.h float.h) ++ AC_CHECK_HEADERS(siginfo.h bits/sigset.h bstring.h sys/types.h sys/select.h) ++ AC_CHECK_HEADERS(X11/extensions/transovl.h X11/extensions/readdisplay.h) ++-AC_CHECK_HEADERS(X11/extensions/multibuf.h) ++-AC_CHECK_HEADERS(sys/filio.h sys/mman.h libc.h) ++-AC_CHECK_HEADERS(X11/extensions/multibuf.h) +++AC_CHECK_HEADERS([X11/Xlib.h X11/extensions/multibuf.h], [], [], [#include ]) ++ AC_CHECK_HEADERS(sys/filio.h sys/mman.h libc.h) ++ ++ #----------------------------------------------------------------------------- diff --cc debian/patches/no-bitmaps-icon.patch index 000000000,000000000..403cddfa4 new file mode 100644 --- /dev/null +++ b/debian/patches/no-bitmaps-icon.patch @@@ -1,0 -1,0 +1,42 @@@ ++Disable X11/bitmaps/icon.h inclusion (closes: #489127) ++ ++Index: opencascade/ros/inc/InterfaceGraphic_X11.hxx ++=================================================================== ++--- opencascade.orig/ros/inc/InterfaceGraphic_X11.hxx +++++ opencascade/ros/inc/InterfaceGraphic_X11.hxx ++@@ -27,6 +27,7 @@ ++ # include ++ # include ++ +++#if 0 ++ # if defined (sun) || defined (SUNOS) || defined (__alpha) || defined (DECOSF1) || defined (sgi) || defined (IRIX) || defined (__hpux)|| defined (HPUX) ++ # ifndef icon_width ++ # include ++@@ -47,6 +48,7 @@ ++ # endif ++ ++ # endif /* ULTRIX */ +++#endif ++ # define WINDOW Window ++ # define DISPLAY Display ++ # define GLCONTEXT GLXContext ++Index: opencascade/ros/src/InterfaceGraphic/InterfaceGraphic_X11.hxx ++=================================================================== ++--- opencascade.orig/ros/src/InterfaceGraphic/InterfaceGraphic_X11.hxx +++++ opencascade/ros/src/InterfaceGraphic/InterfaceGraphic_X11.hxx ++@@ -27,6 +27,7 @@ ++ # include ++ # include ++ +++#if 0 ++ # if defined (sun) || defined (SUNOS) || defined (__alpha) || defined (DECOSF1) || defined (sgi) || defined (IRIX) || defined (__hpux)|| defined (HPUX) ++ # ifndef icon_width ++ # include ++@@ -47,6 +48,7 @@ ++ # endif ++ ++ # endif /* ULTRIX */ +++#endif ++ # define WINDOW Window ++ # define DISPLAY Display ++ # define GLCONTEXT GLXContext diff --cc debian/patches/quiltrc index 000000000,000000000..9862dccf2 new file mode 100644 --- /dev/null +++ b/debian/patches/quiltrc @@@ -1,0 -1,0 +1,3 @@@ ++QUILT_PATCHES="debian/patches" ++QUILT_NO_DIFF_TIMESTAMPS=1 ++ diff --cc debian/patches/series index 000000000,000000000..c52ecaac1 new file mode 100644 --- /dev/null +++ b/debian/patches/series @@@ -1,0 -1,0 +1,45 @@@ ++# Bug fixes ++submitted/fix-tklcaf.patch ++submitted/OpenCASCADE6.3.0-strcmp.patch ++submitted/workaround-bug-mesher.patch ++submitted/fix-display-text.patch ++submitted/fix-Abs-parenthesis.patch ++submitted/ftbfs-g++4.6.patch ++ ++# Fixes needed to build on non-supported architectures ++submitted/ppc.patch ++submitted/kfreebsd.patch ++submitted/fix-asm.patch ++fix-osd_path.patch ++hurd-fixes.patch ++mft-disable-mmap.patch ++no-bitmaps-icon.patch ++ ++# Fixes to build against latest system libraries ++submitted/fix-tcl8.6.patch ++submitted/fix-ftgl-includes.patch ++submitted/enable-freeimage.patch ++ ++# Mostly cosmetics ++multibuf.patch ++move-vrml-vis.patch ++submitted/move-osd_fontmgr-vis.patch ++ ++# Build OpenCascade the Debian way ++submitted/destdir.patch ++OCC64.patch ++casroot.patch ++drop-config-h.patch ++configure-cflags.patch ++maint-mode.patch ++submitted/add-enable-openmp.patch ++compatibility-occ630-Value.patch ++ ++# Others ++# Patches below modifiy Makefile.am, and may conflict ++# each other. It is very unlikely that they get applied ++# upstream, this is why they are applied last. ++tkernel-ld.patch ++dep-libs.patch ++lib-release.patch ++make-draw-libs-private.patch diff --cc debian/patches/submitted/OpenCASCADE6.3.0-strcmp.patch index 000000000,000000000..3c1522e0b new file mode 100644 --- /dev/null +++ b/debian/patches/submitted/OpenCASCADE6.3.0-strcmp.patch @@@ -1,0 -1,0 +1,47 @@@ ++char* comparison must be performed by strcmp, not == ++ ++Patch found in openSUSE rpm package ++ ++Submitted upstream: http://www.opencascade.org/org/forum/thread_20049/ ++ ++Index: opencascade/ros/src/TestTopOpeDraw/TestTopOpeDraw_OtherCommands.cxx ++=================================================================== ++--- opencascade.orig/ros/src/TestTopOpeDraw/TestTopOpeDraw_OtherCommands.cxx +++++ opencascade/ros/src/TestTopOpeDraw/TestTopOpeDraw_OtherCommands.cxx ++@@ -98,21 +98,21 @@ ++ } ++ else if(a[iloc][j] == 'c') { ++ col=Standard_True; ++- if(a[iloc+1] == "blanc") Color = Draw_blanc; ++- else if (a[iloc+1] == "rouge") Color = Draw_rouge; ++- else if (a[iloc+1] == "vert") Color = Draw_vert; ++- else if (a[iloc+1] == "bleu") Color = Draw_bleu; ++- else if (a[iloc+1] == "cyan") Color = Draw_cyan; ++- else if (a[iloc+1] == "or") Color = Draw_or; ++- else if (a[iloc+1] == "magenta") Color = Draw_magenta; ++- else if (a[iloc+1] == "marron") Color = Draw_marron; ++- else if (a[iloc+1] == "orange") Color = Draw_orange; ++- else if (a[iloc+1] == "rose") Color = Draw_rose; ++- else if (a[iloc+1] == "saumon") Color = Draw_saumon; ++- else if (a[iloc+1] == "violet") Color = Draw_violet; ++- else if (a[iloc+1] == "jaune") Color = Draw_jaune; ++- else if (a[iloc+1] == "kaki") Color = Draw_kaki; ++- else if (a[iloc+1] == "corail") Color = Draw_corail; +++ if(strcmp(a[iloc+1], "blanc") == 0) Color = Draw_blanc; +++ else if(strcmp(a[iloc+1], "rouge") == 0) Color = Draw_rouge; +++ else if(strcmp(a[iloc+1], "vert") == 0) Color = Draw_vert; +++ else if(strcmp(a[iloc+1], "bleu") == 0) Color = Draw_bleu; +++ else if(strcmp(a[iloc+1], "cyan") == 0) Color = Draw_cyan; +++ else if(strcmp(a[iloc+1], "or") == 0) Color = Draw_or; +++ else if(strcmp(a[iloc+1], "magenta") == 0) Color = Draw_magenta; +++ else if(strcmp(a[iloc+1], "marron") == 0) Color = Draw_marron; +++ else if(strcmp(a[iloc+1], "orange") == 0) Color = Draw_orange; +++ else if(strcmp(a[iloc+1], "rose") == 0) Color = Draw_rose; +++ else if(strcmp(a[iloc+1], "saumon") == 0) Color = Draw_saumon; +++ else if(strcmp(a[iloc+1], "violet") == 0) Color = Draw_violet; +++ else if(strcmp(a[iloc+1], "jaune") == 0) Color = Draw_jaune; +++ else if(strcmp(a[iloc+1], "kaki") == 0) Color = Draw_kaki; +++ else if(strcmp(a[iloc+1], "corail") == 0) Color = Draw_corail; ++ decal++;dloc++; ++ } ++ } diff --cc debian/patches/submitted/add-enable-openmp.patch index 000000000,000000000..19dc12dec new file mode 100644 --- /dev/null +++ b/debian/patches/submitted/add-enable-openmp.patch @@@ -1,0 -1,0 +1,108 @@@ ++Add a new configure option: --enable-openmp ++ ++When this option is set, loops which are parallelized upstream ++with tbb are parallelized with openmp. ++Due to a bug in libtool (it removes -fopenmp flag when linking), ++a workaround is provided, but works only with GNU gcc. ++ ++Submitted upstream: http://www.opencascade.org/org/forum/thread_20105/ ++ ++Index: opencascade/ros/adm/make/TKMesh/Makefile.am ++=================================================================== ++--- opencascade.orig/ros/adm/make/TKMesh/Makefile.am +++++ opencascade/ros/adm/make/TKMesh/Makefile.am ++@@ -24,6 +24,8 @@ ++ ++ lib_LTLIBRARIES=libTKMesh.la ++ +++libTKMesh_la_CXXFLAGS = $(OPENMP_CXXFLAGS) +++ ++ libTKMesh_la_LIBADD = \ ++ ../TKMath/libTKMath.la \ ++ ../TKernel/libTKernel.la \ ++@@ -35,6 +37,12 @@ ++ ../TKTopAlgo/libTKTopAlgo.la \ ++ $(STLPort_LIB) $(CSF_TBB_LIB) ++ +++# Work around an annoying bug in libtool, it removes -fopenmp flag when linking. +++# The downside is that --enable-openmp can be used only with GNU gcc +++if ENABLE_OPENMP +++libTKMesh_la_LIBADD += -lgomp +++endif +++ ++ libTKMesh_la_SOURCES = \ ++ @top_srcdir@/drv/BRepMesh/BRepMesh_Array1OfBiPoint_0.cxx \ ++ @top_srcdir@/drv/BRepMesh/BRepMesh_Array1OfVertexOfDelaun_0.cxx \ ++Index: opencascade/ros/configure.in ++=================================================================== ++--- opencascade.orig/ros/configure.in +++++ opencascade/ros/configure.in ++@@ -563,6 +563,10 @@ ++ ++ fi ++ +++: ${enable_openmp=no} +++AC_OPENMP +++AM_CONDITIONAL( ENABLE_OPENMP, [test "xyes" = "x$enable_openmp"] ) +++ ++ #--------------------------------------------------------------------- ++ # ++ # Check for TBB Libraries ++Index: opencascade/ros/src/BRepMesh/BRepMesh_FastDiscret.cxx ++=================================================================== ++--- opencascade.orig/ros/src/BRepMesh/BRepMesh_FastDiscret.cxx +++++ opencascade/ros/src/BRepMesh/BRepMesh_FastDiscret.cxx ++@@ -186,13 +186,20 @@ ++ } ++ ++ // mesh faces in parallel threads using TBB ++-#ifdef HAVE_TBB ++ if (Standard::IsReentrant()) +++ { +++#ifdef HAVE_TBB ++ tbb::parallel_for_each (aFaces.begin(), aFaces.end(), *this); ++- else +++#else +++ int i, n = aFaces.size(); +++#pragma omp parallel for private(i) +++ for (i = 0; i < n; ++i) +++ Process (aFaces[i]); ++ #endif ++- for (std::vector::iterator it(aFaces.begin()); it != aFaces.end(); it++) ++- Process (*it); +++ } +++ else +++ for (std::vector::iterator it(aFaces.begin()); it != aFaces.end(); it++) +++ Process (*it); ++ } ++ ++ ++Index: opencascade/ros/src/BRepMesh/BRepMesh_IncrementalMesh.cxx ++=================================================================== ++--- opencascade.orig/ros/src/BRepMesh/BRepMesh_IncrementalMesh.cxx +++++ opencascade/ros/src/BRepMesh/BRepMesh_IncrementalMesh.cxx ++@@ -216,13 +216,20 @@ ++ } ++ ++ // mesh faces in parallel threads using TBB ++-#ifdef HAVE_TBB ++ if (Standard::IsReentrant()) +++ { +++#ifdef HAVE_TBB ++ tbb::parallel_for_each (aFaces.begin(), aFaces.end(), *myMesh.operator->()); ++- else +++#else +++ int i, n = aFaces.size(); +++#pragma omp parallel for private(i) +++ for (i = 0; i < n; ++i) +++ myMesh->Process (aFaces[i]); ++ #endif ++- for (std::vector::iterator it(aFaces.begin()); it != aFaces.end(); it++) ++- myMesh->Process (*it); +++ } +++ else +++ for (std::vector::iterator it(aFaces.begin()); it != aFaces.end(); it++) +++ myMesh->Process (*it); ++ ++ // maillage des edges non contenues dans les faces : ++ Standard_Real f, l, defedge; diff --cc debian/patches/submitted/destdir.patch index 000000000,000000000..51ae81088 new file mode 100644 --- /dev/null +++ b/debian/patches/submitted/destdir.patch @@@ -1,0 -1,0 +1,158 @@@ ++Add support for DESTDIR ++ ++Submitted upstream: http://www.opencascade.org/org/forum/thread_20121/ ++ ++Index: opencascade/ros/Makefile.am ++=================================================================== ++--- opencascade.orig/ros/Makefile.am +++++ opencascade/ros/Makefile.am ++@@ -86,106 +86,106 @@ ++ dir_SunOS=sun ++ ++ install-exec-local: ++- $(INSTALL) -d $(prefix)/$(platform) ++- if [ -e $(prefix)/bin -a ! -e $(prefix)/$(platform)/bin ]; then \ ++- cd $(prefix)/$(platform) && ln -s ../bin bin; \ +++ $(INSTALL) -d $(DESTDIR)$(prefix)/$(platform) +++ if [ -e $(DESTDIR)$(prefix)/bin -a ! -e $(DESTDIR)$(prefix)/$(platform)/bin ]; then \ +++ cd $(DESTDIR)$(prefix)/$(platform) && ln -s ../bin bin; \ ++ fi ++- if [ -e $(prefix)/lib -a ! -e $(prefix)/$(platform)/lib ]; then \ ++- cd $(prefix)/$(platform) && ln -s ../lib lib; \ +++ if [ -e $(DESTDIR)$(prefix)/lib -a ! -e $(DESTDIR)$(prefix)/$(platform)/lib ]; then \ +++ cd $(DESTDIR)$(prefix)/$(platform) && ln -s ../lib lib; \ ++ fi ++- $(INSTALL) -d $(prefix)/$(dir_$(platform)) ++- if [ -e $(prefix)/bin -a ! -e $(prefix)/$(dir_$(platform))/bin ]; then \ ++- cd $(prefix)/$(dir_$(platform)) && ln -s ../bin bin; \ +++ $(INSTALL) -d $(DESTDIR)$(prefix)/$(dir_$(platform)) +++ if [ -e $(DESTDIR)$(prefix)/bin -a ! -e $(DESTDIR)$(prefix)/$(dir_$(platform))/bin ]; then \ +++ cd $(DESTDIR)$(prefix)/$(dir_$(platform)) && ln -s ../bin bin; \ ++ fi ++- if [ -e $(prefix)/lib -a ! -e $(prefix)/$(dir_$(platform))/lib ]; then \ ++- cd $(prefix)/$(dir_$(platform)) && ln -s ../lib lib; \ +++ if [ -e $(DESTDIR)$(prefix)/lib -a ! -e $(DESTDIR)$(prefix)/$(dir_$(platform))/lib ]; then \ +++ cd $(DESTDIR)$(prefix)/$(dir_$(platform)) && ln -s ../lib lib; \ ++ fi ++- bd=`pwd`; cd $(top_srcdir); sd=`pwd`; cd $(prefix); pd=`pwd`; cd $$bd; \ +++ bd=`pwd`; cd $(top_srcdir); sd=`pwd`; cd $(DESTDIR)$(prefix); pd=`pwd`; cd $$bd; \ ++ if [ "$$pd" != "$$sd" ]; then \ ++- $(INSTALL) -d $(prefix)/inc; \ ++- cp -fr$(CP_$(platform)) $(top_srcdir)/inc $(prefix); \ +++ $(INSTALL) -d $(DESTDIR)$(prefix)/inc; \ +++ cp -fr$(CP_$(platform)) $(top_srcdir)/inc $(DESTDIR)$(prefix); \ ++ fi; \ ++ if [ "$$pd" != "$$bd" ]; then \ ++- cp -fr$(CP_$(platform)) $$bd/config.h $(prefix); \ +++ cp -fr$(CP_$(platform)) $$bd/config.h $(DESTDIR)$(prefix); \ ++ fi ++- if [ -e $(prefix)/inc/config.h ]; then \ ++- unlink $(prefix)/inc/config.h; \ +++ if [ -e $(DESTDIR)$(prefix)/inc/config.h ]; then \ +++ unlink $(DESTDIR)$(prefix)/inc/config.h; \ ++ fi ++- cd $(prefix)/inc && ln -s ../config.h config.h ++- bd=`pwd`; cd $(top_srcdir); sd=`pwd`; cd $(prefix); pd=`pwd`; cd $$bd; \ +++ cd $(DESTDIR)$(prefix)/inc && ln -s ../config.h config.h +++ bd=`pwd`; cd $(top_srcdir); sd=`pwd`; cd $(DESTDIR)$(prefix); pd=`pwd`; cd $$bd; \ ++ if [ "$$pd" != "$$sd" -a -d $(top_srcdir)/src/UnitsAPI ]; then \ ++- $(INSTALL) -d $(prefix)/src; \ ++- $(INSTALL) -d $(prefix)/src/UnitsAPI; \ ++- cp -fr$(CP_$(platform)) $(top_srcdir)/src/UnitsAPI $(prefix)/src; \ ++- cp -f$(CP_$(platform)) $(top_srcdir)/env_DRAW.sh $(prefix); \ +++ $(INSTALL) -d $(DESTDIR)$(prefix)/src; \ +++ $(INSTALL) -d $(DESTDIR)$(prefix)/src/UnitsAPI; \ +++ cp -fr$(CP_$(platform)) $(top_srcdir)/src/UnitsAPI $(DESTDIR)$(prefix)/src; \ +++ cp -f$(CP_$(platform)) $(top_srcdir)/env_DRAW.sh $(DESTDIR)$(prefix); \ ++ fi ++- bd=`pwd`; cd $(top_srcdir); sd=`pwd`; cd $(prefix); pd=`pwd`; cd $$bd; \ +++ bd=`pwd`; cd $(top_srcdir); sd=`pwd`; cd $(DESTDIR)$(prefix); pd=`pwd`; cd $$bd; \ ++ if [ "$$pd" != "$$sd" ]; then \ ++ inst_dirs="$(FoundationClasses_DIRS)"; \ ++ if test "x$(FoundationClasses_DIRS)" != "x"; then \ ++ for d in $$inst_dirs; do \ ++- $(INSTALL) -d $(prefix)/src/$$d; \ ++- cp -fr$(CP_$(platform)) $(top_srcdir)/src/$$d $(prefix)/src; \ +++ $(INSTALL) -d $(DESTDIR)$(prefix)/src/$$d; \ +++ cp -fr$(CP_$(platform)) $(top_srcdir)/src/$$d $(DESTDIR)$(prefix)/src; \ ++ done; \ ++ fi; \ ++ fi ++- bd=`pwd`; cd $(top_srcdir); sd=`pwd`; cd $(prefix); pd=`pwd`; cd $$bd; \ +++ bd=`pwd`; cd $(top_srcdir); sd=`pwd`; cd $(DESTDIR)$(prefix); pd=`pwd`; cd $$bd; \ ++ if [ "$$pd" != "$$sd" ]; then \ ++ inst_dirs="$(ModelingData_DIRS)"; \ ++ if test "x$(ModelingData_DIRS)" != "x"; then \ ++ for d in $$inst_dirs; do \ ++- $(INSTALL) -d $(prefix)/src/$$d; \ ++- cp -fr$(CP_$(platform)) $(top_srcdir)/src/$$d $(prefix)/src; \ +++ $(INSTALL) -d $(DESTDIR)$(prefix)/src/$$d; \ +++ cp -fr$(CP_$(platform)) $(top_srcdir)/src/$$d $(DESTDIR)$(prefix)/src; \ ++ done; \ ++ fi; \ ++ fi ++- bd=`pwd`; cd $(top_srcdir); sd=`pwd`; cd $(prefix); pd=`pwd`; cd $$bd; \ +++ bd=`pwd`; cd $(top_srcdir); sd=`pwd`; cd $(DESTDIR)$(prefix); pd=`pwd`; cd $$bd; \ ++ if [ "$$pd" != "$$sd" ]; then \ ++ inst_dirs="$(ModelingAlgorithms_DIRS)"; \ ++ if test "x$(ModelingAlgorithms_DIRS)" != "x"; then \ ++ for d in $$inst_dirs; do \ ++- $(INSTALL) -d $(prefix)/src/$$d; \ ++- cp -fr$(CP_$(platform)) $(top_srcdir)/src/$$d $(prefix)/src; \ +++ $(INSTALL) -d $(DESTDIR)$(prefix)/src/$$d; \ +++ cp -fr$(CP_$(platform)) $(top_srcdir)/src/$$d $(DESTDIR)$(prefix)/src; \ ++ done; \ ++ fi; \ ++ fi ++- bd=`pwd`; cd $(top_srcdir); sd=`pwd`; cd $(prefix); pd=`pwd`; cd $$bd; \ +++ bd=`pwd`; cd $(top_srcdir); sd=`pwd`; cd $(DESTDIR)$(prefix); pd=`pwd`; cd $$bd; \ ++ if [ "$$pd" != "$$sd" ]; then \ ++ inst_dirs="$(Visualization_DIRS)"; \ ++ if test "x$(Visualization_DIRS)" != "x"; then \ ++ for d in $$inst_dirs; do \ ++- $(INSTALL) -d $(prefix)/src/$$d; \ ++- cp -fr$(CP_$(platform)) $(top_srcdir)/src/$$d $(prefix)/src; \ +++ $(INSTALL) -d $(DESTDIR)$(prefix)/src/$$d; \ +++ cp -fr$(CP_$(platform)) $(top_srcdir)/src/$$d $(DESTDIR)$(prefix)/src; \ ++ done; \ ++ fi; \ ++ fi ++- bd=`pwd`; cd $(top_srcdir); sd=`pwd`; cd $(prefix); pd=`pwd`; cd $$bd; \ +++ bd=`pwd`; cd $(top_srcdir); sd=`pwd`; cd $(DESTDIR)$(prefix); pd=`pwd`; cd $$bd; \ ++ if [ "$$pd" != "$$sd" ]; then \ ++ inst_dirs="$(ApplicationFramework_DIRS)"; \ ++ if test "x$(ApplicationFramework_DIRS)" != "x"; then \ ++ for d in $$inst_dirs; do \ ++- $(INSTALL) -d $(prefix)/src/$$d; \ ++- cp -fr$(CP_$(platform)) $(top_srcdir)/src/$$d $(prefix)/src; \ +++ $(INSTALL) -d $(DESTDIR)$(prefix)/src/$$d; \ +++ cp -fr$(CP_$(platform)) $(top_srcdir)/src/$$d $(DESTDIR)$(prefix)/src; \ ++ done; \ ++ fi; \ ++ fi ++- bd=`pwd`; cd $(top_srcdir); sd=`pwd`; cd $(prefix); pd=`pwd`; cd $$bd; \ +++ bd=`pwd`; cd $(top_srcdir); sd=`pwd`; cd $(DESTDIR)$(prefix); pd=`pwd`; cd $$bd; \ ++ if [ "$$pd" != "$$sd" ]; then \ ++ inst_dirs="$(DataExchange_DIRS)"; \ ++ if test "x$(DataExchange_DIRS)" != "x"; then \ ++ for d in $$inst_dirs; do \ ++- $(INSTALL) -d $(prefix)/src/$$d; \ ++- cp -fr$(CP_$(platform)) $(top_srcdir)/src/$$d $(prefix)/src; \ +++ $(INSTALL) -d $(DESTDIR)$(prefix)/src/$$d; \ +++ cp -fr$(CP_$(platform)) $(top_srcdir)/src/$$d $(DESTDIR)$(prefix)/src; \ ++ done; \ ++ fi; \ ++ fi ++- bd=`pwd`; cd $(top_srcdir); sd=`pwd`; cd $(prefix); pd=`pwd`; cd $$bd; \ +++ bd=`pwd`; cd $(top_srcdir); sd=`pwd`; cd $(DESTDIR)$(prefix); pd=`pwd`; cd $$bd; \ ++ if [ "$$pd" != "$$sd" ]; then \ ++ inst_dirs="$(Draw_DIRS)"; \ ++ if test "x$(Draw_DIRS)" != "x"; then \ ++ for d in $$inst_dirs; do \ ++- $(INSTALL) -d $(prefix)/src/$$d; \ ++- cp -fr$(CP_$(platform)) $(top_srcdir)/src/$$d $(prefix)/src; \ +++ $(INSTALL) -d $(DESTDIR)$(prefix)/src/$$d; \ +++ cp -fr$(CP_$(platform)) $(top_srcdir)/src/$$d $(DESTDIR)$(prefix)/src; \ ++ done; \ ++ fi; \ ++ fi diff --cc debian/patches/submitted/enable-freeimage.patch index 000000000,000000000..15b72da7d new file mode 100644 --- /dev/null +++ b/debian/patches/submitted/enable-freeimage.patch @@@ -1,0 -1,0 +1,57 @@@ ++Really compile with -DHAVE_FREEIMAGE if FreeImage is found. ++ ++Fix variable names, use those found in ros/adm/make/TKService/Makefile.am ++Also link against freeimageplus, we need it. ++ ++Submitted upstream: http://www.opencascade.org/org/forum/thread_20043/ ++ ++Index: opencascade/ros/configure.in ++=================================================================== ++--- opencascade.orig/ros/configure.in +++++ opencascade/ros/configure.in ++@@ -509,8 +509,8 @@ ++ DISABLE_FREEIMAGE_REASON="(--with-freeimage=DIR option was not defined)" ++ else ++ ENABLE_FREEIMAGE=yes ++- CSF_FREEIMAGE_INCLUDES="" ++- CSF_FREEIMAGE_LIB="" +++ CSF_FreeImagePlus_INCLUDES="" +++ CSF_FreeImagePlus_LIB="" ++ ++ AC_LANG([C++]) ++ HAVE_FREEIMAGE=yes ++@@ -518,18 +518,19 @@ ++ CPPFLAGS="-I$freeimage/include $CPPFLAGS"; ++ AC_CHECK_HEADER( [FreeImage.h], [], [HAVE_FREEIMAGE_INC=no] ) ++ if test "x$HAVE_FREEIMAGE_INC" = "xyes"; then ++- CSF_FREEIMAGE_INCLUDES="-I$freeimage/include" +++ CSF_FreeImagePlus_INCLUDES="-I$freeimage/include -DHAVE_FREEIMAGE" ++ HAVE_FREEIMAGE_LIB=yes ++- AC_MSG_CHECKING([for FreeImage_OpenMemory in -lfreeimage]) +++ AC_MSG_CHECKING([for FreeImage_OpenMemory in -lfreeimageplus]) ++ LDFLAGS="-L$freeimage/lib $LDFLAGS" ++- LIBS="$CSF_FREEIMAGE_LIB $LIBS" ++- AC_CHECK_LIB( [freeimage], [FreeImage_OpenMemory], [CSF_FREEIMAGE_LIB="-L$freeimage/lib -lfreeimage"], [HAVE_FREEIMAGE_LIB=no] ) +++ LIBS="$CSF_FreeImagePlus_LIB $LIBS" +++ AC_CHECK_LIB( [freeimageplus], [FreeImage_OpenMemory], [CSF_FreeImagePlus_LIB="-L$freeimage/lib -lfreeimageplus"], [HAVE_FREEIMAGE_LIB=no] ) ++ ++ if test "xno" = "x$HAVE_FREEIMAGE_LIB"; then ++ HAVE_FREEIMAGE=no ++ fi ++ fi ++ fi +++AM_CONDITIONAL( HAVE_FREEIMAGE, [test "xyes" = "x$HAVE_FREEIMAGE"] ) ++ ++ #--------------------------------------------------------------------- ++ # ++@@ -873,8 +874,8 @@ ++ AC_SUBST(CSF_FTGL_LIB) ++ AC_SUBST(CSF_GL2PS_INCLUDES) ++ AC_SUBST(CSF_GL2PS_LIB) ++-AC_SUBST(CSF_FREEIMAGE_INCLUDES) ++-AC_SUBST(CSF_FREEIMAGE_LIB) +++AC_SUBST(CSF_FreeImagePlus_INCLUDES) +++AC_SUBST(CSF_FreeImagePlus_LIB) ++ AC_SUBST(CSF_advapi32_LIB) ++ AC_SUBST(CSF_gdi32_LIB) ++ AC_SUBST(CSF_user32_LIB) diff --cc debian/patches/submitted/fix-Abs-parenthesis.patch index 000000000,000000000..806a7009f new file mode 100644 --- /dev/null +++ b/debian/patches/submitted/fix-Abs-parenthesis.patch @@@ -1,0 -1,0 +1,49 @@@ ++Replace Abs(foo < bar) by Abs(foo) < bar ++ ++This is legal C++, but certainly not the expected result, ++(foo < bar) is a boolean which is promoted to an int, and ++the function Abs(int) is called. ++ ++These bugs have been reported by Fotios Sioutis on the ++opencascade forum. ++Submitted upstream: http://www.opencascade.org/org/forum/thread_20187/ ++ ++diff --git a/ros/src/Adaptor3d/Adaptor3d_CurveOnSurface.cxx b/ros/src/Adaptor3d/Adaptor3d_CurveOnSurface.cxx ++index 2774e0f..9fc7ccc 100644 ++--- a/ros/src/Adaptor3d/Adaptor3d_CurveOnSurface.cxx +++++ b/ros/src/Adaptor3d/Adaptor3d_CurveOnSurface.cxx ++@@ -133,7 +133,7 @@ static void Hunt(const TColStd_Array1OfReal& Arr, ++ if(Abs(Coord-Arr(i))Tol)) Standard_NotImplemented::Raise("Adaptor3d_CurveOnSurface:Hunt"); +++ if(Abs(Coord-Arr(i))>Tol) Standard_NotImplemented::Raise("Adaptor3d_CurveOnSurface:Hunt"); ++ } ++ ++ //======================================================================= ++diff --git a/ros/src/Aspect/Aspect_RectangularGrid.cxx b/ros/src/Aspect/Aspect_RectangularGrid.cxx ++index 6ee81fa..29415b9 100644 ++--- a/ros/src/Aspect/Aspect_RectangularGrid.cxx +++++ b/ros/src/Aspect/Aspect_RectangularGrid.cxx ++@@ -163,7 +163,7 @@ void Aspect_RectangularGrid::Init () { ++ ++ Standard_Boolean Aspect_RectangularGrid::CheckAngle(const Standard_Real alpha, ++ const Standard_Real beta) const { ++- return Abs( Sin(alpha)*Cos(beta+Standard_PI/2.) - Cos(alpha)*Sin(beta+Standard_PI/2.) != 0) ; +++ return Abs( Sin(alpha)*Cos(beta+Standard_PI/2.) - Cos(alpha)*Sin(beta+Standard_PI/2.)) != 0 ; ++ } ++ ++ ++diff --git a/ros/src/GeomFill/GeomFill_BoundWithSurf.cxx b/ros/src/GeomFill/GeomFill_BoundWithSurf.cxx ++index 0eabeee..3f4ab46 100644 ++--- a/ros/src/GeomFill/GeomFill_BoundWithSurf.cxx +++++ b/ros/src/GeomFill/GeomFill_BoundWithSurf.cxx ++@@ -121,7 +121,7 @@ void GeomFill_BoundWithSurf::D1Norm(const Standard_Real U, ++ Standard_Real nsuu = N.Dot(Suu), nsuv = N.Dot(Suv), nsvv = N.Dot(Svv); ++ Standard_Real susu = Su.Dot(Su), susv = Su.Dot(Sv), svsv = Sv.Dot(Sv); ++ Standard_Real deno = (susu*svsv) - (susv*susv); ++- if(Abs(deno < 1.e-16)){ +++ if(Abs(deno) < 1.e-16){ ++ // on embraye sur un calcul approche, c est mieux que rien!?! ++ gp_Vec temp = Norm(U + 1.e-12); ++ DN = N.Multiplied(-1.); diff --cc debian/patches/submitted/fix-asm.patch index 000000000,000000000..76304c970 new file mode 100644 --- /dev/null +++ b/debian/patches/submitted/fix-asm.patch @@@ -1,0 -1,0 +1,107 @@@ ++Replace x86 assembly code by atomic extensions provided by GNU g++. ++(closes: #518837) ++ ++Submitted upstream: http://www.opencascade.org/org/forum/thread_20053/ ++ ++Index: opencascade/ros/inc/Standard_Atomic.hxx ++=================================================================== ++--- opencascade.orig/ros/inc/Standard_Atomic.hxx +++++ opencascade/ros/inc/Standard_Atomic.hxx ++@@ -45,13 +45,13 @@ ++ } ++ ++ //=================================================== ++-// Linux, GCC compiler +++// GCC compiler on x86 or x86_64 ++ // Note: Linux kernel 2.6x provides definitions for atomic operators ++ // in the header file /usr/include/asm/atomic.h, ++ // however these definitions involve specific type atomic_t ++ // Note: The same code probably would work for Intel compiler ++ //=================================================== ++-#elif defined(LIN) +++#elif defined(__GNUG__) && (defined(__i386) || defined(__x86_64)) ++ ++ inline void Standard_Atomic_Increment (int volatile* var) ++ { ++@@ -83,6 +83,30 @@ ++ } ++ ++ //=================================================== +++// GCC extension for atomic operations +++// http://gcc.gnu.org/wiki/Atomic +++//=================================================== +++#elif defined(__GNUG__) && !defined(__sparc_v9) && !defined(__sparc_v9__) // _Atomic_word is not an int on SPARC V9 +++ +++#include +++ +++inline void Standard_Atomic_Increment (int* var) +++{ +++ // C equivalent: +++ // ++(*var); +++ +++ __gnu_cxx::__atomic_add_dispatch(static_cast<_Atomic_word*>(var), 1); +++} +++ +++inline int Standard_Atomic_DecrementTest (int* var) +++{ +++ // C equivalent: +++ // return --(*var) == 0; +++ +++ return __gnu_cxx::__exchange_and_add_dispatch(static_cast<_Atomic_word*>(var),-1) == 1; +++} +++ +++//=================================================== ++ // Default stub implementation, not atomic actually ++ //=================================================== ++ #else ++Index: opencascade/ros/src/Standard/Standard_Atomic.hxx ++=================================================================== ++--- opencascade.orig/ros/src/Standard/Standard_Atomic.hxx +++++ opencascade/ros/src/Standard/Standard_Atomic.hxx ++@@ -45,13 +45,13 @@ ++ } ++ ++ //=================================================== ++-// Linux, GCC compiler +++// GCC compiler on x86 or x86_64 ++ // Note: Linux kernel 2.6x provides definitions for atomic operators ++ // in the header file /usr/include/asm/atomic.h, ++ // however these definitions involve specific type atomic_t ++ // Note: The same code probably would work for Intel compiler ++ //=================================================== ++-#elif defined(LIN) +++#elif defined(__GNUG__) && (defined(__i386) || defined(__x86_64)) ++ ++ inline void Standard_Atomic_Increment (int volatile* var) ++ { ++@@ -83,6 +83,30 @@ ++ } ++ ++ //=================================================== +++// GCC extension for atomic operations +++// http://gcc.gnu.org/wiki/Atomic +++//=================================================== +++#elif defined(__GNUG__) && !defined(__sparc_v9) && !defined(__sparc_v9__) // _Atomic_word is not an int on SPARC V9 +++ +++#include +++ +++inline void Standard_Atomic_Increment (int* var) +++{ +++ // C equivalent: +++ // ++(*var); +++ +++ __gnu_cxx::__atomic_add_dispatch(static_cast<_Atomic_word*>(var), 1); +++} +++ +++inline int Standard_Atomic_DecrementTest (int* var) +++{ +++ // C equivalent: +++ // return --(*var) == 0; +++ +++ return __gnu_cxx::__exchange_and_add_dispatch(static_cast<_Atomic_word*>(var),-1) == 1; +++} +++ +++//=================================================== ++ // Default stub implementation, not atomic actually ++ //=================================================== ++ #else diff --cc debian/patches/submitted/fix-display-text.patch index 000000000,000000000..7ae069eff new file mode 100644 --- /dev/null +++ b/debian/patches/submitted/fix-display-text.patch @@@ -1,0 -1,0 +1,19 @@@ ++Bug fix: Text doesn't get displayed in 6.5 ++ ++Submitted upstream: http://www.opencascade.org/org/forum/thread_20101/ ++ ++Based on a patch provided on the opencascade forum by Venugopal Gudimetla. ++ ++Index: opencascade/ros/src/OSD/OSD_FontMgr.cxx ++=================================================================== ++--- opencascade.orig/ros/src/OSD/OSD_FontMgr.cxx +++++ opencascade/ros/src/OSD/OSD_FontMgr.cxx ++@@ -236,7 +236,7 @@ ++ #ifndef WNT ++ StringList dirs; ++ Handle(TCollection_HAsciiString) str = new TCollection_HAsciiString; ++- Display * disp = XOpenDisplay("localhost:0.0"); +++ Display * disp = XOpenDisplay(NULL); ++ ++ if ( !disp ) ++ { diff --cc debian/patches/submitted/fix-ftgl-includes.patch index 000000000,000000000..0b2c2458c new file mode 100644 --- /dev/null +++ b/debian/patches/submitted/fix-ftgl-includes.patch @@@ -1,0 -1,0 +1,135 @@@ ++Fix detection of FTGL in configure.in ++ ++Also modify installed headers to search for FTGL headers in ++the right directory. This is not needed to build opencascade, ++but may help people including those headers. ++And last, fix usage of FTGL, FTFace is an internal structure ++of FTGL and is no more exported. ++ ++Submitted upstream: http://www.opencascade.org/org/forum/thread_20128/ ++ ++Index: opencascade/ros/configure.in ++=================================================================== ++--- opencascade.orig/ros/configure.in +++++ opencascade/ros/configure.in ++@@ -422,7 +422,7 @@ ++ HAVE_FTGL=yes ++ HAVE_FTGL_INC=yes ++ CPPFLAGS="-I$ftgl/include $CPPFLAGS"; ++- AC_CHECK_HEADER( [FTGL/FTGL.h], [], [HAVE_FTGL_INC=no] ) +++ AC_CHECK_HEADER( [FTGL/ftgl.h], [], [HAVE_FTGL_INC=no] ) ++ if test "x$HAVE_FTGL_INC" = "xyes"; then ++ CSF_FTGL_INCLUDES="-I$ftgl/include/FTGL" ++ HAVE_FTGL_LIB=yes ++@@ -431,9 +431,9 @@ ++ LIBS_sv=$LIBS ++ LIBS="-lftgl $CSF_OpenGlLibs_LIB $LIBS" ++ #we have problem with unresolved symbols on 64 stations ++- CSF_FTGL_LIB="-L$ftgl/lib -lftgl" +++ CSF_FTGL_LIB="-L$ftgl/lib -lftgl -lfreetype" ++ AC_TRY_LINK([ ++-#include +++#include ++ #include ++ ], [ ++ FTGLTextureFont font("");], [ ++Index: opencascade/ros/inc/OpenGl_FontMgr.hxx ++=================================================================== ++--- opencascade.orig/ros/inc/OpenGl_FontMgr.hxx +++++ opencascade/ros/inc/OpenGl_FontMgr.hxx ++@@ -7,7 +7,7 @@ ++ # include ++ #endif ++ ++-#include +++#include ++ ++ #include ++ #include ++Index: opencascade/ros/inc/OpenGl_TextRender.hxx ++=================================================================== ++--- opencascade.orig/ros/inc/OpenGl_TextRender.hxx +++++ opencascade/ros/inc/OpenGl_TextRender.hxx ++@@ -5,7 +5,7 @@ ++ #include ++ #include ++ #include ++-#include +++#include ++ ++ #define NUM_FONT_SIZES 40 ++ #define NUM_CHAR_FONT 1024 ++Index: opencascade/ros/src/OpenGl/OpenGl_FontMgr.cxx ++=================================================================== ++--- opencascade.orig/ros/src/OpenGl/OpenGl_FontMgr.cxx +++++ opencascade/ros/src/OpenGl/OpenGl_FontMgr.cxx ++@@ -1,8 +1,6 @@ ++ #include ++ ++-#include ++-#include ++-#include +++#include ++ #include ++ ++ #undef TRACE ++@@ -60,7 +58,10 @@ ++ void OpenGl_FontMgr::_initializeFontDB() ++ { ++ Handle(OSD_FontMgr) fntMgr = OSD_FontMgr::GetInstance(); ++- if ( !fntMgr.IsNull() ) { +++ FT_Library library; +++ // FIXME: FT_Done_FreeType( library ) should be called on exit +++ int error = FT_Init_FreeType( &library ); +++ if ( !fntMgr.IsNull() && !error) { ++ ++ OSD_NListOfSystemFont fontList = fntMgr->GetAvalableFonts(); ++ if ( fontList.Size() != 0 ) { ++@@ -71,10 +72,11 @@ ++ if ( it.Value()->FontAspect() == OSD_FA_Regular ) { ++ //this workaround for fonts with names dependent on system locale. ++ //for example: "Times New Roman Fett Kursive" or "Times New Roman Gras Italiqui" ++- FTFace face(it.Value()->FontPath()->ToCString()); ++- ++- if ( face.Error() == FT_Err_Ok ) { ++- if ( (*face.Face())->style_flags == 0 ) { +++ FT_Face ftFace; +++ error = FT_New_Face(library, +++ it.Value()->FontPath()->ToCString(), 0, &ftFace); +++ if ( !error ) { +++ if ( ftFace->style_flags == 0 ) { ++ info->SysFont = it.Value(); ++ } ++ else { ++@@ -82,24 +84,25 @@ ++ #ifdef TRACE ++ cout << "TKOpenGl::initializeFontDB() detected new font!\n" ++ << "\tFont Previous Name: " << it.Value()->FontName()->ToCString() << endl ++- << "\tFont New Name: " << (*face.Face())->family_name << endl ++- << "\tFont Aspect: " << (*face.Face())->style_flags << endl; +++ << "\tFont New Name: " << ftFace->family_name << endl +++ << "\tFont Aspect: " << ftFace->style_flags << endl; ++ #endif ++ OSD_FontAspect aspect = OSD_FA_Regular; ++- if ( (*face.Face())->style_flags == (FT_STYLE_FLAG_ITALIC | FT_STYLE_FLAG_BOLD) ) +++ if ( ftFace->style_flags == (FT_STYLE_FLAG_ITALIC | FT_STYLE_FLAG_BOLD) ) ++ aspect = OSD_FA_BoldItalic; ++- else if ( (*face.Face())->style_flags == FT_STYLE_FLAG_ITALIC ) +++ else if ( ftFace->style_flags == FT_STYLE_FLAG_ITALIC ) ++ aspect = OSD_FA_Italic; ++- else if ( (*face.Face())->style_flags == FT_STYLE_FLAG_BOLD ) +++ else if ( ftFace->style_flags == FT_STYLE_FLAG_BOLD ) ++ aspect = OSD_FA_Bold; ++ ++ #ifdef TRACE ++ cout << "\tOSD_FontAspect: " << aspect << endl; ++ #endif ++ Handle(TCollection_HAsciiString) aFontName = ++- new TCollection_HAsciiString( (*face.Face())->family_name ); +++ new TCollection_HAsciiString( ftFace->family_name ); ++ info->SysFont = new OSD_SystemFont( aFontName, aspect, it.Value()->FontPath() ); ++ } +++ FT_Done_Face(ftFace); ++ } ++ else ++ continue; diff --cc debian/patches/submitted/fix-tcl8.6.patch index 000000000,000000000..f8b20f948 new file mode 100644 --- /dev/null +++ b/debian/patches/submitted/fix-tcl8.6.patch @@@ -1,0 -1,0 +1,46 @@@ ++Fix build failure with tcl 8.6 ++ ++With this patch, opencascade still builds with tcl 8.5. ++ ++Submitted upstream: http://www.opencascade.org/org/forum/thread_20125/ ++ ++Index: opencascade/ros/src/Draw/Draw_Window.cxx ++=================================================================== ++--- opencascade.orig/ros/src/Draw/Draw_Window.cxx +++++ opencascade/ros/src/Draw/Draw_Window.cxx ++@@ -70,7 +70,7 @@ ++ errChannel = Tcl_GetStdChannel(TCL_STDERR); ++ if (code != TCL_OK) { ++ if (errChannel) { ++- Tcl_Write(errChannel, Interp->result, -1); +++ Tcl_Write(errChannel, Tcl_GetStringResult(Interp), -1); ++ Tcl_Write(errChannel, "\n", 1); ++ } ++ Tcl_AddErrorInfo(Interp, ++@@ -1044,7 +1044,7 @@ ++ mainWindow = ++ Tk_MainWindow(interp) ; ++ if (mainWindow == NULL) { ++- fprintf(stderr, "%s\n", interp->result); +++ fprintf(stderr, "%s\n", Tcl_GetStringResult(interp)); ++ exit(1); ++ } ++ Tk_Name(mainWindow) = ++@@ -2064,7 +2064,7 @@ ++ OCC_CATCH_SIGNALS ++ Standard_Integer res = Tk_Init(interp) ; ++ if (res != TCL_OK) ++- cout << "tkLoop: error in Tk initialization. Tcl reported: " << interp->result << endl; +++ cout << "tkLoop: error in Tk initialization. Tcl reported: " << Tcl_GetStringResult(interp) << endl; ++ ++ } catch (Standard_Failure) { ++ cout <<"tkLoop: exception in TK_Init "<result); +++ fprintf(stderr, "%s\n", Tcl_GetStringResult(interp)); ++ cout << "tkLoop: Tk_MainWindow() returned NULL. Exiting..." << endl; ++ Tcl_Exit(0); ++ } diff --cc debian/patches/submitted/fix-tklcaf.patch index 000000000,000000000..19c763d78 new file mode 100644 --- /dev/null +++ b/debian/patches/submitted/fix-tklcaf.patch @@@ -1,0 -1,0 +1,24 @@@ ++Fix TKLCAF library (= instead of == in if-condition) ++ ++Submitted upstream: http://www.opencascade.org/org/forum/thread_18622/ ++ ++From: Michael Wild ++ ++Signed-off-by: Michael Wild ++--- ++ ros/src/TDataXtd/TDataXtd_Constraint.cxx | 2 +- ++ 1 files changed, 1 insertions(+), 1 deletions(-) ++ ++Index: opencascade/ros/src/TDataXtd/TDataXtd_Constraint.cxx ++=================================================================== ++--- opencascade.orig/ros/src/TDataXtd/TDataXtd_Constraint.cxx +++++ opencascade/ros/src/TDataXtd/TDataXtd_Constraint.cxx ++@@ -216,7 +216,7 @@ ++ void TDataXtd_Constraint::SetType (const TDataXtd_ConstraintEnum CTR) ++ { ++ // OCC2932 correction ++- if(myType = CTR) return; +++ if(myType == CTR) return; ++ ++ Backup(); ++ myType = CTR; diff --cc debian/patches/submitted/ftbfs-g++4.6.patch index 000000000,000000000..d243e8c43 new file mode 100644 --- /dev/null +++ b/debian/patches/submitted/ftbfs-g++4.6.patch @@@ -1,0 -1,0 +1,75 @@@ ++Fix build failures with g++ 4.6 (closes: #624943) ++ ++Error message is: ++ ../../../../ros/src/Visual3d/Visual3d_TransientManager.cxx: In static member function 'static Standard_Boolean Visual3d_TransientManager::BeginDraw(const Handle_Visual3d_View&, Standard_Boolean, Standard_Boolean)': ++ ../../../../ros/src/Visual3d/Visual3d_TransientManager.cxx:123:70: error: taking address of temporary [-fpermissive] ++ ../../../../ros/src/Visual3d/Visual3d_TransientManager.cxx:127:68: error: taking address of temporary [-fpermissive] ++ ../../../../ros/src/Visual3d/Visual3d_TransientManager.cxx: In static member function 'static void Visual3d_TransientManager::ClearDraw(const Handle_Visual3d_View&, Standard_Boolean)': ++ ../../../../ros/src/Visual3d/Visual3d_TransientManager.cxx:192:77: error: taking address of temporary [-fpermissive] ++ ../../../../ros/src/Visual3d/Visual3d_TransientManager.cxx:194:75: error: taking address of temporary [-fpermissive] ++ ../../../../ros/src/Visual3d/Visual3d_TransientManager.cxx: In static member function 'static Standard_Boolean Visual3d_TransientManager::BeginAddDraw(const Handle_Visual3d_View&)': ++ ../../../../ros/src/Visual3d/Visual3d_TransientManager.cxx:232:79: error: taking address of temporary [-fpermissive] ++ ../../../../ros/src/Visual3d/Visual3d_TransientManager.cxx:234:77: error: taking address of temporary [-fpermissive] ++ ++Submitted upstream: http://www.opencascade.org/org/forum/thread_20572/ ++ ++Index: opencascade/ros/src/Visual3d/Visual3d_TransientManager.cxx ++=================================================================== ++--- opencascade.orig/ros/src/Visual3d/Visual3d_TransientManager.cxx +++++ opencascade/ros/src/Visual3d/Visual3d_TransientManager.cxx ++@@ -120,11 +120,11 @@ ++ ++ if (! UnderLayer.IsNull ()){ ++ UnderCLayer = UnderLayer->CLayer (); ++- theCView.ptrUnderLayer = (CALL_DEF_LAYER *) &(UnderLayer->CLayer ()); +++ theCView.ptrUnderLayer = (CALL_DEF_LAYER *) &UnderCLayer; ++ } ++ if (! OverLayer.IsNull ()){ ++ OverCLayer = OverLayer->CLayer (); ++- theCView.ptrOverLayer = (CALL_DEF_LAYER *) &(OverLayer->CLayer ()); +++ theCView.ptrOverLayer = (CALL_DEF_LAYER *) &OverCLayer; ++ } ++ ++ // Begin rendering ++@@ -188,10 +188,16 @@ ++ ++ // Begin rendering ++ theCView = *(CALL_DEF_VIEW *)AView->CView (); ++- if (!AView->UnderLayer().IsNull()) ++- theCView.ptrUnderLayer = (CALL_DEF_LAYER *)&(AView->UnderLayer()->CLayer()); ++- if (!AView->OverLayer().IsNull()) ++- theCView.ptrOverLayer = (CALL_DEF_LAYER *)&(AView->OverLayer()->CLayer()); +++Aspect_CLayer2d OverCLayer; +++Aspect_CLayer2d UnderCLayer; +++ if (!AView->UnderLayer().IsNull()) { +++ UnderCLayer = AView->UnderLayer()->CLayer (); +++ theCView.ptrUnderLayer = (CALL_DEF_LAYER *)&UnderCLayer; +++ } +++ if (!AView->OverLayer().IsNull()) { +++ OverCLayer = AView->OverLayer()->CLayer(); +++ theCView.ptrOverLayer = (CALL_DEF_LAYER *)&OverCLayer; +++ } ++ ++ Handle(Aspect_GraphicDriver) agd = AView->GraphicDriver (); ++ ++@@ -228,10 +234,16 @@ ++ ++ // Begin rendering ++ theCView = *(CALL_DEF_VIEW *)AView->CView (); ++- if (!AView->UnderLayer().IsNull()) ++- theCView.ptrUnderLayer = (CALL_DEF_LAYER *) &(AView->UnderLayer()->CLayer ()); ++- if (!AView->OverLayer().IsNull()) ++- theCView.ptrOverLayer = (CALL_DEF_LAYER *) &(AView->OverLayer()->CLayer ()); +++Aspect_CLayer2d OverCLayer; +++Aspect_CLayer2d UnderCLayer; +++ if (!AView->UnderLayer().IsNull()) { +++ UnderCLayer = AView->UnderLayer()->CLayer (); +++ theCView.ptrUnderLayer = (CALL_DEF_LAYER *)&UnderCLayer; +++ } +++ if (!AView->OverLayer().IsNull()) { +++ OverCLayer = AView->OverLayer()->CLayer(); +++ theCView.ptrOverLayer = (CALL_DEF_LAYER *)&OverCLayer; +++ } ++ ++ Handle(Aspect_GraphicDriver) agd = AView->GraphicDriver (); ++ diff --cc debian/patches/submitted/kfreebsd.patch index 000000000,000000000..934d7839f new file mode 100644 --- /dev/null +++ b/debian/patches/submitted/kfreebsd.patch @@@ -1,0 -1,0 +1,18 @@@ ++Fix compilation on GNU/kFreeBSD ++(closes: #542718) ++ ++Submitted upstream: http://www.opencascade.org/org/forum/thread_20052/ ++ ++Index: opencascade/ros/src/OSD/OSD_Path.cxx ++=================================================================== ++--- opencascade.orig/ros/src/OSD/OSD_Path.cxx +++++ opencascade/ros/src/OSD/OSD_Path.cxx ++@@ -16,7 +16,7 @@ ++ #endif ++ ++ static OSD_SysType whereAmI(){ ++-#if defined(__digital__) || defined(__FreeBSD__) || defined(SUNOS) || defined(__APPLE__) +++#if defined(__digital__) || defined(__FreeBSD__) || defined(SUNOS) || defined(__APPLE__) || defined(__FreeBSD_kernel__) ++ return OSD_UnixBSD; ++ } ++ #elif defined(sgi) || defined(IRIX) || defined(__sun) || defined(SOLARIS) || defined(__sco__) || defined(__hpux) || defined(HPUX) diff --cc debian/patches/submitted/move-osd_fontmgr-vis.patch index 000000000,000000000..f99f13520 new file mode 100644 --- /dev/null +++ b/debian/patches/submitted/move-osd_fontmgr-vis.patch @@@ -1,0 -1,0 +1,71 @@@ ++Move OSD_FontMgr from TKernel into TKOpenGl. ++ ++This avoids having libTKernel depend on X11. ++ ++Submitted upstream: http://www.opencascade.org/org/forum/thread_20042/ ++ ++Index: opencascade/ros/adm/make/TKOpenGl/Makefile.am ++=================================================================== ++--- opencascade.orig/ros/adm/make/TKOpenGl/Makefile.am +++++ opencascade/ros/adm/make/TKOpenGl/Makefile.am ++@@ -2,6 +2,7 @@ ++ srcdir = @srcdir@ ++ ++ VPATH = @srcdir@ : \ +++@top_srcdir@/drv/OSD : @top_srcdir@/src/OSD : \ ++ @top_srcdir@/drv/OpenGl : @top_srcdir@/src/OpenGl ++ ++ ++@@ -12,8 +13,9 @@ ++ -DSILGL_VRS=50 ++ ++ ++-INCLUDES = $(STLPort_INCLUDES) $(CSF_OpenGlLibs_INCLUDES) $(CSF_FREETYPE_INCLUDES) $(CSF_FTGL_INCLUDES) $(CSF_GL2PS_INCLUDES) $(CSF_user32_INCLUDES) $(CSF_gdi32_INCLUDES) \ +++INCLUDES = $(STLPort_INCLUDES) $(CSF_OpenGlLibs_INCLUDES) $(CSF_FREETYPE_INCLUDES) $(CSF_FTGL_INCLUDES) $(CSF_MotifLibs_INCLUDES) $(CSF_GL2PS_INCLUDES) $(CSF_user32_INCLUDES) $(CSF_gdi32_INCLUDES) \ ++ -I@top_srcdir@/inc \ +++-I@top_srcdir@/drv/OSD -I@top_srcdir@/src/OSD \ ++ -I@top_srcdir@/drv/OpenGl -I@top_srcdir@/src/OpenGl ++ ++ ++@@ -23,9 +25,10 @@ ++ ../TKService/libTKService.la \ ++ ../TKernel/libTKernel.la \ ++ ../TKV3d/libTKV3d.la \ ++-$(STLPort_LIB) $(CSF_OpenGlLibs_LIB) $(CSF_FREETYPE_LIB) $(CSF_FTGL_LIB) $(CSF_GL2PS_LIB) $(CSF_user32_LIB) $(CSF_gdi32_LIB) +++$(STLPort_LIB) $(CSF_OpenGlLibs_LIB) $(CSF_FREETYPE_LIB) $(CSF_FTGL_LIB) $(CSF_GL2PS_LIB) $(CSF_MotifLibs_LIB) $(CSF_user32_LIB) $(CSF_gdi32_LIB) ++ ++ libTKOpenGl_la_SOURCES = \ +++@top_srcdir@/src/OSD/OSD_FontMgr.cxx \ ++ @top_srcdir@/drv/OpenGl/OpenGl_Error_0.cxx \ ++ @top_srcdir@/src/OpenGl/OpenGl_AVIWriter.cxx \ ++ @top_srcdir@/src/OpenGl/OpenGl_Extension.cxx \ ++Index: opencascade/ros/adm/make/TKernel/Makefile.am ++=================================================================== ++--- opencascade.orig/ros/adm/make/TKernel/Makefile.am +++++ opencascade/ros/adm/make/TKernel/Makefile.am ++@@ -29,7 +29,7 @@ ++ AM_CFLAGS = ++ ++ ++-INCLUDES = $(STLPort_INCLUDES) $(CSF_SOCKETLibs_INCLUDES) $(CSF_FPELibs_INCLUDES) $(CSF_ThreadLibs_INCLUDES) $(CSF_advapi32_INCLUDES) $(CSF_gdi32_INCLUDES) $(CSF_user32_INCLUDES) $(CSF_kernel32_INCLUDES) $(CSF_TBB_INCLUDES) $(CSF_MotifLibs_INCLUDES) \ +++INCLUDES = $(STLPort_INCLUDES) $(CSF_SOCKETLibs_INCLUDES) $(CSF_FPELibs_INCLUDES) $(CSF_ThreadLibs_INCLUDES) $(CSF_advapi32_INCLUDES) $(CSF_gdi32_INCLUDES) $(CSF_user32_INCLUDES) $(CSF_kernel32_INCLUDES) $(CSF_TBB_INCLUDES) \ ++ -I@top_srcdir@/inc \ ++ -I@top_srcdir@/drv/FSD -I@top_srcdir@/src/FSD \ ++ -I@top_srcdir@/drv/MMgt -I@top_srcdir@/src/MMgt \ ++@@ -55,7 +55,7 @@ ++ lib_LTLIBRARIES=libTKernel.la ++ ++ libTKernel_la_LIBADD = \ ++-$(STLPort_LIB) $(CSF_SOCKETLibs_LIB) $(CSF_FPELibs_LIB) $(CSF_ThreadLibs_LIB) $(CSF_advapi32_LIB) $(CSF_gdi32_LIB) $(CSF_user32_LIB) $(CSF_kernel32_LIB) $(CSF_TBB_LIB) $(CSF_MotifLibs_LIB) +++$(STLPort_LIB) $(CSF_SOCKETLibs_LIB) $(CSF_FPELibs_LIB) $(CSF_ThreadLibs_LIB) $(CSF_advapi32_LIB) $(CSF_gdi32_LIB) $(CSF_user32_LIB) $(CSF_kernel32_LIB) $(CSF_TBB_LIB) ++ ++ libTKernel_la_SOURCES = \ ++ @top_srcdir@/drv/Dico/Dico_DictionaryOfInteger_0.cxx \ ++@@ -389,7 +389,6 @@ ++ @top_srcdir@/src/OSD/OSD_File.cxx \ ++ @top_srcdir@/src/OSD/OSD_FileIterator.cxx \ ++ @top_srcdir@/src/OSD/OSD_FileNode.cxx \ ++-@top_srcdir@/src/OSD/OSD_FontMgr.cxx \ ++ @top_srcdir@/src/OSD/OSD_Function.cxx \ ++ @top_srcdir@/src/OSD/OSD_Getkey.c \ ++ @top_srcdir@/src/OSD/OSD_Host.cxx \ diff --cc debian/patches/submitted/ppc.patch index 000000000,000000000..f57b74f72 new file mode 100644 --- /dev/null +++ b/debian/patches/submitted/ppc.patch @@@ -1,0 -1,0 +1,224 @@@ ++Change PPC variable to ppc to avoid conflict with PPC macro (closes: #487810) ++ ++Submitted upstream: http://www.opencascade.org/org/forum/thread_20051/ ++ ++Index: opencascade/ros/inc/Plate_LinearScalarConstraint.hxx ++=================================================================== ++--- opencascade.orig/ros/inc/Plate_LinearScalarConstraint.hxx +++++ opencascade/ros/inc/Plate_LinearScalarConstraint.hxx ++@@ -57,9 +57,9 @@ ++ ++ Standard_EXPORT Plate_LinearScalarConstraint(const Plate_PinpointConstraint& PPC1,const gp_XYZ& coeff); ++ ++- Standard_EXPORT Plate_LinearScalarConstraint(const Plate_Array1OfPinpointConstraint& PPC,const TColgp_Array1OfXYZ& coeff); +++ Standard_EXPORT Plate_LinearScalarConstraint(const Plate_Array1OfPinpointConstraint& ppc,const TColgp_Array1OfXYZ& coeff); ++ ++- Standard_EXPORT Plate_LinearScalarConstraint(const Plate_Array1OfPinpointConstraint& PPC,const TColgp_Array2OfXYZ& coeff); +++ Standard_EXPORT Plate_LinearScalarConstraint(const Plate_Array1OfPinpointConstraint& ppc,const TColgp_Array2OfXYZ& coeff); ++ ++ Standard_EXPORT Plate_LinearScalarConstraint(const Standard_Integer ColLen,const Standard_Integer RowLen); ++ ++@@ -68,7 +68,7 @@ ++ const TColgp_Array2OfXYZ& Coeff() const; ++ //! Sets the PinPointConstraint of index Index to
++ //! Value raise if Index is greater than the length of
++-//! PPC or the Row length of coeff or lower than 1
+++//! ppc or the Row length of coeff or lower than 1
++ Standard_EXPORT void SetPPC(const Standard_Integer Index,const Plate_PinpointConstraint& Value) ; ++ //! Sets the coeff of index (Row,Col) to Value
++ //! raise if Row (respectively Col) is greater than the
++Index: opencascade/ros/inc/Plate_LinearXYZConstraint.hxx ++=================================================================== ++--- opencascade.orig/ros/inc/Plate_LinearXYZConstraint.hxx +++++ opencascade/ros/inc/Plate_LinearXYZConstraint.hxx ++@@ -57,9 +57,9 @@ ++ ++ Standard_EXPORT Plate_LinearXYZConstraint(); ++ ++- Standard_EXPORT Plate_LinearXYZConstraint(const Plate_Array1OfPinpointConstraint& PPC,const TColStd_Array1OfReal& coeff); +++ Standard_EXPORT Plate_LinearXYZConstraint(const Plate_Array1OfPinpointConstraint& ppc,const TColStd_Array1OfReal& coeff); ++ ++- Standard_EXPORT Plate_LinearXYZConstraint(const Plate_Array1OfPinpointConstraint& PPC,const TColStd_Array2OfReal& coeff); +++ Standard_EXPORT Plate_LinearXYZConstraint(const Plate_Array1OfPinpointConstraint& ppc,const TColStd_Array2OfReal& coeff); ++ ++ Standard_EXPORT Plate_LinearXYZConstraint(const Standard_Integer ColLen,const Standard_Integer RowLen); ++ ++@@ -68,7 +68,7 @@ ++ const TColStd_Array2OfReal& Coeff() const; ++ //! Sets the PinPointConstraint of index Index to
++ //! Value raise if Index is greater than the length of
++-//! PPC or the Row length of coeff or lower than 1
+++//! ppc or the Row length of coeff or lower than 1
++ Standard_EXPORT void SetPPC(const Standard_Integer Index,const Plate_PinpointConstraint& Value) ; ++ //! Sets the coeff of index (Row,Col) to Value
++ //! raise if Row (respectively Col) is greater than the
++Index: opencascade/ros/src/BRepFill/BRepFill_Evolved.cxx ++=================================================================== ++--- opencascade.orig/ros/src/BRepFill/BRepFill_Evolved.cxx +++++ opencascade/ros/src/BRepFill/BRepFill_Evolved.cxx ++@@ -2107,8 +2107,8 @@ ++ gp_Pnt PC; ++ gp_Vec VC; ++ C.D1(u,PC,VC); ++- gp_Vec PPC(P,PC); ++- gp_Vec Prod = PPC.Crossed(VC); +++ gp_Vec ppc(P,PC); +++ gp_Vec Prod = ppc.Crossed(VC); ++ if (IsOut) { ++ ToReverse = Prod.Z() < 0.; ++ } ++Index: opencascade/ros/src/BRepLib/BRepLib_FindSurface.cxx ++=================================================================== ++--- opencascade.orig/ros/src/BRepLib/BRepLib_FindSurface.cxx +++++ opencascade/ros/src/BRepLib/BRepLib_FindSurface.cxx ++@@ -100,7 +100,7 @@ ++ ++ TopoDS_Edge E = TopoDS::Edge(ex.Current()); ++ Standard_Real f,l,ff,ll; ++- Handle(Geom2d_Curve) PC,PPC; +++ Handle(Geom2d_Curve) PC,ppc; ++ Handle(Geom_Surface) SS; ++ TopLoc_Location L; ++ Standard_Integer i = 0,j; ++@@ -119,7 +119,7 @@ ++ while (Standard_True) { ++ j++; ++ BRep_Tool::CurveOnSurface(TopoDS::Edge(ex.Current()), ++- PPC,SS,L,ff,ll,j); +++ ppc,SS,L,ff,ll,j); ++ if (SS.IsNull()) { ++ break; ++ } ++Index: opencascade/ros/src/Bisector/Bisector_BisecPC.cxx ++=================================================================== ++--- opencascade.orig/ros/src/Bisector/Bisector_BisecPC.cxx +++++ opencascade/ros/src/Bisector/Bisector_BisecPC.cxx ++@@ -374,11 +374,11 @@ ++ case 2 : {curve->D3(UOnCurve,PC,Tu,Tuu,T3u);break;} ++ } ++ ++- gp_Vec2d PPC(PC.X() - point.X(), PC.Y() - point.Y()); +++ gp_Vec2d ppc(PC.X() - point.X(), PC.Y() - point.Y()); ++ gp_Vec2d Nor( - Tu.Y(), Tu.X()); ++ ++- Standard_Real SquarePPC = PPC.SquareMagnitude(); ++- Standard_Real NorPPC = Nor.Dot(PPC); +++ Standard_Real SquarePPC = ppc.SquareMagnitude(); +++ Standard_Real NorPPC = Nor.Dot(ppc); ++ Standard_Real A1; ++ ++ if (Abs(NorPPC) > gp::Resolution() && (NorPPC*sign) < 0.) { ++@@ -390,8 +390,8 @@ ++ if (N == 0) return; // Fin Calcul Point; ++ ++ gp_Vec2d Nu ( - Tuu.Y() , Tuu.X()); // derivee de la normale en U. ++- Standard_Real NuPPC = Nu .Dot(PPC); ++- Standard_Real TuPPC = Tu .Dot(PPC); +++ Standard_Real NuPPC = Nu .Dot(ppc); +++ Standard_Real TuPPC = Tu .Dot(ppc); ++ Standard_Real NorPPCE2 = NorPPC*NorPPC; ++ Standard_Real A2 = TuPPC/NorPPC - 0.5*NuPPC*SquarePPC/NorPPCE2; ++ ++@@ -403,8 +403,8 @@ ++ gp_Vec2d Nuu ( - T3u.Y() , T3u.X()); ++ ++ Standard_Real NorPPCE4 = NorPPCE2*NorPPCE2; ++- Standard_Real NuuPPC = Nuu.Dot(PPC); ++- Standard_Real TuuPPC = Tuu.Dot(PPC); +++ Standard_Real NuuPPC = Nuu.Dot(ppc); +++ Standard_Real TuuPPC = Tuu.Dot(ppc); ++ ++ Standard_Real A21 = TuuPPC/NorPPC - TuPPC*NuPPC/NorPPCE2; ++ Standard_Real A22 = (0.5*NuuPPC*SquarePPC + NuPPC*TuPPC)/NorPPCE2 - ++@@ -458,12 +458,12 @@ ++ Standard_Real UOnCurve = LinkBisCurve(U); ++ ++ curve->D1(UOnCurve,PC,Tan); ++- gp_Vec2d PPC(PC.X() - point.X(), PC.Y() - point.Y()); +++ gp_Vec2d ppc(PC.X() - point.X(), PC.Y() - point.Y()); ++ gp_Vec2d Nor( - Tan.Y(), Tan.X()); ++ ++ Standard_Real NorNor = Nor.SquareMagnitude(); ++- Standard_Real SquareMagPPC = PPC.SquareMagnitude(); ++- Standard_Real Prosca = Nor.Dot(PPC); +++ Standard_Real SquareMagPPC = ppc.SquareMagnitude(); +++ Standard_Real Prosca = Nor.Dot(ppc); ++ ++ if (point.IsEqual(PC,Precision::Confusion())) { ++ if (isConvex) { return 0.;} ++Index: opencascade/ros/src/Plate/Plate_LinearScalarConstraint.cxx ++=================================================================== ++--- opencascade.orig/ros/src/Plate/Plate_LinearScalarConstraint.cxx +++++ opencascade/ros/src/Plate/Plate_LinearScalarConstraint.cxx ++@@ -21,26 +21,26 @@ ++ myCoef->ChangeValue(1,1) = coeff; ++ } ++ ++-Plate_LinearScalarConstraint::Plate_LinearScalarConstraint(const Plate_Array1OfPinpointConstraint& PPC,const TColgp_Array1OfXYZ& coeff) +++Plate_LinearScalarConstraint::Plate_LinearScalarConstraint(const Plate_Array1OfPinpointConstraint& ppc,const TColgp_Array1OfXYZ& coeff) ++ { ++- if(coeff.Length()!= PPC.Length()) Standard_DimensionMismatch::Raise(); ++- myPPC = new Plate_HArray1OfPinpointConstraint(1,PPC.Length()); +++ if(coeff.Length()!= ppc.Length()) Standard_DimensionMismatch::Raise(); +++ myPPC = new Plate_HArray1OfPinpointConstraint(1,ppc.Length()); ++ myCoef = new TColgp_HArray2OfXYZ(1,1,1,coeff.Length()); ++ ++- myPPC->ChangeArray1() = PPC; +++ myPPC->ChangeArray1() = ppc; ++ for(Standard_Integer i = 1; i<= coeff.Length(); i++) { ++ myCoef->ChangeValue(1,i) = coeff(i+coeff.Lower()-1); ++ } ++ } ++ ++ Plate_LinearScalarConstraint::Plate_LinearScalarConstraint ++- (const Plate_Array1OfPinpointConstraint& PPC,const TColgp_Array2OfXYZ& coeff) +++ (const Plate_Array1OfPinpointConstraint& ppc,const TColgp_Array2OfXYZ& coeff) ++ { ++- if(coeff.RowLength()!= PPC.Length()) Standard_DimensionMismatch::Raise(); ++- myPPC = new Plate_HArray1OfPinpointConstraint(1,PPC.Length()); +++ if(coeff.RowLength()!= ppc.Length()) Standard_DimensionMismatch::Raise(); +++ myPPC = new Plate_HArray1OfPinpointConstraint(1,ppc.Length()); ++ myCoef = new TColgp_HArray2OfXYZ(1,coeff.ColLength(),1,coeff.RowLength()); ++ ++- myPPC->ChangeArray1() = PPC; +++ myPPC->ChangeArray1() = ppc; ++ myCoef->ChangeArray2() = coeff; ++ } ++ ++Index: opencascade/ros/src/Plate/Plate_LinearXYZConstraint.cxx ++=================================================================== ++--- opencascade.orig/ros/src/Plate/Plate_LinearXYZConstraint.cxx +++++ opencascade/ros/src/Plate/Plate_LinearXYZConstraint.cxx ++@@ -9,24 +9,24 @@ ++ ++ Plate_LinearXYZConstraint::Plate_LinearXYZConstraint() {} ++ ++-Plate_LinearXYZConstraint::Plate_LinearXYZConstraint(const Plate_Array1OfPinpointConstraint& PPC,const TColStd_Array1OfReal& coeff) +++Plate_LinearXYZConstraint::Plate_LinearXYZConstraint(const Plate_Array1OfPinpointConstraint& ppc,const TColStd_Array1OfReal& coeff) ++ { ++- if(coeff.Length()!= PPC.Length()) Standard_DimensionMismatch::Raise(); ++- myPPC = new Plate_HArray1OfPinpointConstraint(1,PPC.Length()); +++ if(coeff.Length()!= ppc.Length()) Standard_DimensionMismatch::Raise(); +++ myPPC = new Plate_HArray1OfPinpointConstraint(1,ppc.Length()); ++ myCoef = new TColStd_HArray2OfReal(1,1,1,coeff.Length()); ++ ++- myPPC->ChangeArray1() = PPC; +++ myPPC->ChangeArray1() = ppc; ++ for(Standard_Integer i = 1; i<= coeff.Length(); i++) ++ myCoef->ChangeValue(1,i) = coeff(i+coeff.Lower()-1); ++ } ++ ++-Plate_LinearXYZConstraint::Plate_LinearXYZConstraint(const Plate_Array1OfPinpointConstraint& PPC,const TColStd_Array2OfReal& coeff) +++Plate_LinearXYZConstraint::Plate_LinearXYZConstraint(const Plate_Array1OfPinpointConstraint& ppc,const TColStd_Array2OfReal& coeff) ++ { ++- if(coeff.RowLength()!= PPC.Length()) Standard_DimensionMismatch::Raise(); ++- myPPC = new Plate_HArray1OfPinpointConstraint(1,PPC.Length()); +++ if(coeff.RowLength()!= ppc.Length()) Standard_DimensionMismatch::Raise(); +++ myPPC = new Plate_HArray1OfPinpointConstraint(1,ppc.Length()); ++ myCoef = new TColStd_HArray2OfReal(1,coeff.ColLength(),1,coeff.RowLength()); ++ ++- myPPC->ChangeArray1() = PPC; +++ myPPC->ChangeArray1() = ppc; ++ myCoef->ChangeArray2() = coeff; ++ } ++ diff --cc debian/patches/submitted/workaround-bug-mesher.patch index 000000000,000000000..f2b280531 new file mode 100644 --- /dev/null +++ b/debian/patches/submitted/workaround-bug-mesher.patch @@@ -1,0 -1,0 +1,22 @@@ ++Workaround poor performance of the new mesher in OCC 6.5.0 with B-spline surfaces ++ ++The new mesher in OCC 6.5.0 is more robust, but also produces much ++larger meshes on B-spline surfaces. Until this bug is fixed, it ++seems better to use the generic procedure. ++ ++Patch provided by Jérôme Robert. ++See http://www.opencascade.org/org/forum/thread_20076/ ++ ++Index: opencascade/ros/src/BRepMesh/BRepMesh_FastDiscretFace.cxx ++=================================================================== ++--- opencascade.orig/ros/src/BRepMesh/BRepMesh_FastDiscretFace.cxx +++++ opencascade/ros/src/BRepMesh/BRepMesh_FastDiscretFace.cxx ++@@ -936,7 +936,7 @@ ++ } ++ } ++ } ++- else if (thetype == GeomAbs_BezierSurface || thetype == GeomAbs_BSplineSurface) +++ else if (false /* See http://www.opencascade.org/org/forum/thread_20076/ thetype == GeomAbs_BezierSurface || thetype == GeomAbs_BSplineSurface */) ++ { ++ Standard_Integer i, j; ++ diff --cc debian/patches/tkernel-ld.patch index 000000000,000000000..bb1a38cb1 new file mode 100644 --- /dev/null +++ b/debian/patches/tkernel-ld.patch @@@ -1,0 -1,0 +1,17 @@@ ++ros/configure.in previously set LIBS=$TCL_LIBS which added -ldl flag as a side effect ++ ++This has now to be added explicitly. ++ ++Index: opencascade/ros/adm/make/TKernel/Makefile.am ++=================================================================== ++--- opencascade.orig/ros/adm/make/TKernel/Makefile.am +++++ opencascade/ros/adm/make/TKernel/Makefile.am ++@@ -55,7 +55,7 @@ ++ lib_LTLIBRARIES=libTKernel.la ++ ++ libTKernel_la_LIBADD = \ ++-$(STLPort_LIB) $(CSF_SOCKETLibs_LIB) $(CSF_FPELibs_LIB) $(CSF_ThreadLibs_LIB) $(CSF_advapi32_LIB) $(CSF_gdi32_LIB) $(CSF_user32_LIB) $(CSF_kernel32_LIB) $(CSF_TBB_LIB) +++$(STLPort_LIB) $(CSF_SOCKETLibs_LIB) $(CSF_FPELibs_LIB) $(CSF_ThreadLibs_LIB) $(CSF_advapi32_LIB) $(CSF_gdi32_LIB) $(CSF_user32_LIB) $(CSF_kernel32_LIB) $(CSF_TBB_LIB) -ldl ++ ++ libTKernel_la_SOURCES = \ ++ @top_srcdir@/drv/Dico/Dico_DictionaryOfInteger_0.cxx \ diff --cc debian/rules index 000000000,000000000..6266f5a74 new file mode 100755 --- /dev/null +++ b/debian/rules @@@ -1,0 -1,0 +1,145 @@@ ++#!/usr/bin/make -f ++# Made with the aid of debmake, by Christoph Lameter, ++# based on the sample debian/rules file for GNU hello by Ian Jackson. ++ ++package=opencascade ++ ++# Support multiple makes at once ++ifneq (,$(filter parallel=%,$(DEB_BUILD_OPTIONS))) ++NJOBS := $(patsubst parallel=%,%,$(filter parallel=%,$(DEB_BUILD_OPTIONS))) ++else ++NJOBS := 1 ++endif ++ ++QUILT := quilt --quiltrc debian/patches/quiltrc ++ ++BUILD_DIR := builddir ++ ++unpatch: ++ dh_testdir ++ if [ -e .pc ]; then \ ++ $(QUILT) pop -a -R || test $$? = 2 || exit 1; \ ++ rm -f patch-stamp; \ ++ fi ++ ++clean: unpatch ++ dh_testdir ++ rm -rf $(BUILD_DIR) ++ rm -f *-stamp ++# This is left by a patch-stamp/unpatch combination ++ rm -rf .pc ++# Files created by autoreconf in ros/ directory ++ rm -rf ros/autom4te.cache ros/config.h.in~ ++ dh_clean ++ ++patch: patch-stamp ++patch-stamp: ++ dh_testdir ++ $(QUILT) push -a || test $$? = 2 ++ touch $@ ++ ++reconfigure-stamp: patch-stamp ++ dh_testdir ++ cd ros && autoreconf -fi ++ touch $@ ++ ++# configure options which are not used currently, but may be enabled: ++# --with-freeimage=/usr ++# Not enabled because this pulls in too many dependencies ++# --with-tbb-include=/usr/include --with-tbb-library=/usr/lib ++# There are only 2 parallelized simple loops in the whole code, ++# so if we really want to enable multithread, openMP seems a much ++# better alternative, tbb is available only on very few architectures ++# --enable-openmp ++# This flag is Debian specific, it is added by debian/patches/add-enable-openmp.patch ++# When this option is set, loops described above are parallelized with openmp. ++# It is enabled now for testing, but may be disabled later. ++configure-stamp: reconfigure-stamp ++ dh_testdir ++ rm -rf $(BUILD_DIR) ++ mkdir $(BUILD_DIR) ++# Set CPPFLAGS to find arch-6.5.0/Standard_Macro64.hxx. Ideally upstream would ++# add $(top_builddir)/inc to INCLUDES in their Makefile.am files. ++ cd $(BUILD_DIR) && ../ros/configure \ ++ --prefix=/usr --enable-shared --disable-debug \ ++ --disable-dependency-tracking --disable-maintainer-mode \ ++ --with-freetype=/usr --with-ftgl=/usr --with-gl2ps=/usr \ ++ --enable-openmp \ ++ --with-tcl=/usr/lib/tcl8.5 --with-tk=/usr/lib/tk8.5 \ ++ CPPFLAGS="$(CPPFLAGS) -I'$(CURDIR)/$(BUILD_DIR)/inc'" ++ touch $@ ++ ++build: build-stamp ++build-stamp: configure-stamp ++ dh_testdir ++ $(MAKE) -C $(BUILD_DIR) -j $(NJOBS) ++ touch $@ ++ ++install: install-stamp ++install-stamp: build-stamp ++ dh_testdir ++ -rm -rf debian/tmp ++ $(MAKE) -C $(BUILD_DIR) install DESTDIR=$(CURDIR)/debian/tmp ++ # Fix OpenCascade mess ++ rm -rf debian/tmp/usr/lin debian/tmp/usr/Linux ++ install -d debian/tmp/usr/include ++ mv debian/tmp/usr/inc debian/tmp/usr/include/opencascade ++ install -d debian/tmp/usr/share/opencascade/6.5.0 ++ mv debian/tmp/usr/src debian/tmp/usr/share/opencascade/6.5.0/src ++ for script in demo idoc mdltest mkdoc tdoc test2xl vmdltest; do \ ++ chmod +x debian/tmp/usr/share/opencascade/6.5.0/src/DrawResources/$$script; \ ++ done ++ # Improve integration in Debian desktop ++ install -d debian/tmp/usr/share/applications ++ cp -p debian/opencascade-draw.desktop debian/tmp/usr/share/applications/ ++ install -d debian/tmp/usr/share/pixmaps ++ cp -p debian/occ-icon-32.xpm debian/tmp/usr/share/pixmaps/ ++ install -d debian/tmp/usr/share/man/man1 ++ cp -p debian/DRAWEXE.1 debian/tmp/usr/share/man/man1/ ++ find debian/tmp/usr/share -name FILES -exec rm -f {} \; ++ touch $@ ++ ++binary-indep: install ++ dh_testdir -i ++ dh_testroot -i ++ dh_installdirs -i ++ dh_install -i --sourcedir=debian/tmp --list-missing ++ifneq (,$(filter $(DEB_HOST_ARCH), $(gcj_native_archs))) ++ cp -a debian/tmp/usr/lib/libTKjcas.so debian/tmp/usr/lib/libTKjcas.la \ ++ debian/libopencascade-foundation-dev/usr/lib ++endif ++ dh_installdocs -i ++ dh_installchangelogs -i ++ dh_lintian -i ++ dh_compress -i -X.pdf -X.js -X.xml -X.csfdb -X.iges -X.BMP -X.xwd -X.brep -X.rle -X.step -X.stl ++ dh_fixperms -i ++ dh_installdeb -i ++ dh_gencontrol -i ++ dh_md5sums -i ++ dh_builddeb -i ++ ++binary-arch: install ++ dh_testdir -a ++ dh_testroot -a ++ dh_installdirs -a ++ dh_install -a --sourcedir=debian/tmp --list-missing ++ifneq (,$(filter $(DEB_HOST_ARCH), $(gcj_native_archs))) ++ cp -a debian/tmp/usr/lib/libTKjcas-*.so debian/libopencascade-foundation-6.5.0/usr/lib ++endif ++ dh_installdocs -a ++ dh_installchangelogs -a ++ dh_strip -a ++ dh_makeshlibs -a ++ dh_installmenu -a ++ dh_lintian -a ++ dh_compress -a ++ dh_fixperms -a ++ dh_installdeb -a ++ dh_shlibdeps -a ++ dh_gencontrol -a ++ dh_md5sums -a ++ dh_builddeb -a ++ ++binary: binary-arch binary-indep ++ ++.PHONY: binary binary-arch binary-indep clean install build diff --cc debian/source/format index 000000000,000000000..163aaf8d8 new file mode 100644 --- /dev/null +++ b/debian/source/format @@@ -1,0 -1,0 +1,1 @@@ ++3.0 (quilt) diff --cc debian/source/lintian-overrides index 000000000,000000000..edb8ad8bb new file mode 100644 --- /dev/null +++ b/debian/source/lintian-overrides @@@ -1,0 -1,0 +1,3 @@@ ++# Lintian thinks uploader Adam Powell's name violates policy ++opencascade source: uploader-address-missing "Adam C. Powell ++opencascade source: uploader-not-full-name IV" diff --cc debian/source/options index 000000000,000000000..e06c7614d new file mode 100644 --- /dev/null +++ b/debian/source/options @@@ -1,0 -1,0 +1,3 @@@ ++# Ignore files generated by autoreconf ++extend-diff-ignore = "^(ros/aclocal.m4|ros/config.h.in|ros/configure|ros/make/config.guess|ros/make/config.sub|ros/make/depcomp|ros/make/install-sh|ros/make/ltmain.sh|ros/make/missing|ros/make/mkinstalldirs|.*/Makefile.in)$" ++