Ignore:
Timestamp:
04/05/06 00:57:25 (18 years ago)
Author:
mattausch
Message:

added view cell description bsp tree

File:
1 edited

Legend:

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

    r726 r727  
    24632463                        if (!onlyValid || node->TreeValid()) 
    24642464                        { 
    2465                                 ViewCell *viewCell =  
    2466                                         mViewCellsTree->GetActiveViewCell(dynamic_cast<BspLeaf *>(node)->GetViewCell()); 
     2465                                ViewCell *leafVc = dynamic_cast<BspLeaf *>(node)->GetViewCell(); 
     2466 
     2467                                ViewCell *viewCell = mViewCellsTree->GetActiveViewCell(leafVc); 
    24672468                                                 
    24682469                                if (!onlyUnmailed || !viewCell->Mailed())  
Note: See TracChangeset for help on using the changeset viewer.