Ignore:
Timestamp:
06/12/06 16:36:26 (18 years ago)
Author:
mattausch
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • GTP/trunk/Lib/Vis/Preprocessing/src/VspKdTree.cpp

    r1006 r1011  
    147147} 
    148148 
     149 
    149150void VspKdInterior::Print(ostream &s) const 
    150151{ 
     
    165166} 
    166167 
     168 
    167169int VspKdInterior::ComputeRayIntersection(const RayInfo &rayData, float &t) 
    168170{ 
     
    170172} 
    171173 
     174 
    172175VspKdNode *VspKdInterior::GetBack() const 
    173176{ 
    174177        return mBack; 
    175178} 
     179 
    176180 
    177181VspKdNode *VspKdInterior::GetFront() const 
Note: See TracChangeset for help on using the changeset viewer.