Changeset 1239 for GTP/trunk/Lib/Vis/Preprocessing
- Timestamp:
- 08/21/06 01:44:56 (18 years ago)
- Location:
- GTP/trunk/Lib/Vis/Preprocessing
- Files:
-
- 9 edited
Legend:
- Unmodified
- Added
- Removed
-
GTP/trunk/Lib/Vis/Preprocessing/EvalStats/EvalStats.vcproj
r1234 r1239 153 153 <Configuration 154 154 Name="Release_Internal|Win32" 155 OutputDirectory="$(ConfigurationName)" 156 IntermediateDirectory="$(ConfigurationName)" 157 ConfigurationType="1" 158 CharacterSet="2"> 159 <Tool 160 Name="VCCLCompilerTool" 161 PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE" 162 RuntimeLibrary="0" 163 UsePrecompiledHeader="3" 164 WarningLevel="3" 165 Detect64BitPortabilityProblems="TRUE" 166 DebugInformationFormat="3"/> 167 <Tool 168 Name="VCCustomBuildTool"/> 169 <Tool 170 Name="VCLinkerTool" 171 OutputFile="$(OutDir)/EvalStats.exe" 172 LinkIncremental="1" 173 GenerateDebugInformation="TRUE" 174 SubSystem="1" 175 OptimizeReferences="2" 176 EnableCOMDATFolding="2" 177 TargetMachine="1"/> 178 <Tool 179 Name="VCMIDLTool"/> 180 <Tool 181 Name="VCPostBuildEventTool"/> 182 <Tool 183 Name="VCPreBuildEventTool"/> 184 <Tool 185 Name="VCPreLinkEventTool"/> 186 <Tool 187 Name="VCResourceCompilerTool"/> 188 <Tool 189 Name="VCWebServiceProxyGeneratorTool"/> 190 <Tool 191 Name="VCXMLDataGeneratorTool"/> 192 <Tool 193 Name="VCWebDeploymentTool"/> 194 <Tool 195 Name="VCManagedWrapperGeneratorTool"/> 196 <Tool 197 Name="VCAuxiliaryManagedWrapperGeneratorTool"/> 198 </Configuration> 199 <Configuration 200 Name="Release Internal|Win32" 155 201 OutputDirectory="$(ConfigurationName)" 156 202 IntermediateDirectory="$(ConfigurationName)" … … 230 276 <FileConfiguration 231 277 Name="Release_Internal|Win32"> 278 <Tool 279 Name="VCCLCompilerTool" 280 UsePrecompiledHeader="1"/> 281 </FileConfiguration> 282 <FileConfiguration 283 Name="Release Internal|Win32"> 232 284 <Tool 233 285 Name="VCCLCompilerTool" -
GTP/trunk/Lib/Vis/Preprocessing/src/BvHierarchy.h
r1237 r1239 10 10 #include "RayInfo.h" 11 11 #include "gzstream.h" 12 #include "S plitCandidate.h"12 #include "SubdivisionCandidate.h" 13 13 #include "AxisAlignedBox3.h" 14 14 #include "KdIntersectable.h" -
GTP/trunk/Lib/Vis/Preprocessing/src/HierarchyManager.h
r1237 r1239 10 10 #include "RayInfo.h" 11 11 #include "gzstream.h" 12 #include "S plitCandidate.h"12 #include "SubdivisionCandidate.h" 13 13 14 14 -
GTP/trunk/Lib/Vis/Preprocessing/src/OspTree.h
r1237 r1239 10 10 #include "RayInfo.h" 11 11 #include "gzstream.h" 12 #include "S plitCandidate.h"12 #include "SubdivisionCandidate.h" 13 13 14 14 -
GTP/trunk/Lib/Vis/Preprocessing/src/Preprocessor.vcproj
r1234 r1239 147 147 <Configuration 148 148 Name="Release_Internal|Win32" 149 OutputDirectory="$(ConfigurationName)" 150 IntermediateDirectory="$(ConfigurationName)" 151 ConfigurationType="4" 152 CharacterSet="2"> 153 <Tool 154 Name="VCCLCompilerTool" 155 Optimization="0" 156 InlineFunctionExpansion="0" 157 FavorSizeOrSpeed="0" 158 OptimizeForWindowsApplication="TRUE" 159 AdditionalIncludeDirectories="..\include;"$(QTDIR)\include\QtCore";"$(QTDIR)\include\QtGui";"$(QTDIR)\include";"$(QTDIR)\include\QtOpenGl";..\src;"$(CG_INC_PATH)";..\..\..\..\..\..\NonGTP\Devil\include;..\..\..\..\..\..\NonGTP\Zlib\include;..\..\..\..\..\..\NonGTP\Xerces;"$(BOOST_INCLUDE)";..\..\Preprocessing\MultiLevelRayTracing" 160 PreprocessorDefinitions="WIN32;NDEBUG;_LIB" 161 ExceptionHandling="TRUE" 162 RuntimeLibrary="2" 163 DisableLanguageExtensions="FALSE" 164 ForceConformanceInForLoopScope="FALSE" 165 RuntimeTypeInfo="TRUE" 166 UsePrecompiledHeader="0" 167 WarningLevel="2" 168 Detect64BitPortabilityProblems="TRUE" 169 DebugInformationFormat="3"/> 170 <Tool 171 Name="VCCustomBuildTool"/> 172 <Tool 173 Name="VCLibrarianTool"/> 174 <Tool 175 Name="VCMIDLTool"/> 176 <Tool 177 Name="VCPostBuildEventTool"/> 178 <Tool 179 Name="VCPreBuildEventTool"/> 180 <Tool 181 Name="VCPreLinkEventTool"/> 182 <Tool 183 Name="VCResourceCompilerTool"/> 184 <Tool 185 Name="VCWebServiceProxyGeneratorTool"/> 186 <Tool 187 Name="VCXMLDataGeneratorTool"/> 188 <Tool 189 Name="VCManagedWrapperGeneratorTool"/> 190 <Tool 191 Name="VCAuxiliaryManagedWrapperGeneratorTool"/> 192 </Configuration> 193 <Configuration 194 Name="Release Internal|Win32" 149 195 OutputDirectory="$(ConfigurationName)" 150 196 IntermediateDirectory="$(ConfigurationName)" … … 429 475 Outputs=""/> 430 476 </FileConfiguration> 477 <FileConfiguration 478 Name="Release Internal|Win32"> 479 <Tool 480 Name="VCCustomBuildTool" 481 Description="" 482 CommandLine="" 483 Outputs=""/> 484 </FileConfiguration> 431 485 </File> 432 486 <File … … 459 513 Outputs=""/> 460 514 </FileConfiguration> 515 <FileConfiguration 516 Name="Release Internal|Win32"> 517 <Tool 518 Name="VCCustomBuildTool" 519 Description="" 520 CommandLine="" 521 Outputs=""/> 522 </FileConfiguration> 461 523 </File> 462 524 <File … … 530 592 </File> 531 593 <File 532 RelativePath=".\SplitCandidate.h">533 </File>534 <File535 594 RelativePath="..\src\Statistics.h"> 595 </File> 596 <File 597 RelativePath=".\SubdivisionCandidate.h"> 536 598 </File> 537 599 <File -
GTP/trunk/Lib/Vis/Preprocessing/src/SubdivisionCandidate.h
r1237 r1239 1 #ifndef SPLITCANDIDATE_H 2 #define SPLITCANDIDATE_H 1 #ifndef SUBDIVISIONCANDIDATE_H 2 #define SUBDIVISIONCANDIDATE_H 3 3 4 4 5 #include "FlexibleHeap.h" -
GTP/trunk/Lib/Vis/Preprocessing/src/TestPreprocessor.vcproj
r1234 r1239 168 168 <Configuration 169 169 Name="Release_Internal|Win32" 170 OutputDirectory="$(ConfigurationName)" 171 IntermediateDirectory="$(ConfigurationName)" 172 ConfigurationType="1" 173 CharacterSet="2"> 174 <Tool 175 Name="VCCLCompilerTool" 176 Optimization="0" 177 AdditionalIncludeDirectories="..\include;"$(BOOST_INCLUDE)";"$(QTDIR)\include\QtOpenGl";..\src;"$(CG_INC_PATH)";..\..\..\..\..\..\NonGTP\Devil\include;..\..\..\..\..\..\NonGTP\Zlib\include;..\..\..\..\..\..\NonGTP\Xerces;..\..\MultiLevelRayTracing" 178 PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE;GTP_INTERNAL" 179 RuntimeLibrary="2" 180 RuntimeTypeInfo="TRUE" 181 UsePrecompiledHeader="0" 182 WarningLevel="3" 183 Detect64BitPortabilityProblems="TRUE" 184 DebugInformationFormat="3"/> 185 <Tool 186 Name="VCCustomBuildTool"/> 187 <Tool 188 Name="VCLinkerTool" 189 AdditionalDependencies="xerces-c_2.lib glew32.lib zdll.lib zziplib.lib devil.lib glut32.lib OpenGL32.Lib glu32.lib cg.lib cgGL.lib Preprocessor.lib" 190 OutputFile="$(OutDir)/Preprocessor.exe" 191 LinkIncremental="1" 192 AdditionalLibraryDirectories="..\support\xercesc\lib\;..\support\zlib\lib\;..\support\devil\lib;..\include;..\src\GL;"$(CG_LIB_PATH)";..\lib\release;..\..\Preprocessing\lib\release;"$(BOOST_LIB)";..\..\..\..\..\..\NonGTP\Xerces\xercesc\lib;..\..\..\..\..\..\NonGTP\Zlib\lib;..\..\..\..\..\..\NonGTP\Devil\lib;..\..\Preprocessing\MultiLevelRayTracing\RTScene\Release;..\..\Preprocessing\MultiLevelRayTracing\RTWorld\Release" 193 GenerateDebugInformation="FALSE" 194 SubSystem="1" 195 OptimizeReferences="2" 196 EnableCOMDATFolding="2" 197 TargetMachine="1" 198 FixedBaseAddress="1"/> 199 <Tool 200 Name="VCMIDLTool"/> 201 <Tool 202 Name="VCPostBuildEventTool"/> 203 <Tool 204 Name="VCPreBuildEventTool"/> 205 <Tool 206 Name="VCPreLinkEventTool"/> 207 <Tool 208 Name="VCResourceCompilerTool"/> 209 <Tool 210 Name="VCWebServiceProxyGeneratorTool"/> 211 <Tool 212 Name="VCXMLDataGeneratorTool"/> 213 <Tool 214 Name="VCWebDeploymentTool"/> 215 <Tool 216 Name="VCManagedWrapperGeneratorTool"/> 217 <Tool 218 Name="VCAuxiliaryManagedWrapperGeneratorTool"/> 219 </Configuration> 220 <Configuration 221 Name="Release Internal|Win32" 170 222 OutputDirectory="$(ConfigurationName)" 171 223 IntermediateDirectory="$(ConfigurationName)" -
GTP/trunk/Lib/Vis/Preprocessing/src/VspTree.h
r1237 r1239 10 10 #include "RayInfo.h" 11 11 #include "gzstream.h" 12 #include "S plitCandidate.h"12 #include "SubdivisionCandidate.h" 13 13 14 14 -
GTP/trunk/Lib/Vis/Preprocessing/src/main.cpp
r1221 r1239 203 203 preprocessor->PrepareViewCells(); 204 204 205 // p->mSceneGraph->Export("soda.x3d");206 205 if (0) 207 206 { … … 211 210 212 211 213 // create a preprocessor thread (note: capsul tecalls to boost fuctions!)212 // create a preprocessor thread (note: capsulates calls to boost fuctions!) 214 213 215 214 //PreprocessorThread *pt = PreprocessorThreadFactory::Create(preprocessor);
Note: See TracChangeset
for help on using the changeset viewer.