Changeset 1248


Ignore:
Timestamp:
08/21/06 14:38:24 (18 years ago)
Author:
bittner
Message:

deleted power plant from the svn

Location:
GTP/trunk/Lib/Vis/Preprocessing
Files:
1 deleted
6 edited

Legend:

Unmodified
Added
Removed
  • GTP/trunk/Lib/Vis/Preprocessing/src/Makefile

    r1217 r1248  
    11############################################################################# 
    22# Makefile for building: preprocessor 
    3 # Generated by qmake (2.00a) (Qt 4.1.2) on: ?t 17. VIII 21:45:14 2006 
     3# Generated by qmake (2.00a) (Qt 4.1.2) on: po 21. VIII 11:15:08 2006 
    44# Project:  preprocessor.pro 
    55# Template: app 
     
    7878                C:\Qt\4.1.2\mkspecs\features\win32\stl.prf \ 
    7979                C:\Qt\4.1.2\mkspecs\features\shared.prf \ 
     80                C:\Qt\4.1.2\mkspecs\features\qt.prf \ 
     81                C:\Qt\4.1.2\mkspecs\features\win32\opengl.prf \ 
     82                C:\Qt\4.1.2\mkspecs\features\moc.prf \ 
    8083                C:\Qt\4.1.2\mkspecs\features\resources.prf \ 
    8184                C:\Qt\4.1.2\mkspecs\features\uic.prf 
     
    9699C:\Qt\4.1.2\mkspecs\features\win32\stl.prf: 
    97100C:\Qt\4.1.2\mkspecs\features\shared.prf: 
     101C:\Qt\4.1.2\mkspecs\features\qt.prf: 
     102C:\Qt\4.1.2\mkspecs\features\win32\opengl.prf: 
     103C:\Qt\4.1.2\mkspecs\features\moc.prf: 
    98104C:\Qt\4.1.2\mkspecs\features\resources.prf: 
    99105C:\Qt\4.1.2\mkspecs\features\uic.prf: 
     
    110116distclean: release-distclean debug-distclean FORCE 
    111117        -$(DEL_FILE) Makefile 
     118 
     119release-mocclean: $(MAKEFILE).Release 
     120        $(MAKE) -f $(MAKEFILE).Release mocclean 
     121debug-mocclean: $(MAKEFILE).Debug 
     122        $(MAKE) -f $(MAKEFILE).Debug mocclean 
     123mocclean: release-mocclean debug-mocclean 
     124 
     125release-mocables: $(MAKEFILE).Release 
     126        $(MAKE) -f $(MAKEFILE).Release mocables 
     127debug-mocables: $(MAKEFILE).Debug 
     128        $(MAKE) -f $(MAKEFILE).Debug mocables 
     129mocables: release-mocables debug-mocables 
    112130FORCE: 
    113131 
  • GTP/trunk/Lib/Vis/Preprocessing/src/Preprocessor.vcproj

    r1239 r1248  
    2020                                Name="VCCLCompilerTool" 
    2121                                Optimization="0" 
    22                                 AdditionalIncludeDirectories="..\include;..\src;"$(CG_INC_PATH)";..\..\..\..\..\..\NonGTP\Devil\include;..\..\..\..\..\..\NonGTP\Zlib\include;..\..\..\..\..\..\NonGTP\Xerces;"$(BOOST_INCLUDE)"" 
     22                                AdditionalIncludeDirectories="..\include;..\src;..\..\..\..\..\..\NonGTP\Devil\include;..\..\..\..\..\..\NonGTP\Zlib\include;..\..\..\..\..\..\NonGTP\Xerces;..\..\..\..\..\..\NonGTP\Boost\include" 
    2323                                PreprocessorDefinitions="WIN32;_DEBUG;_LIB;" 
    2424                                MinimalRebuild="TRUE" 
     
    6565                                FavorSizeOrSpeed="0" 
    6666                                OptimizeForWindowsApplication="TRUE" 
    67                                 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)"" 
     67                                AdditionalIncludeDirectories="..\include;..\src;..\..\..\..\..\..\NonGTP\Devil\include;..\..\..\..\..\..\NonGTP\Zlib\include;..\..\..\..\..\..\NonGTP\Xerces;..\..\..\..\..\..\NonGTP\Boost" 
    6868                                PreprocessorDefinitions="WIN32;NDEBUG;_LIB" 
    6969                                ExceptionHandling="TRUE" 
  • GTP/trunk/Lib/Vis/Preprocessing/src/TestPreprocessor.vcproj

    r1239 r1248  
    7171                                Name="VCCLCompilerTool" 
    7272                                Optimization="0" 
    73                                 AdditionalIncludeDirectories="..\include;"$(BOOST_INCLUDE)";"$(QTDIR)\include\QtOpenGl";..\src;"$(CG_INC_PATH)";..\..\..\..\..\..\NonGTP\Devil\include;..\..\..\..\..\..\NonGTP\Zlib\include;..\..\..\..\..\..\NonGTP\Xerces;..\..\MultiLevelRayTracing" 
     73                                AdditionalIncludeDirectories="..\include;..\..\..\..\..\..\NonGTP\Boost;..\..\..\..\..\..\NonGTP\Devil\include;..\..\..\..\..\..\NonGTP\Zlib\include;..\..\..\..\..\..\NonGTP\Xerces;..\..\MultiLevelRayTracing" 
    7474                                PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE" 
    7575                                RuntimeLibrary="2" 
     
    8686                                OutputFile="$(OutDir)/Preprocessor.exe" 
    8787                                LinkIncremental="1" 
    88                                 AdditionalLibraryDirectories="..\src\GL;..\lib\release;"$(BOOST_LIB)";..\..\..\..\..\..\NonGTP\Xerces\xercesc\lib;..\..\..\..\..\..\NonGTP\Zlib\lib;..\..\..\..\..\..\NonGTP\Devil\lib" 
     88                                AdditionalLibraryDirectories="..\src\GL;..\lib\release;..\..\..\..\..\..\NonGTP\Boost\lib;..\..\..\..\..\..\NonGTP\Xerces\xercesc\lib;..\..\..\..\..\..\NonGTP\Zlib\lib;..\..\..\..\..\..\NonGTP\Devil\lib" 
    8989                                GenerateDebugInformation="FALSE" 
    9090                                SubSystem="1" 
  • GTP/trunk/Lib/Vis/Preprocessing/src/default.env

    r1199 r1248  
    3131        # stored sample rays 
    3232        samplesFilename rays.out 
    33         useGlRenderer false 
     33        useGlRenderer true 
    3434        useGlDebugger false 
    3535#       type sampling 
  • GTP/trunk/Lib/Vis/Preprocessing/src/main.cpp

    r1241 r1248  
    8888        } 
    8989         
    90         //rendererWidget->Show(); 
     90  //rendererWidget->Show(); 
    9191} 
    9292 
     
    218218        BoostPreprocessorThread pt(preprocessor); 
    219219 
     220        bool guiSupported = false; 
    220221        if (preprocessor->mUseGlRenderer || preprocessor->mUseGlDebugger) 
    221         { 
     222          { 
    222223                cout << "using gl widget" << endl; 
    223224                // create and run the preprocessor application in a parallel thread 
    224225                pt.InitThread(); 
    225          
     226                //pt.RunThread(); 
     227                 
    226228                // display the render widget 
    227                 DisplayWidget(); 
    228         }  
    229         else 
    230         { 
    231                 // just call the mail method -> will be executed in the main thread 
    232                 pt.Main(); 
     229                if (!rendererWidget) 
     230                  guiSupported = LoadMyDll(); 
     231          } 
     232         
     233        if (!guiSupported) { 
     234          preprocessor->mUseGlRenderer = false; 
     235          preprocessor->mUseGlDebugger = false; 
     236        } 
     237         
     238        if (!(preprocessor->mUseGlRenderer || preprocessor->mUseGlDebugger)) { 
     239          // just call the mail method -> will be executed in the main thread 
     240          pt.Main(); 
    233241        } 
    234242         
    235243        Cleanup(); 
    236  
     244         
    237245        return returnCode; 
    238246} 
  • GTP/trunk/Lib/Vis/Preprocessing/src/preprocessor.pro

    r1217 r1248  
    1 CONFIG -= qt  
     1#CONFIG -= qt  
    22CONFIG  += console warn_off thread release 
    33 
     
    7070MutualVisibility.cpp Triangle3.cpp Rectangle3.cpp Plane3.cpp Polygon3.cpp \ 
    7171ViewCell.cpp ViewCellBsp.cpp Halton.cpp VssRay.cpp VssTree.cpp VssPreprocessor.cpp \ 
    72 RenderSimulator.cpp RayInfo.cpp RssTree.cpp RssPreprocessor.cpp \ 
     72RenderSimulator.cpp RayInfo.cpp RssTree.cpp RssPreprocessor.cpp \  
    7373ViewCellsManager.cpp VspBspTree.cpp GlRenderer.cpp \ 
    7474PreprocessorThread.cpp Renderer.cpp Beam.cpp ViewCellsParser.cpp Tetrahedron3.cpp \ 
    7575VrmlExporter.cpp PlyParser.cpp plyfile.c RenderSampler.cpp \ 
    7676GzBinFileInputStream.cpp  GzFileInputSource.cpp \ 
    77 VspOspTree.cpp LogManager.cpp \ 
    78 SamplingStrategy.cpp KdIntersectable.cpp BoostPreprocessorThread.cpp 
     77LogManager.cpp \ 
     78SamplingStrategy.cpp KdIntersectable.cpp BoostPreprocessorThread.cpp \ 
     79OspTree.cpp HierarchyManager.cpp ObjParser.cpp VspTree.cpp BvHierarchy.cpp  
     80 
     81 
    7982 
    8083CONFIG(qt) { 
Note: See TracChangeset for help on using the changeset viewer.