aboutsummaryrefslogtreecommitdiff
path: root/math/vtk-examples/pkg-plist
blob: f85134f1c52d92a1d640e8da6a02d352b75a43b9 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
%%DOCSDIR%%/README.examples
%%DOCSDIR%%/README.html
%%DOCSDIR%%/README.patented-classes
%%DOCSDIR%%/vtkLogo.jpg
%%EXAMPLESDIR%%/Examples/AMR/Cxx/CMakeLists.txt
%%EXAMPLESDIR%%/Examples/AMR/Cxx/HierarchicalBox.cxx
%%EXAMPLESDIR%%/Examples/AMR/Cxx/HierarchicalBoxPipeline.cxx
%%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/Utilities/CMakeLists.txt
%%EXAMPLESDIR%%/Examples/Build/vtkMy/Utilities/Doxygen/CMakeLists.txt
%%EXAMPLESDIR%%/Examples/Build/vtkMy/Utilities/Doxygen/doc_makeall.sh.in
%%EXAMPLESDIR%%/Examples/Build/vtkMy/Utilities/Doxygen/doxyfile.in
%%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/ImageTracerWidget.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/MultiBlock/Cxx/CMakeLists.txt
%%EXAMPLESDIR%%/Examples/MultiBlock/Cxx/MultiBlock.cxx
%%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/IntermixedUnstructuredGrid.tcl
%%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%%/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/TestHierarchicalBox.cxx
%%EXAMPLESDIR%%/Testing/Graphics/Cxx/TestHierarchicalBoxPipeline.cxx
%%EXAMPLESDIR%%/Testing/Graphics/Cxx/TestMultiBlock.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/TestPlatonicSolids.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/TestImageTracerWidget.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/TestAVSucdReader.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/TestMHD.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/TestBunykRayCastFunction.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/TestStyleRubberBandZoom.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
@dirrm %%EXAMPLESDIR%%/Testing/Common/Cxx
@dirrm %%EXAMPLESDIR%%/Testing/Common
@dirrmtry %%EXAMPLESDIR%%/Testing
@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
@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
@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/MultiBlock/Cxx
@dirrm %%EXAMPLESDIR%%/Examples/MultiBlock
@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/Utilities/Doxygen
@dirrm %%EXAMPLESDIR%%/Examples/Build/vtkMy/Utilities
@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/AMR/Cxx
@dirrm %%EXAMPLESDIR%%/Examples/AMR
@dirrm %%EXAMPLESDIR%%/Examples
@dirrmtry %%EXAMPLESDIR%%
@dirrmtry %%DOCSDIR%%