Ignore:
Timestamp:
05/08/07 13:04:43 (18 years ago)
Author:
mattausch
Message:

cleaned up project files

Location:
GTP/trunk/Lib/Vis/OnlineCullingCHC/src
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • GTP/trunk/Lib/Vis/OnlineCullingCHC/src/DummyPreprocessingManager.cpp

    r2280 r2353  
    11#include "DummyPreprocessingManager.h" 
     2 
    23#include <iostream> 
    34#include <fstream> 
     5 
     6using  namespace std; 
     7 
    48 
    59namespace GtpVisibility { 
    610 
    711DummyPreprocessingManager::DummyPreprocessingManager(HierarchyInterface *hierarchyInterface) 
    8   :PreprocessingManager(hierarchyInterface) 
     12:PreprocessingManager(hierarchyInterface) 
    913{ 
    1014} 
    11    
    1215 
    13 bool DummyPreprocessingManager::ExportScene(const string filename) 
     16 
     17bool DummyPreprocessingManager::ExportScene(const string &filename) 
    1418{ 
    15   ofstream s(filename.c_str()); 
    16   s<<"#VRML 2.0 utf8"<<endl; 
    17   s<<"#Dummy module output"<<endl; 
    18   return true; 
    19 } 
    20    
    21  
    22 bool DummyPreprocessingManager::LoadPreprocessedData(const string filename) 
    23 { 
    24   // do nothing 
    25   return false; 
     19        ofstream s(filename.c_str()); 
     20        s<<"#VRML 2.0 utf8"<<endl; 
     21        s<<"#Dummy module output"<<endl; 
     22        return true; 
    2623} 
    2724 
    28    
    29    
    30 /*bool DummyPreprocessingManager::LocateViewCellIds(const Vector3 &center, 
    31                                                                                                   const float radius, 
    32                                                                                                   vector<int> *viewCellIds) 
     25 
     26bool DummyPreprocessingManager::LoadPreprocessedData(const string &filename) 
    3327{ 
    34   return false; 
    35 }*/ 
    36    
    37 /*int DummyPreprocessingManager::AddViewCellPVS(const int cellID, 
    38                                           NodeInfoContainer *visibleNodes, 
    39                                           MeshInfoContainer *visibleMeshes ) 
    40 { 
    41   // return the root of the hierarchyInterface regardless of the cellId 
    42   //  visibleNodes->push_back(traverser->GetRoot()); 
    43   return false; 
     28        // do nothing 
     29        return false; 
    4430} 
    45 */ 
     31 
     32 
    4633} 
  • GTP/trunk/Lib/Vis/OnlineCullingCHC/src/GtpVisibility.vcproj

    r2280 r2353  
    106106                </Configuration> 
    107107                <Configuration 
    108                         Name="mlrt|Win32" 
    109                         OutputDirectory="$(ConfigurationName)" 
    110                         IntermediateDirectory="$(ConfigurationName)" 
    111                         ConfigurationType="4" 
    112                         CharacterSet="2"> 
    113                         <Tool 
    114                                 Name="VCCLCompilerTool" 
    115                                 OptimizeForWindowsApplication="TRUE" 
    116                                 AdditionalIncludeDirectories="..\include;&quot;$(OGRE_PATH)\OgreMain\include&quot;;..\..\Preprocessing\src" 
    117                                 PreprocessorDefinitions="WIN32;NDEBUG;_LIB" 
    118                                 RuntimeLibrary="2" 
    119                                 RuntimeTypeInfo="TRUE" 
    120                                 UsePrecompiledHeader="0" 
    121                                 WarningLevel="3" 
    122                                 Detect64BitPortabilityProblems="TRUE" 
    123                                 DebugInformationFormat="3"/> 
    124                         <Tool 
    125                                 Name="VCCustomBuildTool"/> 
    126                         <Tool 
    127                                 Name="VCLibrarianTool" 
    128                                 OutputFile="$(OutDir)/GtpVisibility.lib"/> 
    129                         <Tool 
    130                                 Name="VCMIDLTool"/> 
    131                         <Tool 
    132                                 Name="VCPostBuildEventTool"/> 
    133                         <Tool 
    134                                 Name="VCPreBuildEventTool"/> 
    135                         <Tool 
    136                                 Name="VCPreLinkEventTool"/> 
    137                         <Tool 
    138                                 Name="VCResourceCompilerTool"/> 
    139                         <Tool 
    140                                 Name="VCWebServiceProxyGeneratorTool"/> 
    141                         <Tool 
    142                                 Name="VCXMLDataGeneratorTool"/> 
    143                         <Tool 
    144                                 Name="VCManagedWrapperGeneratorTool"/> 
    145                         <Tool 
    146                                 Name="VCAuxiliaryManagedWrapperGeneratorTool"/> 
    147                 </Configuration> 
    148                 <Configuration 
    149                         Name="Release_Internal|Win32" 
    150                         OutputDirectory="$(ConfigurationName)" 
    151                         IntermediateDirectory="$(ConfigurationName)" 
    152                         ConfigurationType="4" 
    153                         CharacterSet="2"> 
    154                         <Tool 
    155                                 Name="VCCLCompilerTool" 
    156                                 OptimizeForWindowsApplication="TRUE" 
    157                                 AdditionalIncludeDirectories="..\include;&quot;$(OGRE_PATH)\OgreMain\include&quot;;..\..\Preprocessing\src" 
    158                                 PreprocessorDefinitions="WIN32;NDEBUG;_LIB" 
    159                                 RuntimeLibrary="2" 
    160                                 RuntimeTypeInfo="TRUE" 
    161                                 UsePrecompiledHeader="0" 
    162                                 WarningLevel="3" 
    163                                 Detect64BitPortabilityProblems="TRUE" 
    164                                 DebugInformationFormat="3"/> 
    165                         <Tool 
    166                                 Name="VCCustomBuildTool"/> 
    167                         <Tool 
    168                                 Name="VCLibrarianTool" 
    169                                 OutputFile="$(OutDir)/GtpVisibility.lib"/> 
    170                         <Tool 
    171                                 Name="VCMIDLTool"/> 
    172                         <Tool 
    173                                 Name="VCPostBuildEventTool"/> 
    174                         <Tool 
    175                                 Name="VCPreBuildEventTool"/> 
    176                         <Tool 
    177                                 Name="VCPreLinkEventTool"/> 
    178                         <Tool 
    179                                 Name="VCResourceCompilerTool"/> 
    180                         <Tool 
    181                                 Name="VCWebServiceProxyGeneratorTool"/> 
    182                         <Tool 
    183                                 Name="VCXMLDataGeneratorTool"/> 
    184                         <Tool 
    185                                 Name="VCManagedWrapperGeneratorTool"/> 
    186                         <Tool 
    187                                 Name="VCAuxiliaryManagedWrapperGeneratorTool"/> 
    188                 </Configuration> 
    189                 <Configuration 
    190108                        Name="Release Internal|Win32" 
    191109                        OutputDirectory="..\lib\Release" 
     
    282200                                Name="VCAuxiliaryManagedWrapperGeneratorTool"/> 
    283201                </Configuration> 
     202                <Configuration 
     203                        Name="Release_noqt|Win32" 
     204                        OutputDirectory="..\lib\Release" 
     205                        IntermediateDirectory="..\obj\Release" 
     206                        ConfigurationType="4" 
     207                        CharacterSet="2"> 
     208                        <Tool 
     209                                Name="VCCLCompilerTool" 
     210                                GlobalOptimizations="TRUE" 
     211                                FavorSizeOrSpeed="1" 
     212                                OmitFramePointers="TRUE" 
     213                                OptimizeForWindowsApplication="TRUE" 
     214                                AdditionalIncludeDirectories="..\include;&quot;$(OGRE_PATH)\OgreMain\include&quot;;..\..\Preprocessing\src" 
     215                                PreprocessorDefinitions="WIN32;NDEBUG;_LIB" 
     216                                RuntimeLibrary="2" 
     217                                RuntimeTypeInfo="TRUE" 
     218                                UsePrecompiledHeader="0" 
     219                                WarningLevel="3" 
     220                                Detect64BitPortabilityProblems="TRUE" 
     221                                DebugInformationFormat="3"/> 
     222                        <Tool 
     223                                Name="VCCustomBuildTool"/> 
     224                        <Tool 
     225                                Name="VCLibrarianTool" 
     226                                OutputFile="$(OutDir)/GtpVisibility.lib"/> 
     227                        <Tool 
     228                                Name="VCMIDLTool"/> 
     229                        <Tool 
     230                                Name="VCPostBuildEventTool"/> 
     231                        <Tool 
     232                                Name="VCPreBuildEventTool"/> 
     233                        <Tool 
     234                                Name="VCPreLinkEventTool"/> 
     235                        <Tool 
     236                                Name="VCResourceCompilerTool"/> 
     237                        <Tool 
     238                                Name="VCWebServiceProxyGeneratorTool"/> 
     239                        <Tool 
     240                                Name="VCXMLDataGeneratorTool"/> 
     241                        <Tool 
     242                                Name="VCManagedWrapperGeneratorTool"/> 
     243                        <Tool 
     244                                Name="VCAuxiliaryManagedWrapperGeneratorTool"/> 
     245                </Configuration> 
    284246        </Configurations> 
    285247        <References> 
Note: See TracChangeset for help on using the changeset viewer.