Ignore:
Timestamp:
02/14/06 17:13:42 (18 years ago)
Author:
mattausch
Message:
 
File:
1 edited

Legend:

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

    r612 r639  
    310310        void CollapseViewCells(); 
    311311 
     312        /** Collects rays stored in the leaves. 
     313        */ 
     314        void CollectRays(VssRayContainer &rays); 
     315 
     316 
    312317        ViewCellsTree *mViewCellsTree; 
     318 
     319 
    313320protected: 
    314321 
     
    502509                                  RayInfoContainer &rays,  
    503510                              RayInfoContainer &frontRays,  
    504                                   RayInfoContainer &backRays); 
     511                                  RayInfoContainer &backRays) const; 
    505512 
    506513 
Note: See TracChangeset for help on using the changeset viewer.