Ignore:
Timestamp:
07/06/06 16:22:15 (18 years ago)
Author:
mattausch
Message:
 
File:
1 edited

Legend:

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

    r1074 r1089  
    531531 
    532532 
    533   /** does some post processing on the objects that are contained 
    534   in this leaf. 
    535   */ 
    536   void ProcessLeafObjects(KdLeaf *leaf, KdLeaf *parent) const; 
     533  /** does some post processing on the objects in the new child leaves. 
     534  */ 
     535  void ProcessLeafObjects(KdLeaf *parent, KdLeaf *front, KdLeaf *back) const; 
    537536 
    538537  int mTermMaxNodes; 
Note: See TracChangeset for help on using the changeset viewer.