Changeset 2353 for GTP/trunk/Lib/Vis/OnlineCullingCHC/src
- Timestamp:
- 05/08/07 13:04:43 (18 years ago)
- Location:
- GTP/trunk/Lib/Vis/OnlineCullingCHC/src
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
GTP/trunk/Lib/Vis/OnlineCullingCHC/src/DummyPreprocessingManager.cpp
r2280 r2353 1 1 #include "DummyPreprocessingManager.h" 2 2 3 #include <iostream> 3 4 #include <fstream> 5 6 using namespace std; 7 4 8 5 9 namespace GtpVisibility { 6 10 7 11 DummyPreprocessingManager::DummyPreprocessingManager(HierarchyInterface *hierarchyInterface) 8 12 :PreprocessingManager(hierarchyInterface) 9 13 { 10 14 } 11 12 15 13 bool DummyPreprocessingManager::ExportScene(const string filename) 16 17 bool DummyPreprocessingManager::ExportScene(const string &filename) 14 18 { 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; 26 23 } 27 24 28 29 30 /*bool DummyPreprocessingManager::LocateViewCellIds(const Vector3 ¢er, 31 const float radius, 32 vector<int> *viewCellIds) 25 26 bool DummyPreprocessingManager::LoadPreprocessedData(const string &filename) 33 27 { 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; 44 30 } 45 */ 31 32 46 33 } -
GTP/trunk/Lib/Vis/OnlineCullingCHC/src/GtpVisibility.vcproj
r2280 r2353 106 106 </Configuration> 107 107 <Configuration 108 Name="mlrt|Win32"109 OutputDirectory="$(ConfigurationName)"110 IntermediateDirectory="$(ConfigurationName)"111 ConfigurationType="4"112 CharacterSet="2">113 <Tool114 Name="VCCLCompilerTool"115 OptimizeForWindowsApplication="TRUE"116 AdditionalIncludeDirectories="..\include;"$(OGRE_PATH)\OgreMain\include";..\..\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 <Tool125 Name="VCCustomBuildTool"/>126 <Tool127 Name="VCLibrarianTool"128 OutputFile="$(OutDir)/GtpVisibility.lib"/>129 <Tool130 Name="VCMIDLTool"/>131 <Tool132 Name="VCPostBuildEventTool"/>133 <Tool134 Name="VCPreBuildEventTool"/>135 <Tool136 Name="VCPreLinkEventTool"/>137 <Tool138 Name="VCResourceCompilerTool"/>139 <Tool140 Name="VCWebServiceProxyGeneratorTool"/>141 <Tool142 Name="VCXMLDataGeneratorTool"/>143 <Tool144 Name="VCManagedWrapperGeneratorTool"/>145 <Tool146 Name="VCAuxiliaryManagedWrapperGeneratorTool"/>147 </Configuration>148 <Configuration149 Name="Release_Internal|Win32"150 OutputDirectory="$(ConfigurationName)"151 IntermediateDirectory="$(ConfigurationName)"152 ConfigurationType="4"153 CharacterSet="2">154 <Tool155 Name="VCCLCompilerTool"156 OptimizeForWindowsApplication="TRUE"157 AdditionalIncludeDirectories="..\include;"$(OGRE_PATH)\OgreMain\include";..\..\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 <Tool166 Name="VCCustomBuildTool"/>167 <Tool168 Name="VCLibrarianTool"169 OutputFile="$(OutDir)/GtpVisibility.lib"/>170 <Tool171 Name="VCMIDLTool"/>172 <Tool173 Name="VCPostBuildEventTool"/>174 <Tool175 Name="VCPreBuildEventTool"/>176 <Tool177 Name="VCPreLinkEventTool"/>178 <Tool179 Name="VCResourceCompilerTool"/>180 <Tool181 Name="VCWebServiceProxyGeneratorTool"/>182 <Tool183 Name="VCXMLDataGeneratorTool"/>184 <Tool185 Name="VCManagedWrapperGeneratorTool"/>186 <Tool187 Name="VCAuxiliaryManagedWrapperGeneratorTool"/>188 </Configuration>189 <Configuration190 108 Name="Release Internal|Win32" 191 109 OutputDirectory="..\lib\Release" … … 282 200 Name="VCAuxiliaryManagedWrapperGeneratorTool"/> 283 201 </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;"$(OGRE_PATH)\OgreMain\include";..\..\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> 284 246 </Configurations> 285 247 <References>
Note: See TracChangeset
for help on using the changeset viewer.