Ignore:
Timestamp:
04/30/08 10:09:52 (16 years ago)
Author:
mattausch
Message:
 
File:
1 edited

Legend:

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

    r2648 r2669  
    1111class Exporter; 
    1212class VssRay; 
     13class TriangleIntersectable; 
     14class KdIntersectable; 
    1315 
    1416/** View space partition statistics. 
     
    234236        */ 
    235237        void ProcessViewCell(); 
    236  
     238        /** Use this for qt visualization. 
     239        */ 
     240        void UpdateStatsForVisualization(KdIntersectable *kdInt); 
     241        /** Keep count of new objects for stats. 
     242        */ 
     243        void CountObject(Intersectable *triObj); 
    237244 
    238245 
Note: See TracChangeset for help on using the changeset viewer.