Ignore:
Timestamp:
01/23/07 01:06:46 (18 years ago)
Author:
bittner
Message:
 
File:
1 edited

Legend:

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

    r2017 r2021  
    34543454                        BspInterior *in = static_cast<BspInterior *>(node); 
    34553455 
    3456                         Plane3 splitPlane = in->GetPlane(); 
     3456                        Plane3 &splitPlane = in->GetPlane(); 
    34573457                         
    34583458                        const int entSide = splitPlane.Side(entp, thresh); 
     
    35033503                         
    35043504                        // question: always contribute to leaf or to currently active view cell? 
    3505                         if (0) 
    3506                                 viewCell = mViewCellsTree->GetActiveViewCell(leaf->GetViewCell()); 
    3507                         else 
    3508                                 viewCell = leaf->GetViewCell(); 
     3505                        //                      if (0) 
     3506                        //                              viewCell = mViewCellsTree->GetActiveViewCell(leaf->GetViewCell()); 
     3507                        //                      else 
     3508                        viewCell = leaf->GetViewCell(); 
    35093509 
    35103510                        if (!viewCell->Mailed()) 
Note: See TracChangeset for help on using the changeset viewer.