Ignore:
Timestamp:
08/21/07 19:37:28 (17 years ago)
Author:
mattausch
Message:
 
File:
1 edited

Legend:

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

    r2539 r2543  
    4343class VspTree; 
    4444class KdTreeStatistics; 
    45  
     45class BoundingBoxConverter; 
    4646 
    4747 
     
    663663        bool ImportBinary(IN_STREAM &stream, ObjectContainer &pvsObjects); 
    664664 
     665        void TestOutput(const std::string &filename); 
    665666 
    666667        //////////// 
     
    10131014        int TraverseRayPacket(RayPacket &rp, const bool useMailboxing); 
    10141015 
     1016 
    10151017#ifdef USE_SSE 
    10161018        struct PacketTraversalData 
     
    10841086#endif 
    10851087 
     1088 
     1089        friend ViewCellsManager *LoadViewCellsBinary(const std::string &filename,  
     1090                                                                                     ObjectContainer &pvsObjects, 
     1091                                                                                                 bool finalizeViewCells, 
     1092                                                                                                 BoundingBoxConverter *bconverter); 
    10861093 
    10871094protected: 
Note: See TracChangeset for help on using the changeset viewer.