Ignore:
Timestamp:
06/13/06 08:03:35 (18 years ago)
Author:
mattausch
Message:
 
File:
1 edited

Legend:

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

    r1011 r1012  
    19031903} 
    19041904 
     1905 
    19051906AxisAlignedBox3 VspKdTree::GetBBox(VspKdNode *node) const 
    19061907{ 
     
    19301931} 
    19311932 
     1933 
    19321934int     VspKdTree::GetRootPvsSize() const 
    19331935{ 
     
    19351937} 
    19361938 
     1939 
    19371940const VspKdStatistics &VspKdTree::GetStatistics() const 
    19381941{ 
    19391942        return mStat; 
    19401943} 
     1944 
    19411945 
    19421946void VspKdTree::AddRays(VssRayContainer &add) 
     
    19551959                 mStat.rayRefs * sizeof(RayInfo)) / (1024.0f * 1024.0f); 
    19561960} 
     1961 
    19571962 
    19581963float VspKdTree::GetRayMemUsage() const 
Note: See TracChangeset for help on using the changeset viewer.