From 2bc3464d14d6b62ab53abebcbc35596a97cccec4 Mon Sep 17 00:00:00 2001 From: Pav Lucistnik Date: Fri, 26 Dec 2003 20:03:41 +0000 Subject: - Update to 4.3.0 Rework this port and split it into logically independent parts Give maintainership to submitter PR: ports/57858 Submitted by: Mykola Khotyaintsev --- math/vtk-examples/Makefile | 39 ++ math/vtk-examples/pkg-message | 7 + math/vtk-examples/pkg-plist | 975 ++++++++++++++++++++++++++++++++++++++++++ 3 files changed, 1021 insertions(+) create mode 100644 math/vtk-examples/Makefile create mode 100644 math/vtk-examples/pkg-message create mode 100644 math/vtk-examples/pkg-plist (limited to 'math/vtk-examples') diff --git a/math/vtk-examples/Makefile b/math/vtk-examples/Makefile new file mode 100644 index 000000000000..1d7f500e2d0e --- /dev/null +++ b/math/vtk-examples/Makefile @@ -0,0 +1,39 @@ +# New ports collection makefile for: vtk-examples +# Date created: 10 Oct 2003 +# Whom: Mykola Khotyaintsev +# +# $FreeBSD$ +# + +PKGNAMESUFFIX= -examples + +COMMENT= Visualization Toolkit: Examples in the C++, Tcl, Python and Java + +RUN_DEPENDS= ${VTKDATAROOT}/VTKData.readme:${PORTSDIR}/math/vtk-data + +MASTERDIR= ${.CURDIR}/../vtk + +PKGMESSAGE= ${.CURDIR}/pkg-message + +.include "${MASTERDIR}/Makefile" + +do-build: + +do-install: install-cnotice + @${ECHO_MSG} "Installing Examples to ${EXAMPLESDIR} ..." + @${MKDIR} ${EXAMPLESDIR} + @${MKDIR} ${EXAMPLESDIR}/Examples + @${CP} -R ${VTKSRCDIR}/Examples/* ${EXAMPLESDIR}/Examples + @${RM} ${EXAMPLESDIR}/Examples/CMakeList* + + @${ECHO_MSG} "Installing Testing to ${EXAMPLESDIR} ... " + @${MKDIR} ${TESTINGDIR} +.for i in ${VTK_KITS} + @${MKDIR} ${TESTINGDIR}/${i} + @${CP} -R ${VTKSRCDIR}/${i}/Testing/* ${TESTINGDIR}/${i} +.endfor + + @${CAT} ${PKGMESSAGE} | ${SED} -e 's|%%PREFIX%%|${PREFIX}|' > ${EXAMPLESDIR}/BUILD-HOWTO + @${CAT} ${PKGMESSAGE} | ${SED} -e 's|%%PREFIX%%|${PREFIX}|' > ${DOCSDIR}/README.examples + +.include diff --git a/math/vtk-examples/pkg-message b/math/vtk-examples/pkg-message new file mode 100644 index 000000000000..7358c60ffbbc --- /dev/null +++ b/math/vtk-examples/pkg-message @@ -0,0 +1,7 @@ +To build and run C++ examples/tests you need to instal vtk, vtk-headers, cmake. + +To run Tcl, Python or Java examples/tests you need to install vtk and vtk-tcl, +vtk-python or vtk-java correspondingly. + +Remember to set your VTK_DATA_ROOT variable to %%PREFIX%%/share/examples/vtk/VTKData +before running examples/tests. diff --git a/math/vtk-examples/pkg-plist b/math/vtk-examples/pkg-plist new file mode 100644 index 000000000000..53c0e91e6f05 --- /dev/null +++ b/math/vtk-examples/pkg-plist @@ -0,0 +1,975 @@ +%%DOCSDIR%%/README.html +%%DOCSDIR%%/README.patented-classes +%%DOCSDIR%%/vtkLogo.jpg +%%DOCSDIR%%/README.examples +%%EXAMPLESDIR%%/Examples/Annotation/Python/DispAllFonts.py +%%EXAMPLESDIR%%/Examples/Annotation/Python/TestText.py +%%EXAMPLESDIR%%/Examples/Annotation/Python/TestTextOldWay.py +%%EXAMPLESDIR%%/Examples/Annotation/Python/annotatePick.py +%%EXAMPLESDIR%%/Examples/Annotation/Python/cubeAxes.py +%%EXAMPLESDIR%%/Examples/Annotation/Python/labeledMesh.py +%%EXAMPLESDIR%%/Examples/Annotation/Python/multiLineText.py +%%EXAMPLESDIR%%/Examples/Annotation/Python/textOrigin.py +%%EXAMPLESDIR%%/Examples/Annotation/Python/xyPlot.py +%%EXAMPLESDIR%%/Examples/Annotation/Tcl/DispAllFonts.tcl +%%EXAMPLESDIR%%/Examples/Annotation/Tcl/TestText.tcl +%%EXAMPLESDIR%%/Examples/Annotation/Tcl/TestTextOldWay.tcl +%%EXAMPLESDIR%%/Examples/Annotation/Tcl/annotatePick.tcl +%%EXAMPLESDIR%%/Examples/Annotation/Tcl/cubeAxes.tcl +%%EXAMPLESDIR%%/Examples/Annotation/Tcl/labeledMesh.tcl +%%EXAMPLESDIR%%/Examples/Annotation/Tcl/multiLineText.tcl +%%EXAMPLESDIR%%/Examples/Annotation/Tcl/textOrigin.tcl +%%EXAMPLESDIR%%/Examples/Annotation/Tcl/xyPlot.tcl +%%EXAMPLESDIR%%/Examples/Build/vtkLocal/CMakeLists.txt +%%EXAMPLESDIR%%/Examples/Build/vtkLocal/README +%%EXAMPLESDIR%%/Examples/Build/vtkLocal/Testing/CMakeLists.txt +%%EXAMPLESDIR%%/Examples/Build/vtkLocal/Testing/Cxx/CMakeLists.txt +%%EXAMPLESDIR%%/Examples/Build/vtkLocal/Testing/Cxx/vtkLocalTest.cxx +%%EXAMPLESDIR%%/Examples/Build/vtkLocal/hints +%%EXAMPLESDIR%%/Examples/Build/vtkLocal/pkgIndex.tcl.in +%%EXAMPLESDIR%%/Examples/Build/vtkLocal/vtkLocalConfigure.h.in +%%EXAMPLESDIR%%/Examples/Build/vtkLocal/vtkLocalExample.cxx +%%EXAMPLESDIR%%/Examples/Build/vtkLocal/vtkLocalExample.h +%%EXAMPLESDIR%%/Examples/Build/vtkMy/CMakeLists.txt +%%EXAMPLESDIR%%/Examples/Build/vtkMy/CMakeOptions.cmake +%%EXAMPLESDIR%%/Examples/Build/vtkMy/Common/CMakeLists.txt +%%EXAMPLESDIR%%/Examples/Build/vtkMy/Common/vtkBar.cxx +%%EXAMPLESDIR%%/Examples/Build/vtkMy/Common/vtkBar.h +%%EXAMPLESDIR%%/Examples/Build/vtkMy/Common/vtkmyCommonWin32Header.h +%%EXAMPLESDIR%%/Examples/Build/vtkMy/Examples/CMakeLists.txt +%%EXAMPLESDIR%%/Examples/Build/vtkMy/Examples/Cxx/CMakeLists.txt +%%EXAMPLESDIR%%/Examples/Build/vtkMy/Examples/Cxx/Ex1/CMakeLists.txt +%%EXAMPLESDIR%%/Examples/Build/vtkMy/Examples/Cxx/Ex1/vtkmyEx1.cxx +%%EXAMPLESDIR%%/Examples/Build/vtkMy/Examples/Cxx/Ex2/CMakeLists.txt +%%EXAMPLESDIR%%/Examples/Build/vtkMy/Examples/Cxx/Ex2/vtkmyEx2.cxx +%%EXAMPLESDIR%%/Examples/Build/vtkMy/Examples/Tcl/vtkmyEx1.Tcl +%%EXAMPLESDIR%%/Examples/Build/vtkMy/Examples/Tcl/vtkmyEx2.tcl +%%EXAMPLESDIR%%/Examples/Build/vtkMy/Imaging/CMakeLists.txt +%%EXAMPLESDIR%%/Examples/Build/vtkMy/Imaging/vtkImageFoo.cxx +%%EXAMPLESDIR%%/Examples/Build/vtkMy/Imaging/vtkImageFoo.h +%%EXAMPLESDIR%%/Examples/Build/vtkMy/Imaging/vtkmyImagingWin32Header.h +%%EXAMPLESDIR%%/Examples/Build/vtkMy/README +%%EXAMPLESDIR%%/Examples/Build/vtkMy/Unsorted/CMakeLists.txt +%%EXAMPLESDIR%%/Examples/Build/vtkMy/Unsorted/vtkBar2.cxx +%%EXAMPLESDIR%%/Examples/Build/vtkMy/Unsorted/vtkBar2.h +%%EXAMPLESDIR%%/Examples/Build/vtkMy/Unsorted/vtkmyUnsortedWin32Header.h +%%EXAMPLESDIR%%/Examples/Build/vtkMy/Wrapping/Tcl/MakePackages.tcl +%%EXAMPLESDIR%%/Examples/Build/vtkMy/Wrapping/Tcl/vtkmy/pkgIndex.tcl +%%EXAMPLESDIR%%/Examples/Build/vtkMy/Wrapping/Tcl/vtkmy/vtkmy.tcl +%%EXAMPLESDIR%%/Examples/Build/vtkMy/Wrapping/Tcl/vtkmycommon/pkgIndex.tcl +%%EXAMPLESDIR%%/Examples/Build/vtkMy/Wrapping/Tcl/vtkmycommon/vtkmycommon.tcl +%%EXAMPLESDIR%%/Examples/Build/vtkMy/Wrapping/Tcl/vtkmyimaging/pkgIndex.tcl +%%EXAMPLESDIR%%/Examples/Build/vtkMy/Wrapping/Tcl/vtkmyimaging/vtkmyimaging.tcl +%%EXAMPLESDIR%%/Examples/Build/vtkMy/Wrapping/Tcl/vtkmyunsorted/pkgIndex.tcl +%%EXAMPLESDIR%%/Examples/Build/vtkMy/Wrapping/Tcl/vtkmyunsorted/vtkmyunsorted.tcl +%%EXAMPLESDIR%%/Examples/Build/vtkMy/Wrapping/hints +%%EXAMPLESDIR%%/Examples/Build/vtkMy/vtkmyConfigure.h.in +%%EXAMPLESDIR%%/Examples/DataManipulation/Cxx/Arrays.cxx +%%EXAMPLESDIR%%/Examples/DataManipulation/Cxx/CMakeLists.txt +%%EXAMPLESDIR%%/Examples/DataManipulation/Cxx/Cube.cxx +%%EXAMPLESDIR%%/Examples/DataManipulation/Cxx/RGrid.cxx +%%EXAMPLESDIR%%/Examples/DataManipulation/Cxx/SGrid.cxx +%%EXAMPLESDIR%%/Examples/DataManipulation/Python/Arrays.py +%%EXAMPLESDIR%%/Examples/DataManipulation/Python/BuildUGrid.py +%%EXAMPLESDIR%%/Examples/DataManipulation/Python/CreateStrip.py +%%EXAMPLESDIR%%/Examples/DataManipulation/Python/FinancialField.py +%%EXAMPLESDIR%%/Examples/DataManipulation/Python/marching.py +%%EXAMPLESDIR%%/Examples/DataManipulation/Python/pointToCellData.py +%%EXAMPLESDIR%%/Examples/DataManipulation/Tcl/Arrays.tcl +%%EXAMPLESDIR%%/Examples/DataManipulation/Tcl/BuildUGrid.tcl +%%EXAMPLESDIR%%/Examples/DataManipulation/Tcl/CreateStrip.tcl +%%EXAMPLESDIR%%/Examples/DataManipulation/Tcl/FinancialField.tcl +%%EXAMPLESDIR%%/Examples/DataManipulation/Tcl/marching.tcl +%%EXAMPLESDIR%%/Examples/DataManipulation/Tcl/pointToCellData.tcl +%%EXAMPLESDIR%%/Examples/GUI/Motif/CMakeLists.txt +%%EXAMPLESDIR%%/Examples/GUI/Motif/Example1.cxx +%%EXAMPLESDIR%%/Examples/GUI/Motif/Example2.cxx +%%EXAMPLESDIR%%/Examples/GUI/Python/BoxWidget.py +%%EXAMPLESDIR%%/Examples/GUI/Python/CustomInteraction.py +%%EXAMPLESDIR%%/Examples/GUI/Python/ImagePlaneWidget.py +%%EXAMPLESDIR%%/Examples/GUI/Python/ImplicitPlaneWidget.py +%%EXAMPLESDIR%%/Examples/GUI/Python/OrthogonalPlanesWithTkPhoto.py +%%EXAMPLESDIR%%/Examples/GUI/Python/ProbeWithPointWidget.py +%%EXAMPLESDIR%%/Examples/GUI/Python/ProbingWithPlaneWidget.py +%%EXAMPLESDIR%%/Examples/GUI/Python/SphereWidget.py +%%EXAMPLESDIR%%/Examples/GUI/Python/StreamlinesWithLineWidget.py +%%EXAMPLESDIR%%/Examples/GUI/Python/TransformWithBoxWidget.py +%%EXAMPLESDIR%%/Examples/GUI/Python/VolumeRenderWithBoxWidget.py +%%EXAMPLESDIR%%/Examples/GUI/Tcl/BoxWidget.tcl +%%EXAMPLESDIR%%/Examples/GUI/Tcl/CustomInteraction.tcl +%%EXAMPLESDIR%%/Examples/GUI/Tcl/ImagePlaneWidget.tcl +%%EXAMPLESDIR%%/Examples/GUI/Tcl/ImplicitPlaneWidget.tcl +%%EXAMPLESDIR%%/Examples/GUI/Tcl/Mace.tcl +%%EXAMPLESDIR%%/Examples/GUI/Tcl/MaceTk.tcl +%%EXAMPLESDIR%%/Examples/GUI/Tcl/OrthogonalPlanesWithTkPhoto.tcl +%%EXAMPLESDIR%%/Examples/GUI/Tcl/ProbeWithPointWidget.tcl +%%EXAMPLESDIR%%/Examples/GUI/Tcl/ProbingWithPlaneWidget.tcl +%%EXAMPLESDIR%%/Examples/GUI/Tcl/SphereWidget.tcl +%%EXAMPLESDIR%%/Examples/GUI/Tcl/StreamlinesWithLineWidget.tcl +%%EXAMPLESDIR%%/Examples/GUI/Tcl/TransformWithBoxWidget.tcl +%%EXAMPLESDIR%%/Examples/GUI/Tcl/VolumeRenderWithBoxWidget.tcl +%%EXAMPLESDIR%%/Examples/GUI/Tcl/spikeColor.tcl +%%EXAMPLESDIR%%/Examples/GUI/Win32/SampleMFC/CMakeLists.txt +%%EXAMPLESDIR%%/Examples/GUI/Win32/SampleMFC/ChildFrm.cpp +%%EXAMPLESDIR%%/Examples/GUI/Win32/SampleMFC/ChildFrm.h +%%EXAMPLESDIR%%/Examples/GUI/Win32/SampleMFC/MainFrm.cpp +%%EXAMPLESDIR%%/Examples/GUI/Win32/SampleMFC/MainFrm.h +%%EXAMPLESDIR%%/Examples/GUI/Win32/SampleMFC/Resource.h +%%EXAMPLESDIR%%/Examples/GUI/Win32/SampleMFC/Sample.cpp +%%EXAMPLESDIR%%/Examples/GUI/Win32/SampleMFC/Sample.h +%%EXAMPLESDIR%%/Examples/GUI/Win32/SampleMFC/Sample.rc +%%EXAMPLESDIR%%/Examples/GUI/Win32/SampleMFC/SampleDoc.cpp +%%EXAMPLESDIR%%/Examples/GUI/Win32/SampleMFC/SampleDoc.h +%%EXAMPLESDIR%%/Examples/GUI/Win32/SampleMFC/SampleView.cpp +%%EXAMPLESDIR%%/Examples/GUI/Win32/SampleMFC/SampleView.h +%%EXAMPLESDIR%%/Examples/GUI/Win32/SampleMFC/StdAfx.cpp +%%EXAMPLESDIR%%/Examples/GUI/Win32/SampleMFC/StdAfx.h +%%EXAMPLESDIR%%/Examples/GUI/Win32/SampleMFC/res/Sample.ico +%%EXAMPLESDIR%%/Examples/GUI/Win32/SampleMFC/res/Sample.rc2 +%%EXAMPLESDIR%%/Examples/GUI/Win32/SampleMFC/res/SampleDoc.ico +%%EXAMPLESDIR%%/Examples/GUI/Win32/SampleMFC/vtkMFCDocument.cpp +%%EXAMPLESDIR%%/Examples/GUI/Win32/SampleMFC/vtkMFCDocument.h +%%EXAMPLESDIR%%/Examples/GUI/Win32/SampleMFC/vtkMFCRenderView.cpp +%%EXAMPLESDIR%%/Examples/GUI/Win32/SampleMFC/vtkMFCRenderView.h +%%EXAMPLESDIR%%/Examples/GUI/Win32/SampleMFC/vtkMFCView.cpp +%%EXAMPLESDIR%%/Examples/GUI/Win32/SampleMFC/vtkMFCView.h +%%EXAMPLESDIR%%/Examples/GUI/Win32/SampleMFC/weldedSpheres.vtk +%%EXAMPLESDIR%%/Examples/GUI/Win32/SimpleCxx/CMakeLists.txt +%%EXAMPLESDIR%%/Examples/GUI/Win32/SimpleCxx/Win32Cone.cxx +%%EXAMPLESDIR%%/Examples/GUI/Win32/vtkBorland/Package/vtkBorlandRenderWindow.cpp +%%EXAMPLESDIR%%/Examples/GUI/Win32/vtkBorland/Package/vtkBorlandRenderWindow.h +%%EXAMPLESDIR%%/Examples/GUI/Win32/vtkBorland/Package/vtkBorlandRenderWindowPkg.bpk +%%EXAMPLESDIR%%/Examples/GUI/Win32/vtkBorland/Package/vtkBorlandRenderWindowPkg.cpp +%%EXAMPLESDIR%%/Examples/GUI/Win32/vtkBorland/ProjectDemo/Form_Test.cpp +%%EXAMPLESDIR%%/Examples/GUI/Win32/vtkBorland/ProjectDemo/Form_Test.dfm +%%EXAMPLESDIR%%/Examples/GUI/Win32/vtkBorland/ProjectDemo/Form_Test.h +%%EXAMPLESDIR%%/Examples/GUI/Win32/vtkBorland/ProjectDemo/Project_vtkDemo.bpr +%%EXAMPLESDIR%%/Examples/GUI/Win32/vtkBorland/ProjectDemo/Project_vtkDemo.cpp +%%EXAMPLESDIR%%/Examples/GUI/Win32/vtkBorland/Readme.txt +%%EXAMPLESDIR%%/Examples/GUI/Win32/vtkMFC/CMakeLists.txt +%%EXAMPLESDIR%%/Examples/GUI/Win32/vtkMFC/MDI_Instructions.chm +%%EXAMPLESDIR%%/Examples/GUI/Win32/vtkMFC/Readme.txt +%%EXAMPLESDIR%%/Examples/GUI/Win32/vtkMFC/SDI_Instructions.chm +%%EXAMPLESDIR%%/Examples/GUI/Win32/vtkMFC/vtkMDI/CMakeLists.txt +%%EXAMPLESDIR%%/Examples/GUI/Win32/vtkMFC/vtkMDI/ChildFrm.cpp +%%EXAMPLESDIR%%/Examples/GUI/Win32/vtkMFC/vtkMDI/ChildFrm.h +%%EXAMPLESDIR%%/Examples/GUI/Win32/vtkMFC/vtkMDI/MainFrm.cpp +%%EXAMPLESDIR%%/Examples/GUI/Win32/vtkMFC/vtkMDI/MainFrm.h +%%EXAMPLESDIR%%/Examples/GUI/Win32/vtkMFC/vtkMDI/Resource.h +%%EXAMPLESDIR%%/Examples/GUI/Win32/vtkMFC/vtkMDI/StdAfx.cpp +%%EXAMPLESDIR%%/Examples/GUI/Win32/vtkMFC/vtkMDI/StdAfx.h +%%EXAMPLESDIR%%/Examples/GUI/Win32/vtkMFC/vtkMDI/res/Toolbar.bmp +%%EXAMPLESDIR%%/Examples/GUI/Win32/vtkMFC/vtkMDI/res/vtkMDI.ico +%%EXAMPLESDIR%%/Examples/GUI/Win32/vtkMFC/vtkMDI/res/vtkMDI.rc2 +%%EXAMPLESDIR%%/Examples/GUI/Win32/vtkMFC/vtkMDI/res/vtkMDIDoc.ico +%%EXAMPLESDIR%%/Examples/GUI/Win32/vtkMFC/vtkMDI/vtkMDI.cpp +%%EXAMPLESDIR%%/Examples/GUI/Win32/vtkMFC/vtkMDI/vtkMDI.h +%%EXAMPLESDIR%%/Examples/GUI/Win32/vtkMFC/vtkMDI/vtkMDI.rc +%%EXAMPLESDIR%%/Examples/GUI/Win32/vtkMFC/vtkMDI/vtkMDIDoc.cpp +%%EXAMPLESDIR%%/Examples/GUI/Win32/vtkMFC/vtkMDI/vtkMDIDoc.h +%%EXAMPLESDIR%%/Examples/GUI/Win32/vtkMFC/vtkMDI/vtkMDIView.cpp +%%EXAMPLESDIR%%/Examples/GUI/Win32/vtkMFC/vtkMDI/vtkMDIView.h +%%EXAMPLESDIR%%/Examples/GUI/Win32/vtkMFC/vtkSDI/CMakeLists.txt +%%EXAMPLESDIR%%/Examples/GUI/Win32/vtkMFC/vtkSDI/MainFrm.cpp +%%EXAMPLESDIR%%/Examples/GUI/Win32/vtkMFC/vtkSDI/MainFrm.h +%%EXAMPLESDIR%%/Examples/GUI/Win32/vtkMFC/vtkSDI/StdAfx.cpp +%%EXAMPLESDIR%%/Examples/GUI/Win32/vtkMFC/vtkSDI/StdAfx.h +%%EXAMPLESDIR%%/Examples/GUI/Win32/vtkMFC/vtkSDI/res/Toolbar.bmp +%%EXAMPLESDIR%%/Examples/GUI/Win32/vtkMFC/vtkSDI/res/vtkSDI.ico +%%EXAMPLESDIR%%/Examples/GUI/Win32/vtkMFC/vtkSDI/res/vtkSDI.rc2 +%%EXAMPLESDIR%%/Examples/GUI/Win32/vtkMFC/vtkSDI/res/vtkSDIDoc.ico +%%EXAMPLESDIR%%/Examples/GUI/Win32/vtkMFC/vtkSDI/resource.h +%%EXAMPLESDIR%%/Examples/GUI/Win32/vtkMFC/vtkSDI/vtkSDI.cpp +%%EXAMPLESDIR%%/Examples/GUI/Win32/vtkMFC/vtkSDI/vtkSDI.h +%%EXAMPLESDIR%%/Examples/GUI/Win32/vtkMFC/vtkSDI/vtkSDI.rc +%%EXAMPLESDIR%%/Examples/GUI/Win32/vtkMFC/vtkSDI/vtkSDIDoc.cpp +%%EXAMPLESDIR%%/Examples/GUI/Win32/vtkMFC/vtkSDI/vtkSDIDoc.h +%%EXAMPLESDIR%%/Examples/GUI/Win32/vtkMFC/vtkSDI/vtkSDIView.cpp +%%EXAMPLESDIR%%/Examples/GUI/Win32/vtkMFC/vtkSDI/vtkSDIView.h +%%EXAMPLESDIR%%/Examples/IO/Python/flamingo.py +%%EXAMPLESDIR%%/Examples/IO/Python/stl.py +%%EXAMPLESDIR%%/Examples/IO/Tcl/flamingo.tcl +%%EXAMPLESDIR%%/Examples/IO/Tcl/stl.tcl +%%EXAMPLESDIR%%/Examples/ImageProcessing/Python/Contours2D.py +%%EXAMPLESDIR%%/Examples/ImageProcessing/Python/ImageInteractor.py +%%EXAMPLESDIR%%/Examples/ImageProcessing/Tcl/Contours2D.tcl +%%EXAMPLESDIR%%/Examples/ImageProcessing/Tcl/Histogram.tcl +%%EXAMPLESDIR%%/Examples/ImageProcessing/Tcl/HistogramWidget.tcl +%%EXAMPLESDIR%%/Examples/ImageProcessing/Tcl/ImageInteractor.tcl +%%EXAMPLESDIR%%/Examples/ImageProcessing/Tcl/MandelbrotViewer.tcl +%%EXAMPLESDIR%%/Examples/MangledMesa/README.txt +%%EXAMPLESDIR%%/Examples/MangledMesa/Tcl/OffScreenCone.tcl +%%EXAMPLESDIR%%/Examples/MangledMesa/Tcl/OffScreenPrinting.tcl +%%EXAMPLESDIR%%/Examples/Medical/Cxx/CMakeLists.txt +%%EXAMPLESDIR%%/Examples/Medical/Cxx/Medical1.cxx +%%EXAMPLESDIR%%/Examples/Medical/Cxx/Medical2.cxx +%%EXAMPLESDIR%%/Examples/Medical/Cxx/Medical3.cxx +%%EXAMPLESDIR%%/Examples/Medical/Python/Medical1.py +%%EXAMPLESDIR%%/Examples/Medical/Python/Medical2.py +%%EXAMPLESDIR%%/Examples/Medical/Python/Medical3.py +%%EXAMPLESDIR%%/Examples/Medical/Tcl/Medical1.tcl +%%EXAMPLESDIR%%/Examples/Medical/Tcl/Medical2.tcl +%%EXAMPLESDIR%%/Examples/Medical/Tcl/Medical3.tcl +%%EXAMPLESDIR%%/Examples/Modelling/Cxx/CMakeLists.txt +%%EXAMPLESDIR%%/Examples/Modelling/Cxx/finance.cxx +%%EXAMPLESDIR%%/Examples/Modelling/Python/DelMesh.py +%%EXAMPLESDIR%%/Examples/Modelling/Python/Delaunay3D.py +%%EXAMPLESDIR%%/Examples/Modelling/Python/PerlinTerrain.py +%%EXAMPLESDIR%%/Examples/Modelling/Python/SpherePuzzle.py +%%EXAMPLESDIR%%/Examples/Modelling/Python/constrainedDelaunay.py +%%EXAMPLESDIR%%/Examples/Modelling/Python/expCos.py +%%EXAMPLESDIR%%/Examples/Modelling/Python/faultLines.py +%%EXAMPLESDIR%%/Examples/Modelling/Python/hello.py +%%EXAMPLESDIR%%/Examples/Modelling/Python/iceCream.py +%%EXAMPLESDIR%%/Examples/Modelling/Python/procrustesAlignment.py +%%EXAMPLESDIR%%/Examples/Modelling/Python/reconstructSurface.py +%%EXAMPLESDIR%%/Examples/Modelling/Tcl/DelMesh.tcl +%%EXAMPLESDIR%%/Examples/Modelling/Tcl/Delaunay3D.tcl +%%EXAMPLESDIR%%/Examples/Modelling/Tcl/PerlinTerrain.tcl +%%EXAMPLESDIR%%/Examples/Modelling/Tcl/SpherePuzzle.tcl +%%EXAMPLESDIR%%/Examples/Modelling/Tcl/constrainedDelaunay.tcl +%%EXAMPLESDIR%%/Examples/Modelling/Tcl/expCos.tcl +%%EXAMPLESDIR%%/Examples/Modelling/Tcl/faultLines.tcl +%%EXAMPLESDIR%%/Examples/Modelling/Tcl/hello.tcl +%%EXAMPLESDIR%%/Examples/Modelling/Tcl/iceCream.tcl +%%EXAMPLESDIR%%/Examples/Modelling/Tcl/procrustesAlignment.tcl +%%EXAMPLESDIR%%/Examples/Modelling/Tcl/reconstructSurface.tcl +%%EXAMPLESDIR%%/Examples/ParallelProcessing/CMakeLists.txt +%%EXAMPLESDIR%%/Examples/ParallelProcessing/Generic/CMakeLists.txt +%%EXAMPLESDIR%%/Examples/ParallelProcessing/Generic/Cxx/CMakeLists.txt +%%EXAMPLESDIR%%/Examples/ParallelProcessing/Generic/Cxx/ParallelIso.cxx +%%EXAMPLESDIR%%/Examples/ParallelProcessing/Generic/Cxx/PipelineParallelism.cxx +%%EXAMPLESDIR%%/Examples/ParallelProcessing/Generic/Cxx/PipelineParallelism.h +%%EXAMPLESDIR%%/Examples/ParallelProcessing/Generic/Cxx/TaskParallelism.cxx +%%EXAMPLESDIR%%/Examples/ParallelProcessing/Generic/Cxx/TaskParallelism.h +%%EXAMPLESDIR%%/Examples/ParallelProcessing/Generic/Cxx/TaskParallelismWithPorts.cxx +%%EXAMPLESDIR%%/Examples/ParallelProcessing/Generic/Cxx/TaskParallelismWithPorts.h +%%EXAMPLESDIR%%/Examples/ParallelProcessing/Generic/Cxx/pipe1.cxx +%%EXAMPLESDIR%%/Examples/ParallelProcessing/Generic/Cxx/pipe2.cxx +%%EXAMPLESDIR%%/Examples/ParallelProcessing/Generic/Cxx/task1.cxx +%%EXAMPLESDIR%%/Examples/ParallelProcessing/Generic/Cxx/task2.cxx +%%EXAMPLESDIR%%/Examples/ParallelProcessing/Generic/Cxx/task3.cxx +%%EXAMPLESDIR%%/Examples/ParallelProcessing/Generic/Cxx/task4.cxx +%%EXAMPLESDIR%%/Examples/ParallelProcessing/MPI/Python/ParallelCone.py +%%EXAMPLESDIR%%/Examples/ParallelProcessing/MPI/Tcl/PVTKDemo.tcl +%%EXAMPLESDIR%%/Examples/README.txt +%%EXAMPLESDIR%%/Examples/Rendering/Cxx/AmbientSpheres.cxx +%%EXAMPLESDIR%%/Examples/Rendering/Cxx/CMakeLists.txt +%%EXAMPLESDIR%%/Examples/Rendering/Cxx/Cylinder.cxx +%%EXAMPLESDIR%%/Examples/Rendering/Cxx/DiffuseSpheres.cxx +%%EXAMPLESDIR%%/Examples/Rendering/Cxx/SpecularSpheres.cxx +%%EXAMPLESDIR%%/Examples/Rendering/Python/CADPart.py +%%EXAMPLESDIR%%/Examples/Rendering/Python/CSpline.py +%%EXAMPLESDIR%%/Examples/Rendering/Python/Cylinder.py +%%EXAMPLESDIR%%/Examples/Rendering/Python/FilterCADPart.py +%%EXAMPLESDIR%%/Examples/Rendering/Python/RenderLargeImage.py +%%EXAMPLESDIR%%/Examples/Rendering/Python/TPlane.py +%%EXAMPLESDIR%%/Examples/Rendering/Python/assembly.py +%%EXAMPLESDIR%%/Examples/Rendering/Python/rainbow.py +%%EXAMPLESDIR%%/Examples/Rendering/Tcl/CADPart.tcl +%%EXAMPLESDIR%%/Examples/Rendering/Tcl/CSpline.tcl +%%EXAMPLESDIR%%/Examples/Rendering/Tcl/Cylinder.tcl +%%EXAMPLESDIR%%/Examples/Rendering/Tcl/FilterCADPart.tcl +%%EXAMPLESDIR%%/Examples/Rendering/Tcl/KeyFrame.tcl +%%EXAMPLESDIR%%/Examples/Rendering/Tcl/LightKitViewer.tcl +%%EXAMPLESDIR%%/Examples/Rendering/Tcl/RenderLargeImage.tcl +%%EXAMPLESDIR%%/Examples/Rendering/Tcl/TPlane.tcl +%%EXAMPLESDIR%%/Examples/Rendering/Tcl/assembly.tcl +%%EXAMPLESDIR%%/Examples/Rendering/Tcl/keyBottle.tcl +%%EXAMPLESDIR%%/Examples/Rendering/Tcl/rainbow.tcl +%%EXAMPLESDIR%%/Examples/Tutorial/README.txt +%%EXAMPLESDIR%%/Examples/Tutorial/Step1/Cxx/CMakeLists.txt +%%EXAMPLESDIR%%/Examples/Tutorial/Step1/Cxx/Cone.cxx +%%EXAMPLESDIR%%/Examples/Tutorial/Step1/Java/Cone.java +%%EXAMPLESDIR%%/Examples/Tutorial/Step1/Python/Cone.py +%%EXAMPLESDIR%%/Examples/Tutorial/Step1/Tcl/Cone.tcl +%%EXAMPLESDIR%%/Examples/Tutorial/Step2/Cxx/CMakeLists.txt +%%EXAMPLESDIR%%/Examples/Tutorial/Step2/Cxx/Cone2.cxx +%%EXAMPLESDIR%%/Examples/Tutorial/Step2/Java/Cone2.java +%%EXAMPLESDIR%%/Examples/Tutorial/Step2/Python/Cone2.py +%%EXAMPLESDIR%%/Examples/Tutorial/Step2/Tcl/Cone2.tcl +%%EXAMPLESDIR%%/Examples/Tutorial/Step3/Cxx/CMakeLists.txt +%%EXAMPLESDIR%%/Examples/Tutorial/Step3/Cxx/Cone3.cxx +%%EXAMPLESDIR%%/Examples/Tutorial/Step3/Java/Cone3.java +%%EXAMPLESDIR%%/Examples/Tutorial/Step3/Python/Cone3.py +%%EXAMPLESDIR%%/Examples/Tutorial/Step3/Tcl/Cone3.tcl +%%EXAMPLESDIR%%/Examples/Tutorial/Step4/Cxx/CMakeLists.txt +%%EXAMPLESDIR%%/Examples/Tutorial/Step4/Cxx/Cone4.cxx +%%EXAMPLESDIR%%/Examples/Tutorial/Step4/Java/Cone4.java +%%EXAMPLESDIR%%/Examples/Tutorial/Step4/Python/Cone4.py +%%EXAMPLESDIR%%/Examples/Tutorial/Step4/Tcl/Cone4.tcl +%%EXAMPLESDIR%%/Examples/Tutorial/Step5/Cxx/CMakeLists.txt +%%EXAMPLESDIR%%/Examples/Tutorial/Step5/Cxx/Cone5.cxx +%%EXAMPLESDIR%%/Examples/Tutorial/Step5/Java/Cone5.java +%%EXAMPLESDIR%%/Examples/Tutorial/Step5/Python/Cone5.py +%%EXAMPLESDIR%%/Examples/Tutorial/Step5/Tcl/Cone5.tcl +%%EXAMPLESDIR%%/Examples/Tutorial/Step6/Cxx/CMakeLists.txt +%%EXAMPLESDIR%%/Examples/Tutorial/Step6/Cxx/Cone6.cxx +%%EXAMPLESDIR%%/Examples/Tutorial/Step6/Python/Cone6.py +%%EXAMPLESDIR%%/Examples/Tutorial/Step6/Tcl/Cone6.tcl +%%EXAMPLESDIR%%/Examples/VisualizationAlgorithms/Python/BandContourTerrain.py +%%EXAMPLESDIR%%/Examples/VisualizationAlgorithms/Python/ClipCow.py +%%EXAMPLESDIR%%/Examples/VisualizationAlgorithms/Python/ColorIsosurface.py +%%EXAMPLESDIR%%/Examples/VisualizationAlgorithms/Python/CutCombustor.py +%%EXAMPLESDIR%%/Examples/VisualizationAlgorithms/Python/DepthSort.py +%%EXAMPLESDIR%%/Examples/VisualizationAlgorithms/Python/ExtractGeometry.py +%%EXAMPLESDIR%%/Examples/VisualizationAlgorithms/Python/ExtractUGrid.py +%%EXAMPLESDIR%%/Examples/VisualizationAlgorithms/Python/GenerateTextureCoords.py +%%EXAMPLESDIR%%/Examples/VisualizationAlgorithms/Python/SubsampleGrid.py +%%EXAMPLESDIR%%/Examples/VisualizationAlgorithms/Python/TextureThreshold.py +%%EXAMPLESDIR%%/Examples/VisualizationAlgorithms/Python/VisQuad.py +%%EXAMPLESDIR%%/Examples/VisualizationAlgorithms/Python/deciFran.py +%%EXAMPLESDIR%%/Examples/VisualizationAlgorithms/Python/imageWarp.py +%%EXAMPLESDIR%%/Examples/VisualizationAlgorithms/Python/officeTube.py +%%EXAMPLESDIR%%/Examples/VisualizationAlgorithms/Python/officeTubes.py +%%EXAMPLESDIR%%/Examples/VisualizationAlgorithms/Python/probeComb.py +%%EXAMPLESDIR%%/Examples/VisualizationAlgorithms/Python/smoothFran.py +%%EXAMPLESDIR%%/Examples/VisualizationAlgorithms/Python/spikeF.py +%%EXAMPLESDIR%%/Examples/VisualizationAlgorithms/Python/streamSurface.py +%%EXAMPLESDIR%%/Examples/VisualizationAlgorithms/Python/warpComb.py +%%EXAMPLESDIR%%/Examples/VisualizationAlgorithms/Tcl/BandContourTerrain.tcl +%%EXAMPLESDIR%%/Examples/VisualizationAlgorithms/Tcl/ClipCow.tcl +%%EXAMPLESDIR%%/Examples/VisualizationAlgorithms/Tcl/ColorIsosurface.tcl +%%EXAMPLESDIR%%/Examples/VisualizationAlgorithms/Tcl/CutCombustor.tcl +%%EXAMPLESDIR%%/Examples/VisualizationAlgorithms/Tcl/DepthSort.tcl +%%EXAMPLESDIR%%/Examples/VisualizationAlgorithms/Tcl/ExtractGeometry.tcl +%%EXAMPLESDIR%%/Examples/VisualizationAlgorithms/Tcl/ExtractUGrid.tcl +%%EXAMPLESDIR%%/Examples/VisualizationAlgorithms/Tcl/GenerateTextureCoords.tcl +%%EXAMPLESDIR%%/Examples/VisualizationAlgorithms/Tcl/SubsampleGrid.tcl +%%EXAMPLESDIR%%/Examples/VisualizationAlgorithms/Tcl/TextureThreshold.tcl +%%EXAMPLESDIR%%/Examples/VisualizationAlgorithms/Tcl/TransformTextureCoords.tcl +%%EXAMPLESDIR%%/Examples/VisualizationAlgorithms/Tcl/VisQuad.tcl +%%EXAMPLESDIR%%/Examples/VisualizationAlgorithms/Tcl/deciFran.tcl +%%EXAMPLESDIR%%/Examples/VisualizationAlgorithms/Tcl/imageWarp.tcl +%%EXAMPLESDIR%%/Examples/VisualizationAlgorithms/Tcl/officeTube.tcl +%%EXAMPLESDIR%%/Examples/VisualizationAlgorithms/Tcl/officeTubes.tcl +%%EXAMPLESDIR%%/Examples/VisualizationAlgorithms/Tcl/probeComb.tcl +%%EXAMPLESDIR%%/Examples/VisualizationAlgorithms/Tcl/smoothFran.tcl +%%EXAMPLESDIR%%/Examples/VisualizationAlgorithms/Tcl/spikeF.tcl +%%EXAMPLESDIR%%/Examples/VisualizationAlgorithms/Tcl/streamSurface.tcl +%%EXAMPLESDIR%%/Examples/VisualizationAlgorithms/Tcl/warpComb.tcl +%%EXAMPLESDIR%%/Examples/VolumeRendering/Python/PseudoVolumeRendering.py +%%EXAMPLESDIR%%/Examples/VolumeRendering/Python/SimpleRayCast.py +%%EXAMPLESDIR%%/Examples/VolumeRendering/Python/SimpleTextureMap2D.py +%%EXAMPLESDIR%%/Examples/VolumeRendering/Tcl/PseudoVolumeRendering.tcl +%%EXAMPLESDIR%%/Examples/VolumeRendering/Tcl/SimpleRayCast.tcl +%%EXAMPLESDIR%%/Examples/VolumeRendering/Tcl/SimpleTextureMap2D.tcl +%%EXAMPLESDIR%%/Examples/VolumeRendering/Tcl/volSimpleLOD.tcl +%%EXAMPLESDIR%%/BUILD-HOWTO +%%EXAMPLESDIR%%/Testing/Common/CMakeLists.txt +%%EXAMPLESDIR%%/Testing/Common/Cxx/CMakeLists.txt +%%EXAMPLESDIR%%/Testing/Common/Cxx/ObjectFactory.cxx +%%EXAMPLESDIR%%/Testing/Common/Cxx/SystemInformation.cxx +%%EXAMPLESDIR%%/Testing/Common/Cxx/SystemInformation.h.in +%%EXAMPLESDIR%%/Testing/Common/Cxx/TestAmoebaMinimizer.cxx +%%EXAMPLESDIR%%/Testing/Common/Cxx/TestCxxFeatures.cxx +%%EXAMPLESDIR%%/Testing/Common/Cxx/TestDirectory.cxx +%%EXAMPLESDIR%%/Testing/Common/Cxx/TestImageIterator.cxx +%%EXAMPLESDIR%%/Testing/Common/Cxx/TestInstantiator.cxx +%%EXAMPLESDIR%%/Testing/Common/Cxx/TestSmartPointer.cxx +%%EXAMPLESDIR%%/Testing/Common/Cxx/otherArrays.cxx +%%EXAMPLESDIR%%/Testing/Common/Cxx/otherByteSwap.cxx +%%EXAMPLESDIR%%/Testing/Common/Cxx/otherCellArray.cxx +%%EXAMPLESDIR%%/Testing/Common/Cxx/otherCellBoundaries.cxx +%%EXAMPLESDIR%%/Testing/Common/Cxx/otherCellDerivatives.cxx +%%EXAMPLESDIR%%/Testing/Common/Cxx/otherCellPosition.cxx +%%EXAMPLESDIR%%/Testing/Common/Cxx/otherCellTypes.cxx +%%EXAMPLESDIR%%/Testing/Common/Cxx/otherEmptyCell.cxx +%%EXAMPLESDIR%%/Testing/Common/Cxx/otherFieldData.cxx +%%EXAMPLESDIR%%/Testing/Common/Cxx/otherLookupTable.cxx +%%EXAMPLESDIR%%/Testing/Common/Cxx/otherRectilinearGrid.cxx +%%EXAMPLESDIR%%/Testing/Common/Cxx/otherStructuredGrid.cxx +%%EXAMPLESDIR%%/Testing/Common/Cxx/otherTimerLog.cxx +%%EXAMPLESDIR%%/Testing/Common/Cxx/quadraticEvaluation.cxx +%%EXAMPLESDIR%%/Testing/Common/Cxx/vtkRegressionTestImage.h +%%EXAMPLESDIR%%/Testing/Common/Cxx/vtkSuppressCrtDbgWarning.h +%%EXAMPLESDIR%%/Testing/Common/Cxx/vtkTestUtilities.h +%%EXAMPLESDIR%%/Testing/Common/Cxx/vtkTestingColors.h +%%EXAMPLESDIR%%/Testing/Common/HeaderTesting.py +%%EXAMPLESDIR%%/Testing/Common/Install/CMakeLists.txt +%%EXAMPLESDIR%%/Testing/Common/Install/test.sh.in +%%EXAMPLESDIR%%/Testing/Common/Install/vit.cxx +%%EXAMPLESDIR%%/Testing/Common/Python/CMakeLists.txt +%%EXAMPLESDIR%%/Testing/Common/Python/PythonSmoke.py +%%EXAMPLESDIR%%/Testing/Common/Tcl/CMakeLists.txt +%%EXAMPLESDIR%%/Testing/Common/Tcl/FindString.tcl +%%EXAMPLESDIR%%/Testing/Common/Tcl/PrintSelfCheck.tcl +%%EXAMPLESDIR%%/Testing/Common/Tcl/TestAmoebaMinimizer.tcl +%%EXAMPLESDIR%%/Testing/Common/Tcl/TestArrays.tcl +%%EXAMPLESDIR%%/Testing/Common/Tcl/TestEmptyInput.tcl +%%EXAMPLESDIR%%/Testing/Common/Tcl/TestSetGet.tcl +%%EXAMPLESDIR%%/Testing/Common/Tcl/otherDataSetAttributes.tcl +%%EXAMPLESDIR%%/Testing/Common/Tcl/otherInterp.tcl +%%EXAMPLESDIR%%/Testing/Common/Tcl/otherPrint.tcl +%%EXAMPLESDIR%%/Testing/Common/Tcl/prtImageTest.tcl +%%EXAMPLESDIR%%/Testing/Common/Tcl/rtImageTest.tcl +%%EXAMPLESDIR%%/Testing/Filtering/CMakeLists.txt +%%EXAMPLESDIR%%/Testing/Filtering/Cxx/CMakeLists.txt +%%EXAMPLESDIR%%/Testing/Filtering/Cxx/otherColorTransferFunction.cxx +%%EXAMPLESDIR%%/Testing/Filtering/Tcl/CMakeLists.txt +%%EXAMPLESDIR%%/Testing/Filtering/Tcl/CSpline.tcl +%%EXAMPLESDIR%%/Testing/Filtering/Tcl/ImplicitSum.tcl +%%EXAMPLESDIR%%/Testing/Filtering/Tcl/KSpline.tcl +%%EXAMPLESDIR%%/Testing/Filtering/Tcl/PerlinNoise.tcl +%%EXAMPLESDIR%%/Testing/Filtering/Tcl/SelectionLoop.tcl +%%EXAMPLESDIR%%/Testing/Filtering/Tcl/closedSplines.tcl +%%EXAMPLESDIR%%/Testing/Filtering/Tcl/squadViewer.tcl +%%EXAMPLESDIR%%/Testing/Graphics/CMakeLists.txt +%%EXAMPLESDIR%%/Testing/Graphics/Cxx/CMakeLists.txt +%%EXAMPLESDIR%%/Testing/Graphics/Cxx/CellLocator.cxx +%%EXAMPLESDIR%%/Testing/Graphics/Cxx/FrustumClip.cxx +%%EXAMPLESDIR%%/Testing/Graphics/Cxx/Mace.cxx +%%EXAMPLESDIR%%/Testing/Graphics/Cxx/PointLocator.cxx +%%EXAMPLESDIR%%/Testing/Graphics/Cxx/RGrid.cxx +%%EXAMPLESDIR%%/Testing/Graphics/Cxx/expCos.cxx +%%EXAMPLESDIR%%/Testing/Graphics/Cxx/volProt.cxx +%%EXAMPLESDIR%%/Testing/Graphics/Python/CMakeLists.txt +%%EXAMPLESDIR%%/Testing/Graphics/Python/TestTensorGlyph.py +%%EXAMPLESDIR%%/Testing/Graphics/Python/cameraWarpedCone.py +%%EXAMPLESDIR%%/Testing/Graphics/Python/glyphComb.py +%%EXAMPLESDIR%%/Testing/Graphics/Python/meshQuality.py +%%EXAMPLESDIR%%/Testing/Graphics/Python/streamComb.py +%%EXAMPLESDIR%%/Testing/Graphics/Python/streamSurface.py +%%EXAMPLESDIR%%/Testing/Graphics/Python/streamSurface2.py +%%EXAMPLESDIR%%/Testing/Graphics/Python/tubeComb.py +%%EXAMPLESDIR%%/Testing/Graphics/Tcl/AutomaticPlaneGeneration.tcl +%%EXAMPLESDIR%%/Testing/Graphics/Tcl/CMakeLists.txt +%%EXAMPLESDIR%%/Testing/Graphics/Tcl/Canny.tcl +%%EXAMPLESDIR%%/Testing/Graphics/Tcl/CellDataToPointData.tcl +%%EXAMPLESDIR%%/Testing/Graphics/Tcl/Delaunay2D.tcl +%%EXAMPLESDIR%%/Testing/Graphics/Tcl/Delaunay2DAlpha.tcl +%%EXAMPLESDIR%%/Testing/Graphics/Tcl/Delaunay2DTransform.tcl +%%EXAMPLESDIR%%/Testing/Graphics/Tcl/Delaunay3D.tcl +%%EXAMPLESDIR%%/Testing/Graphics/Tcl/Disk.tcl +%%EXAMPLESDIR%%/Testing/Graphics/Tcl/EnSight6Elements.tcl +%%EXAMPLESDIR%%/Testing/Graphics/Tcl/EnSight6OfficeBin.tcl +%%EXAMPLESDIR%%/Testing/Graphics/Tcl/EnSightBlow1ASCII.tcl +%%EXAMPLESDIR%%/Testing/Graphics/Tcl/EnSightBlow1Bin.tcl +%%EXAMPLESDIR%%/Testing/Graphics/Tcl/EnSightBlow2ASCII.tcl +%%EXAMPLESDIR%%/Testing/Graphics/Tcl/EnSightBlow2Bin.tcl +%%EXAMPLESDIR%%/Testing/Graphics/Tcl/EnSightBlow3Bin.tcl +%%EXAMPLESDIR%%/Testing/Graphics/Tcl/EnSightBlow4Bin.tcl +%%EXAMPLESDIR%%/Testing/Graphics/Tcl/EnSightBlow5ASCII.tcl +%%EXAMPLESDIR%%/Testing/Graphics/Tcl/EnSightCompound.tcl +%%EXAMPLESDIR%%/Testing/Graphics/Tcl/EnSightGoldElements.tcl +%%EXAMPLESDIR%%/Testing/Graphics/Tcl/EnSightIronProtASCII.tcl +%%EXAMPLESDIR%%/Testing/Graphics/Tcl/EnSightIronProtBin.tcl +%%EXAMPLESDIR%%/Testing/Graphics/Tcl/EnSightMandelbrot.tcl +%%EXAMPLESDIR%%/Testing/Graphics/Tcl/EnSightOfficeASCII.tcl +%%EXAMPLESDIR%%/Testing/Graphics/Tcl/EnSightOfficeBin.tcl +%%EXAMPLESDIR%%/Testing/Graphics/Tcl/EnSightRectGridASCII.tcl +%%EXAMPLESDIR%%/Testing/Graphics/Tcl/EnSightRectGridBin.tcl +%%EXAMPLESDIR%%/Testing/Graphics/Tcl/EnSightSelectArrays.tcl +%%EXAMPLESDIR%%/Testing/Graphics/Tcl/ExtractEdgesQuadraticCells.tcl +%%EXAMPLESDIR%%/Testing/Graphics/Tcl/ExtractTensors.tcl +%%EXAMPLESDIR%%/Testing/Graphics/Tcl/FitEllipse.tcl +%%EXAMPLESDIR%%/Testing/Graphics/Tcl/Hyper.tcl +%%EXAMPLESDIR%%/Testing/Graphics/Tcl/HyperScalarBar.tcl +%%EXAMPLESDIR%%/Testing/Graphics/Tcl/KlineBottle.tcl +%%EXAMPLESDIR%%/Testing/Graphics/Tcl/LineIntersectQuadraticCells.tcl +%%EXAMPLESDIR%%/Testing/Graphics/Tcl/MatrixToTransform.tcl +%%EXAMPLESDIR%%/Testing/Graphics/Tcl/MesaCone.tcl +%%EXAMPLESDIR%%/Testing/Graphics/Tcl/MultidimensionalSolution.tcl +%%EXAMPLESDIR%%/Testing/Graphics/Tcl/NoLightGeneration.tcl +%%EXAMPLESDIR%%/Testing/Graphics/Tcl/OBBCylinder.tcl +%%EXAMPLESDIR%%/Testing/Graphics/Tcl/OSCone.tcl +%%EXAMPLESDIR%%/Testing/Graphics/Tcl/PolyDataMapperAllPolygons.tcl +%%EXAMPLESDIR%%/Testing/Graphics/Tcl/PolyDataMapperAllWireframe.tcl +%%EXAMPLESDIR%%/Testing/Graphics/Tcl/QuadricDecimation.tcl +%%EXAMPLESDIR%%/Testing/Graphics/Tcl/SliceOrder.tcl +%%EXAMPLESDIR%%/Testing/Graphics/Tcl/StreamPolyData.tcl +%%EXAMPLESDIR%%/Testing/Graphics/Tcl/TenEllip.tcl +%%EXAMPLESDIR%%/Testing/Graphics/Tcl/TestBandedContourFilter.tcl +%%EXAMPLESDIR%%/Testing/Graphics/Tcl/TestBoxFunction.tcl +%%EXAMPLESDIR%%/Testing/Graphics/Tcl/TestButtonSource.tcl +%%EXAMPLESDIR%%/Testing/Graphics/Tcl/TestCellDerivs.tcl +%%EXAMPLESDIR%%/Testing/Graphics/Tcl/TestConvexPointSet.tcl +%%EXAMPLESDIR%%/Testing/Graphics/Tcl/TestCurvatures.tcl +%%EXAMPLESDIR%%/Testing/Graphics/Tcl/TestGraphLayoutFilter.tcl +%%EXAMPLESDIR%%/Testing/Graphics/Tcl/TestMultiBlockStreamer.tcl +%%EXAMPLESDIR%%/Testing/Graphics/Tcl/TestQuadricClustering.tcl +%%EXAMPLESDIR%%/Testing/Graphics/Tcl/TestRectilinearGridToTetrahedra.tcl +%%EXAMPLESDIR%%/Testing/Graphics/Tcl/TestRibbonAndTube.tcl +%%EXAMPLESDIR%%/Testing/Graphics/Tcl/TestRuledSurface.tcl +%%EXAMPLESDIR%%/Testing/Graphics/Tcl/TestRuledSurface2.tcl +%%EXAMPLESDIR%%/Testing/Graphics/Tcl/TestSpherePuzzle.tcl +%%EXAMPLESDIR%%/Testing/Graphics/Tcl/TestSpherePuzzleArrows.tcl +%%EXAMPLESDIR%%/Testing/Graphics/Tcl/TestSplineFilter.tcl +%%EXAMPLESDIR%%/Testing/Graphics/Tcl/TestStructuredGrid.tcl +%%EXAMPLESDIR%%/Testing/Graphics/Tcl/TestTriangleFilter.tcl +%%EXAMPLESDIR%%/Testing/Graphics/Tcl/TransformConcatenation.tcl +%%EXAMPLESDIR%%/Testing/Graphics/Tcl/TransformCoverage.tcl +%%EXAMPLESDIR%%/Testing/Graphics/Tcl/TransformPolyData.tcl +%%EXAMPLESDIR%%/Testing/Graphics/Tcl/blankGrid.tcl +%%EXAMPLESDIR%%/Testing/Graphics/Tcl/capCow.tcl +%%EXAMPLESDIR%%/Testing/Graphics/Tcl/capSphere.tcl +%%EXAMPLESDIR%%/Testing/Graphics/Tcl/clipArt.tcl +%%EXAMPLESDIR%%/Testing/Graphics/Tcl/clipComb.tcl +%%EXAMPLESDIR%%/Testing/Graphics/Tcl/clipImage.tcl +%%EXAMPLESDIR%%/Testing/Graphics/Tcl/clipQuadraticCells.tcl +%%EXAMPLESDIR%%/Testing/Graphics/Tcl/clipVolume.tcl +%%EXAMPLESDIR%%/Testing/Graphics/Tcl/clipVolume2.tcl +%%EXAMPLESDIR%%/Testing/Graphics/Tcl/clipVolume3.tcl +%%EXAMPLESDIR%%/Testing/Graphics/Tcl/combStreamers.tcl +%%EXAMPLESDIR%%/Testing/Graphics/Tcl/combStreamers2.tcl +%%EXAMPLESDIR%%/Testing/Graphics/Tcl/coneResolution.tcl +%%EXAMPLESDIR%%/Testing/Graphics/Tcl/constrainedDelaunay.tcl +%%EXAMPLESDIR%%/Testing/Graphics/Tcl/contour2DAll.tcl +%%EXAMPLESDIR%%/Testing/Graphics/Tcl/contour3DAll.tcl +%%EXAMPLESDIR%%/Testing/Graphics/Tcl/contourCells.tcl +%%EXAMPLESDIR%%/Testing/Graphics/Tcl/contourQuadraticCells.tcl +%%EXAMPLESDIR%%/Testing/Graphics/Tcl/contoursToSurface.tcl +%%EXAMPLESDIR%%/Testing/Graphics/Tcl/cowHair.tcl +%%EXAMPLESDIR%%/Testing/Graphics/Tcl/cowHair2.tcl +%%EXAMPLESDIR%%/Testing/Graphics/Tcl/createBFont.tcl +%%EXAMPLESDIR%%/Testing/Graphics/Tcl/cursor3D.tcl +%%EXAMPLESDIR%%/Testing/Graphics/Tcl/cutLoop.tcl +%%EXAMPLESDIR%%/Testing/Graphics/Tcl/cylMap.tcl +%%EXAMPLESDIR%%/Testing/Graphics/Tcl/cylindrical.tcl +%%EXAMPLESDIR%%/Testing/Graphics/Tcl/dataSetSurfaceFilter.tcl +%%EXAMPLESDIR%%/Testing/Graphics/Tcl/deciFranFace.tcl +%%EXAMPLESDIR%%/Testing/Graphics/Tcl/deciPlane.tcl +%%EXAMPLESDIR%%/Testing/Graphics/Tcl/dicer.tcl +%%EXAMPLESDIR%%/Testing/Graphics/Tcl/dispPlot.tcl +%%EXAMPLESDIR%%/Testing/Graphics/Tcl/edgePoints.tcl +%%EXAMPLESDIR%%/Testing/Graphics/Tcl/eleState.tcl +%%EXAMPLESDIR%%/Testing/Graphics/Tcl/extractPolyData.tcl +%%EXAMPLESDIR%%/Testing/Graphics/Tcl/extractRectGrid.tcl +%%EXAMPLESDIR%%/Testing/Graphics/Tcl/extractUGrid.tcl +%%EXAMPLESDIR%%/Testing/Graphics/Tcl/extractVectors.tcl +%%EXAMPLESDIR%%/Testing/Graphics/Tcl/extrudeCopyCD.tcl +%%EXAMPLESDIR%%/Testing/Graphics/Tcl/fieldToPolyData.tcl +%%EXAMPLESDIR%%/Testing/Graphics/Tcl/fieldToRGrid.tcl +%%EXAMPLESDIR%%/Testing/Graphics/Tcl/fieldToSGrid.tcl +%%EXAMPLESDIR%%/Testing/Graphics/Tcl/fieldToUGrid.tcl +%%EXAMPLESDIR%%/Testing/Graphics/Tcl/geomFilter.tcl +%%EXAMPLESDIR%%/Testing/Graphics/Tcl/glyph2D.tcl +%%EXAMPLESDIR%%/Testing/Graphics/Tcl/hull.tcl +%%EXAMPLESDIR%%/Testing/Graphics/Tcl/mergeFilter.tcl +%%EXAMPLESDIR%%/Testing/Graphics/Tcl/motor.tcl +%%EXAMPLESDIR%%/Testing/Graphics/Tcl/multipleIso.tcl +%%EXAMPLESDIR%%/Testing/Graphics/Tcl/nacaBinary.tcl +%%EXAMPLESDIR%%/Testing/Graphics/Tcl/officeStreamPoints.tcl +%%EXAMPLESDIR%%/Testing/Graphics/Tcl/polyConn.tcl +%%EXAMPLESDIR%%/Testing/Graphics/Tcl/probe.tcl +%%EXAMPLESDIR%%/Testing/Graphics/Tcl/probeComb.tcl +%%EXAMPLESDIR%%/Testing/Graphics/Tcl/progGlyphs.tcl +%%EXAMPLESDIR%%/Testing/Graphics/Tcl/progGlyphsBySource.tcl +%%EXAMPLESDIR%%/Testing/Graphics/Tcl/quadricCut.tcl +%%EXAMPLESDIR%%/Testing/Graphics/Tcl/rectGrid.tcl +%%EXAMPLESDIR%%/Testing/Graphics/Tcl/recursiveDC.tcl +%%EXAMPLESDIR%%/Testing/Graphics/Tcl/reverseNormals.tcl +%%EXAMPLESDIR%%/Testing/Graphics/Tcl/scalarColors.tcl +%%EXAMPLESDIR%%/Testing/Graphics/Tcl/scalarConn.tcl +%%EXAMPLESDIR%%/Testing/Graphics/Tcl/schwarz.tcl +%%EXAMPLESDIR%%/Testing/Graphics/Tcl/shepards.tcl +%%EXAMPLESDIR%%/Testing/Graphics/Tcl/skinOrder.tcl +%%EXAMPLESDIR%%/Testing/Graphics/Tcl/smoothCyl.tcl +%%EXAMPLESDIR%%/Testing/Graphics/Tcl/smoothCyl2.tcl +%%EXAMPLESDIR%%/Testing/Graphics/Tcl/smoothMeshOnMesh.tcl +%%EXAMPLESDIR%%/Testing/Graphics/Tcl/socbal.tcl +%%EXAMPLESDIR%%/Testing/Graphics/Tcl/spatialRepAll.tcl +%%EXAMPLESDIR%%/Testing/Graphics/Tcl/spherical.tcl +%%EXAMPLESDIR%%/Testing/Graphics/Tcl/splitVectors.tcl +%%EXAMPLESDIR%%/Testing/Graphics/Tcl/stereoDresdenMace.tcl +%%EXAMPLESDIR%%/Testing/Graphics/Tcl/streamTracer.tcl +%%EXAMPLESDIR%%/Testing/Graphics/Tcl/stripF.tcl +%%EXAMPLESDIR%%/Testing/Graphics/Tcl/subDivideTetra.tcl +%%EXAMPLESDIR%%/Testing/Graphics/Tcl/subPixelPositionMin.tcl +%%EXAMPLESDIR%%/Testing/Graphics/Tcl/subdividePointData.tcl +%%EXAMPLESDIR%%/Testing/Graphics/Tcl/teapotHulls.tcl +%%EXAMPLESDIR%%/Testing/Graphics/Tcl/testDataSetTriangleFilter.tcl +%%EXAMPLESDIR%%/Testing/Graphics/Tcl/testDataSetTriangleFilter2.tcl +%%EXAMPLESDIR%%/Testing/Graphics/Tcl/testQuadricDecimation.tcl +%%EXAMPLESDIR%%/Testing/Graphics/Tcl/testReflect.tcl +%%EXAMPLESDIR%%/Testing/Graphics/Tcl/textureThreshold.tcl +%%EXAMPLESDIR%%/Testing/Graphics/Tcl/triangularTCoords.tcl +%%EXAMPLESDIR%%/Testing/Graphics/Tcl/triangularTexture.tcl +%%EXAMPLESDIR%%/Testing/Graphics/Tcl/warplens.tcl +%%EXAMPLESDIR%%/Testing/Hybrid/CMakeLists.txt +%%EXAMPLESDIR%%/Testing/Hybrid/Cxx/BoxWidget.cxx +%%EXAMPLESDIR%%/Testing/Hybrid/Cxx/CMakeLists.txt +%%EXAMPLESDIR%%/Testing/Hybrid/Cxx/ImagePlaneWidget.cxx +%%EXAMPLESDIR%%/Testing/Hybrid/Cxx/PushTest.cxx +%%EXAMPLESDIR%%/Testing/Hybrid/Cxx/TestImplicitPlaneWidget.cxx +%%EXAMPLESDIR%%/Testing/Hybrid/Cxx/TestLineWidget.cxx +%%EXAMPLESDIR%%/Testing/Hybrid/Cxx/TestPlaneWidget.cxx +%%EXAMPLESDIR%%/Testing/Hybrid/Cxx/TestPointWidget.cxx +%%EXAMPLESDIR%%/Testing/Hybrid/Cxx/TestScalarBarWidget.cxx +%%EXAMPLESDIR%%/Testing/Hybrid/Cxx/TestSplineWidget.cxx +%%EXAMPLESDIR%%/Testing/Hybrid/Python/CMakeLists.txt +%%EXAMPLESDIR%%/Testing/Hybrid/Tcl/3DMorph.tcl +%%EXAMPLESDIR%%/Testing/Hybrid/Tcl/CMakeLists.txt +%%EXAMPLESDIR%%/Testing/Hybrid/Tcl/MassProperties.tcl +%%EXAMPLESDIR%%/Testing/Hybrid/Tcl/OverlayTextOnImage.tcl +%%EXAMPLESDIR%%/Testing/Hybrid/Tcl/TestBoxWidget.tcl +%%EXAMPLESDIR%%/Testing/Hybrid/Tcl/TestCaptionActor.tcl +%%EXAMPLESDIR%%/Testing/Hybrid/Tcl/TestGreedyTerrainDecimation.tcl +%%EXAMPLESDIR%%/Testing/Hybrid/Tcl/TestGridWarp3D.tcl +%%EXAMPLESDIR%%/Testing/Hybrid/Tcl/TestGridWarpCubic.tcl +%%EXAMPLESDIR%%/Testing/Hybrid/Tcl/TestGridWarpLinear.tcl +%%EXAMPLESDIR%%/Testing/Hybrid/Tcl/TestGridWarpNearest.tcl +%%EXAMPLESDIR%%/Testing/Hybrid/Tcl/TestICPTransform.tcl +%%EXAMPLESDIR%%/Testing/Hybrid/Tcl/TestImageStencilWithPolydata.tcl +%%EXAMPLESDIR%%/Testing/Hybrid/Tcl/TestInteractorEventRecorder.tcl +%%EXAMPLESDIR%%/Testing/Hybrid/Tcl/TestPCA.tcl +%%EXAMPLESDIR%%/Testing/Hybrid/Tcl/TestProcrustes.tcl +%%EXAMPLESDIR%%/Testing/Hybrid/Tcl/TestThinPlateWarp.tcl +%%EXAMPLESDIR%%/Testing/Hybrid/Tcl/TestThinPlateWarp3D.tcl +%%EXAMPLESDIR%%/Testing/Hybrid/Tcl/VRMLImporter.tcl +%%EXAMPLESDIR%%/Testing/Hybrid/Tcl/WarpPolyData.tcl +%%EXAMPLESDIR%%/Testing/Hybrid/Tcl/appendImplicitModel.tcl +%%EXAMPLESDIR%%/Testing/Hybrid/Tcl/appendImplicitModelNoBounds.tcl +%%EXAMPLESDIR%%/Testing/Hybrid/Tcl/banana.tcl +%%EXAMPLESDIR%%/Testing/Hybrid/Tcl/bore.tcl +%%EXAMPLESDIR%%/Testing/Hybrid/Tcl/camera.tcl +%%EXAMPLESDIR%%/Testing/Hybrid/Tcl/clipHex.tcl +%%EXAMPLESDIR%%/Testing/Hybrid/Tcl/clipPyramid.tcl +%%EXAMPLESDIR%%/Testing/Hybrid/Tcl/clipTet.tcl +%%EXAMPLESDIR%%/Testing/Hybrid/Tcl/clipWedge.tcl +%%EXAMPLESDIR%%/Testing/Hybrid/Tcl/cubeAxes.tcl +%%EXAMPLESDIR%%/Testing/Hybrid/Tcl/cursor3D.tcl +%%EXAMPLESDIR%%/Testing/Hybrid/Tcl/depthSort.tcl +%%EXAMPLESDIR%%/Testing/Hybrid/Tcl/earth.tcl +%%EXAMPLESDIR%%/Testing/Hybrid/Tcl/financialField2.tcl +%%EXAMPLESDIR%%/Testing/Hybrid/Tcl/financialField3.tcl +%%EXAMPLESDIR%%/Testing/Hybrid/Tcl/imageToPolyData.tcl +%%EXAMPLESDIR%%/Testing/Hybrid/Tcl/largeImageOffset.tcl +%%EXAMPLESDIR%%/Testing/Hybrid/Tcl/largeImageParallel.tcl +%%EXAMPLESDIR%%/Testing/Hybrid/Tcl/text.tcl +%%EXAMPLESDIR%%/Testing/Hybrid/Tcl/xyPlot.tcl +%%EXAMPLESDIR%%/Testing/Hybrid/Tcl/xyPlot2.tcl +%%EXAMPLESDIR%%/Testing/Hybrid/Tcl/xyPlot3.tcl +%%EXAMPLESDIR%%/Testing/Hybrid/Tcl/xyPlot4.tcl +%%EXAMPLESDIR%%/Testing/IO/CMakeLists.txt +%%EXAMPLESDIR%%/Testing/IO/Cxx/CMakeLists.txt +%%EXAMPLESDIR%%/Testing/IO/Cxx/TestCompress.cxx +%%EXAMPLESDIR%%/Testing/IO/Cxx/TestXML.cxx +%%EXAMPLESDIR%%/Testing/IO/Tcl/CMakeLists.txt +%%EXAMPLESDIR%%/Testing/IO/Tcl/ParticleReader.tcl +%%EXAMPLESDIR%%/Testing/IO/Tcl/Plot3DScalars.tcl +%%EXAMPLESDIR%%/Testing/IO/Tcl/Plot3DVectors.tcl +%%EXAMPLESDIR%%/Testing/IO/Tcl/TestBMPReader.tcl +%%EXAMPLESDIR%%/Testing/IO/Tcl/TestEmptyXML.tcl +%%EXAMPLESDIR%%/Testing/IO/Tcl/TestImageWriters.tcl +%%EXAMPLESDIR%%/Testing/IO/Tcl/TestJPEGReader.tcl +%%EXAMPLESDIR%%/Testing/IO/Tcl/TestPLYReadWrite.tcl +%%EXAMPLESDIR%%/Testing/IO/Tcl/TestPolygonWriters.tcl +%%EXAMPLESDIR%%/Testing/IO/Tcl/TestTIFFReader.tcl +%%EXAMPLESDIR%%/Testing/IO/Tcl/TestXYZMol.tcl +%%EXAMPLESDIR%%/Testing/IO/Tcl/caffeine.tcl +%%EXAMPLESDIR%%/Testing/IO/Tcl/dem.tcl +%%EXAMPLESDIR%%/Testing/IO/Tcl/gaussian.tcl +%%EXAMPLESDIR%%/Testing/Imaging/CMakeLists.txt +%%EXAMPLESDIR%%/Testing/Imaging/Cxx/CMakeLists.txt +%%EXAMPLESDIR%%/Testing/Imaging/Cxx/ImportExport.cxx +%%EXAMPLESDIR%%/Testing/Imaging/Python/TestNumericArrayImageData.py +%%EXAMPLESDIR%%/Testing/Imaging/Tcl/CMakeLists.txt +%%EXAMPLESDIR%%/Testing/Imaging/Tcl/ContinuousClose2D.tcl +%%EXAMPLESDIR%%/Testing/Imaging/Tcl/IdealHighPass.tcl +%%EXAMPLESDIR%%/Testing/Imaging/Tcl/LaplacianEdgeEnhance.tcl +%%EXAMPLESDIR%%/Testing/Imaging/Tcl/ResliceColorWrap.tcl +%%EXAMPLESDIR%%/Testing/Imaging/Tcl/ResliceInterpolationModes.tcl +%%EXAMPLESDIR%%/Testing/Imaging/Tcl/ResliceInterpolationOblique.tcl +%%EXAMPLESDIR%%/Testing/Imaging/Tcl/ResliceMirrorOblique.tcl +%%EXAMPLESDIR%%/Testing/Imaging/Tcl/ResliceMirrorPad.tcl +%%EXAMPLESDIR%%/Testing/Imaging/Tcl/ResliceOptimizationOff.tcl +%%EXAMPLESDIR%%/Testing/Imaging/Tcl/ReslicePermutations.tcl +%%EXAMPLESDIR%%/Testing/Imaging/Tcl/ReslicePermuteResample.tcl +%%EXAMPLESDIR%%/Testing/Imaging/Tcl/ResliceWrapOblique.tcl +%%EXAMPLESDIR%%/Testing/Imaging/Tcl/ResliceWrapPad.tcl +%%EXAMPLESDIR%%/Testing/Imaging/Tcl/Spectrum.tcl +%%EXAMPLESDIR%%/Testing/Imaging/Tcl/TestAccumulate.tcl +%%EXAMPLESDIR%%/Testing/Imaging/Tcl/TestAllBlends.tcl +%%EXAMPLESDIR%%/Testing/Imaging/Tcl/TestAllBlendsFloat.tcl +%%EXAMPLESDIR%%/Testing/Imaging/Tcl/TestAllFlips.tcl +%%EXAMPLESDIR%%/Testing/Imaging/Tcl/TestAllLogic.tcl +%%EXAMPLESDIR%%/Testing/Imaging/Tcl/TestAllMaskBits.tcl +%%EXAMPLESDIR%%/Testing/Imaging/Tcl/TestAllMathematics.tcl +%%EXAMPLESDIR%%/Testing/Imaging/Tcl/TestAllShrinks.tcl +%%EXAMPLESDIR%%/Testing/Imaging/Tcl/TestAnisotropicDiffusion2D.tcl +%%EXAMPLESDIR%%/Testing/Imaging/Tcl/TestAnisotropicDiffusion3D.tcl +%%EXAMPLESDIR%%/Testing/Imaging/Tcl/TestBlendStencil.tcl +%%EXAMPLESDIR%%/Testing/Imaging/Tcl/TestButterworthHighPass.tcl +%%EXAMPLESDIR%%/Testing/Imaging/Tcl/TestButterworthLowPass.tcl +%%EXAMPLESDIR%%/Testing/Imaging/Tcl/TestCache.tcl +%%EXAMPLESDIR%%/Testing/Imaging/Tcl/TestChangeInformation.tcl +%%EXAMPLESDIR%%/Testing/Imaging/Tcl/TestCheckerboard.tcl +%%EXAMPLESDIR%%/Testing/Imaging/Tcl/TestCityBlockDistance.tcl +%%EXAMPLESDIR%%/Testing/Imaging/Tcl/TestConvolve.tcl +%%EXAMPLESDIR%%/Testing/Imaging/Tcl/TestCorrelation.tcl +%%EXAMPLESDIR%%/Testing/Imaging/Tcl/TestDivergence.tcl +%%EXAMPLESDIR%%/Testing/Imaging/Tcl/TestDotProduct.tcl +%%EXAMPLESDIR%%/Testing/Imaging/Tcl/TestEuclideanDistance.tcl +%%EXAMPLESDIR%%/Testing/Imaging/Tcl/TestEuclideanDistanceCached.tcl +%%EXAMPLESDIR%%/Testing/Imaging/Tcl/TestEuclideanToPolar.tcl +%%EXAMPLESDIR%%/Testing/Imaging/Tcl/TestFFTCorrelation.tcl +%%EXAMPLESDIR%%/Testing/Imaging/Tcl/TestGradientMagnitude.tcl +%%EXAMPLESDIR%%/Testing/Imaging/Tcl/TestGradientMagnitude2.tcl +%%EXAMPLESDIR%%/Testing/Imaging/Tcl/TestHSIToRGB.tcl +%%EXAMPLESDIR%%/Testing/Imaging/Tcl/TestHSVToRGB.tcl +%%EXAMPLESDIR%%/Testing/Imaging/Tcl/TestHybridMedian2D.tcl +%%EXAMPLESDIR%%/Testing/Imaging/Tcl/TestIdealLowPass.tcl +%%EXAMPLESDIR%%/Testing/Imaging/Tcl/TestImageCanvas.tcl +%%EXAMPLESDIR%%/Testing/Imaging/Tcl/TestInPlaceFilter.tcl +%%EXAMPLESDIR%%/Testing/Imaging/Tcl/TestIslandRemoval2D.tcl +%%EXAMPLESDIR%%/Testing/Imaging/Tcl/TestMapToRGBABlockStreaming.tcl +%%EXAMPLESDIR%%/Testing/Imaging/Tcl/TestMapToWindowLevelColors.tcl +%%EXAMPLESDIR%%/Testing/Imaging/Tcl/TestMapToWindowLevelColors2.tcl +%%EXAMPLESDIR%%/Testing/Imaging/Tcl/TestMask2.tcl +%%EXAMPLESDIR%%/Testing/Imaging/Tcl/TestMedian3D.tcl +%%EXAMPLESDIR%%/Testing/Imaging/Tcl/TestNormalize.tcl +%%EXAMPLESDIR%%/Testing/Imaging/Tcl/TestOpenClose3D.tcl +%%EXAMPLESDIR%%/Testing/Imaging/Tcl/TestPermute.tcl +%%EXAMPLESDIR%%/Testing/Imaging/Tcl/TestQuantizeTo16Colors.tcl +%%EXAMPLESDIR%%/Testing/Imaging/Tcl/TestRange3D.tcl +%%EXAMPLESDIR%%/Testing/Imaging/Tcl/TestResample.tcl +%%EXAMPLESDIR%%/Testing/Imaging/Tcl/TestSeparableFilter.tcl +%%EXAMPLESDIR%%/Testing/Imaging/Tcl/TestShiftScale.tcl +%%EXAMPLESDIR%%/Testing/Imaging/Tcl/TestShiftScale2.tcl +%%EXAMPLESDIR%%/Testing/Imaging/Tcl/TestSimpleImageExample.tcl +%%EXAMPLESDIR%%/Testing/Imaging/Tcl/TestSkeleton2D.tcl +%%EXAMPLESDIR%%/Testing/Imaging/Tcl/TestSobel2D.tcl +%%EXAMPLESDIR%%/Testing/Imaging/Tcl/TestSobel3D.tcl +%%EXAMPLESDIR%%/Testing/Imaging/Tcl/TestStencilWithFunction.tcl +%%EXAMPLESDIR%%/Testing/Imaging/Tcl/TestStencilWithImage.tcl +%%EXAMPLESDIR%%/Testing/Imaging/Tcl/TestThreshold.tcl +%%EXAMPLESDIR%%/Testing/Imaging/Tcl/TestVariance3D.tcl +%%EXAMPLESDIR%%/Testing/Imaging/Tcl/TestWipe.tcl +%%EXAMPLESDIR%%/Testing/Imaging/Tcl/TestWrapPad.tcl +%%EXAMPLESDIR%%/Testing/Imaging/Tcl/WindowLevelInterface.tcl +%%EXAMPLESDIR%%/Testing/Imaging/Tcl/reconstructSurface.tcl +%%EXAMPLESDIR%%/Testing/Imaging/Tcl/resampledTexture.tcl +%%EXAMPLESDIR%%/Testing/Imaging/Tcl/voxelModel.tcl +%%EXAMPLESDIR%%/Testing/Parallel/CMakeLists.txt +%%EXAMPLESDIR%%/Testing/Parallel/Cxx/.NoDartCoverage +%%EXAMPLESDIR%%/Testing/Parallel/Cxx/CMakeLists.txt +%%EXAMPLESDIR%%/Testing/Parallel/Cxx/GenericCommunicator.cxx +%%EXAMPLESDIR%%/Testing/Parallel/Cxx/MPIGroups.cxx +%%EXAMPLESDIR%%/Testing/Parallel/Cxx/ParallelIso.cxx +%%EXAMPLESDIR%%/Testing/Parallel/Cxx/SocketClient.cxx +%%EXAMPLESDIR%%/Testing/Parallel/Cxx/SocketServer.cxx +%%EXAMPLESDIR%%/Testing/Parallel/Cxx/TestPStream.cxx +%%EXAMPLESDIR%%/Testing/Parallel/Cxx/TestSockets.py +%%EXAMPLESDIR%%/Testing/Parallel/Cxx/ThreadedCommunicator.cxx +%%EXAMPLESDIR%%/Testing/Parallel/Tcl/CMakeLists.txt +%%EXAMPLESDIR%%/Testing/Parallel/Tcl/RectOutline.tcl +%%EXAMPLESDIR%%/Testing/Parallel/Tcl/TestBranchExtentTranslator.tcl +%%EXAMPLESDIR%%/Testing/Parallel/Tcl/TestCutMaterial.tcl +%%EXAMPLESDIR%%/Testing/Parallel/Tcl/TestExtractVOI.tcl +%%EXAMPLESDIR%%/Testing/Parallel/Tcl/TestExtrudePiece.tcl +%%EXAMPLESDIR%%/Testing/Parallel/Tcl/TestImageStreamer.tcl +%%EXAMPLESDIR%%/Testing/Parallel/Tcl/TestPDataSetReaderGrid.tcl +%%EXAMPLESDIR%%/Testing/Parallel/Tcl/TestPImageWriter.tcl +%%EXAMPLESDIR%%/Testing/Parallel/Tcl/TestPProbe.tcl +%%EXAMPLESDIR%%/Testing/Parallel/Tcl/TestPolyDataPieces.tcl +%%EXAMPLESDIR%%/Testing/Parallel/Tcl/TestUnstructuredPieces.tcl +%%EXAMPLESDIR%%/Testing/Patented/CMakeLists.txt +%%EXAMPLESDIR%%/Testing/Patented/Tcl/CMakeLists.txt +%%EXAMPLESDIR%%/Testing/Patented/Tcl/CompareContour.tcl +%%EXAMPLESDIR%%/Testing/Patented/Tcl/TestGridSynchronizedTemplates3D.tcl +%%EXAMPLESDIR%%/Testing/Patented/Tcl/TestImageMarchingCubes.tcl +%%EXAMPLESDIR%%/Testing/Patented/Tcl/TestMarchingSquares.tcl +%%EXAMPLESDIR%%/Testing/Patented/Tcl/TestRectilinearSynchronizedTemplates.tcl +%%EXAMPLESDIR%%/Testing/Patented/Tcl/TestSynchronizedTemplates2D.tcl +%%EXAMPLESDIR%%/Testing/Patented/Tcl/TestSynchronizedTemplates3D.tcl +%%EXAMPLESDIR%%/Testing/Patented/Tcl/contour2DAll.tcl +%%EXAMPLESDIR%%/Testing/Patented/Tcl/dcubes.tcl +%%EXAMPLESDIR%%/Testing/Patented/Tcl/deciBrain.tcl +%%EXAMPLESDIR%%/Testing/Patented/Tcl/deciBrainErrors.tcl +%%EXAMPLESDIR%%/Testing/Patented/Tcl/financialField.tcl +%%EXAMPLESDIR%%/Testing/Patented/Tcl/genHead.tcl +%%EXAMPLESDIR%%/Testing/Patented/Tcl/headBone.tcl +%%EXAMPLESDIR%%/Testing/Patented/Tcl/iceCream.tcl +%%EXAMPLESDIR%%/Testing/Patented/Tcl/imageMCAll.tcl +%%EXAMPLESDIR%%/Testing/Patented/Tcl/mcubes.tcl +%%EXAMPLESDIR%%/Testing/Patented/Tcl/nc.tcl +%%EXAMPLESDIR%%/Testing/Patented/Tcl/sweepAuto.tcl +%%EXAMPLESDIR%%/Testing/Patented/Tcl/sweptVtk.tcl +%%EXAMPLESDIR%%/Testing/Patented/Tcl/sync3dAll.tcl +%%EXAMPLESDIR%%/Testing/Rendering/CMakeLists.txt +%%EXAMPLESDIR%%/Testing/Rendering/Cxx/CMakeLists.txt +%%EXAMPLESDIR%%/Testing/Rendering/Cxx/TimeRenderer.cxx +%%EXAMPLESDIR%%/Testing/Rendering/Cxx/TimeRenderer2.cxx +%%EXAMPLESDIR%%/Testing/Rendering/Cxx/otherCoordinate.cxx +%%EXAMPLESDIR%%/Testing/Rendering/Python/CMakeLists.txt +%%EXAMPLESDIR%%/Testing/Rendering/Python/TestTkRenderWidget.py +%%EXAMPLESDIR%%/Testing/Rendering/Python/TestTkRenderWindowInteractor.py +%%EXAMPLESDIR%%/Testing/Rendering/Tcl/CMakeLists.txt +%%EXAMPLESDIR%%/Testing/Rendering/Tcl/CamBlur.tcl +%%EXAMPLESDIR%%/Testing/Rendering/Tcl/ImageActor.tcl +%%EXAMPLESDIR%%/Testing/Rendering/Tcl/MesaText.tcl +%%EXAMPLESDIR%%/Testing/Rendering/Tcl/ScalarBar.tcl +%%EXAMPLESDIR%%/Testing/Rendering/Tcl/TestFlyTo.tcl +%%EXAMPLESDIR%%/Testing/Rendering/Tcl/TestFreetypeTextMapper.tcl +%%EXAMPLESDIR%%/Testing/Rendering/Tcl/TestFreetypeTextMapperBigger.tcl +%%EXAMPLESDIR%%/Testing/Rendering/Tcl/TestFreetypeTextOverlay.tcl +%%EXAMPLESDIR%%/Testing/Rendering/Tcl/TestInteractorStyleTerrain.tcl +%%EXAMPLESDIR%%/Testing/Rendering/Tcl/TestLODProp3D.tcl +%%EXAMPLESDIR%%/Testing/Rendering/Tcl/TestOnePoint.tcl +%%EXAMPLESDIR%%/Testing/Rendering/Tcl/TestParallelCoordinates.tcl +%%EXAMPLESDIR%%/Testing/Rendering/Tcl/TestStyleBase.tcl +%%EXAMPLESDIR%%/Testing/Rendering/Tcl/TestStyleBaseSpike.tcl +%%EXAMPLESDIR%%/Testing/Rendering/Tcl/TestStyleJoystickActor.tcl +%%EXAMPLESDIR%%/Testing/Rendering/Tcl/TestStyleJoystickCamera.tcl +%%EXAMPLESDIR%%/Testing/Rendering/Tcl/TestStyleTerrain.tcl +%%EXAMPLESDIR%%/Testing/Rendering/Tcl/TestStyleTrackballActor.tcl +%%EXAMPLESDIR%%/Testing/Rendering/Tcl/TestStyleTrackballCamera.tcl +%%EXAMPLESDIR%%/Testing/Rendering/Tcl/TestTiling.tcl +%%EXAMPLESDIR%%/Testing/Rendering/Tcl/assembly.tcl +%%EXAMPLESDIR%%/Testing/Rendering/Tcl/cells.tcl +%%EXAMPLESDIR%%/Testing/Rendering/Tcl/labeledContours.tcl +%%EXAMPLESDIR%%/Testing/Rendering/Tcl/labeledMesh.tcl +%%EXAMPLESDIR%%/Testing/Rendering/Tcl/multiLineText.tcl +%%EXAMPLESDIR%%/Testing/Rendering/Tcl/pickCells.tcl +%%EXAMPLESDIR%%/Testing/Rendering/Tcl/propAssembly.tcl +%%EXAMPLESDIR%%/Testing/Rendering/Tcl/rendererSource.tcl +%%EXAMPLESDIR%%/Testing/Rendering/Tcl/rotations.tcl +%%EXAMPLESDIR%%/Testing/Rendering/Tcl/volRCClipPlanes.tcl +%%EXAMPLESDIR%%/Testing/Rendering/Tcl/volRCCropRegions.tcl +%%EXAMPLESDIR%%/Testing/Rendering/Tcl/volRCRotateClip.tcl +%%EXAMPLESDIR%%/Testing/Rendering/Tcl/volTM2DCropRegions.tcl +%%EXAMPLESDIR%%/Testing/Rendering/Tcl/volTM2DRotateClip.tcl +@dirrm %%EXAMPLESDIR%%/Testing/Rendering/Tcl +@dirrm %%EXAMPLESDIR%%/Testing/Rendering/Python +@dirrm %%EXAMPLESDIR%%/Testing/Rendering/Cxx +@dirrm %%EXAMPLESDIR%%/Testing/Rendering +@dirrm %%EXAMPLESDIR%%/Testing/Patented/Tcl +@dirrm %%EXAMPLESDIR%%/Testing/Patented +@dirrm %%EXAMPLESDIR%%/Testing/Parallel/Tcl +@dirrm %%EXAMPLESDIR%%/Testing/Parallel/Cxx +@dirrm %%EXAMPLESDIR%%/Testing/Parallel +@dirrm %%EXAMPLESDIR%%/Testing/Imaging/Tcl +@dirrm %%EXAMPLESDIR%%/Testing/Imaging/Python +@dirrm %%EXAMPLESDIR%%/Testing/Imaging/Cxx +@dirrm %%EXAMPLESDIR%%/Testing/Imaging +@dirrm %%EXAMPLESDIR%%/Testing/IO/Tcl +@dirrm %%EXAMPLESDIR%%/Testing/IO/Cxx +@dirrm %%EXAMPLESDIR%%/Testing/IO +@dirrm %%EXAMPLESDIR%%/Testing/Hybrid/Tcl +@dirrm %%EXAMPLESDIR%%/Testing/Hybrid/Python +@dirrm %%EXAMPLESDIR%%/Testing/Hybrid/Cxx +@dirrm %%EXAMPLESDIR%%/Testing/Hybrid +@dirrm %%EXAMPLESDIR%%/Testing/Graphics/Tcl +@dirrm %%EXAMPLESDIR%%/Testing/Graphics/Python +@dirrm %%EXAMPLESDIR%%/Testing/Graphics/Cxx +@dirrm %%EXAMPLESDIR%%/Testing/Graphics +@dirrm %%EXAMPLESDIR%%/Testing/Filtering/Tcl +@dirrm %%EXAMPLESDIR%%/Testing/Filtering/Cxx +@dirrm %%EXAMPLESDIR%%/Testing/Filtering +@dirrm %%EXAMPLESDIR%%/Testing/Common/Tcl +@dirrm %%EXAMPLESDIR%%/Testing/Common/Python +@dirrm %%EXAMPLESDIR%%/Testing/Common/Install +@unexec rmdir %D/%%EXAMPLESDIR%%/Testing/Common/Cxx/TestWrapping 2>/dev/null || true +@dirrm %%EXAMPLESDIR%%/Testing/Common/Cxx +@dirrm %%EXAMPLESDIR%%/Testing/Common +@unexec rmdir %D/%%EXAMPLESDIR%%/Testing 2>/dev/null || true +@dirrm %%EXAMPLESDIR%%/Examples/VolumeRendering/Tcl +@dirrm %%EXAMPLESDIR%%/Examples/VolumeRendering/Python +@dirrm %%EXAMPLESDIR%%/Examples/VolumeRendering +@dirrm %%EXAMPLESDIR%%/Examples/VisualizationAlgorithms/Tcl +@dirrm %%EXAMPLESDIR%%/Examples/VisualizationAlgorithms/Python +@dirrm %%EXAMPLESDIR%%/Examples/VisualizationAlgorithms +@dirrm %%EXAMPLESDIR%%/Examples/Tutorial/Step6/Tcl +@dirrm %%EXAMPLESDIR%%/Examples/Tutorial/Step6/Python +@unexec rmdir %D/%%EXAMPLESDIR%%/Examples/Tutorial/Step6/Java 2>/dev/null || true +@dirrm %%EXAMPLESDIR%%/Examples/Tutorial/Step6/Cxx +@dirrm %%EXAMPLESDIR%%/Examples/Tutorial/Step6 +@dirrm %%EXAMPLESDIR%%/Examples/Tutorial/Step5/Tcl +@dirrm %%EXAMPLESDIR%%/Examples/Tutorial/Step5/Python +@dirrm %%EXAMPLESDIR%%/Examples/Tutorial/Step5/Java +@dirrm %%EXAMPLESDIR%%/Examples/Tutorial/Step5/Cxx +@dirrm %%EXAMPLESDIR%%/Examples/Tutorial/Step5 +@dirrm %%EXAMPLESDIR%%/Examples/Tutorial/Step4/Tcl +@dirrm %%EXAMPLESDIR%%/Examples/Tutorial/Step4/Python +@dirrm %%EXAMPLESDIR%%/Examples/Tutorial/Step4/Java +@dirrm %%EXAMPLESDIR%%/Examples/Tutorial/Step4/Cxx +@dirrm %%EXAMPLESDIR%%/Examples/Tutorial/Step4 +@dirrm %%EXAMPLESDIR%%/Examples/Tutorial/Step3/Tcl +@dirrm %%EXAMPLESDIR%%/Examples/Tutorial/Step3/Python +@dirrm %%EXAMPLESDIR%%/Examples/Tutorial/Step3/Java +@dirrm %%EXAMPLESDIR%%/Examples/Tutorial/Step3/Cxx +@dirrm %%EXAMPLESDIR%%/Examples/Tutorial/Step3 +@dirrm %%EXAMPLESDIR%%/Examples/Tutorial/Step2/Tcl +@dirrm %%EXAMPLESDIR%%/Examples/Tutorial/Step2/Python +@dirrm %%EXAMPLESDIR%%/Examples/Tutorial/Step2/Java +@dirrm %%EXAMPLESDIR%%/Examples/Tutorial/Step2/Cxx +@dirrm %%EXAMPLESDIR%%/Examples/Tutorial/Step2 +@dirrm %%EXAMPLESDIR%%/Examples/Tutorial/Step1/Tcl +@dirrm %%EXAMPLESDIR%%/Examples/Tutorial/Step1/Python +@dirrm %%EXAMPLESDIR%%/Examples/Tutorial/Step1/Java +@dirrm %%EXAMPLESDIR%%/Examples/Tutorial/Step1/Cxx +@dirrm %%EXAMPLESDIR%%/Examples/Tutorial/Step1 +@dirrm %%EXAMPLESDIR%%/Examples/Tutorial +@dirrm %%EXAMPLESDIR%%/Examples/Rendering/Tcl +@dirrm %%EXAMPLESDIR%%/Examples/Rendering/Python +@dirrm %%EXAMPLESDIR%%/Examples/Rendering/Cxx +@dirrm %%EXAMPLESDIR%%/Examples/Rendering +@unexec rmdir %D/%%EXAMPLESDIR%%/Examples/ParallelProcessing/MultiThreaded 2>/dev/null || true +@dirrm %%EXAMPLESDIR%%/Examples/ParallelProcessing/MPI/Tcl +@dirrm %%EXAMPLESDIR%%/Examples/ParallelProcessing/MPI/Python +@dirrm %%EXAMPLESDIR%%/Examples/ParallelProcessing/MPI +@dirrm %%EXAMPLESDIR%%/Examples/ParallelProcessing/Generic/Cxx +@dirrm %%EXAMPLESDIR%%/Examples/ParallelProcessing/Generic +@dirrm %%EXAMPLESDIR%%/Examples/ParallelProcessing +@dirrm %%EXAMPLESDIR%%/Examples/Modelling/Tcl +@dirrm %%EXAMPLESDIR%%/Examples/Modelling/Python +@dirrm %%EXAMPLESDIR%%/Examples/Modelling/Cxx +@dirrm %%EXAMPLESDIR%%/Examples/Modelling +@dirrm %%EXAMPLESDIR%%/Examples/Medical/Tcl +@dirrm %%EXAMPLESDIR%%/Examples/Medical/Python +@dirrm %%EXAMPLESDIR%%/Examples/Medical/Cxx +@dirrm %%EXAMPLESDIR%%/Examples/Medical +@dirrm %%EXAMPLESDIR%%/Examples/MangledMesa/Tcl +@dirrm %%EXAMPLESDIR%%/Examples/MangledMesa +@dirrm %%EXAMPLESDIR%%/Examples/ImageProcessing/Tcl +@dirrm %%EXAMPLESDIR%%/Examples/ImageProcessing/Python +@dirrm %%EXAMPLESDIR%%/Examples/ImageProcessing +@dirrm %%EXAMPLESDIR%%/Examples/IO/Tcl +@dirrm %%EXAMPLESDIR%%/Examples/IO/Python +@dirrm %%EXAMPLESDIR%%/Examples/IO +@dirrm %%EXAMPLESDIR%%/Examples/GUI/Win32/vtkMFC/vtkSDI/res +@dirrm %%EXAMPLESDIR%%/Examples/GUI/Win32/vtkMFC/vtkSDI +@dirrm %%EXAMPLESDIR%%/Examples/GUI/Win32/vtkMFC/vtkMDI/res +@dirrm %%EXAMPLESDIR%%/Examples/GUI/Win32/vtkMFC/vtkMDI +@dirrm %%EXAMPLESDIR%%/Examples/GUI/Win32/vtkMFC +@dirrm %%EXAMPLESDIR%%/Examples/GUI/Win32/vtkBorland/ProjectDemo +@dirrm %%EXAMPLESDIR%%/Examples/GUI/Win32/vtkBorland/Package +@dirrm %%EXAMPLESDIR%%/Examples/GUI/Win32/vtkBorland +@dirrm %%EXAMPLESDIR%%/Examples/GUI/Win32/SimpleCxx +@dirrm %%EXAMPLESDIR%%/Examples/GUI/Win32/SampleMFC/res +@dirrm %%EXAMPLESDIR%%/Examples/GUI/Win32/SampleMFC +@dirrm %%EXAMPLESDIR%%/Examples/GUI/Win32 +@dirrm %%EXAMPLESDIR%%/Examples/GUI/Tcl +@dirrm %%EXAMPLESDIR%%/Examples/GUI/Python +@dirrm %%EXAMPLESDIR%%/Examples/GUI/Motif +@dirrm %%EXAMPLESDIR%%/Examples/GUI +@dirrm %%EXAMPLESDIR%%/Examples/DataManipulation/Tcl +@dirrm %%EXAMPLESDIR%%/Examples/DataManipulation/Python +@dirrm %%EXAMPLESDIR%%/Examples/DataManipulation/Cxx +@dirrm %%EXAMPLESDIR%%/Examples/DataManipulation +@dirrm %%EXAMPLESDIR%%/Examples/Build/vtkMy/Wrapping/Tcl/vtkmyunsorted +@dirrm %%EXAMPLESDIR%%/Examples/Build/vtkMy/Wrapping/Tcl/vtkmyimaging +@dirrm %%EXAMPLESDIR%%/Examples/Build/vtkMy/Wrapping/Tcl/vtkmycommon +@dirrm %%EXAMPLESDIR%%/Examples/Build/vtkMy/Wrapping/Tcl/vtkmy +@dirrm %%EXAMPLESDIR%%/Examples/Build/vtkMy/Wrapping/Tcl +@dirrm %%EXAMPLESDIR%%/Examples/Build/vtkMy/Wrapping +@dirrm %%EXAMPLESDIR%%/Examples/Build/vtkMy/Unsorted +@dirrm %%EXAMPLESDIR%%/Examples/Build/vtkMy/Imaging +@dirrm %%EXAMPLESDIR%%/Examples/Build/vtkMy/Examples/Tcl +@dirrm %%EXAMPLESDIR%%/Examples/Build/vtkMy/Examples/Cxx/Ex2 +@dirrm %%EXAMPLESDIR%%/Examples/Build/vtkMy/Examples/Cxx/Ex1 +@dirrm %%EXAMPLESDIR%%/Examples/Build/vtkMy/Examples/Cxx +@dirrm %%EXAMPLESDIR%%/Examples/Build/vtkMy/Examples +@dirrm %%EXAMPLESDIR%%/Examples/Build/vtkMy/Common +@dirrm %%EXAMPLESDIR%%/Examples/Build/vtkMy +@dirrm %%EXAMPLESDIR%%/Examples/Build/vtkLocal/Testing/Cxx +@dirrm %%EXAMPLESDIR%%/Examples/Build/vtkLocal/Testing +@dirrm %%EXAMPLESDIR%%/Examples/Build/vtkLocal +@dirrm %%EXAMPLESDIR%%/Examples/Build +@dirrm %%EXAMPLESDIR%%/Examples/Annotation/Tcl +@dirrm %%EXAMPLESDIR%%/Examples/Annotation/Python +@dirrm %%EXAMPLESDIR%%/Examples/Annotation +@dirrm %%EXAMPLESDIR%%/Examples +@unexec rmdir %D/%%EXAMPLESDIR%% 2>/dev/null || true +@unexec rmdir %D/%%DOCSDIR%% 2>/dev/null || true -- cgit v1.2.3