Ignore:
Timestamp:
07/12/06 01:30:05 (18 years ago)
Author:
mattausch
Message:
 
File:
1 edited

Legend:

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

    r1121 r1122  
    14391439                                          ObjectContainer &back); 
    14401440 
    1441         void ProcessLeafObjects(KdLeaf *leaf, KdLeaf *parent) const; 
     1441         /** does some post processing on the objects in the new child leaves. 
     1442         */ 
     1443        void ProcessLeafObjects(KdLeaf *parent, KdLeaf *front, KdLeaf *back) const; 
    14421444 
    14431445        /** Selects an axis aligned for the next split. 
Note: See TracChangeset for help on using the changeset viewer.