Ignore:
Timestamp:
02/15/07 13:19:17 (17 years ago)
Author:
mattausch
Message:

implemented bit pvs (warnin: only worjs for preprocessing)

File:
1 edited

Legend:

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

    r2116 r2117  
    202202  } 
    203203 
    204   /** \sa KdNode::IsLeaf() */ 
     204  /** \sa KdNode::IsLeaf()  
     205  */ 
    205206  virtual bool IsLeaf() const { return true; } 
    206207 
    207208 
    208   /** pointers to occluders contained in this node */ 
     209  /// pointers to occluders contained in this node 
    209210  ObjectContainer mObjects; 
    210211 
    211   /** Ray set description of the rays passing through this node */ 
     212  /// Ray set description of the rays passing through this node 
    212213  PassingRaySet mPassingRays; 
    213214         
    214   /** PVS consisting of visible KdTree nodes */ 
     215  /// PVS consisting of visible KdTree nodes 
    215216  //KdPvs mKdPvs; 
    216217 
Note: See TracChangeset for help on using the changeset viewer.