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

    r2164 r2176  
    118118  // vector3 &normal) = 0; 
    119119 
    120   virtual ostream &Describe(ostream &s) = 0; 
     120  virtual std::ostream &Describe(std::ostream &s) = 0; 
    121121 
    122122  ////////////////////////////////////// 
     
    140140  /** Returns the name of the type of this intersectable 
    141141  */ 
    142   static string GetTypeName(Intersectable *obj); 
     142  static std::string GetTypeName(Intersectable *obj); 
    143143 
    144144   /** Returns normal from the face with the specified index. 
Note: See TracChangeset for help on using the changeset viewer.