Ignore:
Timestamp:
07/05/06 08:43:09 (18 years ago)
Author:
mattausch
Message:

wked on view space object space partition

File:
1 edited

Legend:

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

    r1073 r1074  
    191191  /** Objects that are part of several leaves. 
    192192  */ 
    193   ObjectMap mMultipleObjects; 
     193  ObjectContainer mMultipleObjects; 
    194194 
    195195  /// universal counter 
     
    530530              ); 
    531531 
     532 
     533  /** does some post processing on the objects that are contained 
     534  in this leaf. 
     535  */ 
     536  void ProcessLeafObjects(KdLeaf *leaf, KdLeaf *parent) const; 
    532537 
    533538  int mTermMaxNodes; 
Note: See TracChangeset for help on using the changeset viewer.