Ignore:
Timestamp:
07/05/06 08:43:09 (18 years ago)
Author:
mattausch
Message:

wked on view space object space partition

File:
1 edited

Legend:

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

    r1047 r1074  
    10011001        */ 
    10021002        void ExportViewCellGeometry(Exporter *exporter,  
    1003                                                                 ViewCell *vc, 
    1004                                                                 const AxisAlignedPlane *clipPlane = NULL) const; 
    1005  
    1006         int ComputeBoxIntersections(const AxisAlignedBox3 &box, ViewCellContainer &viewCells) const; 
     1003                ViewCell *vc, 
     1004                const AxisAlignedPlane *clipPlane = NULL) const; 
     1005 
     1006        int ComputeBoxIntersections(const AxisAlignedBox3 &box,  
     1007                ViewCellContainer &viewCells) const; 
    10071008         
    10081009        void CollectViewCells(); 
     
    10191020        void UpdatePvsForEvaluation(ViewCell *root, ObjectPvs &pvs); 
    10201021 
    1021         /** Exports visualization of the BSP PVS. 
    1022         */ 
    1023         void ExportBspPvs(const ObjectContainer &objects, 
    1024                                           const VssRayContainer &rays); 
     1022        /** Exports visualization of the PVS. 
     1023        */ 
     1024        void ExportPvs(const ObjectContainer &objects, 
     1025                const VssRayContainer &rays); 
    10251026 
    10261027 
Note: See TracChangeset for help on using the changeset viewer.