Ignore:
Timestamp:
10/09/06 17:07:02 (18 years ago)
Author:
mattausch
Message:
 
File:
1 edited

Legend:

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

    r1586 r1588  
    49344934        //-- compression 
    49354935 
    4936 //#if HAS_TO_BE_REDONE 
    49374936        if (ViewCellsTreeConstructed() && mCompressViewCells) 
    49384937        { 
     
    49454944                Debug << "number of entries after compress: " << pvsEntries << endl; 
    49464945        } 
    4947 //#endif 
    49484946 
    49494947        ///////////// 
     
    53995397        if (!ViewCellsConstructed()) 
    54005398                return NULL; 
     5399 
    54015400        if (!mViewSpaceBox.IsInside(point)) 
    54025401                return NULL; 
     5402 
    54035403        return mHierarchyManager->GetVspTree()->GetViewCell(point, active); 
    54045404} 
     
    56845684        cout << "finished" << endl; 
    56855685 
     5686        if (0) 
     5687        for (int i = 0; i <50; ++ i) 
     5688        { 
     5689                Vector3 point = GetViewSpaceBox().GetRandomPoint(); 
     5690                ViewCell *vc = GetViewCell(point); 
     5691        } 
    56865692        disposeRays(evaluationSamples, NULL); 
    56875693} 
Note: See TracChangeset for help on using the changeset viewer.