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/PlyParser.h

    r1379 r2176  
    1414  PlyParser():Parser() {} 
    1515   
    16   bool ParseFile(const string filename, 
     16  bool ParseFile(const std::string filename, 
    1717                                 SceneGraphNode *root, 
    1818                                 const bool loadMeshes = true, 
    19                                  vector<FaceParentInfo> *parents = NULL); 
     19                                 std::vector<FaceParentInfo> *parents = NULL); 
    2020 
    21   bool ParseFile(const string filename, ViewCellsManager &viewCells) { return false; } 
     21  bool ParseFile(const std::string filename, ViewCellsManager &viewCells) { return false; } 
    2222 
    2323  bool 
    24   ParseSingleFile(const string filename, 
     24  ParseSingleFile(const std::string filename, 
    2525                                  SceneGraphNode *root); 
    2626         
Note: See TracChangeset for help on using the changeset viewer.