Ignore:
Timestamp:
02/28/07 19:38:47 (17 years ago)
Author:
mattausch
Message:

removed using namespace std from .h

File:
1 edited

Legend:

Unmodified
Added
Removed
  • GTP/trunk/Lib/Vis/Preprocessing/src/ViewCellsParserXerces.h

    r2123 r2176  
    88#include "Mesh.h" 
    99#include "BoundingBoxConverter.h" 
     10#include <hash_map> 
     11 
    1012#include "PerfTimer.h" 
    11 #include <hash_map> 
    1213 
    1314namespace GtpVisibilityPreprocessor { 
     
    183184  void EndBoundingBoxes(); 
    184185 
    185   void StartBspElement(string element, AttributeList& attributes); 
    186   void StartVspElement(string element, AttributeList& attributes); 
     186  void StartBspElement(std::string element, AttributeList& attributes); 
     187  void StartVspElement(std::string element, AttributeList& attributes); 
    187188 
    188189  void StartViewSpaceHierarchy(AttributeList& attributes); 
     
    197198  void StartViewCellHierarchyElement(const std::string &element, AttributeList& attributes); 
    198199 
    199   void StartOspElement(string element, AttributeList& attributes); 
     200  void StartOspElement(std::string element, AttributeList& attributes); 
    200201 
    201202  void StartOspLeaf(AttributeList& attributes); 
     
    206207  void StartBvhLeaf(AttributeList& attributes); 
    207208  void StartBvhInterior(AttributeList& attributes); 
    208   void StartBvhElement(string element, AttributeList& attributes); 
     209  void StartBvhElement(std::string element, AttributeList& attributes); 
    209210 
    210211  void EndViewSpaceHierarchyInterior(); 
Note: See TracChangeset for help on using the changeset viewer.