Ignore:
Timestamp:
03/20/06 00:11:27 (18 years ago)
Author:
mattausch
Message:
 
File:
1 edited

Legend:

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

    r697 r710  
    535535                @param splitCandidates returns sorted list of split candidates 
    536536        */ 
    537         void SortSplitCandidates(const RayInfoContainer &rays, const int axis); 
     537        void SortSplitCandidates(const RayInfoContainer &rays,  
     538                                                         const int axis,  
     539                                                         float minBand,  
     540                                                         float maxBand); 
    538541 
    539542        /** Computes best cost for axis aligned planes. 
     
    542545                                                                  const AxisAlignedBox3 &box, 
    543546                                                                  const int pvsSize, 
    544                                                                   const int &axis, 
     547                                                                  const int axis, 
    545548                                                                  float &position); 
    546549 
Note: See TracChangeset for help on using the changeset viewer.