Ignore:
Timestamp:
03/02/07 13:13:24 (17 years ago)
Author:
mattausch
Message:
 
File:
1 edited

Legend:

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

    r2176 r2183  
    263263protected: 
    264264 
    265         bool LoadBinaryObj(const string &filename, 
     265        bool LoadBinaryObj(const std::string &filename, 
    266266                                           SceneGraphNode *root, 
    267                                            vector<FaceParentInfo> *parents); 
    268  
    269         bool ExportBinaryObj(const string filename, SceneGraphNode *root); 
     267                                           std::vector<FaceParentInfo> *parents); 
     268 
     269        bool ExportBinaryObj(const std::string filename, SceneGraphNode *root); 
    270270 
    271271        void SetupRay(Ray &ray, const Vector3 &point, const Vector3 &direction) const; 
Note: See TracChangeset for help on using the changeset viewer.