- Timestamp:
- 05/23/08 13:33:29 (17 years ago)
- Location:
- GTP/trunk/Lib/Vis/Preprocessing/src
- Files:
-
- 6 edited
Legend:
- Unmodified
- Added
- Removed
-
GTP/trunk/Lib/Vis/Preprocessing/src/Makefile
r2667 r2698 1 1 ############################################################################# 2 2 # Makefile for building: preprocessor 3 # Generated by qmake (2.00a) (Qt 4.1.2) on: út 18. III 16:04:1120083 # Generated by qmake (2.00a) (Qt 4.1.2) on: ?t 22. V 11:01:58 2008 4 4 # Project: preprocessor.pro 5 5 # Template: app … … 7 7 ############################################################################# 8 8 9 first: release10 install: release-install11 uninstall: release-uninstall9 first: debug 10 install: debug-install 11 uninstall: debug-uninstall 12 12 MAKEFILE = Makefile 13 13 QMAKE = qmake … … 27 27 MKDIR = mkdir 28 28 SUBTARGETS = \ 29 release\30 debug29 debug \ 30 release 31 31 32 debug: $(MAKEFILE).Debug FORCE 33 $(MAKE) -f $(MAKEFILE).Debug 34 debug-make_default: $(MAKEFILE).Debug FORCE 35 $(MAKE) -f $(MAKEFILE).Debug 36 debug-make_first: $(MAKEFILE).Debug FORCE 37 $(MAKE) -f $(MAKEFILE).Debug first 38 debug-all: $(MAKEFILE).Debug FORCE 39 $(MAKE) -f $(MAKEFILE).Debug all 40 debug-clean: $(MAKEFILE).Debug FORCE 41 $(MAKE) -f $(MAKEFILE).Debug clean 42 debug-distclean: $(MAKEFILE).Debug FORCE 43 $(MAKE) -f $(MAKEFILE).Debug distclean 44 debug-install: $(MAKEFILE).Debug FORCE 45 $(MAKE) -f $(MAKEFILE).Debug install 46 debug-uninstall: $(MAKEFILE).Debug FORCE 47 $(MAKE) -f $(MAKEFILE).Debug uninstall 32 48 release: $(MAKEFILE).Release FORCE 33 49 $(MAKE) -f $(MAKEFILE).Release … … 46 62 release-uninstall: $(MAKEFILE).Release FORCE 47 63 $(MAKE) -f $(MAKEFILE).Release uninstall 48 debug: $(MAKEFILE).Debug FORCE49 $(MAKE) -f $(MAKEFILE).Debug50 debug-make_default: $(MAKEFILE).Debug FORCE51 $(MAKE) -f $(MAKEFILE).Debug52 debug-make_first: $(MAKEFILE).Debug FORCE53 $(MAKE) -f $(MAKEFILE).Debug first54 debug-all: $(MAKEFILE).Debug FORCE55 $(MAKE) -f $(MAKEFILE).Debug all56 debug-clean: $(MAKEFILE).Debug FORCE57 $(MAKE) -f $(MAKEFILE).Debug clean58 debug-distclean: $(MAKEFILE).Debug FORCE59 $(MAKE) -f $(MAKEFILE).Debug distclean60 debug-install: $(MAKEFILE).Debug FORCE61 $(MAKE) -f $(MAKEFILE).Debug install62 debug-uninstall: $(MAKEFILE).Debug FORCE63 $(MAKE) -f $(MAKEFILE).Debug uninstall64 64 65 65 Makefile: preprocessor.pro C:/Qt/4.1.2/mkspecs/win32-msvc2005\qmake.conf C:/Qt/4.1.2/mkspecs/qconfig.pri \ … … 68 68 C:\Qt\4.1.2\mkspecs\features\default_pre.prf \ 69 69 C:\Qt\4.1.2\mkspecs\features\win32\default_pre.prf \ 70 C:\Qt\4.1.2\mkspecs\features\ release.prf \70 C:\Qt\4.1.2\mkspecs\features\debug.prf \ 71 71 C:\Qt\4.1.2\mkspecs\features\debug_and_release.prf \ 72 72 C:\Qt\4.1.2\mkspecs\features\default_post.prf \ … … 89 89 C:\Qt\4.1.2\mkspecs\features\default_pre.prf: 90 90 C:\Qt\4.1.2\mkspecs\features\win32\default_pre.prf: 91 C:\Qt\4.1.2\mkspecs\features\ release.prf:91 C:\Qt\4.1.2\mkspecs\features\debug.prf: 92 92 C:\Qt\4.1.2\mkspecs\features\debug_and_release.prf: 93 93 C:\Qt\4.1.2\mkspecs\features\default_post.prf: … … 109 109 qmake_all: FORCE 110 110 111 make_default: release-make_default debug-make_default FORCE112 make_first: release-make_first debug-make_first FORCE113 all: release-all debug-all FORCE114 clean: release-clean debug-clean FORCE111 make_default: debug-make_default release-make_default FORCE 112 make_first: debug-make_first release-make_first FORCE 113 all: debug-all release-all FORCE 114 clean: debug-clean release-clean FORCE 115 115 -$(DEL_FILE) "..\bin\release"\preprocessor.exp 116 distclean: release-distclean debug-distclean FORCE 116 -$(DEL_FILE) "..\bin\release"\preprocessor.pdb 117 -$(DEL_FILE) "..\bin\release"\preprocessor.ilk 118 -$(DEL_FILE) vc*.pdb 119 -$(DEL_FILE) vc*.idb 120 distclean: debug-distclean release-distclean FORCE 117 121 -$(DEL_FILE) Makefile 118 122 123 debug-mocclean: $(MAKEFILE).Debug 124 $(MAKE) -f $(MAKEFILE).Debug mocclean 119 125 release-mocclean: $(MAKEFILE).Release 120 126 $(MAKE) -f $(MAKEFILE).Release mocclean 121 debug-mocclean: $(MAKEFILE).Debug 122 $(MAKE) -f $(MAKEFILE).Debug mocclean 123 mocclean: release-mocclean debug-mocclean 127 mocclean: debug-mocclean release-mocclean 124 128 129 debug-mocables: $(MAKEFILE).Debug 130 $(MAKE) -f $(MAKEFILE).Debug mocables 125 131 release-mocables: $(MAKEFILE).Release 126 132 $(MAKE) -f $(MAKEFILE).Release mocables 127 debug-mocables: $(MAKEFILE).Debug 128 $(MAKE) -f $(MAKEFILE).Debug mocables 129 mocables: release-mocables debug-mocables 133 mocables: debug-mocables release-mocables 130 134 FORCE: 131 135 136 $(MAKEFILE).Debug: Makefile 132 137 $(MAKEFILE).Release: Makefile 133 $(MAKEFILE).Debug: Makefile -
GTP/trunk/Lib/Vis/Preprocessing/src/Preprocessor.cpp
r2696 r2698 1600 1600 SceneGraphLeaf *Preprocessor::RegisterDynamicGeometryWithRayCaster(SceneGraphLeaf *leaf) 1601 1601 { 1602 if (mRayCaster) 1603 mRayCaster->AddDynamicObjecs(leaf->mGeometry, leaf->GetTransformation()); 1602 if (mRayCaster) 1603 mRayCaster->AddDynamicObjecs(leaf->mGeometry, leaf->GetTransformation()); 1604 // $$ JB in order to compile 1605 return leaf; 1604 1606 } 1605 1607 -
GTP/trunk/Lib/Vis/Preprocessing/src/SamplingStrategy.cpp
r2696 r2698 15 15 #include "Timer/PerfTimer.h" 16 16 #endif 17 18 #define USE_HALTON 1 17 19 18 20 namespace GtpVisibilityPreprocessor { -
GTP/trunk/Lib/Vis/Preprocessing/src/default.env
r2667 r2698 520 520 521 521 BSP { 522 # termCrit auto523 # termCrit auto2524 termCrit adhoc522 # termCrit auto 523 # termCrit auto2 524 termCrit adhoc 525 525 # For Arena 526 526 #maxDepthAllowed 15 527 527 #maxListLength 8 528 528 # For Vienna 529 #maxDepthAllowed 22530 #maxListLength 6529 maxDepthAllowed 22 530 maxListLength 6 531 531 # For Powerplant 532 maxDepthAllowed 27533 maxListLength 4532 # maxDepthAllowed 27 533 # maxListLength 4 534 534 } 535 535 … … 556 556 # rayCastMethod 0 557 557 # Intel 558 rayCastMethod 1558 # rayCastMethod 1 559 559 # Havran - 2 - static scene 560 #rayCastMethod 2560 rayCastMethod 2 561 561 # Havran - 3 - dynamic scene 562 562 # rayCastMethod 3 -
GTP/trunk/Lib/Vis/Preprocessing/src/preprocessor.pro
r2634 r2698 1 CONFIG += release2 #CONFIG += debug1 #CONFIG += release 2 CONFIG += debug 3 3 CONFIG += console warn_off thread mlrt qt 4 4 … … 142 142 SOURCES += QtInterface/QtPreprocessorThread.cpp \ 143 143 QtInterface/QtGlRenderer.cpp QtInterface/QtGlViewer.cpp 144 SOURCES += QtInterface/LogReader.cpp QtInterface/LogWriter.cpp 144 SOURCES += QtInterface/LogReader.cpp QtInterface/LogWriter.cpp QtInterface/ObjectPlacer.cpp 145 145 } else { 146 146 #SOURCES += BoostPreprocessorThread.cpp -
GTP/trunk/Lib/Vis/Preprocessing/src/run_test2
r2653 r2698 4 4 5 5 #COMMAND="./release/preprocessor.exe -preprocessor_quit_on_finish+" 6 COMMAND="../scripts/preprocessor .sh -preprocessor_quit_on_finish- -preprocessor_use_gl_renderer+ -preprocessor_evaluate_filter- -samples_per_evaluation=50000000 -samples_per_pass=1000000 -total_samples=20000000 -mutation_use_pass_importance- -mutation_silhouette_search_steps=3 -preprocessor_ray_cast_method=1-preprocessor_detect_empty_viewspace+ -total_time=140"6 COMMAND="../scripts/preprocessor-debug.sh -preprocessor_quit_on_finish- -preprocessor_use_gl_renderer+ -preprocessor_evaluate_filter- -samples_per_evaluation=50000000 -samples_per_pass=1000000 -total_samples=20000000 -mutation_use_pass_importance- -mutation_silhouette_search_steps=3 -preprocessor_detect_empty_viewspace+ -total_time=140" 7 7 8 8 #SCENE="../data/vienna/vienna-buildings.x3d;../data/vienna/vienna-roofs.x3d;../data/vienna/vienna-roads.x3d"
Note: See TracChangeset
for help on using the changeset viewer.