Ignore:
Timestamp:
02/26/07 23:47:04 (17 years ago)
Author:
mattausch
Message:
 
File:
1 edited

Legend:

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

    r2168 r2170  
    69896989 
    69906990                // hack: just show final view cells 
    6991                 int pass = (int)mViewCells.size(); 
     6991                const int pass = (int)mViewCells.size(); 
     6992 
    69926993                //for (int pass = histoStepSize; pass <= numLeaves; pass += histoStepSize) 
    69936994                if (1) 
     
    70177018        ViewCellsManager::FinalizeViewCells(createMesh); 
    70187019 
    7019         if (1) 
    7020         {        
    7021                 if (mHierarchyManager->mUseTraversalTree) 
    7022                 { 
    7023                         // create a traversal tree for optimal view cell casting 
    7024                         mHierarchyManager->CreateTraversalTree(); 
    7025                 } 
    7026         } 
    7027 } 
    7028  
    7029  
    7030 } 
     7020        if (mHierarchyManager->mUseTraversalTree) 
     7021        { 
     7022                // create a traversal tree for optimal view cell casting 
     7023                mHierarchyManager->CreateTraversalTree(); 
     7024        } 
     7025} 
     7026 
     7027 
     7028} 
Note: See TracChangeset for help on using the changeset viewer.