Ignore:
Timestamp:
11/21/05 18:51:12 (19 years ago)
Author:
mattausch
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/VUT/GtpVisibilityPreprocessor/src/VspKdTree.h

    r423 r425  
    503503                                         SimpleRayContainer &rays); 
    504504 
     505        /** Collapses this subtree and releases the memory. 
     506                @returns number of collapsed rays. 
     507        */ 
    505508        int CollapseSubtree(VspKdTreeNode *sroot, const int time); 
    506509         
     
    509512        bool TerminationCriteriaMet(const VspKdTreeLeaf *leaf,  
    510513                                                                const AxisAlignedBox3 &box) const; 
     514 
     515        /** Computes PVS size of this node given a global ray set. 
     516                @returns PVS size of the intersection of this node bounding box with the rays. 
     517        */ 
     518        int ComputePvsSize(VspKdTreeNode *node, const RayInfoContainer &globalRays) const; 
    511519 
    512520protected: 
Note: See TracChangeset for help on using the changeset viewer.