Ignore:
Timestamp:
02/26/07 18:49:46 (17 years ago)
Author:
mattausch
Message:
 
Location:
GTP/trunk/Lib/Vis/Preprocessing
Files:
13 edited

Legend:

Unmodified
Added
Removed
  • GTP/trunk/Lib/Vis/Preprocessing/include/Containers.h

    r863 r2168  
    33 
    44#include <vector> 
    5 using namespace std; 
     5//using namespace std; 
    66 
    77namespace GtpVisibilityPreprocessor { 
  • GTP/trunk/Lib/Vis/Preprocessing/src/Preprocessor.vcproj

    r2164 r2168  
    221221                                OptimizeForProcessor="3" 
    222222                                OptimizeForWindowsApplication="TRUE" 
    223                                 AdditionalIncludeDirectories="..\src;..\..\..\..\..\..\NonGTP\Devil\include;..\..\..\..\..\..\NonGTP\Zlib\include;..\..\..\..\..\..\NonGTP\Xerces;..\..\..\..\..\..\NonGTP\Boost;..\MultiLevelRayTracing;&quot;$(QTDIR)\include\QtCore&quot;;&quot;$(QTDIR)\include\QtGui&quot;;&quot;$(QTDIR)\include&quot;;&quot;$(QTDIR)\include\QtOpenGl&quot;;&quot;$(CG_INC_PATH)&quot;;Timer;..\src\ootl\src\;..\src\ootl\src\cpp;..\src\ootl\src\include\ootl\sandbox;..\src\ootl\src;..\src\ootl\src\include\ootl;..\src\sparsehash\src\google\sparsehash;..\src\sparsehash\src\windows;..\src\sparsehash\src\google;..\src\sparsehash\src;..\src\ootl\" 
     223                                AdditionalIncludeDirectories="..\src;..\..\..\..\..\..\NonGTP\Devil\include;..\..\..\..\..\..\NonGTP\Zlib\include;..\..\..\..\..\..\NonGTP\Xerces;..\..\..\..\..\..\NonGTP\Boost;..\MultiLevelRayTracing;&quot;$(QTDIR)\include\QtCore&quot;;&quot;$(QTDIR)\include\QtGui&quot;;&quot;$(QTDIR)\include&quot;;&quot;$(QTDIR)\include\QtOpenGl&quot;;&quot;$(CG_INC_PATH)&quot;;Timer;..\src\ootl\src\;..\src\ootl\src\cpp;..\src\ootl\src\include\ootl\sandbox;..\src\ootl\src;..\src\ootl\src\include\ootl;..\src\sparsehash\src\google\sparsehash;..\src\sparsehash\src\windows;..\src\sparsehash\src\google;..\src\sparsehash\src;..\src\ootl\;..\src\ootl\src\cpp\include\;..\src\ootl\src\cpp\include\ootl\mswin" 
    224224                                PreprocessorDefinitions="WIN32;NDEBUG;_LIB;GTP_INTERNAL;USE_QT;USE_HASH_PVS" 
    225225                                ExceptionHandling="TRUE" 
  • GTP/trunk/Lib/Vis/Preprocessing/src/PvsBase.h

    r2117 r2168  
    55#include "Containers.h" 
    66 
    7 using namespace std; 
     7//using namespace std; 
    88 
    99namespace GtpVisibilityPreprocessor { 
  • GTP/trunk/Lib/Vis/Preprocessing/src/SamplingPreprocessor.h

    r1966 r2168  
    33 
    44#include <fstream> 
    5 using namespace std; 
     5//using namespace std; 
    66 
    77#include "Preprocessor.h" 
  • GTP/trunk/Lib/Vis/Preprocessing/src/SamplingStrategy.h

    r2076 r2168  
    33 
    44#include <vector> 
    5 using namespace std; 
     5//using namespace std; 
    66 
    77#include "common.h" 
  • GTP/trunk/Lib/Vis/Preprocessing/src/SceneGraph.h

    r1958 r2168  
    33 
    44#include <string> 
    5 using namespace std; 
     5//using namespace std; 
    66 
    77#include "Containers.h" 
  • GTP/trunk/Lib/Vis/Preprocessing/src/SubdivisionCandidate.h

    r1895 r2168  
    55#include "FlexibleHeap.h" 
    66 
    7 using namespace std; 
     7//using namespace std; 
    88 
    99namespace GtpVisibilityPreprocessor { 
  • GTP/trunk/Lib/Vis/Preprocessing/src/TraversalTree.h

    r2149 r2168  
    33 
    44#include <functional> 
    5 using namespace std; 
     5//using namespace std; 
    66 
    77#include "Containers.h" 
  • GTP/trunk/Lib/Vis/Preprocessing/src/Vector3.h

    r1958 r2168  
    33 
    44#include <iostream> 
    5 using namespace std; 
     5//using namespace std; 
    66#include <math.h> 
    77#include "common.h" 
  • GTP/trunk/Lib/Vis/Preprocessing/src/ViewCellsManager.cpp

    r2164 r2168  
    22052205        // one mesh per view cell 
    22062206        Mesh *mesh = MeshManager::GetSingleton()->CreateResource(); 
    2207  
     2207//ootl::hash_map<int, Intersectable *> hmap(-2, NULL); 
    22082208        //////////// 
    22092209        //-- construct prism 
  • GTP/trunk/Lib/Vis/Preprocessing/src/ViewCellsManager.h

    r2124 r2168  
    77#include "Containers.h" 
    88#include "ViewCell.h" 
    9  
     9//#include "ootl_map.hpp" 
    1010 
    1111namespace GtpVisibilityPreprocessor { 
  • GTP/trunk/Lib/Vis/Preprocessing/src/VssPreprocessor.h

    r2063 r2168  
    33 
    44#include <fstream> 
    5 using namespace std; 
     5//using namespace std; 
    66 
    77#include "Preprocessor.h" 
  • GTP/trunk/Lib/Vis/Preprocessing/src/VssRay.h

    r2116 r2168  
    77#include "Containers.h" 
    88 
    9 using namespace std; 
     9//using namespace std; 
    1010 
    1111 
Note: See TracChangeset for help on using the changeset viewer.