Ignore:
Timestamp:
08/21/06 01:44:56 (18 years ago)
Author:
mattausch
Message:
 
Location:
GTP/trunk/Lib/Vis/Preprocessing
Files:
9 edited

Legend:

Unmodified
Added
Removed
  • GTP/trunk/Lib/Vis/Preprocessing/EvalStats/EvalStats.vcproj

    r1234 r1239  
    153153                <Configuration 
    154154                        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" 
    155201                        OutputDirectory="$(ConfigurationName)" 
    156202                        IntermediateDirectory="$(ConfigurationName)" 
     
    230276                                <FileConfiguration 
    231277                                        Name="Release_Internal|Win32"> 
     278                                        <Tool 
     279                                                Name="VCCLCompilerTool" 
     280                                                UsePrecompiledHeader="1"/> 
     281                                </FileConfiguration> 
     282                                <FileConfiguration 
     283                                        Name="Release Internal|Win32"> 
    232284                                        <Tool 
    233285                                                Name="VCCLCompilerTool" 
  • GTP/trunk/Lib/Vis/Preprocessing/src/BvHierarchy.h

    r1237 r1239  
    1010#include "RayInfo.h" 
    1111#include "gzstream.h" 
    12 #include "SplitCandidate.h" 
     12#include "SubdivisionCandidate.h" 
    1313#include "AxisAlignedBox3.h" 
    1414#include "KdIntersectable.h" 
  • GTP/trunk/Lib/Vis/Preprocessing/src/HierarchyManager.h

    r1237 r1239  
    1010#include "RayInfo.h" 
    1111#include "gzstream.h" 
    12 #include "SplitCandidate.h" 
     12#include "SubdivisionCandidate.h" 
    1313 
    1414 
  • GTP/trunk/Lib/Vis/Preprocessing/src/OspTree.h

    r1237 r1239  
    1010#include "RayInfo.h" 
    1111#include "gzstream.h" 
    12 #include "SplitCandidate.h" 
     12#include "SubdivisionCandidate.h" 
    1313 
    1414 
  • GTP/trunk/Lib/Vis/Preprocessing/src/Preprocessor.vcproj

    r1234 r1239  
    147147                <Configuration 
    148148                        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;&quot;$(QTDIR)\include\QtCore&quot;;&quot;$(QTDIR)\include\QtGui&quot;;&quot;$(QTDIR)\include&quot;;&quot;$(QTDIR)\include\QtOpenGl&quot;;..\src;&quot;$(CG_INC_PATH)&quot;;..\..\..\..\..\..\NonGTP\Devil\include;..\..\..\..\..\..\NonGTP\Zlib\include;..\..\..\..\..\..\NonGTP\Xerces;&quot;$(BOOST_INCLUDE)&quot;;..\..\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" 
    149195                        OutputDirectory="$(ConfigurationName)" 
    150196                        IntermediateDirectory="$(ConfigurationName)" 
     
    429475                                                Outputs=""/> 
    430476                                </FileConfiguration> 
     477                                <FileConfiguration 
     478                                        Name="Release Internal|Win32"> 
     479                                        <Tool 
     480                                                Name="VCCustomBuildTool" 
     481                                                Description="" 
     482                                                CommandLine="" 
     483                                                Outputs=""/> 
     484                                </FileConfiguration> 
    431485                        </File> 
    432486                        <File 
     
    459513                                                Outputs=""/> 
    460514                                </FileConfiguration> 
     515                                <FileConfiguration 
     516                                        Name="Release Internal|Win32"> 
     517                                        <Tool 
     518                                                Name="VCCustomBuildTool" 
     519                                                Description="" 
     520                                                CommandLine="" 
     521                                                Outputs=""/> 
     522                                </FileConfiguration> 
    461523                        </File> 
    462524                        <File 
     
    530592                        </File> 
    531593                        <File 
    532                                 RelativePath=".\SplitCandidate.h"> 
    533                         </File> 
    534                         <File 
    535594                                RelativePath="..\src\Statistics.h"> 
     595                        </File> 
     596                        <File 
     597                                RelativePath=".\SubdivisionCandidate.h"> 
    536598                        </File> 
    537599                        <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 
    34 
    45#include "FlexibleHeap.h" 
  • GTP/trunk/Lib/Vis/Preprocessing/src/TestPreprocessor.vcproj

    r1234 r1239  
    168168                <Configuration 
    169169                        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;&quot;$(BOOST_INCLUDE)&quot;;&quot;$(QTDIR)\include\QtOpenGl&quot;;..\src;&quot;$(CG_INC_PATH)&quot;;..\..\..\..\..\..\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;&quot;$(CG_LIB_PATH)&quot;;..\lib\release;..\..\Preprocessing\lib\release;&quot;$(BOOST_LIB)&quot;;..\..\..\..\..\..\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" 
    170222                        OutputDirectory="$(ConfigurationName)" 
    171223                        IntermediateDirectory="$(ConfigurationName)" 
  • GTP/trunk/Lib/Vis/Preprocessing/src/VspTree.h

    r1237 r1239  
    1010#include "RayInfo.h" 
    1111#include "gzstream.h" 
    12 #include "SplitCandidate.h" 
     12#include "SubdivisionCandidate.h" 
    1313 
    1414 
  • GTP/trunk/Lib/Vis/Preprocessing/src/main.cpp

    r1221 r1239  
    203203        preprocessor->PrepareViewCells(); 
    204204 
    205         //  p->mSceneGraph->Export("soda.x3d"); 
    206205        if (0)  
    207206        { 
     
    211210 
    212211 
    213         // create a preprocessor thread (note: capsulte calls to boost fuctions!) 
     212        // create a preprocessor thread (note: capsulates calls to boost fuctions!) 
    214213 
    215214        //PreprocessorThread *pt = PreprocessorThreadFactory::Create(preprocessor); 
Note: See TracChangeset for help on using the changeset viewer.