Ignore:
Timestamp:
08/22/07 14:27:41 (17 years ago)
Author:
mattausch
Message:
 
File:
1 edited

Legend:

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

    r2543 r2547  
    715715        */ 
    716716        virtual void ExportStats(const string &mergeStats); 
    717  
    718         friend ViewCellsManager *LoadViewCellsBinary(const string &filename,  
     717        /** Loads view cells in binary mode. 
     718        */ 
     719        static ViewCellsManager *LoadViewCellsBinary(const string &filename,  
    719720                                                                                                 ObjectContainer &pvsObjects, 
    720721                                                                                                 bool finalizeViewCells, 
     
    722723        /** This helper function loads the bounding boxes for a binary solution. 
    723724        */ 
    724         static void LoadIndexedBoundingBoxesBinary(IN_STREAM &stream, IndexedBoundingBoxContainer &iboxes); 
     725        static void LoadIndexedBoundingBoxesBinary(IN_STREAM &stream,  
     726                                                       IndexedBoundingBoxContainer &iboxes); 
    725727 
    726728 
     
    12701272        /** Fast view cell loader in binary mode. 
    12711273        */ 
    1272         friend ViewCellsManager *LoadViewCellsBinary(const string &filename,  
    1273                                                                                                  ObjectContainer &pvsObjects, 
    1274                                                                                                  bool finalizeViewCells, 
    1275                                                                                                  BoundingBoxConverter *bconverter); 
     1274        friend ViewCellsManager *ViewCellsManager:: 
     1275                LoadViewCellsBinary(const std::string &filename,  
     1276                                    ObjectContainer &pvsObjects, 
     1277                                                        bool finalizeViewCells, 
     1278                                                        BoundingBoxConverter *bconverter); 
     1279 
    12761280 
    12771281        /** Print statistics about the view cells compression. 
     
    12821286        //////////////////// 
    12831287 
    1284         /// if we should compress the objects after view cell evaluation: this makes 
    1285         /// only sense for testing purpose 
     1288        /// if we the objects are compressed after evaluation  
     1289        /// this makes only sense for testing purpose 
    12861290        bool mCompressObjects; 
    1287         /// pointer to the hierarchy manager responsible for view space / object space subdivision. 
     1291        /// hierarchy manager managing view space / object subdivision. 
    12881292        HierarchyManager *mHierarchyManager; 
    12891293}; 
Note: See TracChangeset for help on using the changeset viewer.