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

    r2542 r2543  
    527527                                                                                   BoundingBoxConverter *bconverter = NULL); 
    528528 
    529         ViewCellsManager *LoadViewCellsBin(const string &filename,  
    530                                            ObjectContainer &pvsObjects, 
    531                                                                            ObjectContainer &preprocessorObjects, 
    532                                                                            bool finalizeViewCells, 
    533                                                                            BoundingBoxConverter *bconverter); 
    534  
    535529 
    536530        /////////////////////// 
     
    670664        */ 
    671665        void EvaluateViewCellsStats(); 
    672         /** This helper function loads the bounding boxes for a binary solution. 
    673         */ 
    674         void LoadIndexedBoundingBoxes(IN_STREAM &stream, IndexedBoundingBoxContainer &iboxes); 
    675  
     666         
    676667 
    677668        /////////////////////// 
     
    721712        */ 
    722713        void UpdatePvsForEvaluation(ViewCell *root, ObjectPvs &pvs); 
    723  
     714        /** Export statistics of the view cells tree. 
     715        */ 
    724716        virtual void ExportStats(const string &mergeStats); 
    725717 
     
    728720                                                                                                 bool finalizeViewCells, 
    729721                                                 BoundingBoxConverter *bconverter); 
    730  
    731  
    732         //////////////////////////////////////////////// 
    733  
     722        /** This helper function loads the bounding boxes for a binary solution. 
     723        */ 
     724        static void LoadIndexedBoundingBoxesBinary(IN_STREAM &stream, IndexedBoundingBoxContainer &iboxes); 
     725 
     726 
     727 
     728        /////////// 
     729        //-- members 
    734730 
    735731        ofstream mStats; 
     
    12171213        virtual void FinalizeViewCells(const bool createMesh); 
    12181214 
    1219         bool ExportBinaryViewCells(const string filename,  
     1215        bool ExportViewCellsBinary(const string filename,  
    12201216                                                           const bool exportPvs,  
    12211217                                                           const ObjectContainer &objects); 
Note: See TracChangeset for help on using the changeset viewer.