Ignore:
Timestamp:
10/06/06 21:37:00 (18 years ago)
Author:
mattausch
Message:
 
File:
1 edited

Legend:

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

    r1576 r1580  
    517517                @param exportPvs if the pvs should also be exported 
    518518                @param exportRays if sample rays should be exported as well 
     519                @param maxRays maximum number of rays to export 
     520                @param prefix the prefix for the output file 
    519521                @param visRays additional rays 
    520522        */ 
     
    530532                VssRayContainer *visRays = NULL) = NULL; 
    531533 
     534         
     535        void ViewCellsManager::ResetPvs(); 
     536 
     537 
    532538protected: 
    533539 
     
    577583        void EvaluateViewCellsStats(); 
    578584 
    579  
     585         
    580586        /////////////////////// 
    581587        //-- helper functions for view cell visualization 
Note: See TracChangeset for help on using the changeset viewer.