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

    r2168 r2176  
    77#include "Containers.h" 
    88#include "ViewCell.h" 
    9 //#include "ootl_map.hpp" 
     9 
    1010 
    1111namespace GtpVisibilityPreprocessor { 
     
    183183        /** Prints out statistics of the view cells. 
    184184        */ 
    185         virtual void PrintStatistics(ostream &s) const; 
     185        virtual void PrintStatistics(std::ostream &s) const; 
    186186 
    187187        /** Post processes view cells givemŽa number of rays. 
     
    297297        ViewCell *GetViewCell(const int idx) const {return mViewCells[idx];} 
    298298 
    299         virtual void PrintPvsStatistics(ostream &s); 
     299        virtual void PrintPvsStatistics(std::ostream &s); 
    300300 
    301301        /** Updates pvs of the view cell hierarchy if necessary. 
Note: See TracChangeset for help on using the changeset viewer.