Ignore:
Timestamp:
02/12/07 19:00:37 (17 years ago)
Author:
mattausch
Message:

changed pvs loading: loading objects in a first pass

File:
1 edited

Legend:

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

    r2113 r2115  
    562562                @param filename the filename of the view cells 
    563563                @param objects the scene objects 
    564                 @param finalizeViewCells if the view cells should be post processed, i.e. 
     564                @param finalizeViewCells if the view cells should be post processed, i.e., 
    565565                           a mesh is created representing the geometry 
    566566                @param bconverter a conversion routine working with the similarities of bounding 
     
    576576                                                                                   BoundingBoxConverter *bconverter = NULL); 
    577577 
     578        static ViewCellsManager *LoadViewCells(const string &filename,  
     579                                                                                   ObjectContainer &pvsObjects, 
     580                                                                                   bool finalizeViewCells = false, 
     581                                                                                   BoundingBoxConverter *bconverter = NULL); 
    578582 
    579583        /////////////////////// 
Note: See TracChangeset for help on using the changeset viewer.